diff --git a/frontend/src/app.html b/frontend/src/app.html index effe0d0..17a8e6c 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -1,12 +1,58 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - + + + + + + %sveltekit.head% + + + + +
%sveltekit.body%
+ + + \ No newline at end of file diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte new file mode 100644 index 0000000..49aeb95 --- /dev/null +++ b/frontend/src/routes/+layout.svelte @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 5982b0a..a071fa7 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,2 +1,129 @@ -

Welcome to SvelteKit

-

Visit kit.svelte.dev to read the documentation

+ + +
+
Benvenuti a Pianello Val Tidone
+
+ +
+
+
+
+ logo +
+
+
+
Percorsi
+
naturalistici
+
+
+
+
+
+
+ logo +
+
+
+
Percorsi
+
storici
+
+
+
+
+
+
+ logo +
+
+
+
Percorsi
+
tradizionalistici
+
+
+
+
+
+
+ + + + diff --git a/frontend/src/routes/components/BottomAppBar.svelte b/frontend/src/routes/components/BottomAppBar.svelte new file mode 100644 index 0000000..fd34230 --- /dev/null +++ b/frontend/src/routes/components/BottomAppBar.svelte @@ -0,0 +1,34 @@ +
+
+ home +
+
+ possible routes +
+
+ settings +
+
+ + diff --git a/frontend/static/favicon.png b/frontend/static/favicon.png new file mode 100644 index 0000000..5dc5ef2 Binary files /dev/null and b/frontend/static/favicon.png differ