From b05e620670653ce68a55b42ed57a94b5c6d8c7f4 Mon Sep 17 00:00:00 2001
From: Giovanni Abbatepaolo <30571828+bbtgnn@users.noreply.github.com>
Date: Fri, 1 Mar 2024 20:59:51 +0100
Subject: [PATCH] feat: update cv
---
src/lib/components/Link.svelte | 10 ++++++
src/lib/components/Navbar.svelte | 7 +++++
.../organizations/isia-urbino/+page.svelte | 8 +++++
.../liceo-scientifico-s-simone/+page.svelte | 8 +++++
src/routes/+layout.svelte | 7 ++++-
src/routes/cv/+page.svelte | 31 +++++++++++++------
6 files changed, 61 insertions(+), 10 deletions(-)
create mode 100644 src/lib/components/Link.svelte
create mode 100644 src/lib/components/Navbar.svelte
diff --git a/src/lib/components/Link.svelte b/src/lib/components/Link.svelte
new file mode 100644
index 0000000..e7cc218
--- /dev/null
+++ b/src/lib/components/Link.svelte
@@ -0,0 +1,10 @@
+
+
+
diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte
new file mode 100644
index 0000000..aa6cba7
--- /dev/null
+++ b/src/lib/components/Navbar.svelte
@@ -0,0 +1,7 @@
+
+
+
+ Giovanni Abbatepaolo
+
diff --git a/src/routes/(database)/organizations/isia-urbino/+page.svelte b/src/routes/(database)/organizations/isia-urbino/+page.svelte
index e69de29..53a2a07 100644
--- a/src/routes/(database)/organizations/isia-urbino/+page.svelte
+++ b/src/routes/(database)/organizations/isia-urbino/+page.svelte
@@ -0,0 +1,8 @@
+
diff --git a/src/routes/(database)/organizations/liceo-scientifico-s-simone/+page.svelte b/src/routes/(database)/organizations/liceo-scientifico-s-simone/+page.svelte
index e69de29..30c7c69 100644
--- a/src/routes/(database)/organizations/liceo-scientifico-s-simone/+page.svelte
+++ b/src/routes/(database)/organizations/liceo-scientifico-s-simone/+page.svelte
@@ -0,0 +1,8 @@
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 7f8c73e..68beffc 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,5 +1,10 @@
-
+
+
+
+
+
diff --git a/src/routes/cv/+page.svelte b/src/routes/cv/+page.svelte
index b0cf4b9..1820675 100644
--- a/src/routes/cv/+page.svelte
+++ b/src/routes/cv/+page.svelte
@@ -1,31 +1,44 @@
-Home
-
Curriculum Vitae
-
-
+
+
+
Formazione
+
+ {#each documents as document}
+
+
+
+ {/each}
+
+
+
+
+
Esperienze lavorative attuali
{#each documents as document}
{#if document.current}
-
+
@@ -44,7 +57,7 @@