diff --git a/index.html b/index.html index 43c1db8..e41648c 100644 --- a/index.html +++ b/index.html @@ -169,6 +169,52 @@

PROJECTS

+ +
+ +
+

Anix

+

Unofficial web client for Anixart android app, made in Next.JS

+
+
+
+
+ +
+ +
+

TG-Photos

+

Telegram bot to use telegram as a Google Photo alternative

+
+
+
+ +
+ +
+

WordGen

+

Random word generator inspired by @tsoding

+
+
+
+ +
+
+

furaffinity-dl

+

Modification of the original project to add more functionality

+
+
+
+ +
+ +
+

Github

+

View my other repositories

+
+
+
+
diff --git a/static/assets/ANIX.png b/static/assets/ANIX.png new file mode 100644 index 0000000..814d0e3 Binary files /dev/null and b/static/assets/ANIX.png differ diff --git a/static/assets/TG_Photos.png b/static/assets/TG_Photos.png new file mode 100644 index 0000000..2851f2b Binary files /dev/null and b/static/assets/TG_Photos.png differ diff --git a/static/assets/WordGen.png b/static/assets/WordGen.png new file mode 100644 index 0000000..1b1b1cd Binary files /dev/null and b/static/assets/WordGen.png differ diff --git a/static/assets/github-mark-white.png b/static/assets/github-mark-white.png new file mode 100644 index 0000000..50b8175 Binary files /dev/null and b/static/assets/github-mark-white.png differ diff --git a/static/tailwind.css b/static/tailwind.css index 910e6df..9b133c9 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -616,6 +616,26 @@ video { top: 0px; } +.bottom-\[50\%\] { + bottom: 50%; +} + +.right-\[25\%\] { + right: 25%; +} + +.right-\[20\%\] { + right: 20%; +} + +.right-\[15\%\] { + right: 15%; +} + +.bottom-\[35\%\] { + bottom: 35%; +} + .-z-10 { z-index: -10; } @@ -693,6 +713,10 @@ video { aspect-ratio: 1/1; } +.aspect-\[167\/53\] { + aspect-ratio: 167/53; +} + .h-\[37px\] { height: 37px; } @@ -765,6 +789,38 @@ video { height: 376px; } +.h-\[115px\] { + height: 115px; +} + +.h-\[125px\] { + height: 125px; +} + +.h-\[100px\] { + height: 100px; +} + +.h-\[55px\] { + height: 55px; +} + +.h-\[67px\] { + height: 67px; +} + +.h-\[70px\] { + height: 70px; +} + +.h-\[80px\] { + height: 80px; +} + +.h-\[70\] { + height: 70; +} + .max-h-\[40vh\] { max-height: 40vh; } @@ -882,6 +938,14 @@ video { width: fit-content; } +.w-\[173px\] { + width: 173px; +} + +.w-\[163px\] { + width: 163px; +} + .max-w-\[1200px\] { max-width: 1200px; } @@ -974,6 +1038,10 @@ video { gap: 2rem; } +.overflow-hidden { + overflow: hidden; +} + .overflow-x-hidden { overflow-x: hidden; } @@ -1033,6 +1101,16 @@ video { background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } +.bg-\[\#0E1621\] { + --tw-bg-opacity: 1; + background-color: rgb(14 22 33 / var(--tw-bg-opacity)); +} + +.bg-\[\#F5F5F5\] { + --tw-bg-opacity: 1; + background-color: rgb(245 245 245 / var(--tw-bg-opacity)); +} + .object-cover { -o-object-fit: cover; object-fit: cover; @@ -1083,6 +1161,11 @@ video { padding-bottom: 2rem; } +.px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + .pb-2 { padding-bottom: 0.5rem; } @@ -1198,6 +1281,10 @@ video { transition-duration: 150ms; } +.\[filter\:darken\(10\%\)\] { + filter: darken(10%); +} + @font-face { font-family: 'Inter';