-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (68 loc) · 2.96 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
<html>
<head>
<style>
body {
font-family: Helvetica;
background-color: #f3f0df;
line-height: 19px;
}
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #928437;
}
ul{
margin: 0;
padding: 0;
}
ul li{
list-style: none;
}
input[type="submit"]{
margin-top: 3px;
}
</style>
<link rel="icon" type="image/png" href="images/favicon.ico">
<title>NewsLynx</title>
</head>
<body>
<center>
<img width="200" src="images/merlynne-ears.png">
</a>
<h1>NewsLynx</h1>
<p><a href="http://newslynx.readthedocs.org">Project about + Install the NewsLynx platform</a></p>
<p><a href="http://towcenter.org/wp-content/uploads/2015/06/Tow_Center_NewsLynx_Full_Report.pdf">Read our report (PDF)</a> or browse the <a href="http://towcenter.org/research/the-newslynx-impact-tracker-produced-these-key-ideas/">Executive Summary</a><br/>(released June 2015)</p>
<p><a href="https://github.com/newslynx/newslynx.org">User manual</a></p>
<!-- <p><a href="http://newslynx.org/impact-survey/" target="_blank">Take our survey</a></p> -->
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://newslynx.us8.list-manage.com/subscribe/post?u=cfa66cf16b15b5ffe46e4e170&id=f8ec71b745" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">Subscribe to our mailing list: </label><br/>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- 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_cfa66cf16b15b5ffe46e4e170_f8ec71b745" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
<ul>
<li><a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li><a href="http://twitter.com/newslynx" target="_blank">@newslynx</a></li>
<li><a href="http://github.com/newslynx" target="_blank">github.com/newslynx</a></li>
</ul>
<p><a href="http://towcenter.org/" target="_blank"> <img width="100" src="images/tow-center.png"></p></p>
</center>
<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-53290817-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>