Skip to content

Commit 62a98d2

Browse files
Added smaller comocamp.png to optimize loading times
1 parent 9adfd0c commit 62a98d2

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/hero/comocamp-smaller.png

45.5 KB
Loading

content/hero/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ locationAndDate = """
1212
"""
1313
button = "Yes! I want to participate!"
1414
lastCamp = """
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
+++

layouts/page/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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&nbsp;</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">

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

0 commit comments

Comments
 (0)