Skip to content

Commit efd562f

Browse files
Create index.md
1 parent 2bbc340 commit efd562f

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

index.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: default
3+
title: Home
4+
description: We build civic tech projects to make Ottawa better for everyone.
5+
---
6+
7+
<section id="mission" class="py-5">
8+
<div class="container">
9+
<h2 class="text-center mb-4">Our Mission</h2>
10+
<p class="lead text-center">
11+
Code for Ottawa unites technologists, designers, public servants, and engaged residents to create open-source tools that serve the people of {{ site.location | default: "Ottawa" }}.
12+
Our goal is to foster a more transparent, accessible, and responsive local government through civic tech.
13+
</p>
14+
</div>
15+
</section>
16+
17+
<section id="projects" class="py-5 bg-light">
18+
<div class="container">
19+
<h2 class="text-center mb-5">Current Projects</h2>
20+
<div class="row g-4">
21+
<div class="col-md-4">
22+
<div class="card h-100 shadow-sm">
23+
<div class="card-body">
24+
<h5 class="card-title">OC Transpo Live</h5>
25+
<p class="card-text">Providing real-time data and visualizations to help residents better navigate public transit.</p>
26+
</div>
27+
</div>
28+
</div>
29+
<div class="col-md-4">
30+
<div class="card h-100 shadow-sm">
31+
<div class="card-body">
32+
<h5 class="card-title">City Council Tracker</h5>
33+
<p class="card-text">A tool to monitor council meetings, voting records, and open data related to municipal governance.</p>
34+
</div>
35+
</div>
36+
</div>
37+
<div class="col-md-4">
38+
<div class="card h-100 shadow-sm">
39+
<div class="card-body">
40+
<h5 class="card-title">Community Resource Map</h5>
41+
<p class="card-text">Connecting residents with shelters, food banks, and community programs throughout Ottawa.</p>
42+
</div>
43+
</div>
44+
</div>
45+
</div>
46+
</div>
47+
</section>
48+
49+
<section id="join" class="py-5">
50+
<div class="container text-center">
51+
<h2 class="mb-4">Join the Movement</h2>
52+
<p class="lead mb-4">
53+
Whether you’re a developer, a policy thinker, or just passionate about civic change — we’d love to have you involved in building a better {{ site.location | default: "Ottawa" }}.
54+
</p>
55+
<a href="#" class="btn btn-primary btn-lg">Join Our Discord</a>
56+
</div>
57+
</section>

0 commit comments

Comments
 (0)