Skip to content

Commit b4eacf3

Browse files
committed
feat: Add profile.webp file
1 parent 770e854 commit b4eacf3

4 files changed

Lines changed: 2 additions & 0 deletions

File tree

assets/profile.png

145 KB
Loading

assets/profile.webp

12.4 KB
Loading

layout/styles/about.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.about-header {
22
background-image:
33
linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
4+
url('/assets/profile.webp'),
45
url('/assets/profile.png');
56
background-size: cover;
67
background-position: center;

layout/styles/home.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.home-header {
22
background-image:
33
linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
4+
url('/assets/profile.webp'),
45
url('/assets/profile.png');
56
background-size: cover;
67
background-position: center;

0 commit comments

Comments
 (0)