-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·437 lines (379 loc) · 21.1 KB
/
index.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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<!-- Site Title -->
<title>Gamily - Gamification for all</title>
<!-- Site Meta Info -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Gamily is a gamification platform, which is based on Event-driven Service Oriented Architecture developed by Software Engineering Research Center, IIIT-Hyderabad. It is available free of cost and open-sourced for anyone who wish to convert their application to gamified application.">
<meta name="keywords" content="gamification, gamily, serc, game design elements, gamify, engagement, motivation">
<meta name="author" content="shivamkhandelwal.in">
<meta property="og:title" content="Gamily - Gamification for all"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.gamily.in"/>
<meta property="og:image" content="http://www.gamily.in/img/bg/particle/particle-2.jpg"/>
<meta property="og:site_name" content="Gamily - Gamification for all"/>
<meta property="og:description" content="Gamily is a gamification platform, which is based on Event-driven Service Oriented Architecture developed by Software Engineering Research Center, IIIT-Hyderabad. It is available free of cost and open-sourced for anyone who wish to convert their application to gamified application."/>
<meta property="fb:admins" content="skbly7"/>
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico">
<!-- Essential CSS Files -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/simplelightbox.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/style.css">
<!-- Color Styles -->
<link rel="stylesheet" href="css/colors/color-blue.css">
<link rel="stylesheet" href="css/colors/color-aqua.css">
<link rel="stylesheet" href="css/colors/color-purple.css">
<link rel="stylesheet" href="css/colors/default-color.css">
<link rel="stylesheet" href="css/colors/color-green.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Google Web Fonts =:= Raleway , Montserrat and Roboto -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,500,600,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:700,500,400' rel='stylesheet' type='text/css'>
<!-- Essential JS Files -->
<script src="js/vendor/jquery-1.11.3.min.js"></script>
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- IE9 Scripts -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Heaser Area Start -->
<header class="header-area">
<!-- Navigation start -->
<nav class="navbar navbar-custom tb-nav" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tb-nav-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="#"><h2>gam<span>ily</span></h2></a>
</div>
<div class="collapse navbar-collapse" id="tb-nav-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a class="page-scroll" href="#top">Home</a></li>
<li><a class="page-scroll" href="#timeline">Timeline</a></li>
<li><a class="page-scroll" href="#need">Need</a></li>
<li><a class="page-scroll" href="#features">Features</a></li>
<li><a class="page-scroll" href="#contact">Contact Us</a></li>
<li><a class="page-scroll special" href="http://app.gamily.in" target="_blank">Try Now!</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End of Navigation -->
<!-- End Of Header Area -->
<!-- hero-section -->
<section class="hero-section hero-particle-bg" id="top" data-stellar-background-ratio="0.1">
<div id="particles-js"></div>
<div class="slider-caption">
<div class="container">
<div class="row">
<h1>welcome to <span>Gamily</span></h1>
<h5>Gamification platform for all</h5>
</div>
</div>
</div>
</section>
<!-- End Of Hero Section -->
<!-- About Us Section -->
<section class="about-us" id="timeline">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6 col-xs-12 no-padding">
<!-- About Us Left -->
<div class="about-us-left">
<h2 class="section-title-left">Product Timeline</h2>
<p>The product is built with aim to be extensible and extremely simple to integrate for end users who wish to create Gamified applications. The architecture design is Event-driven service-oriented architecture, with complete control to end users for game rules, etc. The prototype technology is based on Flask and Ember.js.</p>
<p>You can read <a href="http://dl.acm.org/citation.cfm?id=2856649" target="_blank">the publication</a> to get more detailed idea, or can directly refer to the source code available <a href="https://github.com/IIITSERC/gamily_portal" target="_blank">on GitHub</a>.</p>
</div>
</div>
<div class="col-sm-6 col-xs-12 no-padding">
<!-- About Us Right -->
<div class="about-us-right">
<div class="media">
<div class="media-left dotted">
<i class="fa fa-lightbulb-o"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Ideation</h3>
<p>Initially thought for achieving better learning in <a href="http://iiit.ac.in/" target="_blank">IIIT-Hyderabad</a>.</p>
</div>
</div>
<div class="media">
<div class="media-left dotted">
<i class="fa fa-pencil-square-o"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Iterations</h3>
<p>Designed keeping in mind extensibility and reusability aspects.</p>
</div>
</div>
<div class="media">
<div class="media-left">
<i class="fa fa-code"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Development</h3>
<p>Under continuous development, along with going public to everyone.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Of About Us Section -->
<!-- Our Services -->
<section class="our-services-section section-padding" id="need">
<div class="container">
<h2 class="section-title text-center">Whats the need of Gamification?</h2>
<p class="sub-title text-center">Gamification typically involves applying game design thinking to non-game applications to make them more fun and engaging. <br>It can potentially be applied to any industry and almost anything to create fun and engaging experiences, converting users into players.</p>
<div class="row our-services">
<div class="col-md-6 col-lg-5 col-sm-12 col-lg-offset-1 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-group"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Boosts Engagement</h3>
<p>Users enjoy gamification because they make applications more enjoyable and drive participation.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-hourglass-half"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Goal Tracking</h3>
<p>Gamification help users have specific targets which seem achievable and exciting to attain.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 col-lg-offset-1 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Knowledge Retention</h3>
<p>With gamification training is more engaging and the level of information retention is increased.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Increase Motivation</h3>
<p>The psychology behind gamification is that it uses regular positive feedback to build users' motivation.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Of Our Services -->
<!-- Our Services -->
<section class="our-services-section section-padding" id="features">
<div class="container">
<h2 class="section-title text-center">Whats special about Gamily?</h2>
<p class="sub-title text-center">Gamification typically involves applying game design thinking to non-game applications to make them more fun and engaging. <br>It can potentially be applied to any industry and almost anything to create fun and engaging experiences, converting users into players.</p>
<div class="row our-services">
<div class="col-md-6 col-lg-5 col-sm-12 col-lg-offset-1 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-group"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Boosts Engagement</h3>
<p>Users enjoy gamification because they make applications more enjoyable and drive participation.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-hourglass-half"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Goal Tracking</h3>
<p>Gamification help users have specific targets which seem achievable and exciting to attain.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 col-lg-offset-1 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Knowledge Retention</h3>
<p>With gamification training is more engaging and the level of information retention is increased.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-5 col-sm-12 col-xs-12 single-service">
<div class="media">
<div class="media-left">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Increase Motivation</h3>
<p>The psychology behind gamification is that it uses regular positive feedback to build users' motivation.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Of Our Services -->
<!-- Awards Section -->
<section class="our-awards-section">
<div class="container">
<!-- Awards Counter -->
<div class="row text-center our-awards-padding" style="height:50px;">
</div>
</div>
</section>
<!-- End Of Awards Section -->
<!-- Contact Us Section -->
<section class="contact-us-section section-padding" id="contact">
<div class="container">
<!-- Contact Us Section Title -->
<h2 class="section-title contact-title text-center">Contact Us</h2>
<p class="sub-title contact-subtitle text-center">We promise to get back to you as soon as possible.<br>Because every user means alot to us. :)</p>
<div class="row">
<div class="col-md-10 col-md-offset-1 col-lg-10 col-lg-offset-1 col-sm-10 col-sm-offset-1 col-xs-12">
<div class="contact-form-section mt-50">
<form method="POST" action="email.php" id="contactForm" name="contact-form" role="form">
<div class="row">
<div class="col-sm-5 col-md-4">
<!-- Name Field -->
<div class="form-group contact-form-icon">
<label class="sr-only">Name</label>
<i class="fa fa-user"></i>
<input type="text" placeholder="Name" id="name" class="form-control" name="name" required>
</div>
<!-- Email Field -->
<div class="form-group contact-form-icon">
<label for="email" class="sr-only">Email</label>
<i class="fa fa-envelope"></i>
<input type="email" placeholder="Email" id="email" class="form-control" name="email" required>
</div>
<!-- Subject Field -->
<div class="form-group contact-form-icon">
<label for="subject" class="sr-only">Subject</label>
<i class="fa fa-pencil"></i>
<input type="text" placeholder="Subject" id="subject" class="form-control" name="subject" required>
</div>
</div>
<div class="col-sm-7 col-md-8">
<div class="form-group contact-form-icon">
<label for="message" class="sr-only">Message</label>
<i class="fa fa-keyboard-o"></i>
<textarea placeholder="Message" rows="7" id="message" class="form-control" name="message" required></textarea>
</div>
</div>
<div class="col-sm-5 col-md-4 text-center contact-button-padding">
<button class="btn-primary btn-contact btn-block" name="submit" type="submit"><i class="fa fa-paper-plane"></i> Send</button>
</div>
<div class="col-sm-5 col-md-8 text-center contact-button-padding">
<div id="submit-message"></div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- End Of Contact Us Section -->
<!-- Google Map Section -->
<section class="goolge-map-section">
<!-- Toggle Button Area -->
<div class="toggle-map-button">
<button id="mapToggle" class="gmap-btn btn-block">Locate on google map<i class="fa fa-chevron-down"></i></button>
</div>
<!-- Google Map -->
<div class="google-map-container">
<div class="google-map" id="gmap-wrapper"></div>
</div>
</section>
<!-- End Of Google Map Section -->
<!-- Footer Section -->
<footer class="footer-section">
<div class="container">
<div class="row mt-30 mb-30">
<div class="col-md-12 text-center">
<!-- Footer Copy Right Text -->
<div class="copyright-info">
<a href="https://serc.iiit.ac.in" target="_blank"><span><i class="fa fa-code"></i></span> with <span><i class="fa fa-heart"></i></span> By <span>Software Engineering Research Center</span></a>
</div>
<!-- Footer Social Icons -->
<div class="social-icons mt-30">
<a href="https://www.facebook.com/IIITH/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/iiit_hyderabad" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://plus.google.com/+IIITHHyderabad" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="https://github.com/IIITSERC/" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://serc.iiit.ac.in/" target="_blank"><i class="fa fa-globe"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- End Of Footer Section -->
<!-- JS Files -->
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- PreLoader -->
<script src="js/queryloader2.min.js"></script>
<!-- Particle JS -->
<script src="js/particles.min.js"></script>
<script src="js/particles-config.js"></script>
<!-- Background Prallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- WOW JS Animation -->
<script src="js/wow.min.js"></script>
<!-- Simple Lightbox -->
<script src="js/simple-lightbox.min.js"></script>
<!-- Sticky -->
<script src="js/jquery.sticky.js"></script>
<!-- OWL-Carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- jQuery inview -->
<script src="js/jquery.inview.js"></script>
<!-- Shuffle jQuery -->
<script src="js/jquery.shuffle.min.js"></script>
<!-- jQuery CountTo -->
<script src="js/jquery.counTo.js"></script>
<!-- Goole map API -->
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<!-- gmap.js plugin -->
<script src="js/gmap.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>