Skip to content

Commit 89216e5

Browse files
committed
increment: sponsors, media kit, fixes
1 parent 7482492 commit 89216e5

24 files changed

+357
-57
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
title: Civic Spark
2222
email: info@civic-spark.com
2323
description: >- # this means to ignore newlines until "baseurl:"
24-
Civic Spark is a two day conference and unconference bringing together organizers, innovators, and community builders creating a more equitable public life – to share what works, name what doesn’t, and spark grounded, meaningful action.
24+
A conference + unconference for organizers, innovators, and community builders interested in creating a better future of public life.
2525
baseurl: "" # the subpath of your site, e.g. /blog
2626
url: "https://civic-spark.com" # the base hostname & protocol for your site, e.g. http://example.com
2727

_data/nav-primary.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
nav:
2-
- title: Register Now
2+
- title: Tickets
33
url: https://lu.ma/civic-spark
44
external: true
55

66
sub_nav_title: Menu
77

88
sub_nav:
9-
- title: Overview
10-
url: /
11-
type: relative
12-
139
- title: Conference
1410
url: /conference
1511
type: relative

_data/sponsors.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@
1818
logo: code-for-canada-logo.png
1919
level: BEN_TO_DEFINE
2020

21-
- title: The Toronto Star
22-
url: https://www.thestar.com
23-
logo: toronto-star-logo.png
24-
level: BEN_TO_DEFINE
25-
2621
- title: The City of Toronto
2722
url: https://www.toronto.ca
28-
logo: city-of-toronto-logo.png
29-
level: BEN_TO_DEFINE
23+
logo: toronto.png
24+
level: presenting_partner
25+
26+
- title: Open Data Toronto
27+
url: https://open.toronto.ca
28+
logo: open-data.jpg
29+
level: presenting_partner
30+
31+
- title: The Toronto Star
32+
url: https://www.thestar.com
33+
logo: StarRibbonLogo-B&W.png
34+
level: presenting_partner

_includes/conference-subnav.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<nav>
2+
<ul>
3+
<li><a href="{{'/conference/' | relative_url}}">Overview</a></li>
4+
<li><a href="{{'/conference/speakers' | relative_url}}">Speakers</a></li>
5+
<li><a href="{{'/conference/schedule' | relative_url}}">Schedule</a></li>
6+
</ul>
7+
</nav>

_includes/footer.html

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,56 @@
1-
<footer class="footer container">
2-
<div>
1+
<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+
11+
@media (max-width: 767px) {
12+
.footer-nav{
13+
grid-template-columns: 1fr 1fr;
14+
}
15+
}
16+
@media (min-width: 1024px) {}
17+
18+
</style>
19+
<footer class="footer">
20+
<div class="container">
321
{% include logoform.html gray='true' %}
422
<p>​Share&nbsp;your&nbsp;story. Spark&nbsp;connection. Shape&nbsp;what’s&nbsp;next.</p>
5-
</div>
623
<div class="grid">
724
<div>
8-
9-
<aside class="grid">
25+
<aside class="grid footer-nav">
1026
<nav>
1127
<ul>
12-
<li>General Information</li>
28+
<li><strong>General Information</strong></li>
1329
<li><a href="{{ '/about-us' | relative_url }}">About Us</a></li>
1430
<li><a href="{{ '/sponsors' | relative_url }}">Sponsors</a></li>
15-
<li><a href="{{ '/contact' | relative_url }}">Contact</a></li>
1631
<li><a href="{{ '/location' | relative_url }}">Event Location</a></li>
1732
</ul>
1833
</nav>
1934
<nav>
2035
<ul>
21-
<li>Programming</li>
36+
<li><strong>Programming</strong></li>
2237
<li><a href="{{ '/conference' | relative_url }}">Conference</a></li>
2338
<li><a href="{{ '/unconference' | relative_url }}">Unconference</a></li>
2439
</ul>
2540
</nav>
2641
<nav>
2742
<ul>
28-
<li>Media</li>
43+
<li><strong>Media</strong></li>
2944
<li><a href="{{ '/media-kit' | relative_url }}">Media Kit</a></li>
3045

3146
</ul>
3247
</nav>
3348
<nav>
3449
<ul>
35-
<li>Take Action</li>
50+
<li><strong>Take Action</strong></li>
3651
<li><a href="{{ site.data.links.registration }}" target="_blank">Attend{% include ext-arrow.html %}</a></li>
3752
<li><a href="{{ site.data.links.volunteer }}" target="_blank">Volunteer{% include ext-arrow.html %}</a></li>
53+
<li><a href="{{ '/contact' | relative_url }}">Contact</a></li>
3854
</ul>
3955
</nav>
4056
</aside>
@@ -44,4 +60,5 @@
4460
</div>
4561
<br/>
4662
<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> &emsp;·&emsp; <a href="{{ site.data.links.privacy }}" target="_blank">privacy policy{% include ext-arrow.html %}</a></small></p>
63+
</div>
4764
</footer>

