File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ locationAndDate = """
1212"""
1313button = " Yes! I want to participate!"
1414lastCamp = """
15- <a href="/2023 " class="stretched-link">Remember the camp? :) Check out our pics <span style="text-decoration: underline">2023 </span>!</a>
15+ <a href="/2024 " class="stretched-link">Remember the camp? :) Check out our pics <span style="text-decoration: underline">2024 </span>!</a>
1616"""
1717+++
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2>{{ .Params.conference | safeHTML }}</h2>
88 </ div >
99 < div class ="row gy-5 " data-aos ="fade-in ">
1010 < div class ="col-lg-9 order-1 order-lg-2 offset-lg-3 offset-xs-0 ">
11- {{ with .Resources.Get "comocamp.png" }}
11+ {{ with .Resources.Get "comocamp-smaller .png" }}
1212 < img src ="{{ .RelPermalink }} " class ="img-fluid " alt ="" data-aos ="zoom-out " data-aos-delay ="100 ">
1313 {{ end }}
1414 </ div >
Original file line number Diff line number Diff line change 66 < div class ="col-lg-4 col-12 footer-info text-center text-lg-start mb-3 ">
77 < span class ="logo d-flex align-items-center justify-content-center justify-content-lg-start ">
88 < span > About the </ span >
9- < img src ="hero/comocamp.png ">
9+ < img src ="hero/comocamp-smaller .png ">
1010 </ span >
1111 < p > {{ $.Params.description }}</ p >
1212 < div class ="social-links d-flex mt-4 justify-content-center justify-content-lg-start ">
Original file line number Diff line number Diff line change 22
33 < div class ="container-fluid container-xl d-flex align-items-center justify-content-between ">
44 < a href =". " class ="logo d-flex align-items-center ">
5- {{ with .Resources.Get "comocamp.png" }}
5+ {{ with .Resources.Get "comocamp-smaller .png" }}
66 < img src ="{{ .RelPermalink }} " alt ="{{ site.Title }} " title ="{{ site.Title }} ">
77 {{ end }}
88 </ a >
You can’t perform that action at this time.
0 commit comments