Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessik authored Jun 12, 2023
1 parent 86d3444 commit ec32a14
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,17 @@ <h2 class="subtitle has-text-centered">


<section class="section">
<div class="container is-max-desktop">
<div class="container is-max-desktop">
<div class="column is-four-fifths">
<div class="content is-centered has-text-centered">
<h3 class="title is-3">Video</h3>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-gg4GhWKuQs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="publication-video">
<iframe src="https://www.youtube.com/embed/-gg4GhWKuQs"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</section>


Expand Down

0 comments on commit ec32a14

Please sign in to comment.