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
+
+ +