diff --git a/index.html b/index.html index 4c82771..9f50acd 100644 --- a/index.html +++ b/index.html @@ -35,8 +35,6 @@

View Services

Privacy Policy

- - diff --git a/services.html b/services.html index 1e4909a..201e5c4 100644 --- a/services.html +++ b/services.html @@ -1,47 +1,101 @@ - - - - wah.su | Services - - - - - - -
-
-
- -

/Services

+ + + + wah.su | Services + + + + + + + +
+ + +
+

File Sharing

+
+
+
+ +

NextCloud

+
+

Productivity suite, offering file sharing and collaboration tools.

+
+
+
+ +

Zipline

+
+

Image uploading with ShareX compatibility.

- -
-

- Fetching Services Status -

-
- - - +
+

Media

+
+
+
+ +

Immich

+
+

Platform for managing and browsing your photos.

+
+
+
+ +

Navidrome

+
+

Self-hosted music library and player with subsonic protocol support.

+
+
+
+ +
+

Security and Privacy

+
+
+
+ +

Vaultwarden

+
+

Unofficial Bitwarden password manager compatible server.

+
+
+
+ +
+

Communication

+
+
+
+ +

Matrix

+
+

An open network for secure, decentralised communication.

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/static/logos/element.svg b/static/logos/element.svg new file mode 100644 index 0000000..54a91b7 --- /dev/null +++ b/static/logos/element.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/static/logos/immich.png b/static/logos/immich.png new file mode 100644 index 0000000..35a6152 Binary files /dev/null and b/static/logos/immich.png differ diff --git a/static/logos/navidrome.png b/static/logos/navidrome.png new file mode 100644 index 0000000..417a813 Binary files /dev/null and b/static/logos/navidrome.png differ diff --git a/static/logos/nextcloud.png b/static/logos/nextcloud.png new file mode 100644 index 0000000..5b06c90 Binary files /dev/null and b/static/logos/nextcloud.png differ diff --git a/static/logos/vaultwarden.png b/static/logos/vaultwarden.png new file mode 100644 index 0000000..19164ae Binary files /dev/null and b/static/logos/vaultwarden.png differ diff --git a/static/logos/zipline.png b/static/logos/zipline.png new file mode 100644 index 0000000..c52ca4f Binary files /dev/null and b/static/logos/zipline.png differ diff --git a/static/tailwind.css b/static/tailwind.css index b94147b..04d9b70 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -611,6 +611,14 @@ video { margin-bottom: 1rem; } +.mb-2 { + margin-bottom: 0.5rem; +} + +.mb-8 { + margin-bottom: 2rem; +} + .block { display: block; } @@ -639,6 +647,10 @@ video { height: 100%; } +.h-16 { + height: 4rem; +} + .w-6 { width: 1.5rem; } @@ -651,10 +663,26 @@ video { width: 100%; } +.w-16 { + width: 4rem; +} + .max-w-screen-xl { max-width: 1280px; } +.max-w-96 { + max-width: 24rem; +} + +.list-inside { + list-style-position: inside; +} + +.list-disc { + list-style-type: disc; +} + .flex-row { flex-direction: row; } @@ -667,6 +695,10 @@ video { flex-direction: column-reverse; } +.flex-wrap { + flex-wrap: wrap; +} + .items-center { align-items: center; } @@ -691,6 +723,10 @@ video { gap: 2rem; } +.gap-0 { + gap: 0px; +} + .rounded-full { border-radius: 9999px; } @@ -733,6 +769,20 @@ video { padding: 1rem; } +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.pb-8 { + padding-bottom: 2rem; +} + .text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -753,6 +803,16 @@ video { line-height: 1.75rem; } +.text-8xl { + font-size: 6rem; + line-height: 1; +} + +.text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + .font-bold { font-weight: 700; }