|
1 |
| -<footer class="h-fit bg-white relative z-40 border border-t-redis-pen-300 text-redis-pen-600 flex justify-center font-mono text-sm"> |
| 1 | +<footer class="h-fit bg-white relative z-40 border border-t-redis-pen-300 text-redis-pen-600 flex justify-center font-mono text-[15px]"> |
2 | 2 | <div class="flex flex-col gap-8 lg:max-w-[1440px] grow">
|
3 |
| - <div class="flex flex-col lg:flex-row px-4 pt-8 lg:p-11 justify-between gap-4"> |
| 3 | + <div class="flex flex-col lg:flex-row px-4 pt-8 lg:p-11 justify-between gap-4"> |
4 | 4 | <div class="flex flex-col justify-between grow-[2]">
|
5 |
| - <a class="relative hover:text-redis-pen-400 w-[82px]" href="http://redis.io/"> |
| 5 | + <a class="relative hover:text-redis-pen-400 w-[82px] mb-7" href="https://redis.io/"> |
6 | 6 | {{ partial "icons/logo-script.html" }}
|
7 | 7 | </a>
|
8 |
| - <div class="hidden lg:flex flex-row gap-8 bg-neutral-150 lg:bg-white"> |
9 |
| - <a class="hover:underline" href="http://redis.io/trust"> |
| 8 | + <div class="hidden lg:flex flex-row gap-8 bg-neutral-150 lg:bg-white text-[13px]"> |
| 9 | + <a class="hover:text-redis-pen-800" href="https://trust.redis.io/"> |
10 | 10 | Trust
|
11 | 11 | </a>
|
12 |
| - <a class="hover:underline" href="http://redis.io/legal/redis-website-terms-of-use/"> |
13 |
| - Terms of Use |
| 12 | + <a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/"> |
| 13 | + Terms of use |
14 | 14 | </a>
|
15 |
| - <a class="hover:underline" href="http://redis.io/legal/privacy-policy/"> |
16 |
| - Copyright |
| 15 | + <a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/"> |
| 16 | + Privacy policy |
17 | 17 | </a>
|
18 | 18 | </div>
|
19 | 19 | </div>
|
20 | 20 | <div class="flex flex-col justify-between grow gap-4">
|
21 |
| - <a class="hover:underline" href="http://redis.io/cloud"> |
| 21 | + <a class="hover:text-redis-pen-800" href="https://redis.io/cloud/"> |
22 | 22 | Cloud
|
23 | 23 | </a>
|
24 |
| - <a class="hover:underline" href="http://redis.io/software"> |
| 24 | + <a class="hover:text-redis-pen-800" href="https://redis.io/enterprise/"> |
25 | 25 | Software
|
26 | 26 | </a>
|
27 |
| - <a class="hover:underline" href="http://redis.io/pricing"> |
| 27 | + <a class="hover:text-redis-pen-800" href="https://redis.io/pricing/"> |
28 | 28 | Pricing
|
29 | 29 | </a>
|
30 |
| - <a class="hover:underline" href="http://redis.io/support"> |
| 30 | + <a class="hover:text-redis-pen-800" href="https://redis.io/support/"> |
31 | 31 | Support
|
32 | 32 | </a>
|
33 | 33 | </div>
|
34 | 34 | <div class="flex flex-col justify-between grow gap-4">
|
35 |
| - <a class="hover:underline" href="http://redis.io/company"> |
36 |
| - About Us |
| 35 | + <a class="hover:text-redis-pen-800" href="https://redis.io/company/"> |
| 36 | + About us |
37 | 37 | </a>
|
38 |
| - <a class="hover:underline" href="http://redis.io/careers"> |
| 38 | + <a class="hover:text-redis-pen-800" href="https://redis.io/careers/"> |
39 | 39 | Careers
|
40 | 40 | </a>
|
41 |
| - <a class="hover:underline" href="http://redis.io/contact"> |
42 |
| - Contact Us |
| 41 | + <a class="hover:text-redis-pen-800" href="https://redis.io/contact/"> |
| 42 | + Contact us |
43 | 43 | </a>
|
44 |
| - <a class="hover:underline" href="http://redis.io/legal"> |
45 |
| - Legal Notices |
| 44 | + <a class="hover:text-redis-pen-800" href="https://redis.io/legal/"> |
| 45 | + Legal notices |
46 | 46 | </a>
|
47 | 47 | </div>
|
48 |
| - <div class="flex flex-col justify-between lg:mr-24 gap-8"> |
| 48 | + <div class="flex flex-col justify-between mt-8 lg:mt-0 lg:mr-8 gap-8"> |
49 | 49 | {{/* <div class="flex flex-row gap-2 items-center"><span>Language</span><span>{{ partial "icons/caret.html" }}</span></div> */}}
|
50 |
| - <div class="flex flex-row gap-10 lg:gap-5 lg:order-first"> |
| 50 | + <div class="flex flex-row gap-10 justify-between lg:justify-normal lg:gap-5 lg:order-first"> |
51 | 51 | <a class="hover:text-redis-pen-400" href="https://www.facebook.com/Redisinc">
|
52 | 52 | {{ partial "icons/Facebook.html" }}
|
53 | 53 | </a>
|
|
57 | 57 | <a class="hover:text-redis-pen-400" href="https://www.linkedin.com/company/redisinc/">
|
58 | 58 | {{ partial "icons/LinkedIn.html" }}
|
59 | 59 | </a>
|
| 60 | + <a class="hover:text-redis-pen-400" href="https://www.instagram.com/redisinc/"> |
| 61 | + {{ partial "icons/Instagram.html" }} |
| 62 | + </a> |
60 | 63 | <a class="hover:text-redis-pen-400" href="https://twitter.com/Redisinc">
|
61 | 64 | {{ partial "icons/X.html" }}
|
62 | 65 | </a>
|
63 |
| - {{/* <a class="hover:underline" href="https://redis.com/"> |
64 |
| - {{ partial "icons/Github.html" }} |
65 |
| - </a> */}} |
66 | 66 | </div>
|
67 |
| - |
68 | 67 | </div>
|
69 | 68 | </div>
|
70 | 69 | <div class="flex lg:hidden bg-neutral-150 justify-center">
|
71 |
| - <div class="flex lg:hidden flex-row justify-between gap-8 max-w-[600px] w-full p-4"> |
72 |
| - <a class="hover:underline" href="http://redis.io/trust"> |
| 70 | + <div class="flex lg:hidden flex-row justify-between gap-8 max-w-[600px] w-full p-4 text-[13px]"> |
| 71 | + <a class="hover:text-redis-pen-800" href="https://trust.redis.io/"> |
73 | 72 | Trust
|
74 | 73 | </a>
|
75 |
| - <a class="hover:underline" href="http://redis.io/legal/redis-website-terms-of-use/"> |
76 |
| - Terms of Use |
| 74 | + <a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/"> |
| 75 | + Terms of use |
77 | 76 | </a>
|
78 |
| - <a class="hover:underline" href="http://redis.io/legal/privacy-policy/"> |
79 |
| - Copyright |
| 77 | + <a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/"> |
| 78 | + Privacy policy |
80 | 79 | </a>
|
81 | 80 | </div>
|
82 | 81 | </div>
|
|
0 commit comments