-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (46 loc) · 1.92 KB
/
index.html
File metadata and controls
62 lines (46 loc) · 1.92 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
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
<!Doctype html>
<html>
<head>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K2PJZRC');
</script>
<!-- End Google Tag Manager -->
<title> Covid-19 Personality Quiz - Home</title>
<link rel="stylesheet" href="css/main.css">
<script src="js/app.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Six+Caps&display=swap" rel="stylesheet">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K2PJZRC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="siteNav">
<a class="active" href="index.html" id="homeNav">Home</a>
<a href="about.html" id="aboutNav">About</a>
<a href="quiz.html" id="quizNav">Quiz</a>
<a href="allTypes.html" id="typesNav">Personality Types</a>
<a href="resources.html" id="covidResourceNav">Covid-19</a>
</nav>
<header class="homeTitleHeader" >
<h1 class="title" id="DiscoverYourQuarantinePersonalityTitle">Discover your <span>quarantine</span><br> personality</h1>
</header>
<BR>
<div><button onclick=" window.open('quiz.html','_blank'); return false;" id="TakeTheQuizButton" type="button" class="quizButton">TAKE THE QUIZ HERE</button></div>
<br>
</body>
</html>