diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro new file mode 100644 index 0000000..a5767e6 --- /dev/null +++ b/src/components/Navigation.astro @@ -0,0 +1,29 @@ +--- +--- +
+
+
+ </> +
+ +
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2dfa158..64c2314 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -7,7 +7,7 @@ const { title } = Astro.props; --- - + @@ -16,7 +16,7 @@ const { title } = Astro.props; {title} - + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 83eff75..98e6ea2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,33 +1,39 @@ --- import Layout from '../layouts/Layout.astro'; import programmerImage from '../assets/programmer.svg' +import Navigation from '../components/Navigation.astro'; --- -
-
-
-
-

Hey, I'm Lea

-

a Full-Stack Software Engineer

-

- I code backend with Ruby on Rails & Nest.js and dive into React.js for the frontend. -

-
- - - - - - +
+ +
+
+
+
+

Hey, I'm Lea

+

a Full-Stack Web Software Engineer

+

+ I code backend with Ruby on Rails & Nest.js and dive into React.js for the frontend. +

+
-
-
-
-
- -
-
-
+
+
+
+ +
+
+
+