|
28 | 28 | <div class="flex-col space-y-2 col-span-2">
|
29 | 29 | <p class="pb-2 font-bold text-sm uppercase text-center md:text-left text-gray-400">Reach out to us</p>
|
30 | 30 | <div class="flex space-x-5 justify-self-center justify-center items-center md:justify-start">
|
31 |
| - <a target="_blank" href="https://git.andronix.app"> |
| 31 | + <a target="_blank" href="https://git.andronix.app"> |
32 | 32 | <svg
|
33 | 33 | class="w-5 fill-current text-gray-400 transform transition hover:text-black duration-200 hover:scale-110"
|
34 | 34 | viewBox="0 0 24 24"
|
|
39 | 39 | />
|
40 | 40 | </svg>
|
41 | 41 | </a>
|
42 |
| - <a target="_blank" href="https://patreon.com/andronixapp"> |
| 42 | + <a target="_blank" href="https://patreon.com/andronixapp"> |
43 | 43 | <svg
|
44 | 44 | class="w-5 fill-current text-gray-400 transform transition hover:text-red-600 duration-200 hover:scale-110"
|
45 | 45 | viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
|
|
49 | 49 | />
|
50 | 50 | </svg>
|
51 | 51 | </a>
|
52 |
| - <a target="_blank" href="https://forum.andronix.app"> |
| 52 | + <a target="_blank" href="https://forum.andronix.app"> |
53 | 53 | <svg
|
54 | 54 | class="w-5 fill-current text-gray-400 transform transition hover:text-yellow-500 duration-200 hover:scale-110"
|
55 | 55 | viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
|
|
59 | 59 | />
|
60 | 60 | </svg>
|
61 | 61 | </a>
|
62 |
| - <a target="_blank" href="https://chat.andronix.app"> |
| 62 | + <a target="_blank" href="https://chat.andronix.app"> |
63 | 63 | <svg
|
64 | 64 | class="w-5 fill-current text-gray-400 transform transition hover:text-purple-500 duration-200 hover:scale-110"
|
65 | 65 | viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"
|
|
180 | 180 | <a target="_blank" href="https://status.andronix.app"
|
181 | 181 | class="mt-4 transition transform hover:-translate-y-0.5 duration-200 cursor-pointer underline font-bold text-gray-200 flex justify-center items-center space-x-3">
|
182 | 182 | <p>Services Status</p>
|
183 |
| - <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-green-500 fill-current" viewBox="0 0 20 20" |
184 |
| - fill="currentColor"> |
185 |
| - <path fill-rule="evenodd" |
186 |
| - d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" |
187 |
| - clip-rule="evenodd"/> |
188 |
| - </svg> |
| 183 | + <div> |
| 184 | + <p class="w-3 h-3 rounded-full bg-green-400 animate-ping"></p> |
| 185 | + <p class="w-3 h-3 -mt-3 absolute z-10 rounded-full bg-green-400"></p> |
| 186 | + </div> |
189 | 187 | </a>
|
190 | 188 |
|
191 | 189 | </div>
|
|
0 commit comments