From 873441660d0669436bf57a0b401578ff3548406b Mon Sep 17 00:00:00 2001 From: limina1 Date: Tue, 6 Feb 2024 21:26:20 -0500 Subject: [PATCH] add navigation bar --- .prettierrc | 3 + src/app.css | 3 + src/lib/Modal.svelte | 12 +++ src/lib/components/Navigation.svelte | 38 +++++++++ src/lib/defaultShareButton.svelte | 111 +++++++++++++++++++++++++++ src/routes/[...eventID]/+page.svelte | 12 +++ src/routes/about/+page.svelte | 43 +++++++++++ 7 files changed, 222 insertions(+) create mode 100644 .prettierrc create mode 100644 src/app.css create mode 100644 src/lib/Modal.svelte create mode 100644 src/lib/components/Navigation.svelte create mode 100644 src/lib/defaultShareButton.svelte create mode 100644 src/routes/[...eventID]/+page.svelte create mode 100644 src/routes/about/+page.svelte diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..5cce348 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +{ + "plugins":["prettier-plugin-svelte"] +} diff --git a/src/app.css b/src/app.css new file mode 100644 index 0000000..ae9d7f5 --- /dev/null +++ b/src/app.css @@ -0,0 +1,3 @@ +body { + padding-top: 50px; +} diff --git a/src/lib/Modal.svelte b/src/lib/Modal.svelte new file mode 100644 index 0000000..b9b6e14 --- /dev/null +++ b/src/lib/Modal.svelte @@ -0,0 +1,12 @@ + + +{#if showModal} +
+ +
+{/if} diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte new file mode 100644 index 0000000..6ffeeb5 --- /dev/null +++ b/src/lib/components/Navigation.svelte @@ -0,0 +1,38 @@ + + + + + diff --git a/src/lib/defaultShareButton.svelte b/src/lib/defaultShareButton.svelte new file mode 100644 index 0000000..0563afc --- /dev/null +++ b/src/lib/defaultShareButton.svelte @@ -0,0 +1,111 @@ + + + + + + diff --git a/src/routes/[...eventID]/+page.svelte b/src/routes/[...eventID]/+page.svelte new file mode 100644 index 0000000..f48186d --- /dev/null +++ b/src/routes/[...eventID]/+page.svelte @@ -0,0 +1,12 @@ + +
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte new file mode 100644 index 0000000..c81f7b4 --- /dev/null +++ b/src/routes/about/+page.svelte @@ -0,0 +1,43 @@ +
+
1
+
2
+
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. + Lorem Ipsum has been the industry's standard dummy text ever since the + 1500s, when an unknown printer took a galley of type and scrambled it to + make a type specimen book. It has survived not only five centuries, but also + the leap into electronic typesetting, remaining essentially unchanged. It + was popularised in the 1960s with the release of Letraset sheets containing + Lorem Ipsum passages, and more recently with desktop publishing software + like Aldus PageMaker including versions of Lorem Ipsum. +
+
4
+
5
+
6
+
7
+
8
+
9
+
+ +