|
7 | 7 | <div class="grid md:grid-cols-4 gap-8"> |
8 | 8 | <div class="md:col-span-2"> |
9 | 9 | <a href="/" class="logo mb-2"> |
10 | | - <img src="/shugur-logo-full-light.svg" alt="Shugur" style="width: 170px; height: auto;" /> |
| 10 | + <img src="/shugur-logo-full-light.svg" alt="Shugur Relay Logo" width="170" height="40" style="width: 170px; height: auto;" /> |
11 | 11 | </a> |
12 | 12 | <p class="text-gray-400 text-sm mb-6"> |
13 | 13 | Build open, resilient tech for everyone. |
14 | 14 | </p> |
15 | 15 | <!-- Social Media Links --> |
16 | 16 | <div class="flex gap-4"> |
17 | | - <a href="https://github.com/Shugur-Network" class="text-gray-400 hover:text-shugur-500 transition-colors" aria-label="GitHub"> |
| 17 | + <a href="https://github.com/Shugur-Network" class="text-gray-400 hover:text-shugur-500 transition-colors p-2 min-h-[48px] min-w-[48px] flex items-center justify-center" aria-label="GitHub"> |
18 | 18 | <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> |
19 | 19 | <path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/> |
20 | 20 | </svg> |
21 | 21 | </a> |
22 | | - <a href="https://twitter.com/ShugurNetwork" class="text-gray-400 hover:text-shugur-500 transition-colors" aria-label="Twitter"> |
| 22 | + <a href="https://twitter.com/ShugurNetwork" class="text-gray-400 hover:text-shugur-500 transition-colors p-2 min-h-[48px] min-w-[48px] flex items-center justify-center" aria-label="Twitter"> |
23 | 23 | <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> |
24 | 24 | <path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/> |
25 | 25 | </svg> |
|
30 | 30 | <div> |
31 | 31 | <h3 class="font-semibold mb-3 text-white">Resources</h3> |
32 | 32 | <ul class="space-y-2 text-sm text-gray-400"> |
33 | | - <li><a href="https://docs.shugur.com" class="hover:text-shugur-500 transition-colors">Documentation</a></li> |
34 | | - <li><a href="https://github.com/Shugur-Network" class="hover:text-shugur-500 transition-colors">GitHub</a></li> |
| 33 | + <li><a href="https://docs.shugur.com" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">Documentation</a></li> |
| 34 | + <li><a href="https://github.com/Shugur-Network" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">GitHub</a></li> |
35 | 35 | </ul> |
36 | 36 | </div> |
37 | 37 |
|
38 | 38 | <div> |
39 | 39 | <h3 class="font-semibold mb-3 text-white">Company</h3> |
40 | 40 | <ul class="space-y-2 text-sm text-gray-400"> |
41 | | - <li><a href="/about" class="hover:text-shugur-500 transition-colors">About Us</a></li> |
42 | | - <li><a href="mailto:contact@shugur.com" class="hover:text-shugur-500 transition-colors">Contact</a></li> |
43 | | - <li><a href="/privacy" class="hover:text-shugur-500 transition-colors">Privacy Policy</a></li> |
44 | | - <li><a href="/terms" class="hover:text-shugur-500 transition-colors">Terms of Service</a></li> |
| 41 | + <li><a href="/about" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">About Us</a></li> |
| 42 | + <li><a href="mailto:contact@shugur.com" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">Contact</a></li> |
| 43 | + <li><a href="/privacy" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">Privacy Policy</a></li> |
| 44 | + <li><a href="/terms" class="hover:text-shugur-500 transition-colors py-2 block min-h-[48px] flex items-center">Terms of Service</a></li> |
45 | 45 | </ul> |
46 | 46 | </div> |
47 | 47 | </div> |
48 | 48 |
|
49 | 49 | <div class="border-t border-gray-800 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center text-sm text-gray-400"> |
50 | 50 | <div>© {currentYear} Shugur. Simple where it matters, open where it counts.</div> |
51 | 51 | <div class="mt-4 md:mt-0 flex gap-6"> |
52 | | - <a href="/privacy" class="hover:text-shugur-500 transition-colors">Privacy</a> |
53 | | - <a href="/terms" class="hover:text-shugur-500 transition-colors">Terms</a> |
| 52 | + <a href="/privacy" class="hover:text-shugur-500 transition-colors py-2 px-2 min-h-[48px] flex items-center">Privacy</a> |
| 53 | + <a href="/terms" class="hover:text-shugur-500 transition-colors py-2 px-2 min-h-[48px] flex items-center">Terms</a> |
54 | 54 | </div> |
55 | 55 | </div> |
56 | 56 | </div> |
|
0 commit comments