File tree Expand file tree Collapse file tree 3 files changed +25
-11
lines changed
Expand file tree Collapse file tree 3 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 11+++
22title = " ComoCamp"
33description = " 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 "
55author = " Collaborate Vienna"
6+ authorweb = " http://collab.or.at"
7+ authorlinkedin = " https://www.linkedin.com/company/collaborate-vienna/"
68address = """
79Verein (ZVR 1605397921) zur Förderung der
810Zusammenarbeit in der Softwareentwicklung
Original file line number Diff line number Diff line change 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 </ 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 © 2019-< script > document . write ( new Date ( ) . getFullYear ( ) ) ; </ script > < br >
4855 < p >
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments