File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
{{ block "preloads" . }}
8
8
<!-- optional additional page-specific preloads -->
9
9
{{ end }}
10
- < link rel ="preload " fetchpriority ="low " as ="image " href ="favicon.ico " type ="image/x-icon ">
10
+ < link rel ="preload " fetchpriority ="low " as ="image " href ="favicon.ico " type ="image/x-icon " crossorigin =" anonymous " >
11
11
< link rel ="preload " fetchpriority ="low " as ="image " href ="img/logo.svg " type ="image/svg+xml ">
12
12
< link rel ="preload " fetchpriority ="low " href ="/webfonts/fa-brands-400.woff2 " as ="font " type ="font/woff2 " crossorigin ="anonymous ">
13
13
< link rel ="preload " fetchpriority ="low " href ="/webfonts/fa-solid-900.woff2 " as ="font " type ="font/woff2 " crossorigin ="anonymous ">
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
< div class ="container text-center py-12 ">
3
3
< header class ="prose prose-sm md:prose max-w-none md:max-w-none ">
4
- < img src ="/img/logo.svg " class ="object-scale-down mx-auto w-1/4 mb-8 aspect-1110/942 " alt ="Cryptomator Logo "/>
4
+ < img src ="/img/logo.svg " class ="object-scale-down mx-auto w-1/4 mb-8 aspect-[ 1110/942] " alt ="Cryptomator Logo "/>
5
5
< h1 > {{ .Title }}</ h1 >
6
6
{{ .Content }}
7
7
</ header >
Original file line number Diff line number Diff line change 6
6
</ div >
7
7
< div class ="w-full lg:w-3/5 ">
8
8
< div class ="flex items-center mb-4 ">
9
- < img src ="/img/logo.svg " class ="h-8 aspect-1110/942 " alt ="Logo "/>
9
+ < img src ="/img/logo.svg " class ="h-8 aspect-[ 1110/942] " alt ="Logo "/>
10
10
< span class ="font-headline font-bold text-primary ml-2 pb-px "> CRYPTOMATOR HUB</ span >
11
11
</ div >
12
12
< h1 class ="font-headline font-medium text-3xl md:text-4xl leading-tight mb-6 "> {{ i18n "hub_header_title" . | safeHTML }}</ h1 >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h2 id="get-started" class="text-center font-headline font-medium text-xl md:tex
44
44
< div class ="flex justify-between items-center p-4 border-b border-primary ">
45
45
< h3 >
46
46
< div class ="flex items-center ">
47
- < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-1110/942 " alt ="Logo "/>
47
+ < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-[ 1110/942] " alt ="Logo "/>
48
48
< span class ="font-headline font-bold text-primary pb-px "> CRYPTOMATOR</ span >
49
49
</ div >
50
50
</ h3 >
@@ -82,7 +82,7 @@ <h4 class="font-medium lg:text-lg leading-relaxed">
82
82
< div class ="flex justify-between items-center p-4 border-b border-primary ">
83
83
< h3 >
84
84
< div class ="flex items-center ">
85
- < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-1110/942 " alt ="Logo "/>
85
+ < img src ="/img/logo.svg " class ="hidden md:block h-8 mr-2 aspect-[ 1110/942] " alt ="Logo "/>
86
86
< span class ="font-headline font-bold text-primary pb-px "> CRYPTOMATOR HUB</ span >
87
87
</ div >
88
88
</ h3 >
Original file line number Diff line number Diff line change 13
13
</ button >
14
14
15
15
< a class ="flex items-center hover:no-underline p-2 lg:mr-2 " href ="{{ .Site.LanguagePrefix }}/ ">
16
- < img src ="/img/logo.svg " class ="h-8 aspect-1110/942 " alt ="Logo "/>
16
+ < img src ="/img/logo.svg " class ="h-8 aspect-[ 1110/942] " alt ="Logo "/>
17
17
< span class ="{{ if not (or (in .RelPermalink "/downloads") (in .RelPermalink "/hub")) }}hidden{{ end }} md:block font-headline font-bold ml-2 pb-px"> CRYPTOMATOR</ span >
18
18
</ a >
19
19
You can’t perform that action at this time.
0 commit comments