diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte
index 344f14f..e8183a8 100644
--- a/src/lib/Footer.svelte
+++ b/src/lib/Footer.svelte
@@ -1,7 +1,4 @@
@@ -10,7 +7,7 @@
{/if}
-
-
© 2021 - present, Project Segfault
-
-
+
© 2021 - present, Project Segfault team
+
Made with SvelteKit and released under the MIT license.
\ No newline at end of file
diff --git a/src/routes/projects.svelte b/src/routes/projects.svelte
new file mode 100644
index 0000000..5ec0218
--- /dev/null
+++ b/src/routes/projects.svelte
@@ -0,0 +1,106 @@
+
+
+
+ Our projects | Project Segfault
+
+
+
+
+
Our projects
+
+ {#each projects as { name, description, github, website }}
+
+
+
{name}
+
+ {#if description}
+
{description}
+ {/if}
+
+
+
+ {#if github}
+
+ {/if}
+
+ {#if website}
+
+ {/if}
+
+
+ {/each}
+
+
+
+
diff --git a/src/routes/team.svelte b/src/routes/team.svelte
index adb2646..24a96fd 100644
--- a/src/routes/team.svelte
+++ b/src/routes/team.svelte
@@ -128,15 +128,14 @@
height: 23px;
}
- .web:hover {
- background-color: var(--accent-tertiary);
- color: var(--secondary) !important;
+ .web {
transition: all 0.5s;
}
- .web:active {
- background-color: var(--accent-primary);
- transition: all 0.5s;
+ .web:hover {
+ background-color: var(--accent-tertiary);
+ color: var(--secondary) !important;
+
}
.socials {
diff --git a/static/Raleway.ttf b/static/Raleway.ttf
new file mode 100644
index 0000000..424fb0e
Binary files /dev/null and b/static/Raleway.ttf differ