Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjjoe authored Sep 13, 2024
1 parent 86677b3 commit 4b4c5ed
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,7 @@ <h1 class="title is-1 publication-title">SALT: Robots that Suggest Safe ALTernat
<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>
<img src="static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.
</h2>
Expand All @@ -144,6 +140,21 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->

<!-- overview -->
<section class="hero is-small">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Overview</h2>
<img src="static/images/framework.png" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
</div>
</div>
</div>
</section>

<!-- Image carousel -->
<section class="hero is-small">
Expand Down

0 comments on commit 4b4c5ed

Please sign in to comment.