forked from MIT2024PuzzleHunt/MIT2024puzzlehunt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathethnicregionalstudies.html
131 lines (121 loc) · 5.55 KB
/
ethnicregionalstudies.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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<title>MIT 2024 Puzzle Hunt</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="answer-checker.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital@0;1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;1,300;1,500&family=Russo+One&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/640px-MIT_logo.svg.png">
<link rel="stylesheet" href="MIT2024puzzlehunt.github.io/theme.css">
</head>
<body>
<div class="dropdown" style="float:right;">
<button class="dropbtn"><p>≡</p></button>
<div class="dropdown-content">
<a href="https://mit2024puzzlehunt.github.io/"><p>Home Page</p></a>
<a href="https://mit2024puzzlehunt.github.io/info.html"><p>Info</p></a>
<a href="https://mit2024puzzlehunt.github.io/humanities.html"><p>Humanities</p></a>
<a href="https://mit2024puzzlehunt.github.io/arts.html"><p>Arts</p></a>
<a href="https://mit2024puzzlehunt.github.io/socialsciences.html"><p>Social Sciences</p></a>
<a href="https://mit2024puzzlehunt.github.io/ethnicregionalstudies.html"><p>Ethnic/Regional Studies</p></a>
<a href="https://mit2024puzzlehunt.github.io/interdisciplinary.html"><p>Interdisciplinary</p></a>
</div>
</div>
<div class="container">
<br><br><br>
<!-- Character -->
<img src="https://1.bp.blogspot.com/-EKVhN4wVCyg/X0HDBZfQ5GI/AAAAAAAAHmc/Vgrv5rX6KAY9hR42ErwX-33houf6ZAADQCLcBGAsYHQ/s640/Four.png" style="width: 15vw; margin: -15px;"/>
<br><br><br>
<h4>Regional/Ethnic Studies Puzzles</h4>
<br>
<p>What happens to Tim? Stay tuned to find out soon!</p>
</div>
<br><br><br>
<!-- PUZZLES -->
<div class="container">
<h4>Puzzles</h4>
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" href="#1"><h5>1</h5></a></li>
<li><a data-toggle="tab" href="#2"><h5>2</h5></a></li>
<li><a data-toggle="tab" href="#3"><h5>3</h5></a></li>
<li><a data-toggle="tab" href="#4"><h5>4</h5></a></li>
<li><a data-toggle="tab" href="#5"><h5>5</h5></a></li>
<li><a data-toggle="tab" href="#6"><h5>6</h5></a></li>
</ul>
<div class="tab-content">
<div id="1" class="tab-pane fade in active">
<h4>African and African Diaspora Studies — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-1--ac" onsubmit="check('ers-1');return false;">
<label for="ers-1--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-1--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-1--result"></p>
</div>
<div id="2" class="tab-pane fade">
<h4>American Studies — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-2--ac" onsubmit="check('ers-2');return false;">
<label for="ers-2--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-2--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-2--result"></p>
</div>
<div id="3" class="tab-pane fade">
<h4>Asian and Asian Diaspora Studies — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-3--ac" onsubmit="check('ers-3');return false;">
<label for="ers-3--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-3--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-3--result"></p>
</div>
<div id="4" class="tab-pane fade">
<h4>Latin American and Latinx Studies — Title </h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-4--ac" onsubmit="check('ers-4');return false;">
<label for="ers-4--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-4--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-4--result"></p>
</div>
<div id="5" class="tab-pane fade">
<h4>Middle Eastern Studies — Title </h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-5--ac" onsubmit="check('ers-5');return false;">
<label for="ers-5--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-5--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-5--result"></p>
</div>
<div id="6" class="tab-pane fade">
<h4>Russian and Eurasian Studies — Title </h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ers-6--ac" onsubmit="check('ers-6');return false;">
<label for="ers-6--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ers-6--ai">
<input type="submit" value="Submit">
</form>
<p id="ers-6--result"></p>
</div>
</div>
</div>
<br><br><br>
</body>
</html>