Skip to content

Commit

Permalink
chore: improved photo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomelo committed Oct 25, 2023
1 parent a100901 commit 4343bf9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified site/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<header>
<div class="photo">
<img src="photo.png" alt="joão melo" />
<img src="photo.jpeg" alt="joão melo" />
</div>
<div class="moto">
<h1 class="mbe-10">Hi, I'm <span class="name">João Melo</span></h1>
Expand Down
Binary file added site/photo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed site/photo.png
Binary file not shown.
5 changes: 3 additions & 2 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ header {
display: grid;
grid-template:
"a b" auto
"c c" auto / 0.3fr 0.7fr;
"a c" auto / 0.2fr 0.8fr;
column-gap: var(--size-1);
row-gap: var(--size-2);
text-align: end;
Expand Down Expand Up @@ -121,7 +121,8 @@ header .moto {
header .social {
grid-area: c;
display: flex;
justify-content: center;
justify-content: end;
align-items: end;
gap: var(--size-4);
width: 100%;

Expand Down

0 comments on commit 4343bf9

Please sign in to comment.