From 044dc87794e1ebff79a1118a312c6efd783268b8 Mon Sep 17 00:00:00 2001 From: Kentai Radiquum <kentai.waah@gmail.com> Date: Fri, 18 Oct 2024 02:41:33 +0500 Subject: [PATCH] refactor: update services descriptions --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 2ea81a2..9dc2066 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ <img src="static/img/immich.png" class="w-14"/> <p>Immich</p> </div> - <p class="text-xl">platform for managing and browsing your photos.</p> + <p class="text-xl">Platform for managing and browsing your photos.</p> <div class="flex items-center gap-2"> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://immich.app">About <span class="icon-[mdi--about] w-8 h-8"></span></a> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://photos.wah.su">Open <span class="icon-[mdi--login] w-8 h-8"></span></a> @@ -100,7 +100,7 @@ <img src="static/img/Nextcloud_Logo.png" class="w-12"/> <p>Nextcloud</p> </div> - <p class="text-xl">productivity suite, offering file sharing and collaboration tools.</p> + <p class="text-xl">Productivity suite, offering file sharing and collaboration tools.</p> <div class="flex items-center gap-2"> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://nextcloud.com">About <span class="icon-[mdi--about] w-8 h-8"></span></a> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://cloud.wah.su">Open <span class="icon-[mdi--login] w-8 h-8"></span></a> @@ -128,7 +128,7 @@ <img src="static/img/jitsi.svg" class="h-12"/> <p>Jitsi</p> </div> - <p class="text-xl">A web conference platform for secure, decentralized communication.</p> + <p class="text-xl">A web conference platform for secure communication.</p> <div class="flex items-center gap-2"> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://jitsi.org">About <span class="icon-[mdi--about] w-8 h-8"></span></a> <a class="flex items-center justify-center flex-1 gap-2 px-4 py-2 text-xl transition-colors rounded-md bg-header-background hover:bg-[#85146f] text-white" href="https://meet.wah.su">Open <span class="icon-[mdi--login] w-8 h-8"></span></a>