-
Notifications
You must be signed in to change notification settings - Fork 0
/
gameMode.html
306 lines (248 loc) · 11.2 KB
/
gameMode.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SOUL - Game Mode</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
<!-- Bootstrap CSS File -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.4.6/css/ionicons.min.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css" />
<!-- Main Stylesheet File -->
<link href="css/gameMode.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- for logo - - <a href="#intro"><img src="img/logo.png" alt="" title="" /></img></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#features">About Us</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-text">
<h2> <i> Game Mode</i> </h2>
<p> <h3> <i> Learn while playing games!</i> </h3> </p>
</div>
<div class="product-screens" style="height: 600px;">
<div class="product-screen-2" data-aos="fade-up" data-aos-delay="400">
<img src="img/gameMode/main.png" alt="">
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Section
============================-->
<section id="advanced-features">
<div class="features-row">
<div class="container">
<div class="row">
<div class="col-12">
<img class="advanced-feature-img-left" src="img/modes/GameMode.png" alt="">
<div data-aos="fade-left" style="padding: 3em 0 0 0;">
<h3>Love playing games? What if you could use your skills to be productive?</h3>
<p>This is an innovative technique of learning concepts that would allow the end user to have an enthralling learning experience. <br><br>There are tons of perks offered for completing the levels! Play now!</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- #features -->
<!--==========================
Levels Tab
============================-->
<hr>
<div class="container">
<div class="content">
<section id="section-1" class="row" style="padding: 1em;">
<h2>Pulley</h2>
<div class="container" style="margin: 0 10%;">
<div class="row">
<div class="col-lg-4">
<h3><b><a href="gameModeSimulations\game1\index.html">Click here to play Game 1 </a></b></h3>
</div>
<div class="col-lg-8">
<form class="form-container">
<div class="form-title">What was the force used to pick up the box?</div>
<input class="form-field" type="text" name="value" /><br />
<div class="submit-container">
<input class="btn btn-warning" type="submit" value="Submit" />
</div>
</form>
</div>
</div>
</div>
</section><hr>
<section id="section-2" class="row" style="padding: 1em;">
<h2>Beam/Container</h2>
<div class="container" style="margin: 0 10%;">
<div class="iframe" style="margin:0 0 2em 0;">
</div>
<div class="row">
<div class="col-lg-4">
<h3><b><a href="gameModeSimulations\game2\index.html">Click here to play Game 2</a></b></h3>
</div>
<div class="col-lg-8">
<form class="form-container">
<div class="form-title">What was the force used to pick up the box?</div>
<input class="form-field" type="text" name="value" /><br />
<div class="submit-container">
<input class="btn btn-warning" type="submit" value="Submit" />
</div>
</form>
</div>
</div>
</div>
</section><hr>
<section id="section-3" class="row" style="padding: 3em;">
<h2>Projectile</h2>
<div class="container" style="margin: 0 10%;">
<div class="iframe" style="margin:0 0 2em 0;">
</div>
<div class="row">
<div class="col-lg-4">
<h3><b><a href="gameModeSimulations\game3\index.html">Click here to play Game 3</a></b></h3>
</div>
<div class="col-lg-8">
<form class="form-container">
<div class="form-title">What was the force used to pick up the box?</div>
<input class="form-field" type="text" name="value" /><br />
<div class="submit-container">
<input class="btn btn-warning" type="submit" value="Submit" />
</div>
</form>
</div>
</div>
</div>
</section>
</div><!-- /content -->
</div>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container">
<div class="row" data-aos="fade-up">
<div class="col-lg-4 col-md-4">
<div class="contact-about">
<h3>SOUL</h3>
<p>Drop a message and we will get back to you as soon as we can.</p>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="ion-ios-location-outline"></i>
<p>MPSTME<br>Near Cooper Hospital, Vile Parle, Mumbai</p>
</div>
<div>
<i class="ion-ios-email-outline"></i>
<p>[email protected]</p>
</div>
<div>
<i class="ion-ios-telephone-outline"></i>
<p>(000) 0000-0000</p>
</div>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-lg-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-lg-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-6 text-lg-left text-center">
<i> SOUL: Simulation of Objects in Unity for Learning.</i>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="index.html#intro" class="scrollto">Home</a>
<a href="index.html#about" class="scrollto">About</a>
</nav>
</div>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Tabs JavaScript File -->
<script src="js/cbpFWTabs.js"></script>
<script>
new CBPFWTabs( document.getElementById( 'tabs' ) );
</script>
<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.0.1/jquery-migrate.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/superfish/1.7.9/js/superfish.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>