-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
57 lines (55 loc) · 2.38 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
---
layout: default
---
<!-- Call to action -->
<div class="jumbotron">
<h2>Help build a better California, together.</h2>
<p>CA Civic Lab is a platform for organizing open data and civic technology projects that can be replicated and scaled throughout the state of California. We're a coalition of Code for America brigades, journalists, reform groups, and public officials committed to improving California governance by making civic information more open and accessible.</p>
<!-- <p>
<a class="btn btn-lg btn-success" href="https://github.com/caciviclab/caciviclab.github.io" role="button"><i class="fa fa-github"></i></li> Contribute to the project</a>
<a class="btn btn-lg btn-primary" href="https://github.com/caciviclab/caciviclab.github.io/issues" role="button"><i class="fa fa-bullhorn"></i></li> Open an issue</a>
</p> -->
</div>
<!-- Projects -->
<div class="row">
<div class="col-sm-12">
<h3>Our Projects</h3><hr>
</div>
</div>
<div class ="row">
<div class="col-sm-6">
<div class="panel panel-default panel-body">
<h4>OpenDisclosure</h4>
<p>Easily visualize campaign finance data for local elections.</p>
<a class="btn btn-default btn-primary" href="opendisclosure">Learn More</a>
</div>
</div>
<div class="col-sm-6">
<div class="panel panel-default panel-body">
<h4>State Agency Inventory</h4>
<p>An inventory on the status of state agency open data practices.</p>
<a class="btn btn-default btn-primary" href="state-agencies">Learn More</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Upcoming Events</h3><hr>
</div>
<div class="col-sm-6">
{% include google-calendar.html %}
</div>
</div>
<!-- Contributors -->
<div class="row">
<div class="col-sm-12">
<h3 id="contributors">Contributors</h3><hr>
</div>
<div class="col-sm-12">
<a href="http://code4sac.org/" target="_blank" class="btn btn-default btn-sm">Code for Sacramento</a>
<a href="http://codeforsanfrancisco.org/" target="_blank" class="btn btn-default btn-sm">Code for San Francisco</a>
<a href="http://codeforsanjose.com/" target="_blank" class="btn btn-default btn-sm">Code for San Jose</a>
<a href="https://www.openoakland.org/" target="_blank" class="btn btn-default btn-sm">OpenOakland</a>
<a href="http://opensandiego.org/" target="_blank" class="btn btn-default btn-sm">OpenSanDiego</a>
</div>
</div>