File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </ section >
2424 </ div >
2525
26+ < section class ="bg-dark text-white py-12 md:py-16 lg:py-20 ">
27+ < div class ="container flex items-center ">
28+ < div class ="hidden pr-6 md:block md:w-1/3 lg:w-2/5 ">
29+ < img data-src ="/img/hub/group-magic.png " class ="lazyload object-scale-down mx-auto lg:w-3/4 " alt ="{{ i18n "hub_header_group_magic_alt " . }}"/>
30+ </ div >
31+ < div class ="w-full md:w-2/3 lg:w-3/5 ">
32+ < div class ="flex items-center mb-4 ">
33+ < img src ="/img/logo.svg " class ="h-7 aspect-1110/942 " alt ="Logo "/>
34+ < span class ="font-headline font-bold text-primary ml-2 pb-px "> CRYPTOMATOR HUB</ span >
35+ </ div >
36+ < h2 class ="font-h2 text-white mb-4 "> {{ i18n "hub_header_title" . | safeHTML }}</ h2 >
37+ < p class ="font-p text-gray-300 mb-6 "> {{ i18n "hub_header_description" . | safeHTML }}</ p >
38+ < div class ="flex flex-col lg:flex-row gap-3 mb-3 ">
39+ < a href ="{{ .Site.LanguagePrefix }}/hub/managed/ " role ="button " class ="btn btn-primary px-8 " data-umami-event ="downloads-hub-managed-cta ">
40+ < i class ="fa-solid fa-cloud "> </ i > {{ i18n "pricing_hub_managed_cta" . }}
41+ </ a >
42+ < a href ="{{ .Site.LanguagePrefix }}/hub/self-hosted/ " role ="button " class ="btn btn-outline-primary px-8 " data-umami-event ="downloads-hub-self-hosted-cta ">
43+ < i class ="fa-solid fa-server "> </ i > {{ i18n "pricing_hub_self_hosted_cta" . }}
44+ </ a >
45+ </ div >
46+ < p class ="font-p text-sm text-gray-400 "> {{ i18n "hub_header_managed_cta_description" . | safeHTML }}</ p >
47+ </ div >
48+ </ div >
49+ </ section >
50+
2651 < section class ="container text-center py-12 ">
2752 < h3 class ="font-headline text-xl md:text-2xl leading-relaxed mb-4 "> {{ i18n "downloads_all_versions_title" . }}</ h3 >
2853 < a href ="https://github.com/cryptomator/cryptomator/releases " target ="_blank " rel ="noopener " role ="button " class ="btn btn-outline-primary px-8 " data-umami-event ="downloads-all-versions ">
You can’t perform that action at this time.
0 commit comments