From e2413aeb08d963d0a323f39fc1555294d3242256 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 21 Dec 2020 14:13:15 +0100 Subject: [PATCH] Contact info --- public/index.html | 2 +- src/App.svelte | 33 +++++++++++++++++++++++++++++++-- src/components/flexbox.svelte | 12 ++++++++++++ 3 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 src/components/flexbox.svelte diff --git a/public/index.html b/public/index.html index 5da7ed3..ed95699 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - Svelte app + Daniel Bulant diff --git a/src/App.svelte b/src/App.svelte index ced9842..b536e99 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,5 +1,6 @@ - Daniel Bulant design + Daniel Bulant - Homepage + @@ -17,6 +19,9 @@ Daniel Bulant + + Contact + @@ -24,7 +29,7 @@

Daniel Bulant

-

Projects

+

Projects

@@ -71,11 +76,30 @@

+
+

Contact info

+ + +
+ + + \ No newline at end of file