-
Notifications
You must be signed in to change notification settings - Fork 0
/
rewards.html
366 lines (319 loc) · 16.3 KB
/
rewards.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
<!doctype html>
<html class="no-js" lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SITE TITLE -->
<title>HungerTorrent</title>
<!-- =========================
Meta Information
============================== -->
<meta name="description" content="Hunger Torrent: Social Food Delivery System">
<meta name="keywords" content="Hunger Torrent, H T, HT , food , dilvery , social">
<meta name="author" content="Mudit Gupta , Vibhas Goyal">
<!-- =========================
favicon and app touch icon
============================== -->
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- =========================
Bootstrap and animation
============================== -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/animate.min.css">
<!-- =========================
Fonts, typography and icons
============================== -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:200,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/typography.css">
<!-- =========================
Carousel, lightbox and circle generator
============================== -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/nivo-lightbox-default.css">
<link rel="stylesheet" href="css/jquery.circliful.css">
<!-- ***** Custom Stylesheet ***** -->
<link rel="stylesheet" href="css/main.css">
<!-- ***** Responsive fixes ***** -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Header scripts -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<script src="js/queryloader2.min.js"></script>
<!-- =========================
Preloader
============================== -->
<script>
window.addEventListener('DOMContentLoaded', function() {
"use strict";
new QueryLoader2(document.querySelector("body"), {
barColor: "#e74c3c",
backgroundColor: "#111",
percentage: true,
barHeight: 1,
minimumTime: 400,
fadeOutTime: 1000
});
});
</script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- =========================
Fullscreen menu
============================== -->
<div class="mobilenav">
<ul>
<li data-rel="#header">
<span class="nav-label">Home</span>
</li>
<li data-rel="#about-us">
<span class="nav-label">About Us</span>
</li>
<li data-rel="#why-choose-us">
<span class="nav-label">Why Choose Us</span>
</li>
<li data-rel="#our-team">
<span class="nav-label">Our Team</span>
</li>
<li data-rel="#testimonial">
<span class="nav-label">Testimonial</span>
</li>
<li data-rel="#portfolio">
<span class="nav-label">Portfolio</span>
</li>
<li data-rel="#map">
<span class="nav-label">Contact Us</span>
</li>
</ul>
</div> <!-- *** end Full Screen Menu *** -->
<!-- ***** hamburger icon ***** -->
<a href="javascript:void(0)" class="menu-trigger">
<div class="hamburger">
<div class="menui top-menu"></div>
<div class="menui mid-menu"></div>
<div class="menui bottom-menu"></div>
</div>
</a>
<!-- =========================
Header
============================== -->
<header id="header">
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<!--ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol-->
<!-- Wrapper for Slides -->
<div class="carousel-inner">
<!-- ***** Logo ***** -->
<div class="logo-container">
<a href="#">
<img src="img/logo-header.png" height="37" width="220" alt="">
</a>
</div>
<!-- =========================
Header item 1
============================== -->
<div class="item active">
<!-- Set the first background image using inline CSS below. -->
<div class="fill" style="background-image:url('img/slider/italy-food2-mod.jpg');">
</div>
<div class="carousel-caption">
<h1>Get Rewarded!</h1><br>
<h1>Pick-up the delivery food , deliver it to us and earn money!</h1>
<br>
<p>Currently Operational at: <strong> IIT Hyderabad (ODF) </strong></p>
<br>
<!--p>Current Number of Orders:<strong> </strong> </p>
<p>Total Pool Earnable: <strong> </strong> </p-->
<div class="call-button">
<div class="row" align="center">
<div class="col-md-12 col-sm-12 col-xs-12" >
<a href="#" target="_blank" class="button internal-link bold-text light hvr-grow" >Apply to earn from the pool</a>
</div>
</div>
</div>
</div>
<div class="overlay"></div>
</div>
</div> <!-- *** end wrapper *** -->
</div>
</header> <!-- *** end Header *** -->
<!-- =========================
Testimonial
============================== >
<section id="testimonial" class="testimonial padding-large white-color text-center">
<div class="container">
<div class="row">
<h2 class="margin-bottom-medium">What Our <strong class="bold-text">Customer</strong> Said</h2>
<div class="col-md-10 col-md-offset-1">
<!-- ***** Carousel start ***** >
<div id="testimonial-carousel" class="owl-carousel owl-theme testimonial-carousel">
<!-- =========================
Single Testimonial item
============================== >
<div class="item margin-bottom-small"> <!-- ITEM START >
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit..</p>
<div class="client margin-top-medium clearfix">
<img src="img/testimonial/testimonial-1.jpg" height="50" width="50" alt="Client Image">
<ul class="client-info main-color">
<li><strong>John Doe</strong></li>
<li>Co-Founder, Envato</li>
</ul>
</div>
</div> <!-- ITEM END >
<!-- =========================
Single Testimonial item
============================== >
<div class="item"> <!-- ITEM START >
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit..</p>
<div class="client margin-top-medium">
<img src="img/testimonial/testimonial-2.jpg" alt="Client Image" class="grayscale">
<ul class="client-info main-color">
<li>John Doe</li>
<li>Co-Founder, Envato</li>
</ul>
</div>
</div> <!-- ITEM END
<div class="item"> <!-- ITEM START >
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit..</p>
<div class="client margin-top-medium">
<img src="img/testimonial/testimonial-1.jpg" alt="Client Image" class="grayscale">
<ul class="client-info main-color">
<li>John Doe</li>
<li>Co-Founder, Envato</li>
</ul>
</div>
</div> <!-- ITEM END >
<!-- =========================
Single Testimonial item
============================== >
<div class="item"> <!-- ITEM START >
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit..</p>
<div class="client margin-top-medium">
<img src="img/testimonial/testimonial-2.jpg" alt="Client Image" class="grayscale">
<ul class="client-info main-color">
<li>John Doe</li>
<li>Co-Founder, Envato</li>
</ul>
</div>
</div> <!-- ITEM END -->
<!-- =========================
Single Testimonial item
============================== >
<div class="item"> <!-- ITEM START >
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit..</p>
<div class="client margin-top-medium">
<img src="img/testimonial/testimonial-1.jpg" alt="Client Image" class="grayscale">
<ul class="client-info main-color">
<li>John Doe</li>
<li>Co-Founder, Envato</li>
</ul>
</div>
</div> <!-- ITEM END >
</div>
</div>
</div>
</div>
</section> <!-- *** end Testimonial *** -->
<!-- =========================
Promote
============================== -->
<section id="promote" class="promote main-bg white-color">
<div class="container">
<div class="row">
<div class="col-lg-4 col-lg-offset-1 col-md-5 col-sm-4 text-center">
<p class="light-text">We make your tummy smile.. <br>Still Thinking?</p>
</div>
<div class="col-lg-6 col-lg-offset-1 col-md-7 col-sm-8 button-container">
<a href="https://docs.google.com/forms/d/1tHWdMTzrVtxK-visHD_CTkTL5Zg-FzM4YJIk6k5iMwk/viewform" target="_blank" class="button deep hvr-grow">Book your meal</a>
<span class="margin-right-small margin-left-small"> </span>
<a href="#" class="button light hvr-grow">Get Rewarded</a>
</div>
</div>
</div>
</section> <!-- *** end promote *** -->
<!-- =========================
Twitter
============================== -->
<section id="twitter" class="twitter">
<div class="overlay">
<div class="container padding-large text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="icon hvr-grow">
<img src="./img/logo-header.png">
</div>
</div>
</div>
</div>
</div>
</section> <!-- *** end Twitter *** -->
<!-- =========================
Send Message
============================== -->
<section id="send-message" class="send-message main-bg white-color text-center">
<div class="send-icon" >
<i class="fa fa-paper-plane"></i>
</div>
<p class="light-text">Have something to <span class="bold-text">say</span>? Send us your <span class="bold-text">feedback</span > to [email protected]</p>
</section> <!-- *** end Send Message *** -->
<!-- =========================
Footer
============================== -->
<footer id="footer" class="footer">
<div class="container padding-large text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<!--figure class="margin-bottom-medium">
<img src="img/logo.png" class="footer-logo" alt="HungerTorrent">
</figure-->
<p class="margin-bottom-medium">HungerTorrent.xyz is Indias's 1st Exclusive Social Food Delivery System that helps to deliver good food easily especially in remote areas.</p>
<!-- =========================
Social icons
============================== -->
<ul class="social margin-bottom-medium">
<li class="facebook hvr-pulse"><a href="#"><i class="fa fa-facebook"></i></a></li>
</ul>
<p class="copyright">
© Copyright 2015 HungerTorrent.xyz - All Rights reserved
</p>
</div>
</div>
</div>
</footer> <!-- *** end Footer *** -->
<!-- =========================
Back to top button
============================== -->
<div class="back-to-top" data-rel="header">
<i class="icon-up"></i>
</div>
<!-- =========================
JavaScripts
============================== -->
<script src="js/vendor/jquery-1.11.1.js"></script>
<script src="js/vendor/jquery-migrate-1.2.1.min.js"></script>
<script src="js/twitterFetcher_min.js"></script>
<script src="js/vendor/bootstrap.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/appear.js"></script>
<script src="js/jquery.circliful.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/nivo-lightbox.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>