File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed
themes/grass/layouts/partials Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 1
1
< a href ="{{.Site.BaseURL}}events " target ="_blank " class ="px-4 py-5 bg-gray text-center shadow d-block fdiv ">
2
- < img src ="{{ .Site.BaseURL }}images/conferences_logos/foss4g_europe_2025_logo.png " width ="80% "/>
2
+ < img alt =" FOSS4G Europe 2025 logo " src ="{{ .Site.BaseURL }}images/conferences_logos/foss4g_europe_2025_logo.png " width ="80% "/>
3
3
< p class ="mt-3 mb-0 "> Meet us at the upcoming events!</ p >
4
4
</ a >
Original file line number Diff line number Diff line change 1
1
< nav class ="navbar navbar-expand-lg navbar-light ">
2
- < a class ="navbar-brand " href ="{{.Site.BaseURL}} "> < img class ="grass-icon " src ="{{.Site.BaseURL}}images/logos/grass-green-no-text.svg "> < span class ="grass grass-green "> {{.Site.Params.logo}}</ span > </ a > < button aria-controls ="navigation " aria-expanded ="false " aria-label ="Toggle navigation " class ="navbar-toggler border-0 " data-target ="#navigation " data-toggle ="collapse " type ="button "> < span class ="navbar-toggler-icon "> </ span > </ button >
2
+ < a class ="navbar-brand " href ="{{.Site.BaseURL}} ">
3
+ < img class ="grass-icon " alt ="GRASS Logo " src ="{{.Site.BaseURL}}images/logos/grass-green-no-text.svg ">
4
+ < span class ="grass grass-green "> {{.Site.Params.logo}}</ span >
5
+ </ a >
6
+ < button
7
+ aria-controls ="navigation "
8
+ aria-expanded ="false "
9
+ aria-label ="Toggle navigation "
10
+ class ="navbar-toggler border-0 "
11
+ data-target ="#navigation "
12
+ data-toggle ="collapse "
13
+ type ="button ">
14
+ < span class ="navbar-toggler-icon "> </ span >
15
+ </ button >
3
16
< div class ="collapse navbar-collapse text-center " id ="navigation ">
4
17
< ul class ="navbar-nav ml-auto ">
5
18
< li style ="list-style: none "> {{ range .Site.Menus.main}}{{if .HasChildren}} </ li >
6
- < li class ="nav-item dropdown "> < a aria-expanded ="false " aria-haspopup ="true " class ="nav-link dropdown-toggle text-dark " data-toggle ="dropdown " href ="{{.URL}} " role ="button "> {{ .Name }}</ a > < div class ="dropdown-menu "> {{ range .Children }}< a class ="dropdown-item " href ="{{.URL}} "> {{.Name}}</ a > {{end}}</ div > </ li >
19
+ < li class ="nav-item dropdown ">
20
+ < a
21
+ aria-expanded ="false "
22
+ aria-haspopup ="true "
23
+ class ="nav-link dropdown-toggle text-dark "
24
+ data-toggle ="dropdown "
25
+ href ="{{.URL}} "
26
+ role ="button "> {{ .Name }}
27
+ </ a >
28
+ < div class ="dropdown-menu ">
29
+ {{ range .Children }}
30
+ < a class ="dropdown-item " href ="{{.URL}} "> {{.Name}}</ a >
31
+ {{end}}
32
+ </ div >
33
+ </ li >
7
34
< li style ="list-style: none "> {{ else }}</ li >
8
35
< li class ="nav-item "> < a class ="nav-link text-dark " href ="{{.URL}} "> {{ .Name }}</ a > </ li >
9
36
< li style ="list-style: none "> {{ end }}{{ end }}</ li >
Original file line number Diff line number Diff line change 1
1
< a href ="https://www.osgeo.org/projects/grass-gis/ " target ="_blank " class ="px-4 py-5 bg-gray text-center shadow d-block fdiv ">
2
- < img src ="{{ .Site.BaseURL }}/images/logos/osgeo-project.svg " width ="75% " />
2
+ < img alt =" OSGeo Logo " src ="{{ .Site.BaseURL }}/images/logos/osgeo-project.svg " width ="75% " />
3
3
< p class ="mt-3 mb-0 "> < b > GRASS</ b > is a project of the Open Source Geospatial Foundation</ p >
4
4
</ a >
You can’t perform that action at this time.
0 commit comments