File tree 11 files changed +40
-28
lines changed
themes/hugo-bulma-blocks-theme
11 files changed +40
-28
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ title: "QGIS User Conference 2025"
4
4
draft : false
5
5
heroSize : " is-medium"
6
6
heroImage : " uc-2025/visualization_center.webp"
7
- heroLogo : " uc-2025/logo_multicolor.png"
7
+ heroLogo : " img/logosign.svg"
8
+ additionalLogo : " uc-2025/logo_multicolor.png"
8
9
HasBanner : true
9
10
heroIsUserConference : true
10
11
ButtonText : " Add to your Calendar"
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " About"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " Attending"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " Detailed Schedule"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " Schedule"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " Sponsors"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change 2
2
type : " page"
3
3
title : " Tickets"
4
4
heroImage : " uc-2025/visualization_center.webp"
5
- heroLogo : " uc-2025/logo_multicolor.png"
5
+ heroLogo : " img/logosign.svg"
6
+ additionalLogo : " uc-2025/logo_multicolor.png"
6
7
heroIsUserConference : true
7
8
HasBanner : true
9
+ ButtonText : " Add to your Calendar"
10
+ ButtonLink : " uc-2025/qgis-uc-2025.ics"
8
11
draft : false
9
12
sidebar : true
10
13
---
Original file line number Diff line number Diff line change @@ -45,23 +45,10 @@ var isTyping = false;
45
45
var searchInput = document . getElementById ( "search-query" ) ;
46
46
47
47
// Add focus and blur event listeners to the input
48
- searchInput . addEventListener ( "focus" , function ( ) {
48
+ searchInput . addEventListener ( "focus" , function ( ) {
49
49
isTyping = true ;
50
50
} ) ;
51
51
52
- searchInput . addEventListener ( "blur" , function ( ) {
52
+ searchInput . addEventListener ( "blur" , function ( ) {
53
53
isTyping = false ;
54
54
} ) ;
55
-
56
- window . onscroll = function ( ) {
57
- var currentScrollPos = window . scrollY ;
58
-
59
- if ( prevScrollpos > currentScrollPos || isTyping ) {
60
- // Show the news&search bar
61
- document . getElementById ( "context" ) . style . top = "4rem" ;
62
- } else {
63
- // Hide the news&search bar
64
- document . getElementById ( "context" ) . style . top = "-2em" ;
65
- }
66
- prevScrollpos = currentScrollPos ;
67
- } ;
Original file line number Diff line number Diff line change 138
138
color : white
139
139
img
140
140
filter : drop- shadow(0 0 10px #002033 )
141
- // Commented for now, need to be handled in a responsive way
142
- // max-width: calc(min(50vw, 200px))
143
- // margin-left: auto
144
- padding-top : 3 rem
141
+ .hero-container
142
+ img
143
+ max-width : calc(m in ( 50 vw , 200 px ))
144
+ margin-bottom : 60 px
145
145
.tabs li :not (.is-active ) a
146
146
text-shadow : 0 0 5px #002033
Original file line number Diff line number Diff line change 13
13
14
14
< div class ="column is-8 is-flex hero-text has-text-left ">
15
15
< div class ="hero-container ">
16
+ {{ if .Params.AdditionalLogo }}
17
+ < figure class ="image ">
18
+ < img src ="{{ absURL .Params.AdditionalLogo | safeCSS }} " />
19
+ </ figure >
20
+ {{ end }}
16
21
{{ if .Params.LabelText }}
17
22
< div class ="label ">
18
23
{{ .Params.LabelText }}
@@ -26,6 +31,7 @@ <h1 class="title hero-title pr-3">
26
31
{{ .Params.SubTitle }}
27
32
</ p >
28
33
{{ end }}
34
+
29
35
</ div >
30
36
< div class ="is-vcentered ">
31
37
{{ if .Params.ButtonText }}
@@ -45,7 +51,7 @@ <h1 class="title hero-title pr-3">
45
51
</ div >
46
52
{{ if ( .Params.HeroLogo ) }}
47
53
< div
48
- class ="logo column is-justify-content-center "
54
+ class ="logo column is-flex is- justify-content-center is-hidden-mobile "
49
55
>
50
56
< figure class ="image ">
51
57
< img src ="{{ absURL .Params.HeroLogo | safeCSS }} " />
Original file line number Diff line number Diff line change 1
1
{{ with .Page }}
2
2
{{ $pageUrl:= replaceRE "/$" "" .RelPermalink }}
3
3
4
- < div id ="hamburger-btn " onclick ="toggleMenu() "> < span id ="ham-title "> </ span > </ div >
4
+ <!-- < div id="hamburger-btn" onclick="toggleMenu()"><span id="ham-title"></span></div> -- >
5
5
< div class ="column is-3 ">
6
6
< nav id ="sidebar " class ="sidebar ">
7
7
{{/* print $pageUrl */}}
You can’t perform that action at this time.
0 commit comments