Skip to content

Commit 9adfd0c

Browse files
Added links to collab.or.at to the footer and fixed layouting bugs in the footer
1 parent e120096 commit 9adfd0c

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

content/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
+++
22
title = "ComoCamp"
33
description = "ComoCamp is the annual gathering of modeling practitioners and visionaries. We teach the status quo, and we explore the next innovations."
4-
smallprint = "https://smallprint.tito.io/collaborate-vienna/comocamp-2024"
4+
smallprint = "https://smallprint.tito.io/collaborate-vienna/comocamp-2025"
55
author = "Collaborate Vienna"
6+
authorweb = "http://collab.or.at"
7+
authorlinkedin = "https://www.linkedin.com/company/collaborate-vienna/"
68
address = """
79
Verein (ZVR 1605397921) zur Förderung der
810
Zusammenarbeit in der Softwareentwicklung

layouts/partials/footer.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<div class="row gy-4">
55

66
<div class="col-lg-4 col-12 footer-info text-center text-lg-start mb-3">
7-
<a class="logo d-flex align-items-center justify-content-center justify-content-lg-start">
7+
<span class="logo d-flex align-items-center justify-content-center justify-content-lg-start">
88
<span>About the&nbsp;</span>
99
<img src="hero/comocamp.png">
10-
</a>
10+
</span>
1111
<p>{{ $.Params.description }}</p>
1212
<div class="social-links d-flex mt-4 justify-content-center justify-content-lg-start">
1313
<a href="{{ $.Params.linkedin }}" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></a>
@@ -31,18 +31,25 @@ <h4>Organized by</h4>
3131
<p>
3232
<strong>{{ $.Params.author }}</strong><br>
3333
{{ $.Params.address | markdownify }}<br>
34-
<a style="color: white; text-decoration: underline;" href="mailto:{{ $.Params.email }}">{{ $.Params.email }}</a><br>
34+
<a href="mailto:{{ $.Params.email }}">{{ $.Params.email }}</a><br>
3535
</p>
36-
37-
<p><a style="color: white; text-decoration: underline;" href="https://smallprint.tito.io/collaborate-vienna/comocamp-2025" target="_blank">Data Protection Policy and Event Terms and Conditions.</a></p>
38-
36+
<div class="social-links d-flex mt-4 justify-content-center justify-content-lg-end">
37+
<a href="{{ $.Params.authorweb }}" target="_blank" class="linkedin"><i class="bi bi-link-45deg"></i></a>
38+
<a href="{{ $.Params.authorlinkedin }}" target="_blank" class="linkedin"><i class="bi bi-linkedin"></i></a>
39+
</div>
40+
3941
</div>
4042

4143
</div>
4244

4345
</div>
4446

4547
<div class="container mt-4">
48+
<div class="dataprotection">
49+
<p>
50+
<a href="{{ $.Params.smallprint }}" target="_blank">Data Protection Policy and Event Terms and Conditions.</a>
51+
</p>
52+
</div>
4653
<div class="copyright">
4754
Copyright &copy; 2019-<script>document.write(new Date().getFullYear());</script><br>
4855
<p>

static/assets/css/comocamp.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ a.anchor {
134134
padding-right: 10% !important;
135135
}
136136

137-
.copyright a {
138-
color: white !important;
139-
}
140-
141137
.pricing .hotel {
142138
border: 2px dashed grey;
143139
}
@@ -210,3 +206,12 @@ section.follow {
210206
.centered {
211207
text-align: center;
212208
}
209+
210+
.footer a {
211+
color: white;
212+
text-decoration: underline;
213+
}
214+
215+
.footer .dataprotection {
216+
text-align: center;
217+
}

0 commit comments

Comments
 (0)