-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoptions.html
38 lines (33 loc) · 1.37 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sorry Tennessee</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.0/css/bulma.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto" type="text/css">
<link rel="stylesheet" href="./options.css" type="text/css">
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">
Sorry, Tennessee
</h1>
<p class="subtitle">
More states to come. <strong>Sorry</strong>!<sup> (not sorry)</sup>
</p>
</div>
<div class="container">
<a class="button is-dark is-medium" href="http://www.mediacollege.com/internet/samples/html/state-list.html">Test it</a>
<div>
<a class="icon is-medium has-text-dark"><i class="fa fa-github" aria-hidden="true"></i></a>
<a class="icon is-medium has-text-dark"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<p class="title is-6">Made with <span class="icon is-small"><i class="fa fa-heart" aria-hidden="true"></i></span> by Vince Picone</p>
</div>
</div>
</section>
</body>
</p>
</html>