diff --git a/src/lib/components/contact.svelte b/src/lib/components/contact.svelte index 5626557..a5a190b 100644 --- a/src/lib/components/contact.svelte +++ b/src/lib/components/contact.svelte @@ -1,68 +1,94 @@ -
-
Prague, Czech Republic
+
+ +
+ +
+ Prague, Czech Republic +
- diff --git a/src/lib/components/icons/location.svelte b/src/lib/components/icons/location.svelte new file mode 100644 index 0000000..f5ea88f --- /dev/null +++ b/src/lib/components/icons/location.svelte @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tech/clock.svg b/static/tech/clock.svg new file mode 100644 index 0000000..00350e9 --- /dev/null +++ b/static/tech/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tech/linkedin.png b/static/tech/linkedin.png new file mode 100644 index 0000000..5cf2964 Binary files /dev/null and b/static/tech/linkedin.png differ diff --git a/static/tech/mail.svg b/static/tech/mail.svg new file mode 100644 index 0000000..94a0861 --- /dev/null +++ b/static/tech/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tech/twitter.png b/static/tech/twitter.png new file mode 100644 index 0000000..e381646 Binary files /dev/null and b/static/tech/twitter.png differ diff --git a/windi.config.js b/windi.config.js new file mode 100644 index 0000000..54afaa2 --- /dev/null +++ b/windi.config.js @@ -0,0 +1,19 @@ +// @ts-check - enable TS check for js file +import { defineConfig } from 'windicss/helpers'; + +export default defineConfig({ + darkMode: "class", + theme: { + extend: { + colors: { + github: "#fafafa", + discord: "#7289da" + } + } + }, + plugins: [ + require('windicss/plugin/filters'), + require('windicss/plugin/aspect-ratio'), + require('windicss/plugin/line-clamp'), + ] +}) \ No newline at end of file