From e8157d31ffe255bedec30297c5fbcdbe3f7ac714 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Tue, 31 Dec 2024 00:41:48 +0100 Subject: [PATCH] feat: add about page --- src/pages/about.astro | 22 ++++++++++++++++++++++ src/pages/index.astro | 5 ++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 src/pages/about.astro diff --git a/src/pages/about.astro b/src/pages/about.astro new file mode 100644 index 0000000..74f268f --- /dev/null +++ b/src/pages/about.astro @@ -0,0 +1,22 @@ +--- + +--- + + + + + + + + Astro + + + Home + About + +

About me

+

... and my new website!

+

I'm a web developer and I'm learning Astro.

+

This is my first website!

+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index a06724d..a1c2eff 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,6 +11,9 @@ Astro -

Runtime Notes

+ Home + About + +

Orbital Orbit