-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (31 loc) · 1.23 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
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Know Thyself</title>
<meta name="viewport" content="initial-scale=1, user-scalable=no, maximum-scale=1" />
<link rel="stylesheet" href="assets/stylesheets/all.css" type="text/css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<header id="header">
<p id="counter" class="none toolbar-controls controls-left">
<span id="count-current">1</span> /
<span id="count-total">80</span>
</p>
<h1>Know Thyself</h1>
<div class="toolbar-controls controls-right none">
<a class="btn" href="#/results">Results</a>
</div>
</header>
<section id="introduction">
<h2>Get Ready To Know Yourself</h2>
<p>Know Thyself helps people learn more about themselves by filling out 80 questions</p>
<div class="buttons">
<button id="start" class="left">Start</button>
<!-- <button id="mockResults" class="right">Mock Results</button> -->
<div class="clear"></div>
</div>
</section>
<script data-main="assets/javascripts/questionnaire" src="assets/javascripts/require-jquery.js"></script>
</body>
</html>