Skip to content

Commit

Permalink
[#18] Shrink images and host in next-gen formats
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMitofsky committed Aug 6, 2023
1 parent ca58fe3 commit 8f72980
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<p>We're friends, brothers, & developers.</p>
<div class="bros">
<div class="bro">
<img class="profile-pic" src="/images/james.jpg" alt="Headshot of James Mitofsky" />
<img class="profile-pic" src="/images/james.webp" alt="Headshot of James Mitofsky" />
<h3>James Mitofsky</h3>
<p>
James has a keen interest in the impact of design on user behavior. When not coding,
Expand All @@ -73,7 +73,7 @@
<a href="https://jamesmit.dev" target="_blank">jamesmit.dev</a>
</div>
<div class="bro">
<img class="profile-pic" src="/images/kyle.jpg" alt="Headshot of Kyle Mitofsky" />
<img class="profile-pic" src="/images/kyle.webp" alt="Headshot of Kyle Mitofsky" />
<h3>Kyle Mitofsky</h3>
<p>
Kyle has passion for sharing knowledge, seeking creative ways to educate and empower
Expand Down
Binary file removed static/images/james.jpg
Binary file not shown.
Binary file added static/images/james.webp
Binary file not shown.
Binary file removed static/images/kyle.jpg
Binary file not shown.
Binary file added static/images/kyle.webp
Binary file not shown.

0 comments on commit 8f72980

Please sign in to comment.