From 587ac7ff7e3ecbdbf74d315665038729c9487956 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 19 Nov 2022 16:52:14 +0100 Subject: [PATCH] add mastodon contact link --- src/lib/components/contact.svelte | 104 +++++++++++++++++------------- 1 file changed, 58 insertions(+), 46 deletions(-) diff --git a/src/lib/components/contact.svelte b/src/lib/components/contact.svelte index 89d3219..3189245 100644 --- a/src/lib/components/contact.svelte +++ b/src/lib/components/contact.svelte @@ -14,53 +14,65 @@
- -
- -
- Prague, Czech Republic -
-
- - GitHub -
- - danbulant +
+ +
+
+ Prague, Czech Republic
- - LinkedIn -
- - danbulant +
+ + GitHub +
+ + danbulant +
+
+ + LinkedIn +
+ + danbulant +
+
+ + Discord +
+ + TechmandanCZ#3372 +
+
+ + Twitter +
+ + @danbulant +
+
+ - - - Discord -
- - TechmandanCZ#3372 -
-
- - Twitter -
- - danbulant -
-
- - Email -
- - me@danbulant.eu -
-
-
-
Time
-
- -
GMT+1 - {time.setZone("Europe/Prague", { keepLocalTime: true }).toFormat("HH:mm:ss")}
+ + Email +
+ + me@danbulant.eu +
+
+
+
Time
+
+ +
GMT+1 - {time.setZone("Europe/Prague", { keepLocalTime: true }).toFormat("HH:mm:ss")}
+
@@ -71,12 +83,12 @@ @apply text-gray-400; } .main { - @apply flex gap-3 pt-1; + @apply flex gap-3 pt-1 items-center; } .profiles { @apply max-w-80 m-auto flex flex-col; } - a:active, a:hover { + a:hover, a:active { @apply no-underline; } a:active .main, a:hover .main {