diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte new file mode 100644 index 0000000..0b28b5b --- /dev/null +++ b/src/lib/components/Footer.svelte @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte new file mode 100644 index 0000000..d4e511b --- /dev/null +++ b/src/lib/components/Navbar.svelte @@ -0,0 +1,108 @@ + + +
+
+ + Logo + + + + + + +
+ + {#if isMenuOpen} + + {/if} +
+ + \ No newline at end of file diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c451f52..d403e2e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,5 +1,20 @@ - \ No newline at end of file + + +
+ +
+ + \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 6c2e0b6..e0cf587 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,7 @@ -
- -
window.location.href = '/'}> - Logo -
- - - -
-
-
-
+
+
+
{#if mounted} -
-
+
+
Coming Soon
-
-

yaerguOS

- lilypad +
+

yaerguOS

+ lilypad
-
-

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

-

Built for looks, performance and ease of use.

+
+

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

+

Built for looks, performance and ease of use.

-
-
-
+
+
+
{#if mounted} -

+

Features that separate the yaergu system from any other

-
-
-
- Ayva +
+
+
+ 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.

-
    -
  • - +

    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
-

YNS

+

YNS

-

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

-
    -
  • - +

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

    +
      +
    • + Install apps and games
    • -
    • - +
    • + Easy updates
    • -
    • - +
    • + GUI and CLI interface
-
-
-
- Discover +
+
+
+ Discover
-

Discover

+

Discover

-

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

-
    -
  • - +

    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
    @@ -164,56 +151,27 @@
- +
diff --git a/src/routes/collaborators/+page.svelte b/src/routes/collaborators/+page.svelte index 3cd2f8a..e99a196 100644 --- a/src/routes/collaborators/+page.svelte +++ b/src/routes/collaborators/+page.svelte @@ -1,137 +1,135 @@ -
- -
window.location.href = '/'}> - Logo -
- - - -
- -
-
-
-
-
-
-
- -
- {#if mounted} -
- -
-

yaerguOS

- lilypad -
- -
-

FAQ

-
- -
-
-
- {/if} -
-
- -
-
-
-
-
-
- -
- {#if mounted} -
- -
- Spitkov -
- - -
-

Spitkov

-

Web Dev, new yns CLI and yns GUI

-
-
- -
-
- - - {/if} -
-
- - -
+ +
+ {#each collaborators as collaborator, index} +
+
+
+ {collaborator.name} +
+ +
+

+ {collaborator.name} +

+

{collaborator.role}

+

{collaborator.description}

+ +
+

Expertise

+
+ {#each collaborator.skills as skill} + + {skill} + + {/each} +
+
+ +
+ {#if collaborator.links.github} + + + + + + {/if} + {#if collaborator.links.discord} +
+ + + + {collaborator.links.discord} +
+ {/if} +
+
+
+
+ {/each} +
+ +
+

Want to contribute to yaerguOS?

+ + Join Our Community + + + + +
+ {/if} + + diff --git a/src/routes/faq/+page.svelte b/src/routes/faq/+page.svelte index fdf26c4..e2ee9cc 100644 --- a/src/routes/faq/+page.svelte +++ b/src/routes/faq/+page.svelte @@ -1,137 +1,97 @@ -
- -
window.location.href = '/'}> - Logo -
- - - -
- -
-
-
-
-
-
-
- -
- {#if mounted} -
- -
-

yaerguOS

- lilypad -
- -
-

FAQ

-
- -
-
-
- {/if} -
-
- -
-
-
-
-
-
- -
- {#if mounted} -

- 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 -

-
- -
-
- {/if} -
-
- - -
+ +
+ {#each faqs as faq, index} +
+ + + {#if openIndex === index} +
+

{faq.answer}

+
+ {/if} +
+ {/each} +
+ +
+

Still have questions?

+ + Join Our Community + + + + +
+ {/if} + +