-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (82 loc) · 3.93 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
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<head>
<!--Infolinks Ads-->
<script type="text/javascript">
var infolinks_pid = 3141956;
var infolinks_wsid = 0;
</script>
<script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105777188-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-105777188-3');
</script>
<!--Ads!
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3199971781039212",
enable_page_level_ads: true
});
</script>-->
<!--Stylesheets, meta-->
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>50Fifty | Home</title>
<meta name="description" content="50Fifty features machine learning-based forecasts for elections at all levels of U.S. government.">
<meta name="keywords" content="Noah Covey,US,U.S.,United States,Elections,Politics,Forecast,Forecasts,Politic,Race,Races,Nate,Silver,Noah,Covey,Sam,Mahle,Dunwoody,Atlanta,Georgia,FiveThirtyEight,538,Machine,Learning,AI,use,accurate,who will win,50fifty,fifty50,5050,fiftyfifty,projection,projected,to win,candidate">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/base/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<!--Custom scripts-->
<script type="text/javascript" src="scripts/utilities.js"></script>
<script type="text/javascript" src="scripts/predictions.js"></script>
<script type="text/javascript" src="scripts/page_script_all.js"></script>
<script type="text/javascript" src="scripts/page_script_index.js"></script>
</head>
<body>
<div class="nav">
<a href="index.html"><img id="nav-logo" src="50fifty_logo.png" /></a>
<!--
<a href="live.html">
<div class="alert">
<p><b></b>Recap: Midterms Liveblog</b></p>
</div>
</a>-->
<div class="nav-links">
<a class="nav-link" id="nav-link-selected" href="index.html">Home</a>
<a class="nav-link" href="predictions.html">Predictions</a>
<a class="nav-link" href="stories.html">Stories</a>
<a class="nav-link" href="about.html">About</a>
</div>
</div>
<div class="main-page" id="main-page">
<div class="header">
<!--<h1>Election Central</h1>-->
<img class="title-image" src="50fifty_title.png" />
</div>
<a class="normal-link" href="predictions.html"><div class="button button-bold">See all predictions</div></a>
<!--<p style='font-family: Roboto' class='gray'>Welcome to 50Fifty! We're in the process of rolling out predictions for each state. If you don't see your state, check back in a few days.</p>-->
<div class="tight-elections">
</div>
<div class="main-section">
<h2>Top Individual Races</h2>
<p class="loading">Loading...</p>
</div>
<div id="load-more-button" class="button">Load More</div>
<a class="normal-link" href="predictions.html"><div class="button button-bold">See all predictions</div></a>
<br />
<br />
</div>
<div class='how-it-works'>
<a href="methedology.html">How the election prediction model works ▸</a>
</div>
<div class="footer">
<p>Copyright © 2018-2019 Noah Covey & Sam Mahle</p>
</div>
</body>
</html>