Skip to content

Commit

Permalink
New page (#2)
Browse files Browse the repository at this point in the history
* Remove some statics, add video and download buttons

* Add image, links

* Add head video

* Update video
  • Loading branch information
bartoszptak authored Aug 28, 2024
1 parent cc6283a commit 004b59f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,19 +118,17 @@ <h3>This is a part of the "Particle Filter-guided Online Tracking of Marine Mamm
</div>
</div>
</section>


<!-- Teaser video-->
<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
<!-- Your video here -->
<source src="static/videos/banner_video.mp4" type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
[PAGE UNDER CONSTRUCTION]
</h2>
<section class="hero">
<div class="hero-body">
<div class="container">
<div class="item item-video">
<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/ZJfWD_5DmPo" frameborder="0" allow="autoplay; encrypted-media"
allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -181,7 +179,9 @@ <h2 class="title is-3">Example videos</h2>
allowfullscreen></iframe>
</div>
</div>
<div class="item item-video3">

<div class="item item-video4">

<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/u20jrDOAFGQ" frameborder="0" allow="autoplay; encrypted-media"
Expand Down

0 comments on commit 004b59f

Please sign in to comment.