-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·104 lines (95 loc) · 4.52 KB
/
index.html
File metadata and controls
executable file
·104 lines (95 loc) · 4.52 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
layout: home
title: Interra | Open Data Experts
permalink: /
---
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img src="{{ site.baseurl }}/img/interra-logo-white.png" alt="interra logo - leaf with the name" />
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#product">Products</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Libraries Section -->
<section id="libraries" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Interra Open Data Catalog Tools</h2>
<p>The goal of Interra is to provide open source and open data tools.
</p>
<h3>Libraries</h3>
<p>
The current libraries are currently being developed:
</p>
<ul>
<li><strong><a href="http://github.com/interra/data-catalog-components">Data Catalog Components</a></strong>: React components for open data catalogs</li>
<li><strong><a href="http://github.com/interra/data-catalog-frontend">Data Catalog Frontend</a></strong>: A React-based front-end for open data catalogs. Currently this is being utilized as the front-end for <a href="http://githib.com/getdkan/dkan2">DKAN2</a></a></li>
<li><strong><a href="http://github.com/interra/data-catalog-admin">Data Catalog Admin</a></strong>: An adminstrative interface for open data catalogs</li>
</ul>
<p>
The following libraries are no longer under active development:
</p>
<ul>
<li><strong><a href="http://github.com/interra/catalog-generate">Catalog Generate</a></strong>: Node.js library for harvesting, storing, and editing open data datasets</li>
<li><strong><a href="https://github.com/interra/dashql">dashql</a></strong>: dashql backend for data visualization apps</li>
<li><strong><a href="http://github.com/interra/311-demo">311 Demo</a></strong>: 311 Data Visualizations for Philly and Beyond </li>
</ul>
</div>
</div>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About</h2>
<p>Interra was started by Aaron Couch. Contributors have included Paul Walker, Janette Day, Gerardo Gonzalez and others.
</p>
</div>
</div>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact Interra</h2>
<form class="text-left" action="https://formspree.io/acinternets@gmail.com" method="POST">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="inputEmail1" aria-describedby="emailHelp" placeholder="Enter email" name="_replyto">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Name</label>
<input type="text" class="form-control" id="inputName" aria-describedby="emailHelp" placeholder="Enter name" name="name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Telephone</label>
<input type="tel" class="form-control" id="inputName" aria-describedby="emailHelp" placeholder="Enter phone number" name="phone">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Descritption</label>
<textarea name="description" class="form-control" rows="5" placeholder="Description of Inquiry"></textarea>
</div>
<input type="hidden" name="_subject" value="From Interra Website" />
<input type="text" name="_gotcha" style="display:none" />
<input type="hidden" name="_next" value="/thanks" />
<input type="submit" class="btn btn-default" value="Send">
</form>
</div>
</div>
</section>