-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.75 KB
/
index.html
File metadata and controls
36 lines (33 loc) · 1.75 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link href="resources/style.css" type="text/css" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href="resources/creative.css" rel="stylesheet">
</head>
<body>
<header class="masthead">
<div class="container h-100">
<div class="row h-100 align-items-center justify-content-center text-center">
<div class="col-lg-10 align-self-end">
<h1 class="text-uppercase text-white font-weight-bold">Clinton/Trump Campaign 2016</h1>
<hr class="divider my-4">
</div>
<div class="col-lg-12 align-self-baseline">
<p class="text-white-75 font-weight-light mb-5">NLP analysis of the speeches and debates</p>
<p class="text-white-75 font-weight-light mb-5">Made with Scattertext</p>
<a class="btn btn-primary btn-lg js-scroll-trigger" href="campaign.html" target="_blank">Speech Words</a>
<a class="btn btn-primary btn-lg js-scroll-trigger" href="empath.html" target="_blank">Speech Topics & Categories</a>
<a class="btn btn-secondary btn-lg js-scroll-trigger" href="debates.html" target="_blank">Debate Words</a>
<a class="btn btn-secondary btn-lg js-scroll-trigger" href="debates-empath.html" target="_blank">Debate Topics & Categories</a>
</div>
</div>
</div>
</header>
</body>
</html>