File tree Expand file tree Collapse file tree
{{ cookiecutter.repo_directory }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ banner:
1414 - assets/images/banner/pam.jpg
1515 - assets/images/banner/sst.jpg
1616 - assets/images/banner/currents.jpg
17- interval_ms : 2000
17+ interval_ms : 4000
1818 banner :
1919 links :
2020 - url : intro.html
Original file line number Diff line number Diff line change @@ -343,3 +343,14 @@ header.header {
343343.hero-block-mask {
344344 pointer-events : none;
345345}
346+
347+ .hero-block { position : relative; }
348+
349+ .hero-carousel { z-index : 0 ; pointer-events : none; }
350+ .hero-block-mask { z-index : 1 ; pointer-events : none; }
351+
352+ .hero-split { z-index : 2 ; }
353+ .hero-panel-text { z-index : 5 ; }
354+
355+ .hero-panel-text ,
356+ .hero-panel-text * { pointer-events : auto; }
Original file line number Diff line number Diff line change 2626< body >
2727
2828< div id ="hero-block " class ="hero-block ">
29+
30+ < div class ="lang-switch hero-lang-switch ">
31+ < a href ="index.html " aria-current ="page "> EN</ a >
32+ < span class ="lang-sep "> |</ span >
33+ < a href ="index-es.html "> ES</ a >
34+ </ div >
35+
2936 < div id ="hero-carousel "
3037 class ="hero-carousel carousel slide carousel-fade "
3138 data-bs-ride ="carousel "
4249 <!-- Left: black panel -->
4350 < div class ="hero-panel-text ">
4451 < div class ="hero-panel-inner ">
45- < div class ="lang-switch hero-lang-switch ">
46- < a href ="index.html " aria-current ="page "> EN</ a >
47- < span class ="lang-sep "> |</ span >
48- < a href ="index-es.html "> ES</ a >
49- </ div >
5052
5153 < div class ="hero-logo-wrap ">
5254 < img
Original file line number Diff line number Diff line change 2626< body >
2727
2828< div id ="hero-block " class ="hero-block ">
29+
30+ <!-- Language switch: top-left of hero -->
31+ < div class ="lang-switch hero-lang-switch ">
32+ < a href ="index.html " aria-current ="page "> EN</ a >
33+ < span class ="lang-sep "> |</ span >
34+ < a href ="index-es.html "> ES</ a >
35+ </ div >
36+
2937 < div id ="hero-carousel "
3038 class ="hero-carousel carousel slide carousel-fade "
3139 data-bs-ride ="carousel "
4250 <!-- Left: black panel -->
4351 < div class ="hero-panel-text ">
4452 < div class ="hero-panel-inner ">
45-
46- < div class ="lang-switch hero-lang-switch ">
47- < a href ="index.html " aria-current ="page "> EN</ a >
48- < span class ="lang-sep "> |</ span >
49- < a href ="index-es.html "> ES</ a >
50- </ div >
5153
5254 < div class ="hero-logo-wrap ">
5355 < img
You can’t perform that action at this time.
0 commit comments