Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunkane authored Oct 29, 2024
1 parent 51cba41 commit 512aa54
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,36 +52,13 @@ <h2 class="grid-item span3c event-info">Denver, Colorado<br />October 26—29 20
archived in the ACM Digital Library. At least one author of accepted submissions must
register as the presenter by the early registration deadline.
</p>
<h3>Latest Updates</h3>
<ul>
<li>(10/30/24) ASSETS 2025 is announced</li>
<li>>(10/30/24) <a href="volunteer.html">Volunteeer opportunities</a> are available!</li>
</ul>
</div>

<div class="grid-item span2c hide-on-small-screens"></div>
<div class="grid-item span8c hide-on-small-screens"></div>

<picture id="denver-img" class="grid-item span12c text-img">
<!-- For small screens, using a more square or taller aspect ratio -->
<source
srcset="imgs/yellow-and-black-street-lanterns-256x89.jpg"
media="(max-width: 320px)"
/>
<source
srcset="imgs/yellow-and-black-street-lanterns-768x576.jpg"
media="(max-width: 768px)"
/>
<!-- For medium screens -->
<source
srcset="imgs/yellow-and-black-street-lanterns-1280x444.jpg"
media="(max-width: 1280px)"
/>
<!-- For larger screens -->
<source
srcset="imgs/yellow-and-black-street-lanterns-2048x710.jpg"
media="(min-width: 1281px)"
/>
<img
src="imgs/yellow-and-black-street-lanterns-1280x444.jpg"
alt="Lively street with Colorado flags, historic and modern buildings, and overhead string lights."
/>
</picture>
</div>

<!--
Expand Down

0 comments on commit 512aa54

Please sign in to comment.