From 644defdb17b703281f27d135d925499e6d8d9202 Mon Sep 17 00:00:00 2001 From: maybe-asdf Date: Mon, 6 Jan 2025 15:34:34 +0100 Subject: [PATCH] navbar faq and font --- src/app.css | 2 +- src/app.html | 3 + src/routes/+page.svelte | 23 +++++-- src/routes/faq/+page.svelte | 124 +++++++----------------------------- tailwind.config.js | 1 + 5 files changed, 46 insertions(+), 107 deletions(-) diff --git a/src/app.css b/src/app.css index 6bb79ce..26ba231 100644 --- a/src/app.css +++ b/src/app.css @@ -16,7 +16,7 @@ @apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8; } .btn { - @apply px-6 py-3 rounded-lg font-medium transition-all duration-200; + @apply px-6 py-3 rounded-lg font-khand transition-all duration-200; } .btn-primary { @apply bg-primary text-white hover:bg-opacity-90; diff --git a/src/app.html b/src/app.html index 3b00375..cc102e7 100644 --- a/src/app.html +++ b/src/app.html @@ -8,6 +8,9 @@ + + + %sveltekit.head% diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 117b9ca..6c2e0b6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -9,6 +9,21 @@ }); +
+ +
window.location.href = '/'}> + Logo +
+ + + +
+
@@ -26,7 +41,7 @@
-

yaerguOS

+

yaerguOS

lilypad
@@ -78,7 +93,7 @@
Ayva
-

Ayva

+

Ayva

Voice assistant bundled with yaerguOS, designed to be easy to use and to help the user with their tasks, provide info and more.

    @@ -102,7 +117,7 @@
    YNS
    -

    YNS

    +

    YNS

    Package manager with fast installation, wide variety of yaerguOS utilites, and not resource heavy.

      @@ -126,7 +141,7 @@
      Discover
      -

      Discover

      +

      Discover

      Software center with a wide variety of apps from flathub including vscodium, vlc etc.. Built-in discover app from kde plasma.

        diff --git a/src/routes/faq/+page.svelte b/src/routes/faq/+page.svelte index 16a97d1..fdf26c4 100644 --- a/src/routes/faq/+page.svelte +++ b/src/routes/faq/+page.svelte @@ -12,15 +12,15 @@
        window.location.href = '/'}> - Logo + Logo
        @@ -35,38 +35,17 @@
        {#if mounted}
        -
        - - Coming Soon -
        - +
        -

        yaerguOS

        +

        yaerguOS

        lilypad
        -

        A modern, highly optimized arch-based linux distribution powered by KDE plasma.

        -

        Built for looks, performance and ease of use.

        +

        FAQ

        - -
        {/if} @@ -82,81 +61,22 @@
        {#if mounted} -

        - Features that separate the yaergu system from any other +

        + When will yaerguOS be released?

        +

        + We do not know for sure, but we assume mid-2025. +

        +
        +

        + What is the best way to contact the owner? +

        +

        + On discord : maybe.asdf +

        +
        +
        -
        -
        -
        - Ayva -
        -

        Ayva

        -
        -

        Voice assistant bundled with yaerguOS, designed to be easy to use and to help the user with their tasks, provide info and more.

        -
          -
        • - - Open websites, apps and more -
        • -
        • - - Assist in everyday tasks -
        • -
        • - ~ - AI powered answers (WIP) -
        • -
        -
        - -
        -
        -
        - YNS -
        -

        YNS

        -
        -

        Package manager with fast installation, wide variety of yaerguOS utilites, and not resource heavy.

        -
          -
        • - - Install apps and games -
        • -
        • - - Easy updates -
        • -
        • - ~ - CLI interface -
        • -
        -
        - -
        -
        -
        - Discover -
        -

        Discover

        -
        -

        Software center with a wide variety of apps from flathub including vscodium, vlc etc.. Built-in discover app from kde plasma.

        -
          -
        • - - Wide variety -
        • -
        • - - Fast downloads -
        • -
        • - - From KDE -
        • -
        -
        {/if}
        diff --git a/tailwind.config.js b/tailwind.config.js index 4fa9a01..dfcfd22 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -15,6 +15,7 @@ export default { }, fontFamily: { sans: ['Inter', 'system-ui', 'sans-serif'], + khand: ['Khand', 'sans-serif'] }, backgroundImage: { 'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',