From 9d7403e976d1a0c4a2754bcab7bdd4247efc6999 Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Thu, 1 May 2025 08:07:15 +0200 Subject: [PATCH] :tada: Initial commit --- src/assets/astro.svg | 1 - src/assets/background.svg | 1 - src/components/Welcome.astro | 210 ----------------------------------- src/layouts/Layout.astro | 2 +- src/pages/index.astro | 6 +- 5 files changed, 2 insertions(+), 218 deletions(-) delete mode 100644 src/assets/astro.svg delete mode 100644 src/assets/background.svg delete mode 100644 src/components/Welcome.astro diff --git a/src/assets/astro.svg b/src/assets/astro.svg deleted file mode 100644 index 8cf8fb0..0000000 --- a/src/assets/astro.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/assets/background.svg b/src/assets/background.svg deleted file mode 100644 index 4b2be0a..0000000 --- a/src/assets/background.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/components/Welcome.astro b/src/components/Welcome.astro deleted file mode 100644 index 52e0333..0000000 --- a/src/components/Welcome.astro +++ /dev/null @@ -1,210 +0,0 @@ ---- -import astroLogo from '../assets/astro.svg'; -import background from '../assets/background.svg'; ---- - -
- -
-
- Astro Homepage -

- To get started, open the
src/pages
directory in your project. -

- -
-
- - - -

What's New in Astro 5.0?

-

- From content layers to server islands, click to learn more about the new features and - improvements in Astro 5.0 -

-
-
- - diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index e455c61..aaeaf78 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,7 +5,7 @@ - Astro Basics + Personal portfolio diff --git a/src/pages/index.astro b/src/pages/index.astro index c04f360..4469c50 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,11 +1,7 @@ --- -import Welcome from '../components/Welcome.astro'; import Layout from '../layouts/Layout.astro'; - -// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build -// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh. --- - +

Hello World!