diff --git a/index.html b/index.html index 35950ef..bc1b61b 100644 --- a/index.html +++ b/index.html @@ -91,20 +91,20 @@
-
- +
+

pixey.org

-

See the photos like in instagram

+

See the photos like in instagram

-
- +
+

instafops.net

-

Photos that more furry related

+

Photos that more furry related

@@ -114,11 +114,56 @@

wah.su/photos

-

View gallery like in google photos

+

View gallery like in google photos

+
+
+

SOCIAL MEDIA

+
+ + +
diff --git a/static/assets/Bluesky_Logo.png b/static/assets/Bluesky_Logo.png new file mode 100644 index 0000000..fe21c62 Binary files /dev/null and b/static/assets/Bluesky_Logo.png differ diff --git a/static/assets/VKLogo.png b/static/assets/VKLogo.png new file mode 100644 index 0000000..7888a14 Binary files /dev/null and b/static/assets/VKLogo.png differ diff --git a/static/assets/logos--mastodon-icon.svg b/static/assets/logos--mastodon-icon.svg new file mode 100644 index 0000000..f4bf1c2 --- /dev/null +++ b/static/assets/logos--mastodon-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/assets/logos--twitter.svg b/static/assets/logos--twitter.svg new file mode 100644 index 0000000..ed7edef --- /dev/null +++ b/static/assets/logos--twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/tailwind.css b/static/tailwind.css index 775304f..b397c21 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -728,6 +728,14 @@ video { height: 5rem; } +.h-16 { + height: 4rem; +} + +.h-14 { + height: 3.5rem; +} + .max-h-\[40vh\] { max-height: 40vh; } @@ -792,6 +800,38 @@ video { width: 5rem; } +.w-\[180px\] { + width: 180px; +} + +.w-\[190px\] { + width: 190px; +} + +.w-\[200px\] { + width: 200px; +} + +.w-\[210px\] { + width: 210px; +} + +.w-\[220px\] { + width: 220px; +} + +.w-\[2000px\] { + width: 2000px; +} + +.w-16 { + width: 4rem; +} + +.w-14 { + width: 3.5rem; +} + .max-w-\[1200px\] { max-width: 1200px; } @@ -808,6 +848,10 @@ video { max-width: 54.75%; } +.flex-1 { + flex: 1 1 0%; +} + .scroll-mt-32 { scroll-margin-top: 8rem; } @@ -824,6 +868,10 @@ video { flex-direction: column; } +.flex-wrap { + flex-wrap: wrap; +} + .items-start { align-items: flex-start; } @@ -943,6 +991,10 @@ video { padding: 8px; } +.p-1 { + padding: 0.25rem; +} + .px-4 { padding-left: 1rem; padding-right: 1rem;