From af37c38893bebbd93c416aba1ea28326de5b7472 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Wed, 4 Mar 2026 07:46:02 +0100 Subject: [PATCH] css refact --- apps/frontend/src/components/.keep | 0 apps/frontend/src/components/Welcome.astro | 210 --------------------- apps/frontend/src/pages/blog.astro | 111 ++++++++--- apps/frontend/src/pages/catalog.astro | 193 ++++++++++++++----- apps/frontend/src/pages/code.astro | 84 +++++++-- apps/frontend/src/pages/contact.astro | 78 ++++++-- apps/frontend/src/pages/howtos.astro | 106 ++++++++--- apps/frontend/src/pages/index.astro | 90 ++++++--- 8 files changed, 512 insertions(+), 360 deletions(-) create mode 100644 apps/frontend/src/components/.keep delete mode 100644 apps/frontend/src/components/Welcome.astro diff --git a/apps/frontend/src/components/.keep b/apps/frontend/src/components/.keep new file mode 100644 index 0000000..e69de29 diff --git a/apps/frontend/src/components/Welcome.astro b/apps/frontend/src/components/Welcome.astro deleted file mode 100644 index 52e0333..0000000 --- a/apps/frontend/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/apps/frontend/src/pages/blog.astro b/apps/frontend/src/pages/blog.astro index 3c14df5..d08727e 100644 --- a/apps/frontend/src/pages/blog.astro +++ b/apps/frontend/src/pages/blog.astro @@ -138,9 +138,9 @@ function timeAgo(dateStr: string): string { --- -
-
-
+
+
+
@@ -158,51 +158,50 @@ function timeAgo(dateStr: string): string {
-
+
{error && ( -
+ + diff --git a/apps/frontend/src/pages/howtos.astro b/apps/frontend/src/pages/howtos.astro index ba578a3..bd68e48 100644 --- a/apps/frontend/src/pages/howtos.astro +++ b/apps/frontend/src/pages/howtos.astro @@ -94,10 +94,10 @@ function timeAgo(dateStr: string): string { --- -
+
- + + diff --git a/apps/frontend/src/pages/index.astro b/apps/frontend/src/pages/index.astro index 59f78d5..4b13372 100644 --- a/apps/frontend/src/pages/index.astro +++ b/apps/frontend/src/pages/index.astro @@ -66,10 +66,10 @@ try { --- -
+
-
+
@@ -91,19 +91,19 @@ try { {nextEvent && (
-
-

{nextEvent.name}

-
+
+

{nextEvent.name}

+
-- : -- : -- : --
-

Starts on: {nextEvent.dateText}

+

Starts on: {nextEvent.dateText}

{followingEvents.length > 0 && ( -
-

Upcoming Events

+
+

Upcoming Events

{followingEvents.map(event => ( -
+
{event.name} {event.dateText}
@@ -118,36 +118,36 @@ try {
-
-
+ -
-
+ -
-
+ + +