diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3ea61bc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "spellright.language": [ + "en" + ], + "spellright.documentTypes": [ + "markdown", + "latex", + "plaintext" + ], + "spellright.parserByClass": { + "svelte": { + "parser": "plain" + } + } +} \ No newline at end of file diff --git a/src/Card.svelte b/src/Card.svelte index 7bc6b23..35eb151 100644 --- a/src/Card.svelte +++ b/src/Card.svelte @@ -31,11 +31,14 @@ align-items: center; justify-content: space-between; margin-bottom: 0em; + width: 100%; } .card .card-content :global(div) { - margin: 2em 0em; - max-width: 85%; + display: flex; + align-items: center; + justify-content: space-between; + max-width: 100%; } .card .card-footer :global(div){ @@ -49,16 +52,14 @@
-
-
- -
-
-
- -
+
+
- +
+
+ +
+
diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index f756e0c..4bbe430 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -1,12 +1,61 @@ + -
-
- test -
-
\ No newline at end of file + +
+

Contact

+
+
+
+
+ + + +
+
+ +
+
+
+
+ Curriculum Vitae + E-Mail +
+
\ No newline at end of file diff --git a/static/Luke Else - CV.pdf b/static/Luke Else - CV.pdf index 1807dd7..86bf70a 100644 Binary files a/static/Luke Else - CV.pdf and b/static/Luke Else - CV.pdf differ