File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22import BaseLayout from ' ../layouts/BaseLayout.astro' ;
33
44const title = ' Elena Arnaudova' ;
5- const description = ' The perfect starter for your perfect blog. ' ;
5+ const description = ' Portfolio ' ;
66const 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 }
You can’t perform that action at this time.
0 commit comments