forked from gauravgs/ProperGator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
604 lines (594 loc) · 21.6 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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!DOCTYPE html>
<html lang="ZXX">
<head>
<title>ProperGator</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="We don't just Advertise, We Analyse" />
<meta name="author" content="DevsNotWizards" />
<link rel="icon" href="./propergatorlogo.png" type="image/png" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Fontawesome CSS -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
/>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css?family=Nunito:400,700,900&display=swap"
rel="stylesheet"
/>
<!-- Meanmenu css -->
<link rel="stylesheet" href="css/meanmenu.css" />
<!-- Magnific css -->
<link rel="stylesheet" href="css/magnific-popup.min.css" />
<!-- Animation CSS -->
<link href="css/aos.min.css" rel="stylesheet" />
<!-- Slick Carousel CSS -->
<link href="css/slick.css" rel="stylesheet" />
<!-- Main CSS -->
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-147485690-2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-147485690-2");
</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]-->
<!-- Preloader Start
========================-->
<div id="preloader">
<div id="status">
<img src="img/loading.gif" alt="LOADING....!!!!!" />
</div>
</div>
<!--=========== Main Header area ===============-->
<header id="home">
<div class="main-navigation">
<div class="container">
<div class="row">
<!-- logo-area-->
<div class="col-xl-2 col-lg-3 col-md-3">
<div class="logo-area">
<a href="index.html"
><img src="logo.png" alt="propergator"
/></a>
</div>
</div>
<!-- mainmenu-area-->
<div class="col-xl-10 col-lg-9 col-md-9">
<div class="main-menu f-right">
<nav id="mobile-menu">
<ul>
<li>
<a class="current" href="#homediv">home</a>
</li>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#services">Features</a>
</li>
<li>
<a
href="https://drive.google.com/file/d/1jZAMoqDtdZl7RKu7dJZdSVsQH6h-w9Gu/view?usp=sharing"
target="_blank"
>get App</a
>
</li>
<li>
<a href="#team">team</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
</ul>
</nav>
</div>
<!-- mobile menu-->
<div class="mobile-menu"></div>
</div>
</div>
</div>
</div>
</header>
<!-- =========Header Content Area=========== -->
<section>
<div class="header-content-area" id="homediv">
<div class="container">
<!--header pattern-->
<div class="header-pattern-1">
<img src="img/header-pattern-1.png" alt="" />
</div>
<div class="header-pattern-2">
<img src="img/header-pattern2.png" alt="" />
</div>
<div class="header-animation-area">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12">
<!--header text-->
<div class="intro-text">
<h1
data-aos="slide-right"
data-aos-anchor-placement="top-bottom"
data-aos-delay="700"
data-aos-duration="1200"
>
We don't just Advertise <br />
We Analyse
</h1>
<p
data-aos="fade-in"
data-aos-anchor-placement="top-bottom"
data-aos-delay="1500"
data-aos-duration="1200"
>
ProperGator is intended to be a smart & intuitive
advertising platform.
<br />
It facilitates users to create advertising campaigns
remotely.
<br />
And yes, we don't just advertise....We analyze !
</p>
<div
class="learnmore"
data-aos="fade-in"
data-aos-anchor-placement="top-bottom"
data-aos-delay="1500"
data-aos-duration="1200"
>
<a href="./Demo/index.html" class="skill-btn">View Demo</a>
<div class="learnmore2">
<a
href="https://www.youtube.com/watch?v=_G4En-zcT_0"
class="skill-btn-youtube popup-youtube"
><i class="far fa-play-circle"></i
></a>
</div>
</div>
</div>
</div>
<!--header artwork-->
<div class="header-1-artwork">
<div class="layer">
<img src="img/header-1-artwork.png" alt="" />
<div
class="layer-1"
data-aos="fade-up"
data-aos-anchor-placement="top-bottom"
data-aos-delay="800"
data-aos-duration="1000"
>
<img src="img/man-in-board.png" alt="" />
</div>
<div
class="layer-2"
data-aos="fade-up"
data-aos-anchor-placement="top-bottom"
data-aos-delay="800"
data-aos-duration="1000"
>
<img src="img/man-in-pc.png" alt="" />
</div>
<div class="layer-3">
<img src="img/spin.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========About Us Area=========== -->
<section>
<div class="home-about-area" id="about">
<div class="container">
<div class="row">
<!--about image-->
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="home-about-image">
<img src="img/home-about.jpg" alt="" />
</div>
</div>
<!--about text-->
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="section-heading-1 home-about-text">
<h4>About us</h4>
<h3>What makes us Different?</h3>
<p>
We at ProperGator are a robust team of highly talented
individuals working in synchronization to achieve our prime
goal<br />
<strong>Smart Advertising</strong>
</p>
<div class="section-button">
<a href="#team">Our Team</a>
</div>
<div class="e-pattern">
<img src="img/expertise/e-pattern.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========Service Area=========== -->
<section>
<div class="services-area" id="services">
<svg
id="curve"
data-name="layer 1"
xmlns="https://www.w3.org/2000/svg"
viewbox="0 0 1416.99 174.01"
>
<path
class="cls-1"
d="M0,280.8S283.66,59,608.94,163.56s437.93,150.57,808,10.34V309.54H0V280.8Z"
transform="translate(0 -135.53)"
/>
</svg>
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-5 d-flex align-items-center">
<!--service heading text-->
<div class="section-heading-2 section-heading-2-p">
<h4>our Features</h4>
<h3>Features We provides</h3>
<p>
ProperGator is equiped with realtime Machine Learning
infrastructure. It keeps on analyzing the audience for your
advertisement using various Machine Learning Algorithms.<br />
We ensure maximum accuracy to reach relevant audiences using
bleeding-edge technology clubbed with intense data
analytics.<br />
<!-- ProperGator works with digital displays equipped with camera
modules and som processing power. Our system is supported by
an android app and a web admin panel. -->
</p>
<div class="section-button">
<a
href="https://drive.google.com/file/d/1jZAMoqDtdZl7RKu7dJZdSVsQH6h-w9Gu/view?usp=sharing"
target="_blank"
>Get App</a
>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 col-md-7">
<div class="row">
<!--service box-->
<div
class="col-xl-6 col-lg-6 col-md-6 col-sm-6 d-flex align-items-center"
>
<div
class="single-service"
data-aos="fadein"
data-aos-anchor-placement="top-bottom"
data-aos-delay="100"
data-aos-duration="1000"
>
<div class="service-icon">
<img src="img/service/1.png" alt="" />
</div>
<div class="service-text">
<h3>Smart Analytics</h3>
<p>
Get realtime Audience Insights right into your
dashboard.
</p>
</div>
<div class="servive-p-1">
<img src="img/service/service-p-1.png" alt="" />
</div>
</div>
</div>
<div
class="col-xl-6 col-lg-6 col-md-6 col-sm-6 margin-top-sb-30"
>
<div class="row">
<!--service box-->
<div class="col-xl-12">
<div class="single-service">
<div class="service-icon">
<img src="img/service/3.png" alt="" />
</div>
<div class="service-text">
<h3>Targeted Marketing</h3>
<p>
We advertise to those , for whom it was meant to be.
</p>
</div>
</div>
</div>
<!--service box-->
<div class="col-xl-12">
<div
class="single-service service-mt-30"
data-aos="fadein"
data-aos-anchor-placement="top-bottom"
data-aos-delay="300"
data-aos-duration="1000"
>
<div class="service-icon">
<img src="img/service/2.png" alt="" />
</div>
<div class="service-text">
<h3>Intuitive Algorithm</h3>
<p>
Smart Machine Learning Algorithm,which responds to
realtime audience available.
</p>
</div>
<div class="servive-p-2">
<img src="img/service/service-p-3.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========Expertise Area=========== -->
<section>
<div class="expertise-area">
<div class="container">
<div class="row">
<!--expertise image-->
<div class="col-xl-6 col-lg-6 col-md-6">
<div class="expertise-image">
<img src="img/expertise/expertise.png" alt="" />
</div>
</div>
<!--expertise heading text-->
<div class="col-xl-6 col-lg-6 col-md-6 d-flex align-items-center">
<div class="section-heading-1 home-expertise-text">
<h4>Expertise</h4>
<h3>Realtime Audience Targeting</h3>
<p>
ProperGator responds to realtime audience in front of a
display by running various detections & analysis over the
audience based on age, gender, weather and much more ! Also,
it keeps a track of each & every parameter thus obtained to
generate some helpful data visualizations for the advertisers.
</p>
<div class="e-pattern">
<img src="img/expertise/e-pattern.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =========Our Team=========== -->
<div class="team-area" id="team">
<div class="container">
<div class="row">
<!--section heading-->
<div class="col-xl-12 col-lg-12 col-md-12">
<div class="section-heading-3">
<h4>meet the team</h4>
<h3>The Visionaries</h3>
</div>
</div>
</div>
<div class="row">
<!--single team-->
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6">
<div class="single-team">
<div class="team-image">
<img src="img/team/atharvabw.jpg" alt="" />
<div class="team-content">
<div class="team-social">
<ul>
<li>
<a href="https://athrva.ml/"
><i class="fa fa-globe"></i
></a>
</li>
<li>
<a href="https://github.com/atharvau/"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://twitter.com/athrvaudapure"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div class="person-name" style="padding-left: 60px;">
<h4>Atharva Udapure</h4>
</div>
</div>
</div>
<!--single team-->
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 margin-top-sb-30">
<div class="single-team">
<div class="team-image">
<img src="img/team/gs_new.jpeg" alt="" />
<div class="team-content">
<div class="team-social">
<ul>
<li>
<a href="https://gauravgs.ml/"
><i class="fa fa-globe"></i
></a>
</li>
<li>
<a href="https://github.com/gauravgs"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://twitter.com/gauravngp7/"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div class="person-name" style="padding-left: 80px;">
<h4>Gaurav Sharma</h4>
</div>
</div>
</div>
<!--single team-->
<div
class="col-xl-3 col-lg-3 col-md-6 col-sm-6 default-margin-mt-sm margin-top-lb-30 margin-top-sb-30"
>
<div class="single-team">
<div class="team-image">
<img src="img/team/jigyasu.jpeg" alt="" />
<div class="team-content">
<div class="team-social">
<ul>
<li>
<a href="https://itsjigyasu.me/"
><i class="fa fa-globe"></i
></a>
</li>
<li>
<a href="https://github.com/JigyasuPrakash"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://twitter.com/jigyasu1505"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div class="person-name" style="padding-left: 80px;">
<h4>Jigyasu Prakash</h4>
</div>
</div>
</div>
<!--single team-->
<div
class="col-xl-3 col-lg-3 col-md-6 col-sm-6 default-margin-mt-sm margin-top-lb-30 margin-top-sb-30"
>
<div class="single-team">
<div class="team-image">
<img src="img/team/nikhil2bw.jpeg" alt="" />
<div class="team-content">
<div class="team-social">
<ul>
<li>
<a href="https://nikhilsahu.me/"
><i class="fa fa-globe"></i
></a>
</li>
<li>
<a href="https://github.com/nikhildsahu"
><i class="fab fa-github"></i
></a>
</li>
<li>
<a href="https://twitter.com/stanleeniko"
><i class="fab fa-twitter"></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div class="person-name" style="padding-left: 80px;">
<h4>Nikhil Sahu</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- =========Call to Action=========== -->
<div class="callto-action">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-8 col-md-8 col-sm-7">
<div class="callto-action-text">
<h5>Like what you see? <span>Let’s work</span></h5>
<h7>Just another unique Project......</h7>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-5">
<div class="callto-action-btn">
<a href="mailto:devsnotwizards@gamil.com?Subject=Hello"
>contact us</a
>
</div>
</div>
</div>
</div>
</div>
<!--copyright-->
<footer id="contact">
<!-- <p>All rights reserved ProperGator</p> -->
<h7 style="color: white;"
>ProperGator is an open-source project by
<a href="https://devs-not-wizards.github.io/"> DevsNotWizards</a>. Feel
free to contribute & join!</h7
>
</footer>
<!-- Jquery JS -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<!-- Proper JS -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap Js -->
<script src="js/bootstrap.min.js"></script>
<!-- Video popup Js -->
<script src="js/magnific-popup.min.js"></script>
<!-- Waypoint Up Js -->
<script src="js/waypoints.min.js"></script>
<!-- Counter Up Js -->
<script src="js/counterup.min.js"></script>
<!-- Meanmenu Js -->
<script src="js/meanmenu.min.js"></script>
<!-- Animation Js -->
<script src="js/aos.min.js"></script>
<!-- Filtering Js -->
<script src="js/isotope.min.js"></script>
<!-- Background Move Js -->
<script src="js/jquery.backgroundMove.js"></script>
<!-- Slick Carousel Js -->
<script src="js/slick.min.js"></script>
<!-- ScrollUp Js -->
<script src="js/scrollUp.js"></script>
<!-- Main Js -->
<script src="js/main.js"></script>
</body>
</html>