-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (84 loc) · 4.01 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Cannabis Quiz | How Informed Are You?</title>
<!-- favicon -->
<link rel="icon" href="assets/images/favicon.ico" type="image/ico" />
<!-- mobile 1st -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<!-- reset -->
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<!-- link CSS file -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<style>
@font-face { font-family: DS-Digital; src: url('assets/fonts/ds_digital/DS-DIGII.TTF'); }
.show-timer {
font-family: DS-Digital
}
</style>
</head>
<body>
<!-- background -->
<div id="background">
</div>
<!-- container -->
<section class="main">
<div class="container"> <!-- fyi, wrapper wraps around the whole page but a container will just fill a portion of the page -->
<div class="jumbotron">
<h1>CANNABIS TRIVIA</h1>
<!-- <br>
<p>Test your knowledge about how much you know about cannabis...weed, marijuana, trees, mota, ganja, wacky tobaccy, grass, pot, herb, reefer, dutchie, green crack, Mary Jane, Devil's lettuce, Hungarian hummus.</p>
<button type="button" class="btn btn-success btn-lg">Click to Start</button> -->
<div class="title">Test your knowledge about how much you know about cannabis...weed, marijuana, trees, mota, ganja, wacky tobaccy, grass, pot, herb, reefer, dutchie, green crack, Mary Jane, Devil's lettuce, Hungarian hummus.</div>
<br>
<button type="button" class="btn btn-success btn-lg" id="myButton">Click to Start</button>
<div class="answerChoices">
<div class="answer1"></div>
<br>
<div class="answer2"></div>
<br>
<div class="answer3"></div>
</div>
<br>
<h2 class="show-timer"></h2>
<br>
<button type="button" class="btn btn-success btn-lg" id="redoButton" style="display: none">Click to replay</button>
</div>
</div>
</section>
<!-- progress bar -->
<!-- <section class="status">
<div class="container">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" style="min-width: 2em;">
<span style="width:10%;">10%</span>
</div>
</div>
</div>
</section> -->
<!-- jQuery (place at bottom, above /body) -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript (place at bottom above /body) -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- link Js file (place at bottom above /body) -->
<script src="assets/javascript/main.js" type="text/javascript"></script>
</body>
</html>
<!--
_ *beep beep* _
| ^ | ^
| |
| _____ ~~~~~~~~~~~~ |
| __/ # # \__ ~~~~~~~~~~ |
| [___________] ~~~~~~~~~~ |
*************(O)*****(O)************************
-->