diff --git a/src/lib/Form/TextArea.svelte b/src/lib/Form/TextArea.svelte index fd3e702..25b4e8f 100644 --- a/src/lib/Form/TextArea.svelte +++ b/src/lib/Form/TextArea.svelte @@ -13,3 +13,9 @@ class="form-textbox" {placeholder} /> + + \ No newline at end of file diff --git a/src/lib/Services.json b/src/lib/Instances.json similarity index 92% rename from src/lib/Services.json rename to src/lib/Instances.json index bc70cba..dfc915b 100644 --- a/src/lib/Services.json +++ b/src/lib/Instances.json @@ -4,7 +4,7 @@ "description": "A frontend for YouTube.", "website": "https://invidious.projectsegfau.lt/", "icon": "https://github.com/iv-org/invidious/raw/master/assets/invidious-colored-vector.svg", - "category": "Instances", + "category": "General", "projectWebsite": "https://invidious.io/" }, { @@ -12,7 +12,7 @@ "description": "A frontend for Odysee.", "website": "https://lbry.projectsegfau.lt/", "icon": "https://codeberg.org/avatars/dd785d92b4d4df06d448db075cd29274", - "category": "Instances", + "category": "General", "projectWebsite": "https://codeberg.org/librarian/librarian" }, { @@ -20,7 +20,7 @@ "description": "A frontend for Reddit.", "website": "https://libreddit.projectsegfau.lt/", "icon": "https://github.com/spikecodes/libreddit/raw/master/static/logo.png", - "category": "Instances", + "category": "General", "projectWebsite": "https://github.com/spikecodes/libreddit" }, { @@ -28,7 +28,7 @@ "description": "A frontend for Twitter.", "website": "https://nitter.projectsegfau.lt/", "icon": "https://github.com/zedeus/nitter/raw/master/public/logo.png", - "category": "Instances", + "category": "General", "projectWebsite": "https://github.com/zedeus/nitter" }, { @@ -36,7 +36,7 @@ "description": "An open source and decentralized chat application.", "website": "https://chat.projectsegfau.lt/", "icon": "https://element.io/images/logo-mark-primary.svg", - "category": "Instances", + "category": "General", "projectWebsite": "https://element.io/" }, { @@ -44,7 +44,7 @@ "description": "Another frontend for YouTube.", "website": "https://piped.projectsegfau.lt/", "icon": "https://github.com/TeamPiped/Piped/raw/master/public/img/icons/logo.svg", - "category": "Instances", + "category": "General", "projectWebsite": "https://github.com/TeamPiped/Piped" }, { @@ -52,7 +52,7 @@ "description": "A private meta-search engine.", "website": "https://search.projectsegfau.lt/search", "icon": "https://docs.searxng.org/_static/searxng-wordmark.svg", - "category": "Instances", + "category": "General", "projectWebsite": "https://searxng.org/" }, { @@ -60,7 +60,7 @@ "description": "A web interface for Git, alternative to GitHub.", "website": "https://git.projectsegfau.lt", "icon": "https://gitea.io/images/gitea.png", - "category": "Instances", + "category": "General", "projectWebsite": "https://gitea.io/" }, { diff --git a/src/lib/Nav.svelte b/src/lib/Nav.svelte index e443965..5f6194b 100644 --- a/src/lib/Nav.svelte +++ b/src/lib/Nav.svelte @@ -5,8 +5,7 @@ $: currentPage = $page.url.pathname; const menus = [ - { name: "Services", url: "/services" }, - { name: "Projects", url: "/projects" }, + { name: "Instances", url: "/instances" }, { name: "Donate", url: "/donate" }, { name: "FAQ", url: "/faq" }, { name: "Contact us", url: "/contact" }, @@ -39,14 +38,17 @@ href={url}>{name} {/each} - + + Matrix - + + GitHub -