From 8f720674ad5b52dc2b1cf0cc825ab4e157b2f75c Mon Sep 17 00:00:00 2001 From: Akis Date: Sat, 23 Jul 2022 14:20:05 +0300 Subject: [PATCH] remove unused import and format files --- README.md | 5 ++- src/lib/Footer.svelte | 1 - src/lib/Members.json | 50 +++++++++++++++--------------- src/routes/__layout.svelte | 8 +++-- src/routes/legal/privacy-policy.md | 4 ++- src/routes/members.svelte | 5 +-- 6 files changed, 41 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index d547290..6acea2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Project Segfault Website + Live at [projectsegfau.lt](https://projectsegfau.lt). ## Developing @@ -10,6 +11,7 @@ Live at [projectsegfau.lt](https://projectsegfau.lt). - Learn [Svelte](https://svelte.dev). ### Universal + 1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`. 2. Change directory into the clone using `cd ./website`. 3. Install dependencies using `pnpm i` (recommended) or `npm i`. @@ -17,7 +19,8 @@ Live at [projectsegfau.lt](https://projectsegfau.lt). 5. Open a browser on `http://localhost:5173/` and you should see the website running locally! ### NixOS + 1. Clone the repository using `git clone https://github.com/ProjectSegfault/website`. 2. Change directory into the clone using `cd ./website`. 3. In the same terminal type `nix-shell`. -4. Open a browser on `http://localhost:5173/` and you should see the website running locally! \ No newline at end of file +4. Open a browser on `http://localhost:5173/` and you should see the website running locally! diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index 575d333..344f14f 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -1,5 +1,4 @@ +