diff --git a/src/lib/components/cardGroups/LandingCardGroup.svelte b/src/lib/components/cardGroups/LandingCardGroup.svelte
index bedb84f..d4ab8ad 100644
--- a/src/lib/components/cardGroups/LandingCardGroup.svelte
+++ b/src/lib/components/cardGroups/LandingCardGroup.svelte
@@ -15,12 +15,6 @@
size={SubtitleSize.SMALL}
/>
-
diff --git a/src/lib/components/cardGroups/ProjectCardGroup.svelte b/src/lib/components/cardGroups/ProjectCardGroup.svelte
index 4f84e1c..16fe504 100644
--- a/src/lib/components/cardGroups/ProjectCardGroup.svelte
+++ b/src/lib/components/cardGroups/ProjectCardGroup.svelte
@@ -19,36 +19,21 @@
We like building things that help.
-
-
- {
- scrollTo(PageSectionType.MEMBERS);
- }}
- />
-
+
+
+
diff --git a/src/lib/components/navigation/NavbarButton.svelte b/src/lib/components/navigation/NavbarButton.svelte
new file mode 100644
index 0000000..96c2439
--- /dev/null
+++ b/src/lib/components/navigation/NavbarButton.svelte
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/src/lib/components/navigation/NavbarContent.svelte b/src/lib/components/navigation/NavbarContent.svelte
new file mode 100644
index 0000000..15a49c4
--- /dev/null
+++ b/src/lib/components/navigation/NavbarContent.svelte
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/src/lib/components/navigation/NavbarItem.svelte b/src/lib/components/navigation/NavbarItem.svelte
new file mode 100644
index 0000000..73cdb9b
--- /dev/null
+++ b/src/lib/components/navigation/NavbarItem.svelte
@@ -0,0 +1,11 @@
+
+
+
+
+
diff --git a/src/lib/util/screenSize.ts b/src/lib/util/screenSize.ts
new file mode 100644
index 0000000..123a780
--- /dev/null
+++ b/src/lib/util/screenSize.ts
@@ -0,0 +1,3 @@
+export enum ScreenSizes {
+ sm = 300,
+}
\ No newline at end of file
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 31b38a7..63b9836 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -1,9 +1,8 @@
-
+
+
-
-
-
-
-
-
-
-
-
-
diff --git a/src/routes/members/+page.svelte b/src/routes/members/+page.svelte
new file mode 100644
index 0000000..1667d29
--- /dev/null
+++ b/src/routes/members/+page.svelte
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
diff --git a/src/routes/projects/+page.svelte b/src/routes/projects/+page.svelte
new file mode 100644
index 0000000..6e1e80c
--- /dev/null
+++ b/src/routes/projects/+page.svelte
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 4c85b87..d10b2b8 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,8 +7,7 @@ export default {
xl: '1280px',
lg: '1024px',
md: '768px',
- sm: '640px',
-
+ sm: '300px',
},
},
plugins: [],