Skip to content

Commit

Permalink
feat: update about image (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 authored Aug 25, 2023
1 parent 438f632 commit a915c42
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 3 deletions.
Binary file modified assets/img/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/about-100.avif
Binary file not shown.
Binary file modified public/assets/img/about-100.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/about-100.webp
Binary file not shown.
Binary file modified public/assets/img/about-1920.avif
Binary file not shown.
Binary file modified public/assets/img/about-1920.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/about-1920.webp
Binary file not shown.
Binary file modified public/assets/img/about-400.avif
Binary file not shown.
Binary file modified public/assets/img/about-400.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/img/about-400.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const t = useTranslations(lang);
<source srcset="/assets/img/about-400.jpg 450w, /assets/img/about-1920.jpg" type="image/jpg" />
<img
src="/assets/img/about-400.jpg"
width="1616"
height="1080"
width="999"
height="1774"
loading="lazy"
alt="Manual shooting a photo with his reflex camera in front of a mountain"
alt="Manual Hamel, photographer"
/>
</picture>
<p>{t('about.p1')}</p>
Expand Down
1 change: 1 addition & 0 deletions src/styles/layout/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
justify-self: center;
align-self: center;
inline-size: 90%;
max-inline-size: 50vi;

& > img {
transform: rotate(-5deg);
Expand Down

0 comments on commit a915c42

Please sign in to comment.