44{{ end }}
55
66{{ define "main" }}
7- < main >
7+ < main class =" bg-redis-ink-900 text-white " >
88 < header class ="relative h-48 bg-redis-ink-900 text-white overflow-hidden ">
99 < div class ="absolute w-1/2 h-full top-0 left-1/4 ">
1010 < div class ="absolute w-fit -top-10 md:-top-6 -right-80 md:-left-96 scale-75 md:scale-100 ">
@@ -20,50 +20,51 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
2020 < label class ="" for ="search-home " id ="search-label-home ">
2121 {{ partial "icons/search.html" }}
2222 </ label >
23- < input id ="seach-home " name ="q " class ="appearance-none bg-transparent text-base sm:text-lg text-white placeholder-white w-full h-16 focus:outline-none "
23+ < input id ="seach-home " name ="q " class ="appearance-none bg-transparent text-base sm:text-lg text-white placeholder-white w-full h-16 focus:outline-none "
2424 autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false "
2525 placeholder ="Ask our AI-powered Redis copilot a question… " maxlength ="500 " type ="text " value ="" tabindex =""/>
2626 <!--<input type="submit" class="hover:text-redis-pen-300" value="⏎"/>-->
2727 < input class ="invisible " type ="submit " class ="hover:text-redis-pen-300 " value =""/>
2828 </ form >
2929 </ div >
3030 </ header >
31+ < div class ="w-full h-1 bg-[#163341] "> </ div >
3132 {{ partial "second-header.html" "disabled" }}
32- < div class ="flex flex-col lg:flex-row gap-8 mx-auto px-4 md:px-11 py-6 md:py-28 max-w-[1920px] ">
33+ < div class ="flex flex-col lg:flex-row gap-8 mx-auto px-4 md:px-11 py-6 md:py-28 max-w-[1920px] bg-redis-ink-900 text-white ">
3334 < div class ="lg:sticky lg:top-32 w-full lg:w-64 h-fit lg:h-full shrink-0 text-sm font-mono font-normal ">
34- < nav class ="lg:hidden w-full lg:w-64 z-40 bg-white h-fit lg:h-full leading-7 ">
35- < div class ="border border-opacity-50 border-redis-ink-900 rounded-md flex flex-col ">
36- < button class ="px-6 py-4 text-redis-ink-900 font-medium flex justify-between cursor-pointer lg:cursor-default " onclick ="dropdownToggle() ">
35+ < nav class ="lg:hidden w-full lg:w-64 z-40 bg-redis-ink-900 h-fit lg:h-full leading-7 ">
36+ < div class ="border border-opacity-50 border-white rounded-md flex flex-col bg-redis-ink-900 ">
37+ < button class ="px-6 py-4 text-white font-medium flex justify-between cursor-pointer lg:cursor-default " onclick ="dropdownToggle() ">
3738 < div class ="uppercase "> Docs</ div >
3839 < div id ="dropdownChevron " class ="lg:hidden self-center "> {{ partial "icons/chevron.html" }}</ div >
3940 </ button >
40- < div id ="dropdown " class ="hidden lg:block border-t border-opacity-50 border-redis-ink-900 text -redis-pen-800 ">
41+ < div id ="dropdown " class ="hidden lg:block border-t border-opacity-50 border-white text-gray-300 bg -redis-ink-900 ">
4142 < ul class ="p-6 ">
42- < li > < a class ="py-2 hover:underline hover:text-redis-pen-600 " href ='{{ relURL "develop" }} '> Develop with Redis</ a > </ li >
43- < li > < a class ="py-2 hover:underline hover:text-redis-pen-600 " href ='{{ relURL "integrate" }} '> Libraries and tools</ a > </ li >
44- < li > < a class ="py-2 hover:underline hover:text-redis-pen-600 " href ='{{ relURL "operate" }} '> Redis products</ a > </ li >
45- < li > < a class ="py-2 hover:underline hover:text-redis-pen-600 " href ='{{ relURL "commands" }} '> Commands</ a > </ li >
46- < li > < a class ="py-2 hover:underline hover:text-redis-pen-600 " href ='{{ relURL "apis" }} '> APIs</ a > </ li >
43+ < li > < a class ="py-2 hover:underline hover:text-white " href ='{{ relURL "develop" }} '> Develop with Redis</ a > </ li >
44+ < li > < a class ="py-2 hover:underline hover:text-white " href ='{{ relURL "integrate" }} '> Libraries and tools</ a > </ li >
45+ < li > < a class ="py-2 hover:underline hover:text-white " href ='{{ relURL "operate" }} '> Redis products</ a > </ li >
46+ < li > < a class ="py-2 hover:underline hover:text-white " href ='{{ relURL "commands" }} '> Commands</ a > </ li >
47+ < li > < a class ="py-2 hover:underline hover:text-white " href ='{{ relURL "apis" }} '> APIs</ a > </ li >
4748 </ ul >
4849 </ div >
4950 </ div >
5051 </ nav >
5152 < nav class ="hidden lg:block w-full lg:w-64 z-40 h-full leading-7 ">
5253 < div class ="flex flex-col gap-4 ">
53- < div class ="flex flex-col border border-redis-ink-900 border-opacity-50 rounded-md ">
54- < a class ="px-6 py-4 rounded-t-md hover:bg-redis-pen-200 " href ='{{ relURL "develop" }} '> Develop with Redis</ a >
55- < a class ="px-6 py-4 hover:bg-redis-pen-200 border-y border-redis-ink-900 border-opacity-50 " href ='{{ relURL "integrate" }} '> Libraries and tools</ a >
56- < a class ="px-6 py-4 rounded-b-md hover:bg-redis-pen-200 " href ='{{ relURL "operate" }} '> Redis products</ a >
54+ < div class ="flex flex-col border border-white border-opacity-50 rounded-md bg-redis-ink-900 ">
55+ < a class ="px-6 py-4 rounded-t-md hover:bg-redis-pen-800 text-white " href ='{{ relURL "develop" }} '> Develop with Redis</ a >
56+ < a class ="px-6 py-4 hover:bg-redis-pen-800 border-y border-white border-opacity-50 text-white " href ='{{ relURL "integrate" }} '> Libraries and tools</ a >
57+ < a class ="px-6 py-4 rounded-b-md hover:bg-redis-pen-800 text-white " href ='{{ relURL "operate" }} '> Redis products</ a >
5758 </ div >
58- < div class ="flex flex-col border border-redis-ink-900 border-opacity-50 rounded-md ">
59- < a class ="px-6 py-4 rounded-t-md hover:bg-redis-pen-200 text-redis-red-600 " href ='{{ relURL "commands" }} '> Commands</ a >
60- < a class ="px-6 py-4 rounded-b-md hover:bg-redis-pen-200 border-t border-redis-ink-900 border-opacity-50 " href ='{{ relURL "apis" }} '> APIs</ a >
59+ < div class ="flex flex-col border border-white border-opacity-50 rounded-md bg-redis-ink-900 ">
60+ < a class ="px-6 py-4 rounded-t-md hover:bg-redis-pen-800 text-redis-red-500 " href ='{{ relURL "commands" }} '> Commands</ a >
61+ < a class ="px-6 py-4 rounded-b-md hover:bg-redis-pen-800 border-t border-white border-opacity-50 text-white " href ='{{ relURL "apis" }} '> APIs</ a >
6162 </ div >
6263 </ div >
6364 </ nav >
6465 </ div >
6566 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
66- < h2 class ="text-5xl font-medium " id ="operate "> Get Started</ h2 >
67+ < h2 class ="text-5xl font-medium text-white " id ="operate "> Get Started</ h2 >
6768 {{ partial "docs-section.html" (dict
6869 "Title" "Quickly set up a Redis cache, primary, vector, or custom database"
6970 "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
@@ -116,7 +117,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
116117 ) ) }}
117118 </ div >
118119 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
119- < h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
120+ < h2 class ="text-5xl font-medium text-white " id ="operate "> Deploy</ h2 >
120121 {{ partial "docs-section.html" (dict
121122 "Title" "Control your Redis deployments on-premises and on cloud platforms"
122123 "Description" "Robust support for hybrid and multi-AZ environments"
0 commit comments