diff --git a/src/routes/index.svelte b/src/routes/index.svelte index f9e01d0..4d9c55c 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,52 +1,60 @@ - Sapper project template + michalvanko.dev index page -

Great success!

+
+
+ Borat +
-
- Borat -
HIGH FIVE!
-
+

+ “Let your ambition carry you.” + - La Flame +

+
-

Try editing this file (src/routes/index.svelte) to test live reloading.

+

+ Hey, welcome to my personal website. My name is + Michal Vanko + and I'm a + + programmer + + . I'll try to share some stories and opinions about things that I'm interested + in. +

diff --git a/static/global.css b/static/global.css index eeac3a9..56b5d3d 100644 --- a/static/global.css +++ b/static/global.css @@ -9,6 +9,7 @@ body { font-size: 16px; line-height: 1.5; color: #42436a; + background: #f2f6f6; } h1,