Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
update the video section
  • Loading branch information
roadjiang authored Oct 12, 2023
1 parent 91c7cec commit 5c506e5
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,21 +140,7 @@ <h1>Video Generation (updating)<br>
</div>

<!-- <div id="slideshow4" class="slideshow-container">
<div class="mySlides">
<div style="text-align:center">
<img src="./images/k600_1.gif" class="quarter">
<img src="./images/k600_3.gif" class="quarter">
<img src="./images/k600_4.gif" class="quarter">
<img src="./images/k600_6.gif" class="quarter">
</div>
<div class="imagetext">Kinetics-600, yellow border indicates condition.</div>
</div>
<a class="prev" onclick="plusSlides(-1, slideshow4)">&#10094;</a>
<a class="next" onclick="plusSlides(1, slideshow4)">&#10095;</a>
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1, slideshow4)"></span>
</div>
</div>
<br>
<br> -->
Expand Down Expand Up @@ -216,4 +202,4 @@ <h1>Acknowledgment</h1>
<script src="bootstrap.bundle.min.js"></script>
</body>

</html>
</html>

0 comments on commit 5c506e5

Please sign in to comment.