-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
60 lines (54 loc) · 2.68 KB
/
Copy pathabout.html
File metadata and controls
60 lines (54 loc) · 2.68 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
<!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 - About</title>
<link rel="stylesheet" href="css/main.css">
<script src="./js/app.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&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 href="index.html">Home</a>
<a class="active" href="about.html">About</a>
<a href="quiz.html">Quiz</a>
<a href="allTypes.html">Personality Types</a>
<a href="resources.html">Covid-19</a>
</nav>
<header class="titleHeader">
<h1>Discover your <span>quarantine</span> personality</h1>
</header>
<header class="about">
<h1> About </h1>
</header>
<h4>Welcome</h4>
<p>Would <strong>YOU</strong> like to discover your Quarantine personality? Take this quiz to find out!</p>
<h4>A little bit about us…</h4>
<p>We are a bunch of cool kids (3 to be exact) who aim to shed some light by exploring your unique survivalist personality and if <strong>YOU</strong> have just 5 mins to spare this Quiz may be the perfect pick me up during the lockdown period. Our Quiz
will help <strong>YOU</strong> determine your survivalist personality based on your response to the Covid-19 pandemic. We do encourage <strong>YOU</strong> to share your survivalist personality with your friends and family and explore your tribe’s
core strengths and weaknesses. Remember, the key to survival is a strong and balanced team.</p>
<h4>Warning!</h4>
<p>This Quiz is not based on any scientific evidence whatsoever. It is solely intended for fun related purposes so don’t treat the results too seriously. Please head over to our <b>COVID-19</b> page for all serious related content!</p>
</body>
</html>