-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (40 loc) · 2.16 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>CrowData by crowdata</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>CrowData</h1>
<p>Easily crowdsource the analysis of your documents</p>
<p class="view"><a href="https://github.com/crowdata">View My GitHub Profile</a></p>
</header>
<section>
<p>CrowData is a tool to collaborate on the verification and release of data that otherwise would be hard or impossible to get via automatic tools like OCRs.</p>
<p>You install it in a web server and right away can start uploading documents and have a form for people to send information about the documents.</p>
</section>
<section>
<p><a type="button" class="btn btn-primary btn-lg btn-block" href="http://github.com/crowdata/crowdata" role="button">Download and Install it</a></p>
<p><a type="button" class="btn btn-primary btn-lg btn-block" href="http://crowdata.stayover.org" role="button">Try the Demo</a></p>
<p><a type="button" class="btn btn-primary btn-lg btn-block" href="http://crowdata.readthedocs.org" role="button">Documentation</a></p>
</section>
<section>
<h3>Authors and Contributions</h3>
<p>Crowdata is an open source project that was born when Manuel Aristaran was an Open News fellow at La Nacion in 2013. It was finally released as free software when Gabriela Rodriguez continued it for VozData in 2014. Thanks to Cristian Bertelegni and La Nacion for contributing to the code.</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>