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

Add video

parent 227eb588
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@
<header class="card-header">
<p class="card-header-title">
<span class="icon">
<i class="fas fa-filter" aria-hidden="true"></i>
<i class="fas fa-tasks" aria-hidden="true"></i>
</span>
Tasks ({{analysis.tasks.length}})
</p>
......
......@@ -6,10 +6,17 @@
<img src="assets/covex_logo.png" style="height: 233px; width: 600px">
</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 class="video-container">
<div class="has-text-centered video-box">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fPkY5ep2mjk" frameborder="0"
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 class="button-box is-hidden-mobile">
......
......@@ -20,17 +20,23 @@ div.scroll {
}
}
.video-box {
margin-top: 40px;
.button-box {
maring-top: 40px;
margin-bottom: 40px;
width: 100%;
iframe {
max-width: 100%;
}
}
.button-box {
maring-top: 40px;
.video-container {
margin-top: 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