This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (61 loc) · 1.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
---
<div class="home">
<div class="row bg-img">
<div class="col-12 t-center-title">
<h1 class="t-section-headline t-white">Code for Baltimore</h1>
</div>
</div>
<div class="row row--centered">
<div class="card card--no-map">
<div class="card-content">
<div class="call-out">
<div class="call-out-inner">
<h2 class="t-h4">Join us for our next event, learn more on Meetup
</h2>
<a href="{{site.meetup_url}}" class="btn-secondary">Meetup</a>
</div>
</div>
</div>
</div>
</div>
<div class="row row--centered">
<div class="card card--no-map">
<div class="card-content">
<div class="call-out">
<div class="call-out-red">
<h2 class="t-h4">Keep up to date with our projects by joining the Code for Baltimore Slack</h2>
<a href="{{site.slack_url}}" class="btn-secondary">Slack</a>
</h2>
</div>
</div>
</div>
</div>
</div>
<div class="row row--centered">
<div class="card card--no-map">
<div class="card-content">
<div class="call-out">
<div class="call-out-inner">
<h2 class="t-h4">Find projects that need your help on our Github Organization</h2>
<a href="{{site.github_url}}" class="btn-secondary">Github</a>
</h2>
</div>
</div>
</div>
</div>
</div>
<div class="row row--centered wrapper">
<div class="col-8 l-pad--top l-pad--bottom">
<p class="t-lead">
Government can work for the people, by the people, in the digital age.
</p>
<p>
We are a community of volunteers who develop open-source projects as a
<a href="https://www.codeforamerica.org/">Code for America Brigade</a> by focusing on open government, open data, great design,
and social good in Baltimore.
</p>
</div>
</div>
</div>