Skip to content

Commit

Permalink
test: Firefox logos 120px & 400px, test for load images
Browse files Browse the repository at this point in the history
  • Loading branch information
J-JD committed Jul 13, 2021
1 parent cea6d47 commit 9d862b2
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,31 @@ <h2>Rocking the free web</h2>
<div class="further-info">
<!-- insert images with srcsets and sizes -->
<a href="https://www.mozilla.org/en-US/firefox/new/">
<img />
<img
srcset="
images/firefox_logo-only_RGB120_tinified.png 120w,
images/firefox_logo-only_RGB400_tinified.png 400w
"
sizes="(max-width: 500px) 120px,
400px"
src="images/firefox_logo-only_RGB400_tinified.png"
alt="Firefox logo"
/>
</a>
<a href="https://www.mozilla.org/">
<img />
<img
src="images/mozilla-dinosaur-head400_tinified.png"
alt="Mozilla dinosaur head"
/>
</a>
<a href="https://addons.mozilla.org/">
<img />
<img
src="images/firefox-addons400_tinified.jpg"
alt="Firefox addons"
/>
</a>
<a href="https://developer.mozilla.org/en-US/">
<img />
<img src="images/mdn.svg" alt="Developer Mozilla logo" />
</a>
<div class="clearfix"></div>
</div>
Expand Down

0 comments on commit 9d862b2

Please sign in to comment.