Skip to content

Commit 7654f27

Browse files
committed
Uploaded new photo again, changed description
1 parent 5bc4169 commit 7654f27

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

public/assets/eli-min.png

1.25 MB
Loading

src/assets/blog/eli-min.png

1.25 MB
Loading

src/pages/index.astro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
import BaseLayout from '../layouts/BaseLayout.astro';
33
44
const title = 'Elena Arnaudova';
5-
const description = 'The perfect starter for your perfect blog.';
5+
const description = 'Portfolio';
66
const permalink = Astro.site.href;
77
---
88

99
<BaseLayout title={title} description={description} permalink={permalink}>
1010
<div class="home-container">
1111
<div class="hero-image-container">
1212
<picture>
13-
<source srcset="/assets/dark_kitty.jpg" media="(min-width: 600px)">
14-
<img class="hero-image" alt="Illustration of kitty" src="/assets/dark_kitty.jpg" width="550" height="466">
13+
<source srcset="/assets/eli-min.png" media="(min-width: 600px)">
14+
<img class="hero-image" alt="Elena" src="/assets/eli-min.png" width="550" height="466">
1515
</picture>
1616
</div>
1717
<div class="home-copy">
@@ -70,6 +70,7 @@ const permalink = Astro.site.href;
7070

7171
.hero-image {
7272
width: 60%;
73+
border-radius: 8px;
7374
max-width: 550px;
7475
margin-bottom: 1em;
7576
}

0 commit comments

Comments
 (0)