Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NivC authored Jun 12, 2024
1 parent 7735de1 commit fdddf58
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,18 @@ <h2 class="title is-3">Abstract</h2>
<!-- End paper abstract -->


<!-- Image carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container has-text-centered">
<img src="static/images/carousel1.jpg" alt="Static Image Description" />
<h2 class="subtitle">
Static image description.
</h2>
</div>
</div>
</section>

<!-- Image carousel
<section class="hero is-small">
<div class="hero-body">
<div class="container">
Expand Down Expand Up @@ -205,7 +216,7 @@ <h2 class="subtitle has-text-centered">
</div>
</div>
</div>
</section>
</section> -->
<!-- End image carousel -->


Expand Down

0 comments on commit fdddf58

Please sign in to comment.