Skip to content

Commit

Permalink
lazy loading on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xebobytes committed Nov 23, 2023
1 parent 9ddfe3a commit ea3a0c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,17 @@ <h2 class ="visually-hidden">Collection of Images</h2> <!-- TODO -->
</header>
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-4"><span class="image fit"><img src="IMG/home/sven-kiefer-wally.jpg" alt="Sven Kiefer at Leiden University." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/aris_team.jpg" alt="The Aris rocket team after winning second place at the Spaceport America Cup." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/vla-telescope.jpg" alt="Sven Kiefer's first visit to the Very Large Array (VLA)." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/sven-kiefer-wally.jpg" alt="Sven Kiefer at Leiden University." loading="lazy" /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/aris_team.jpg" alt="The Aris rocket team after winning second place at the Spaceport America Cup." loading="lazy" /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/vla-telescope.jpg" alt="Sven Kiefer's first visit to the Very Large Array (VLA)." loading="lazy" /></span></div>
<!-- Break -->
<div class="col-4"><span class="image fit"><img src="IMG/home/diavolezza.jpg" alt="Diavolezza mountain station; place of the Astrowoche." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/kiefer_edinburgh.jpg" alt="Sven Kiefer at Arthur's Seat in Scotland." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/first-MEME.jpg" alt="Entrance to the first Massive Exoplanet MEME exhibition." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/diavolezza.jpg" alt="Diavolezza mountain station; place of the Astrowoche." loading="lazy" /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/kiefer_edinburgh.jpg" alt="Sven Kiefer at Arthur's Seat in Scotland." loading="lazy" /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/first-MEME.jpg" alt="Entrance to the first Massive Exoplanet MEME exhibition." loading="lazy" /></span></div>
<!-- Break -->
<div class="col-4"><span class="image fit"><img src="IMG/home/winter_hometown.jpg" alt="Sven Kiefer during a winter hike." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/aris_trophy.jpg" alt="Trophy of the Spaceport America Cup in the Arizona desert." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/kiefer_telescope-selfie.jpg" alt="Sven Kiefer captured through a telescope." /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/aris_trophy.jpg" alt="Trophy of the Spaceport America Cup in the Arizona desert." loading="lazy" /></span></div>
<div class="col-4"><span class="image fit"><img src="IMG/home/kiefer_telescope-selfie.jpg" alt="Sven Kiefer captured through a telescope." loading="lazy" /></span></div>
</div>
</div>
</section>
Expand Down

0 comments on commit ea3a0c3

Please sign in to comment.