Skip to content

Commit f1e5345

Browse files
Update footer.html
1 parent 5aa691f commit f1e5345

File tree

1 file changed

+104
-49
lines changed

1 file changed

+104
-49
lines changed

layouts/partials/footer.html

Lines changed: 104 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,7 @@
55
<a class="relative hover:text-redis-pen-400 w-[82px] mb-7" href="https://redis.io/">
66
{{ partial "icons/logo-script.html" }}
77
</a>
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-
Trust
11-
</a>
12-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/">
13-
Terms of use
14-
</a>
15-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/">
16-
Privacy policy
17-
</a>
18-
</div>
19-
</div>
20-
<div class="flex flex-col justify-between grow gap-4">
21-
<a class="hover:text-redis-pen-800" href="https://redis.io/cloud/">
22-
Cloud
23-
</a>
24-
<a class="hover:text-redis-pen-800" href="https://redis.io/enterprise/">
25-
Software
26-
</a>
27-
<a class="hover:text-redis-pen-800" href="https://redis.io/pricing/">
28-
Pricing
29-
</a>
30-
<a class="hover:text-redis-pen-800" href="https://redis.io/support/">
31-
Support
32-
</a>
33-
</div>
34-
<div class="flex flex-col justify-between grow gap-4">
35-
<a class="hover:text-redis-pen-800" href="https://redis.io/company/">
36-
About us
37-
</a>
38-
<a class="hover:text-redis-pen-800" href="https://redis.io/careers/">
39-
Careers
40-
</a>
41-
<a class="hover:text-redis-pen-800" href="https://redis.io/contact/">
42-
Contact us
43-
</a>
44-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/">
45-
Legal notices
46-
</a>
47-
</div>
48-
<div class="flex flex-col justify-between mt-8 lg:mt-0 lg:mr-8 gap-8">
8+
<div class="flex flex-col justify-between mt-8 lg:mt-0 lg:mr-8 gap-8">
499
{{/* <div class="flex flex-row gap-2 items-center"><span>Language</span><span>{{ partial "icons/caret.html" }}</span></div> */}}
5010
<div class="flex flex-row gap-10 justify-between lg:justify-normal lg:gap-5 lg:order-first">
5111
<a class="hover:text-redis-pen-400" href="https://www.facebook.com/Redisinc">
@@ -68,18 +28,113 @@
6828
</a>
6929
</div>
7030
</div>
31+
<div class="hidden lg:flex flex-col gap-8 bg-neutral-150 lg:bg-white text-[13px]">
32+
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/">
33+
Privacy
34+
</a>
35+
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/">
36+
Terms of use
37+
</a>
38+
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/">
39+
Legal notices
40+
</a>
41+
</div>
42+
</div>
43+
<div class="flex flex-col gap-4">
44+
<h3 class="uppercase font-mono mb-2">Use cases</h3>
45+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/caching">
46+
<span class="">Caching</span>
47+
</a>
48+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/deduplication">
49+
<span class="">Deduplication</span>
50+
</a>
51+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/fast-data-ingest">
52+
<span class="">Fast data ingest</span>
53+
</a>
54+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/feature-stores">
55+
<span class="">Feature stores</span>
56+
</a>
57+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/session-management">
58+
<span class="">Session management</span>
59+
</a>
60+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/solutions/vector-search/">
61+
<span class="">Vector search</span>
62+
</a>
7163
</div>
72-
<div class="flex lg:hidden bg-neutral-150 justify-center">
73-
<div class="flex lg:hidden flex-row justify-between gap-8 max-w-[600px] w-full p-4 text-[13px]">
74-
<a class="hover:text-redis-pen-800" href="https://trust.redis.io/">
75-
Trust
64+
<div class="flex flex-col gap-4">
65+
<h3 class="uppercase font-mono mb-2">Industries</h3>
66+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/industries/financial-services">
67+
<span class="">Financial services</span>
68+
</a>
69+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/industries/gaming">
70+
<span class="">Gaming</span>
71+
</a>
72+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/industries/healthcare">
73+
<span class="">Healthcare</span>
74+
</a>
75+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/industries/retail">
76+
<span class="">Retail</span>
77+
</a>
78+
<h3 class="uppercase font-mono mb-2">Compare</h3>
79+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/cloud/compare-us-with-aws-elasticache/">
80+
<span class="">Redis vs Elasticache</span>
81+
</a>
82+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/comparisons/redis-vs-memcached/">
83+
<span class="">Redis vs Memcached</span>
84+
</a>
85+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/">
86+
<span class="">Redis vs Memory Store</span>
87+
</a>
88+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/comparisons/oss-vs-enterprise/">
89+
<span class="">Redis vs Source Available</span>
90+
</a>
91+
</div>
92+
<div class="flex flex-col justify-between grow gap-4">
93+
<h3 class="uppercase font-mono mb-2">Company</h3>
94+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company">
95+
<span class="">Mission & values</span>
96+
</a>
97+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company/team">
98+
<span class="">Leadership</span>
99+
</a>
100+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company/careers">
101+
<span class="">Careers</span>
102+
</a>
103+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company/news">
104+
<span class="">News</span>
105+
</a>
106+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/partners">
107+
<span class="">Partners</span>
108+
</a>
109+
<h3 class="uppercase font-mono mb-2">Connect</h3>
110+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/community">
111+
<span class="">Community</span>
112+
</a>
113+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/events">
114+
<span class="">Events, tech talks & webinars</span>
115+
</a>
116+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/company/news">
117+
<span class="">News</span>
118+
</a>
119+
</div>
120+
<div class="flex flex-col justify-between grow gap-4">
121+
<h3 class="uppercase font-mono mb-2">Partners</h3>
122+
<a class="hover:text-redis-pen-800" href="https://redis.io/">
123+
Amazon Web Services
76124
</a>
77-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/redis-website-terms-of-use/">
78-
Terms of use
125+
<a class="hover:text-redis-pen-800" href="https://redis.io/">
126+
Google Cloud
79127
</a>
80-
<a class="hover:text-redis-pen-800" href="https://redis.io/legal/privacy-policy/">
81-
Privacy policy
128+
<a class="hover:text-redis-pen-800" href="https://redis.io/">
129+
Microsoft Azure
82130
</a>
131+
<h3 class="uppercase font-mono mb-2">Support</h3>
132+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/services/professional-services">
133+
<span class="">Professional services</span>
134+
</a>
135+
<a class="flex flex-col hover:text-redis-red-500 tracking-tight" href="https://redis.io/support">
136+
<span class="">Support</span>
137+
</a>
83138
</div>
84139
</div>
85140
</div>

0 commit comments

Comments
 (0)