-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (27 loc) · 1.47 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Should I text him</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Rubik:700" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css" />
<link rel="stylesheet" href="stylesheet.css">
<script src="script.js"></script>
</head>
<body class="gradient">
<article class="dt vh-100 w-100">
<div class="dtc v-mid tc white ph3 ph4-l" id="main">
<h1 class="f2 f2-m f-subheadline-l fw8 tc b">Should I text him?</h1>
<a class="f3 link ph5 pv3 mb2 dib white bg-black ttu tracked b" id="unsure" href="#0" onclick="compute(answer1, button)">Find out</a>
</div>
<footer class="fixed bottom-0 left-0 w-100 tc pa4">
<a href="#" id="js-about-open" class="link black normal">What's this?</a>
</footer>
</article>
<div class="flex flex-column justify-center items-center about w-100" id="js-about-page">
<p class="measure pa4 lh-copy f4 f3-m f2-l">Caught in some fuckboy’s hot/cold texting game? Thinking about sending “sup” to your ex at 2AM? Wondering if you should invite that friend who’s always benching you for a coffee? Finally, there is a quick, reliable way to get the answer to your Question! 100% accurate, backed up by science.</p>
<a href="#" id="js-about-close" class="white f4 f3-ns">Close</a>
</div>
</body>
</html>