-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (54 loc) · 2.31 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" ng-app="infoscribe">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>InfoScribe</title>
<link rel="stylesheet" href="css/lib/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/lib/bootstrap-theme.min.css">
<script src="js/lib/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="js/lib/bootstrap.min.js"></script>
<!-- Custom styles for this template -->
<link href="css/infoscribe.css" rel="stylesheet">
<!-- <script type="text/javascript" src="js/lib/moment.js"></script> -->
<script type="text/javascript" src="js/lib/angular.min.js"></script>
<script type="text/javascript" src="js/infoscribe.js"></script>
<script type="text/javascript" src="js/transcriptions.js"></script>
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Contributor login</a></li>
</ul>
<h3 class="info-red">InfoScribe</h3>
</div>
<div class="jumbotron main-view">
<div class="rounded-white-alpha">
<h1>Help investigate the issues that matter to you</h1>
<p class="lead info-red">InfoScribe lets you work with journalists to get at the data the drives essential investigative reporting.
<ul>
<li>Select documents by topic or publication.</li>
<li>Transcribe one document or dozens.</li>
<li>Collaborate directly with journalists and get credit for your work.</li>
</ul>
</p>
<p><a class="btn btn-lg btn-success" href="#" role="button">Sign up today</a> or <a href="#"><b>Log in</b></a></p>
</div>
</div>
<collections-highlight></collections-highlight>
<div class="footer">
<p>© InfoScribe 2014</p>
</div>
</div> <!-- /container -->
</body>
</html>