Skip to content

Commit 05025c2

Browse files
committed
organized by mock up
1 parent 093fda4 commit 05025c2

File tree

6 files changed

+78
-14
lines changed

6 files changed

+78
-14
lines changed

_data/sponsors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
- title: Civic Tech Toronto
22
url: https://civictech.ca
3-
logo: civic-tech-toronto-logo.png
3+
logo: civictechtoronto.webp
44
level: organizing_partner
55
description: comming soon.
66

77
- title: Centre for Analytics & Artificial Intelligence Engineering (CARTE)
88
url: https://carte.utoronto.ca
9-
logo: carte-logo.png
9+
logo: carte.png
1010
level: organizing_partner
1111
description: comming soon.
1212

1313
- title: 1RG
1414
url: https://1rg.space
15-
logo: 1rg-logo.png
15+
logo: 1rg.svg
1616
level: organizing_partner
1717
description: comming soon.
1818

_includes/footer.html

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
<style>
2-
.footer {
3-
background-color: var(--cust-yellow-pale);
4-
padding: 2rem 1rem;
5-
}
6-
.footer-nav *{
7-
color: var(--cust-black);
8-
}
9-
10-
2+
.footer {background-color: var(--cust-yellow-pale); padding: 2rem 1rem;}
3+
.footer-nav *{color: var(--cust-black);}
4+
.partner-logos{display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap;}
5+
.partner-logo{height: 4rem; object-fit: contain;filter: grayscale(100%);}
116
@media (max-width: 767px) {
127
.footer-nav{
138
grid-template-columns: 1fr 1fr;
149
}
10+
.partner-logos {
11+
flex-direction: column;
12+
align-items: flex-start;
13+
}
1514
}
1615
@media (min-width: 1024px) {}
17-
1816
</style>
17+
1918
<footer class="footer">
2019
<div class="container">
2120
{% include logoform.html gray='true' %}
@@ -55,10 +54,22 @@
5554
</nav>
5655
</aside>
5756
</div>
58-
5957
<!-- {% include signup-form.html %} -->
6058
</div>
6159
<br/>
60+
<div class="organizing-partners">
61+
<p><strong>Civic Spark is organized by:</strong></p>
62+
<div class="partner-logos">
63+
{% for sponsor in site.data.sponsors %}
64+
{% if sponsor.level == "organizing_partner" %}
65+
<a href="{{ sponsor.url }}" target="_blank" rel="noopener noreferrer" title="{{ sponsor.title }}">
66+
<img src="{{ site.baseurl }}/assets/images/sponsors/{{ sponsor.logo }}" alt="{{ sponsor.title }}" class="partner-logo">
67+
</a>
68+
{% endif %}
69+
{% endfor %}
70+
</div>
71+
</div>
72+
<br/>
6273
<p><small>{{ site.title }} &emsp;·&emsp; August 16 & 17, 2025 &emsp;·&emsp; Myhal Centre, University of Toronto &emsp;·&emsp; <a href="{{ site.data.links.codeofconduct }}" target="_blank">code of conduct{% include ext-arrow.html %}</a></small></p>
6374
</div>
6475
</footer>

assets/images/sponsors/1rg.png

25.4 KB
Loading

assets/images/sponsors/1rg.svg

Lines changed: 53 additions & 0 deletions
Loading

assets/images/sponsors/carte.png

233 KB
Loading
22.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)