forked from MIT2024PuzzleHunt/MIT2024puzzlehunt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocialsciences.html
119 lines (109 loc) · 4.89 KB
/
socialsciences.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
<!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/-e8umgmvDBQk/X0G-CIrqH7I/AAAAAAAAHmI/BuqFLHrwmHkLH0Nf__f5Pq6X_FivZXPigCLcBGAsYHQ/s640/Spike.png" style="width: 15vw; margin: -15px;"/>
<br><br><br>
<h4>Social Sciences 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>
</ul>
<div class="tab-content">
<div id="1" class="tab-pane fade in active">
<h4>Economics — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ss-1--ac" onsubmit="check('ss-1');return false;">
<label for="ss-1--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ss-1--ai">
<input type="submit" value="Submit">
</form>
<p id="ss-1--result"></p>
</div>
<div id="2" class="tab-pane fade">
<h4>Political Science — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ss-2--ac" onsubmit="check('ss-2');return false;">
<label for="ss-2--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ss-2--ai">
<input type="submit" value="Submit">
</form>
<p id="ss-2--result"></p>
</div>
<div id="3" class="tab-pane fade">
<h4>Anthropology — Title</h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ss-3--ac" onsubmit="check('ss-3');return false;">
<label for="ss-3--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ss-3--ai">
<input type="submit" value="Submit">
</form>
<p id="ss-3--result"></p>
</div>
<div id="4" class="tab-pane fade">
<h4>Urban Studies — Title </h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ss-4--ac" onsubmit="check('ss-4');return false;">
<label for="ss-4--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ss-4--ai">
<input type="submit" value="Submit">
</form>
<p id="ss-4--result"></p>
</div>
<div id="5" class="tab-pane fade">
<h4>Linguistics — Title </h4>
<p>This puzzle is still in progress. Hang tight!</p>
<!-- Embed Puzzle HERE -->
<form class="answer-checker" id="ss-5--ac" onsubmit="check('ss-5');return false;">
<label for="ss-5--ai">Submit your answer:</label>
<input type="text" class="answer-input" id="ss-5--ai">
<input type="submit" value="Submit">
</form>
<p id="ss-5--result"></p>
</div>
</div>
</div>
<br><br><br>
</body>
</html>