Skip to content
Snippets Groups Projects
Commit bba71b6b authored by Julian Matschinske's avatar Julian Matschinske
Browse files

Merge branch 'add-video' into 'master'

Add video

See merge request covid-19/frontend!133
parents 227eb588 6f0d9a95
No related branches found
No related tags found
No related merge requests found
...@@ -369,7 +369,7 @@ ...@@ -369,7 +369,7 @@
<header class="card-header"> <header class="card-header">
<p class="card-header-title"> <p class="card-header-title">
<span class="icon"> <span class="icon">
<i class="fas fa-filter" aria-hidden="true"></i> <i class="fas fa-tasks" aria-hidden="true"></i>
</span> </span>
Tasks ({{analysis.tasks.length}}) Tasks ({{analysis.tasks.length}})
</p> </p>
......
...@@ -6,10 +6,17 @@ ...@@ -6,10 +6,17 @@
<img src="assets/covex_logo.png" style="height: 233px; width: 600px"> <img src="assets/covex_logo.png" style="height: 233px; width: 600px">
</div> </div>
<div class="has-text-centered video-box"> <div class="video-container">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/H9pbYQFlt6U" frameborder="0" <div class="has-text-centered video-box">
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> <iframe width="560" height="315" src="https://www.youtube.com/embed/fPkY5ep2mjk" frameborder="0"
</iframe> allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
<div class="has-text-centered video-box">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/H9pbYQFlt6U" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div> </div>
<div class="button-box is-hidden-mobile"> <div class="button-box is-hidden-mobile">
......
...@@ -20,17 +20,23 @@ div.scroll { ...@@ -20,17 +20,23 @@ div.scroll {
} }
} }
.video-box { .button-box {
margin-top: 40px; maring-top: 40px;
margin-bottom: 40px; margin-bottom: 40px;
width: 100%;
iframe {
max-width: 100%;
}
} }
.button-box { .video-container {
maring-top: 40px; margin-top: 40px;
margin-bottom: 40px; margin-bottom: 40px;
.video-box {
display: inline-block;
width: 100%;
max-width: 560px;
margin: 5px;
iframe {
max-width: 100%;
}
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment