-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (83 loc) · 3.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Detroit Ledger</title>
<!-- Styles
<link href='//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Pacifico' rel='stylesheet' type='text/css'>-->
<style type="text/css" media="all">
@import url("css/app.css");
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">The Detroit Ledger</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#/about-detroit-ledger">About the Ledger</a></li>
<li><a href="#/our-methods">Our Methods</a></li>
<li><a href="#/transparency">Transparency</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<header class="wrapper" role="banner">
<div class="container" id="title">
<div class="row">
<div class="col-md-12">
<h1>Welcome to the Detroit Ledger</h1>
</div>
</div>
</div>
</header>
<div id="content">
<div class="container">
<h2>We're loading the grant data.</h2>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://detroitledger.us7.list-manage.com/subscribe/post?u=5f6c82c52e266389140a08ab5&id=ffe8bfd2f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
Love the Ledger? Subscribe for updates:
<input placeholder="Your email" type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_5f6c82c52e266389140a08ab5_ffe8bfd2f0" tabindex="-1" value=""></div>
</form>
</div>
<!--End mc_embed_signup-->
<p class="contact">The Ledger is at 2727 2nd Avenue, Suite 200, Detroit MI.</p>
</div>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41398207-1', 'detroitledger.org');
ga('send', 'pageview');
</script>
<script data-main="js/main" src="js/require.js"></script>
</body>
</html>