-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (44 loc) · 1.84 KB
/
index.html
File metadata and controls
49 lines (44 loc) · 1.84 KB
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
---
---
<h2 class="site-description">Data, tools, & resources for building Seattle-focused applications.</h2>
<p class="center">Find out when big things happen:</p>
{% include newsletter.html %}
<!--
<div class="feature-list container">
<div class="feature col col-12 md-col-6">
<a href="{{site.baseurl}}/data">
<h3>Collaborative data</h3>
<p>Our data isn't just open. You can fork the data, improve it, & have your changes merged with the original dataset.</p>
</a>
</div>
<div class="feature col col-12 md-col-6">
<a href="{{site.baseurl}}/api">
<h3>API services</h3>
<p>Need geocoding for your application? Or info about the geographical boundaries in Seattle? Use our API services to build your application.</p>
</a>
</div>
<div class="feature col col-12 md-col-6">
<a href="{{site.baseurl}}/tools">
<h3>UI tools</h3>
<p>We have a number of tools with friendly interfaces for editing data, creating visualizations & graphics, and aggregating & analyzing local information.</p>
</a>
</div>
<div class="feature col col-12 md-col-6">
<a href="{{site.baseurl}}/docs">
<h3>Documentation</h3>
<p>All of these tools & services have documentation. We're also documenting local policy & governance, and resources useful to developers & community organizers.</p>
</a>
</div>
</div>
-->
<div class="project-list container">
<h2>Available projects:</h2>
<ul>
<li><a href="http://boundaries.seattle.io">boundaries.seattle.io</a></li>
<li><a href="http://data.seattle.io">data.seattle.io</a></li>
<li><a href="http://crime.seattle.io">crime.seattle.io</a></li>
<li><a href="http://fire.seattle.io">fire.seattle.io</a></li>
<li><a href="http://blogs.seattle.io">blogs.seattle.io</a></li>
<li><a href="http://space.seattle.io">space.seattle.io</a></li>
</ul>
</div>