diff --git a/index.html b/index.html index 1f984a5..3812fa5 100644 --- a/index.html +++ b/index.html @@ -223,8 +223,41 @@

CONTACT

-
- +
+ +
+ +
+

Telegram

+

@radiquum

+
+
+
+ +
+ +
+

Matrix

+

@radiquum:wah.su

+
+
+
+ +
+ +
+

VK

+

radiquum

+
+
+
+
+ +
+

Discord

+

radiquum

+
+
diff --git a/static/assets/Telegram.png b/static/assets/Telegram.png new file mode 100644 index 0000000..e2402f9 Binary files /dev/null and b/static/assets/Telegram.png differ diff --git a/static/assets/discord-mark-blue.png b/static/assets/discord-mark-blue.png new file mode 100644 index 0000000..e9dc50d Binary files /dev/null and b/static/assets/discord-mark-blue.png differ diff --git a/static/assets/matrix-favicon.svg b/static/assets/matrix-favicon.svg new file mode 100644 index 0000000..bc41720 --- /dev/null +++ b/static/assets/matrix-favicon.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/static/tailwind.css b/static/tailwind.css index 9b133c9..df0a575 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -669,6 +669,11 @@ video { margin-bottom: 3rem; } +.mx-2 { + margin-left: 0.5rem; + margin-right: 0.5rem; +} + .mb-12 { margin-bottom: 3rem; } @@ -821,6 +826,18 @@ video { height: 70; } +.h-\[90px\] { + height: 90px; +} + +.h-10 { + height: 2.5rem; +} + +.h-8 { + height: 2rem; +} + .max-h-\[40vh\] { max-height: 40vh; } @@ -946,6 +963,14 @@ video { width: 163px; } +.w-10 { + width: 2.5rem; +} + +.w-12 { + width: 3rem; +} + .max-w-\[1200px\] { max-width: 1200px; }