Skip to content

Commit

Permalink
Merge pull request #28 from zaryanz/fix-pagespeed-optimizations
Browse files Browse the repository at this point in the history
fix: updated images from jpeg to webp
  • Loading branch information
zaryanz authored Aug 8, 2024
2 parents ff387ad + 5e518a5 commit 66f970b
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ ehthumbs.db
Gemfile.lock

beautiful-jekyll-theme-*.gem

pagespeed-reports/*
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ js-files:

# Image to show in the navigation bar - works best with a square image
# Remove this parameter if you don't want an image in the navbar
avatar: "/assets/img/avatar-icon.jpeg"
avatar: "/assets/img/avatar-icon.webp"

# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
round-avatar: true
Expand Down
Binary file added assets/img/ast_logo.webp
Binary file not shown.
Binary file added assets/img/avatar-icon.webp
Binary file not shown.
Binary file added assets/img/big-imgs/beach.webp
Binary file not shown.
Binary file added assets/img/remassis_logo.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
title: Aryan Singh
subtitle: Software Engineer | Open Source Enthusiast
cover-img:
- "/assets/img/big-imgs/beach.jpg": "Querim, Goa, India (2023)"
- "/assets/img/big-imgs/beach.webp": "Querim, Goa, India (2023)"
---
4 changes: 2 additions & 2 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ share-title: Aryan Singh | Projects
</a>

<a href="https://www.asttaas.com/" target="_blank" style="text-decoration: none;">
<img src="/assets/img/ast_logo.png" alt="Travokarma application icon" style="width: 15%"/>
<img src="/assets/img/ast_logo.webp" alt="Travokarma application icon" style="width: 15%"/>
</a>

<a href="https://www.remassis.com/" target="_blank" style="text-decoration: none;">
<img src="/assets/img/remassis_logo.png" alt="Travokarma application icon" style="width: 20%"/>
<img src="/assets/img/remassis_logo.webp" alt="Travokarma application icon" style="width: 20%"/>
</a>
</div>

0 comments on commit 66f970b

Please sign in to comment.