From b33c2f06a4524bc846e66bbe3abf6428d1cf2305 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 10:42:09 +0100 Subject: Astro project structure --- src/pages/index.astro | 144 ++++++++++++++++++++++++-- src/pages/isometric/index.astro | 221 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 357 insertions(+), 8 deletions(-) create mode 100644 src/pages/isometric/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index c04f360..0e40b3d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,11 +1,139 @@ --- -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. +// Vibes homepage --- - - - + + + + + + Vibes + + + +

Vibes

+ +
+
+
+
+

Isometric Triangles

+

+ A dynamic background with colorful isometric triangles + that rotate and float across the screen. +

+ Go +
+
+
+ + diff --git a/src/pages/isometric/index.astro b/src/pages/isometric/index.astro new file mode 100644 index 0000000..df4ff5d --- /dev/null +++ b/src/pages/isometric/index.astro @@ -0,0 +1,221 @@ +--- +// Isometric Triangles Experiment +--- + + + + + + + Isometric Triangles + + + + +
+

Isometric Triangles

+
+ + + + -- cgit v1.3.1