Skip to content

Commit 2120744

Browse files
authored
Added year specific logo for 2025 (#1890)
1 parent bbe6d83 commit 2120744

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/camps/templates/bornhack-2025_camp_detail.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
{% block content %}
1111
<div class="row mt-3">
1212
<div class="col-12 text-center">
13-
<img src="{% static camp.logo_large %}" width="800" class="img-responsive" id="front-logo" />
13+
<img src="/static/img/bornhack-2025/logo/bornhack-2025-logo-l-for-light.png" width="800" class="front-logo img-responsive bornhack-hide-dark" />
14+
<img src="/static/img/bornhack-2025/logo/bornhack-2025-logo-l-for-dark.png" width="800" class="front-logo img-responsive bornhack-hide-light" />
1415
</div>
1516
</div>
1617

180 KB
Loading
173 KB
Loading

0 commit comments

Comments
 (0)