Skip to content

Commit 1588168

Browse files
Update products-dropdown.html
1 parent 27281d8 commit 1588168

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed
Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
<div class="flex flex-col lg:hidden lg:group-hover:flex lg:absolute lg:left-40 lg:border lg:border-redis-pencil-300 bg-white lg:p-8 lg:flex-row lg:rounded-b-md gap-8 text-[15px]">
2-
<!-- Products Section -->
32
<div class="lg:w-60">
43
<div class="flex flex-col gap-4">
5-
<h3 class="uppercase font-mono mb-2 font-bold">Products</h3>
6-
<div class="h-px bg-redis-pen-300 my-4"></div> <!-- Horizontal line stretches fully -->
4+
<h3 class="uppercase font-mono mb-2">Products</h3>
5+
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
76
<a class="flex flex-col group/link" href="https://redis.io/docs/latest/get-started">
8-
<span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span>
9-
<span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span>
7+
<span class="group-hover/link:text-redis-red-500 tracking-tight">Community Edition</span><span class="text-redis-pen-600 font-sans font-medium">In-memory database for caching and streaming</span>
108
</a>
119
<a class="flex flex-col group/link" href="https://redis.io/cloud">
12-
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Cloud</span>
13-
<span class="text-redis-pen-600 font-sans font-medium">Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps</span>
10+
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Cloud</span><span class="text-redis-pen-600 font-sans font-medium">Fully managed service integrated with Google Cloud, Azure, and AWS for production-ready apps</span>
1411
</a>
1512
<a class="flex flex-col group/link" href="https://redis.io/enterprise">
16-
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Software</span>
17-
<span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span>
18-
</a>
19-
</div>
13+
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Software</span><span class="text-redis-pen-600 font-sans font-medium">Self-managed software with additional compliance, reliability, and resiliency for enterprise scaling</span>
14+
</a>
15+
2016
</div>
2117

22-
<!-- Solutions Section -->
2318
<div class="lg:w-60">
2419
<div class="flex flex-col gap-4">
25-
<h3 class="uppercase font-mono mb-2 font-bold"> </h3>
20+
<h3 class="uppercase font-mono mb-2"> </h3>
2621
<a class="flex flex-col group/link" href="https://redis.io/solutions/vector-search/">
2722
<span class="group-hover/link:text-redis-red-500 tracking-tight">Vector database</span>
2823
</a>
@@ -31,20 +26,22 @@ <h3 class="uppercase font-mono mb-2 font-bold"> </h3>
3126
</a>
3227
</div>
3328
</div>
34-
35-
<!-- Tools Section -->
36-
<div class="lg:w-60 bg-gray-100">
37-
<div class="flex flex-col gap-4 p-4">
38-
<h3 class="uppercase font-mono mb-2 font-bold">Tools</h3>
39-
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
40-
<a class="flex flex-col group/link" href="https://redis.io/insight">
41-
<span class="group-hover/link:text-redis-red-500 tracking-tight">Redis Insight</span>
42-
</a>
43-
<a class="flex flex-col group/link" href="https://redis.io/clients">
44-
<span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight">Clients & Connectors</span>
45-
</a>
46-
<h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3> <!-- Added vertical space -->
47-
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
48-
</div>
29+
</div>
30+
<div class="lg:w-60 bg-gray-100">
31+
<div class="flex flex-col gap-4">
32+
<h3 class="uppercase font-mono mb-2">Tools</h3>
33+
<div class="w-full h-px bg-redis-pen-300 my-4"></div>
34+
<a class="flex flex-col group/link" href="https://redis.io/insight">
35+
<span class="group-hover/link:text-redis-red-500 tracking-tight font-bold">Redis Insight</span>
36+
</a>
37+
<a class="flex flex-col group/link" href="https://redis.io/clients">
38+
<span class="group-hover/link:text-redis-red-500 mb-22 tracking-tight font-bold">Clients & Connectors</span>
39+
</a>
40+
<h3 class="uppercase font-mono mb-2 mt-24 font-bold">Get Redis</h3>
41+
{{ partial "components/button-link.html" (dict "Href" "https://redis.io/downloads" "Text" "Download") }}
4942
</div>
5043
</div>
44+
45+
46+
</div>
47+
</div>

0 commit comments

Comments
 (0)