-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquestion-1.html
More file actions
73 lines (60 loc) · 2.51 KB
/
question-1.html
File metadata and controls
73 lines (60 loc) · 2.51 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
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SportsCrypt</title>
<link rel="stylesheet" href="css/question.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script>
function Scrolldown() {
window.scroll(0,10);
}
</script>
</head>
<body>
<div id="rotate-prompt">
<img src="assets/images/rotate-screen.gif">
Please play the game in landscape mode!
</div>
<div class="container">
<!-- Modal -->
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3 class="modal-title">Oops! Your Answer is Incorrect!</h3>
</div>
<div class="modal-body">
<h4>There's still hope and time left!!</h4>
<p>Dont't give up. Try again. <br>The treasure is yours to take!<br><br>Click 'Next' on reaching the location</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Next</button>
</div>
</div>
</div>
</div>
</div>
<div class="container-self">
<div id="textbox">
<img id="dialogue" src="assets/images/Dialogue Box_Artboard 7.svg">
<h1 id="heading"> Question No. 1</h1>
<div id="question">
<p>What is the total number of hostels in BITS Pilanitttttttttt tttt tttttt tttt t tt tttt ttttt tttt ttttttt tt ttttt tttttt tttt t t t t tttt ttttttt t t tttt t ttttt tttt t t tttttttt tttt t ttt tt ttttt tiydhbi iuhou hiu jn n ijk mjihkdnc; j m mk n nl;m;n n; ;jougbu jij</p>
</div>
<form id="answer-form" class="form-inline" action="">
<input type="text" id="q1" placeholder="Your Answer" name="answer">
<button id ="submit-button" type="button">Submit</button>
</form>
</div>
<img id="bg-img" src="assets/images/First Background edit.jpg">
<img id="character" src="assets/images/Character_Artboard 7.png">
</div>
</div>
</body>
</html>