File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 22< link rel ="icon " type ="image/png " href ="/favicon.png " />
33
44< link rel ="manifest " href ="/manifest.json " />
5+
6+ < style >
7+ # header-image > img {
8+ max-width : 80vw ;
9+ width : 30rem ;
10+ }
11+ </ style >
Original file line number Diff line number Diff line change 1+ {{ $imagePos := resources.Get "logos/geekfem_logo_positiv.svg" }}
2+ {{ $imageNeg := resources.Get "logos/geekfem_logo_negativ.svg" }}
3+
4+ < a href ="{{ .Site.BaseURL | relLangURL }} ">
5+ < picture id ="header-image ">
6+ < source srcset ="{{ $imagePos }} " media ="(prefers-color-scheme: light) ">
7+ < source srcset ="{{ $imageNeg }} " media ="(prefers-color-scheme: dark) ">
8+ < img src ="{{ $imagePos }} "
9+ alt ="Geekfem logo "
10+ aria-details ="A serif rich font spelling the name 'Geekfem'. The letter G modelled to resemble an owl looking at the reader. ">
11+ </ picture >
12+ </ a >
You can’t perform that action at this time.
0 commit comments