-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (59 loc) · 4.31 KB
/
Copy pathindex.html
File metadata and controls
62 lines (59 loc) · 4.31 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>
<title>ProtoHISTORYBowl</title>
<link href ="stylesheet/homepage.css" rel ="stylesheet">
</head>
<body>
<div class = box>
<p class = info style = "font-size: 32px; margin: 10px">Welcome to<span class = header>ProtoHISTORYbowl</span></p><hr>
<p class = info><span class = bold>ProtoHISTORYbowl</span> is a realtime, single-player National History Bowl and Bee resource. A single-player session can include one person with <span class = bold>instantaneous buzzing</span>. It can be used in single-player mode online or offline and includes over<span class = bold> 400 questions</span>.</p><br>
<p class = info>Enter the <span class = bold> name of a room </span> to go to or simply hit the go button to <span class = bold> create a new empty room. </span> You can't invite friends to join you by sharing the URL.</p><br>
<p class = info>If you're feeling particularly brave right now, you can venture into a private room such as
<a href = "https://mrbossosity.github.io/rooms/b-set-bowl.html" target = "_self" class = room>B-Set Bowl</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/c-set-bowl.html" target = "_self" class = room>C-Set Bowl</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/c-set-bee.html" target = "_self" class = room>C-Set Bee</a>
<button class = zero-active>0 active</button>, or
<a href = "https://mrbossosity.github.io/rooms/third-quarter.html" target = "_self" class = room>Third Quarter</a>
<button class = zero-active>0 active</button>. <br><br>
We're also working on specialty/niche rooms such as
<a href = "https://mrbossosity.github.io/rooms/niche/countries.html" class = room>Countries</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/states.html" class = room>States</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/cities.html" class = room>Cities</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/assassinations.html" class = room>Assassinations</a>
<button class = coming-soon>Coming Soon!</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/strikes.html" class = room>Strikes</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/euro-monarchs.html" class = room>European Monarchs</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/russia.html" class = room>Russia</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/africa.html" class = room>Africa</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/wars.html" class = room>Wars</a>
<button class = coming-soon>Coming Soon!</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/battles.html" class = room>Battles</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/asian.html" class = room>Asian</a>
<button class = zero-active>0 active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/ancient.html" class = room>Ancient</a>
<button class = zero-active>0-active</button>,
<a href = "https://mrbossosity.github.io/rooms/niche/art.html" class = room>Art</a>
<button class = coming-soon>Coming Soon!</button>, and
<a href = "https://mrbossosity.github.io/rooms/niche/music.html" class = room>Music</a>
<button class = coming-soon>Coming Soon!</button>.
</p><hr>
<div style = "display: flex">
<input type = text class = "room-name" id = "room-name">
<button onclick = "location.href ='https://mrbossosity.github.io/rooms/all.html'" class = "go-to-room" id = go-to-room>Go to Room</button>
</div>
</div>
<!--this script links enter button to 'go-to-room'-->
<script src = "https://mrbossosity.github.io/javascripts/go-to-room.js"></script>
</body>
</html>