From 5a8dc4fc5a2aa2108736665408cd5bba5f745d5a Mon Sep 17 00:00:00 2001 From: lyqht Date: Sat, 2 Mar 2024 20:46:09 +0800 Subject: [PATCH 1/3] add moving background --- src/components/SectionSeparator.astro | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/components/SectionSeparator.astro diff --git a/src/components/SectionSeparator.astro b/src/components/SectionSeparator.astro new file mode 100644 index 0000000..45e170e --- /dev/null +++ b/src/components/SectionSeparator.astro @@ -0,0 +1,25 @@ +
+ + + +
+ \ No newline at end of file From dcd0689cf38f7c5a222ba43a4122fa8595d39c7e Mon Sep 17 00:00:00 2001 From: lyqht Date: Sat, 2 Mar 2024 22:16:33 +0800 Subject: [PATCH 2/3] add scroll snap --- src/pages/index.astro | 53 +++++++++++++++++++++++++------------------ 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5232bda..dfca347 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -46,7 +46,7 @@ const schedules = [
-
+
-
+

Prizes

@@ -113,7 +113,7 @@ const schedules = [
-
+

Event Schedule

@@ -148,7 +148,7 @@ const schedules = [
-
+

9 Golden Rules

@@ -165,7 +165,7 @@ const schedules = [
  • Keep it clean, folks! Pre-coded work is strictly off-limits—let's see what you can create from scratch!
  • -
    +

    Venue

    @@ -231,7 +231,7 @@ const schedules = [
    -
    +

    Sponsors

    @@ -274,7 +274,7 @@ const schedules = [
    -
    +

    Our team

    @@ -285,7 +285,7 @@ const schedules = [
    -
    +
    GeeksHacking @@ -302,24 +302,26 @@ const schedules = [
    -
    +

    Contact Us!

    -

    - Click - here - to join GeeksHacking's Telegram channel! -

    +
    +

    + Click + here + to join GeeksHacking's Telegram channel! +

    -
    -

    -

    For general enquiries

    - Drop us an email at contact@geekshacking.com or contact us through our Facebook page. -

    For sponsorships

    - Please contact sponsor@geekshacking.com for sponsorship enquiries. -

    +
    +

    +

    For general enquiries

    + Drop us an email at contact@geekshacking.com or contact us through our Facebook page. +

    For sponsorships

    + Please contact sponsor@geekshacking.com for sponsorship enquiries. +

    +
    @@ -340,7 +342,14 @@ const schedules = [ }) }); -