_includes/header.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
</li>
99
</ul>
1010
<ul>
11+
{% if site.data.nav-primary.sub_nav %}
12+
<li>
13+
<details class="dropdown">
14+
<summary>
15+
{{ site.data.nav-primary.sub_nav_title }}
16+
</summary>
17+
<ul dir="rtl">
18+
{% for item in site.data.nav-primary.sub_nav %}
19+
<li><a href="{{ item.url | relative_url }}">{{ item.title }}</a></li>
20+
{% endfor %}
21+
</ul>
22+
</details>
23+
</li>
24+
{% endif %}
1125
{% for item in site.data.nav-primary.nav %}
12-
<li>
13-
<button class="primary" onclick="window.open('{{ item.url }}', '_blank')">{{ item.title }}{% if item.external %}{% include ext-arrow.html %}{% endif %}</button>
14-
</li>
26+
<li>
27+
<button class="contrast" onclick="window.open('{{ item.url }}', '_blank')">{{ item.title }}{% if item.external %}{% include ext-arrow.html %}{% endif %}</button>
28+
</li>
1529
{% endfor %}
16-
{% if site.data.nav-primary.sub_nav %}
17-
<li>
18-
<details class="dropdown">
19-
<summary>
20-
{{ site.data.nav-primary.sub_nav_title }}
21-
</summary>
22-
<ul dir="rtl">
23-
{% for item in site.data.nav-primary.sub_nav %}
24-
<li><a href="{{ item.url | relative_url }}">{{ item.title }}</a></li>
25-
{% endfor %}
26-
</ul>
27-
</details>
28-
</li>
29-
{% endif %}
3030
</ul>
3131
</nav>
3232
</header>

_includes/section-sponsors.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<section class="container">
2+
<hr>
3+
<p>Presenting Sponsors</p>
4+
<style>
5+
.sponsors {
6+
display: grid;
7+
grid-template-columns: 2fr 1fr 2fr 0.5fr;
8+
gap: 1.5rem;
9+
justify-items: center;
10+
align-items: center;
11+
margin: 1rem 0 2rem 0;
12+
}
13+
.sponsors img {
14+
width: 100%;
15+
filter: grayscale(100%);
16+
}
17+
.sponsors img:hover {
18+
filter: none;
19+
}
20+
.sponsors a {
21+
text-decoration: none;
22+
}
23+
24+
@media (max-width: 767px) {
25+
.sponsors {
26+
grid-template-columns: auto;
27+
gap: 2rem;
28+
margin: 3rem 0 3rem 0;
29+
}
30+
.sponsors img{
31+
max-width: 60vw;
32+
}
33+
}
34+
@media (min-width: 1024px) {}
35+
</style>
36+
<div class="sponsors">
37+
{% for sponsor in site.data.sponsors %}
38+
{% if sponsor.level == "presenting_partner" %}
39+
<a href="{{ sponsor.url }}" target="_blank" rel="noopener noreferrer">
40+
<img src="{{ site.baseurl }}/assets/images/sponsors/{{ sponsor.logo }}" alt="{{ sponsor.title }}">
41+
</a>
42+
{% endif %}
43+
{% endfor %}
44+
</section>

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<main role="main" id="main-content" class="container" tabindex="-1">
2222
{{ content }}
2323
</main>
24-
24+
{% include section-sponsors.html %}
2525
{% include footer.html %}
2626
</body>
2727
</html>

_pages/conference.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

_pages/conference/index.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
layout: page
3+
title: Conference | Overview
4+
description: Saturday, August 16, 2025 – Talks, sessions, and shared lessons from the field.
5+
permalink: /conference
6+
---
7+
8+
{% include conference-subnav.html%}
9+
10+
## Conference Overview
11+
12+
<span class="lead">This isn’t a product pitch stage. It’s a space to <strong>share real stories</strong>, <strong>reflect on hard-won lessons</strong>, and <strong>explore what’s possible</strong> when we build with care, creativity, and community.</span>
13+
14+
The Civic Spark Conference kicks off with a curated day of panels, talks, and workshops — spotlighting the people building community-powered tools, services, and networks across North America.
15+
16+
You can expect:
17+
18+
- Lived experience, not just expertise
19+
- Reflections on practice, not polished narratives
20+
- Lessons from the field, not pitches
21+
- Space to listen, learn, and be inspired
22+
23+
## Conference Themes
24+
25+
Our programming is organized around three guiding themes.
26+
27+
<div class="grid">
28+
<article>
29+
<hgroup>
30+
<h3>Building Together</h3>
31+
<p>Community Based Innovation</p>
32+
</hgroup>
33+
<p><small>How do we co-create civic services, tools, or support networks from the ground up?</small></p>
34+
<p><small>Learn from community-led projects, grassroots collaboration, and the creative (often messy) process of making change happen.</small></p>
35+
</article>
36+
<article>
37+
<hgroup>
38+
<h3>Tech That Serves</h3>
39+
<p>Appropriate Tech</p>
40+
</hgroup>
41+
<p><small>How do communities use technology to achieve their own socially aligned outcomes?</small></p>
42+
<p><small>Go beyond the hype to focus instead on tools designed with and for community needs.</small></p>
43+
</article>
44+
<article>
45+
<hgroup>
46+
<h3>Intersections of Change</h3>
47+
<p>Collaborating Across Sectors</p>
48+
</hgroup>
49+
<p><small>How can communities, government, academia, and nonprofits be better together?</small></p>
50+
<p><small>Dig into the reality of cross-sector work — what helps, what hurts, and what’s possible.</small></p>
51+
</article>
52+
</div>
53+
54+
## More
55+
56+
[View the Speakers]({{'/conference/speakers' | relative_url}}){:role="button"}{:class="outline"}
57+
[View the Schedule]({{'/conference/schedule' | relative_url}}){:role="button"}{:class="outline"}
58+
[Unconference page]({{'/unconference' | relative_url}}){:role="button"}{:class="secondary outline"}

0 commit comments

Comments
 (0)