-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·663 lines (573 loc) · 22.9 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
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Goals</title>
<meta name="description" content="--">
<meta name="keywords" content="Premium HTML Template">
<meta name="author" content="HTMLmate">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css-include -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99907893-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-99907893-3');
</script>
<!-- META -->
<link rel="shortcut icon" href="https://amitchambial.netlify.com/assets/img/favicon.png" type="image/x-icon">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="Amit Chambial">
<meta name="twitter:site" content="https://devaman.github.io/goals/">
<meta name="twitter:title" content="Goals">
<meta name="twitter:description"
content="Maker Goals App.Create,Complete,Cheer.Join the ProductHunt Makers community now!">
<meta name="twitter:image:src" content="https://amitchambial.netlify.com/assets/img/favicon.png">
<meta name="twitter:image:width" content="312">
<meta name="twitter:image:height" content="141">
<!-- Facebook -->
<meta property="og:url" content="https://devaman.github.io/goals/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Goals" />
<meta property="og:description"
content="Maker Goals App.Create,Complete,Cheer.Join the ProductHunt Makers community now!" />
<meta property="og:image" content="https://amitchambial.netlify.com/assets/img/favicon.png" />
<!-- END -->
<!-- boorstrap -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!-- themify-icon.css -->
<link rel="stylesheet" type="text/css" href="assets/css/themify-icons.css">
<!-- animate.css -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<!-- owl-carousel -->
<link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css">
<!-- video.min.css -->
<link rel="stylesheet" type="text/css" href="assets/css/video.min.css">
<!-- menu style -->
<link rel="stylesheet" type="text/css" href="assets/css/menu.css">
<!-- style -->
<!-- responsive.css -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
</head>
<body>
<a style="position: fixed;bottom: 0;right: 0;z-index: 100;"
href="https://www.producthunt.com/posts/goals-2-0?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-goals-2-0"
target="_blank"><img
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=159274&theme=light"
alt="Goals 2.0 - Create Complete Cheer | Product Hunt Embed" style="width: 250px; height: 54px;"
width="250px" height="54px" /></a>
<!-- Start of Header
============================================= -->
<header>
<div id="main-menu" class="main-menu-container tbg navbar-fixed-top">
<div class="main-menu">
<div class="container">
<div class="row">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<i class="ti-menu"></i>
</button><!-- /.navbar-toggle collapsed -->
<a class="navbar-brand text-uppercase logo" href="#"><img
src="assets/img/logo/logo.png" alt="logo"></a>
</div><!-- /.navbar-header -->
<!-- Collect the nav links, forms, and other content for toggling -->
<nav class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul id="main-nav" class="nav navbar-nav">
<li><a href="#">HOME</a></li>
<li><a href="#about">About</a></li>
<li><a href="#extra-features">Features</a></li>
<li><a href="#showcase">Showcase</a></li>
<li><a href="#download-area">DOWNLOAD<span class="ti-import"></span></a></li>
</ul><!-- /#main-nav -->
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</div><!-- /.navbar navbar-default -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.full-main-menu -->
</div><!-- #main-menu -->
<!-- Main Menu end -->
</header> <!-- .cd-auto-hide-header -->
<!-- End of Header
============================================= -->
<!-- Start of banner section
============================================= -->
<section id="banner-area" class="banner-area-section home-2">
<div class="container">
<div class="row">
<div class="banner-area-content">
<div class="banner-area-head">
<h1 class="pb30">ProductHunt Goals 2.0</h1>
<div class="banner-text pb40">
<span>Create Complete Cheer<br /></span>
<span>Liked the project , do upvote on <br /><a
href="https://www.producthunt.com/@amitchambial/"
target="__blank"><u>ProductHunt!</u></a></span>
</div>
<div class="download-store ul-li">
<ul class="store-list">
<li><a href="https://play.google.com/store/apps/details?id=com.producthuntgoals"
target="blank"><img src="assets/img/store/google.png" width="250"></a></li>
<li><a href="#"><img src="assets/img/store/applec.png" width="225"></a>
</li>
</ul>
</div>
<div class="banner-mock-up home-1 zooming">
<img src="assets/img/showcase/5.png" width="330" alt="img">
</div>
</div><!-- /banner-area-head -->
</div><!-- /banner-area-content -->
</div><!-- /row -->
</div><!-- /.container -->
</section>
<!-- End of banner section
============================================= -->
<!-- Start of features section
============================================= -->
<section id="features" class="features-section">
<div class="container">
<div class="row section-content">
<div class="features-content">
<div class="row">
<div class="col-md-4">
<div class="features-text-icon text-center">
<div class="features-icon">
<i class="orange-gred ti-desktop"></i>
</div>
<!-- //icon -->
<div class="features-text mt25">
<div class="features-text-title pb10">
<h3 class="deep-black">Simplified UI</h3>
</div>
<div class="features-text-dec">
<span></span>
</div>
</div>
<!-- //text -->
</div><!-- // features-text-icon -->
</div>
<!-- // col-sm-4 -->
<div class="col-md-4">
<div class="features-text-icon text-center">
<div class="features-icon">
<i class="orange-gred ti-dashboard"></i>
</div>
<!-- //icon -->
<div class="features-text mt25">
<div class="features-text-title pb10">
<h3 class="deep-black">Faster Access To goals</h3>
</div>
<div class="features-text-dec">
<!-- <span>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span> -->
</div>
</div>
<!-- //text -->
</div><!-- // features-text-icon -->
</div>
<!-- // col-sm-4 -->
<div class="col-md-4">
<div class="features-text-icon text-center">
<div class="features-icon">
<i class="orange-gred ti-settings"></i>
</div>
<!-- //icon -->
<div class="features-text mt25">
<div class="features-text-title pb10">
<h3 class="deep-black">Easy To Use</h3>
</div>
<div class="features-text-dec">
<!-- <span>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</span> -->
</div>
</div>
<!-- //text -->
</div><!-- // features-text-icon -->
</div>
<!-- // col-sm-4 -->
</div><!-- /section-row -->
</div><!-- /features-content -->
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of features section
============================================= -->
<!-- Start of About Section
============================================= -->
<section id="about" class="about-section">
<div class="container">
<div class="row section-content">
<div class="about-section-content">
<div class="row">
<div class="col-md-6">
<div class="about-left-img zooming">
<img src="assets/img/showcase/2.png" alt="img">
</div>
</div>
<!-- //col-sm-6 -->
<div class="col-md-6">
<div class="about-section-text">
<div class="section-title text-left pb50">
<span class="title-text pink text-uppercase">AVAILABLE NOW</span>
<h1 class="title deep-black pb40">ProductHunt Goals 2.0</h1>
<span class="title-dec">
A app for the makers to create goals⚽️,mark them Complete and cheer others.You
can see latest goals that are incomplete and completed by other makers.<br />
<div class="well">
<h4>About Me</h4>
I am a Full stack Developer 💻 and a maker 💡. Previously built <a
href="https://cryptocards.now.sh"><u>CryptoCards</u></a>,<a
href="https://devaman.github.io/readlinejs"><u>ReadLineJS</u></a>. First
Time participating in maker festival. Do upvote if liked the project.
<br />
Currently only AVAILABLE for Android. <b>IOS app is ready but need money for
launching app on IOS App store.</b>
<div style="display: flex;justify-content:center;">
<a href="https://paypal.me/amitchambial" target="__blank"
style="border: none;background-color:#292929;display:inline-block; padding:8px 20px;border-radius:4px;"><span
class="pink">Donate</span></a>
</div>
</div>
</span>
</div>
<!-- //section-title -->
<div class="download-store ul-li">
<ul class="store-list">
<li><a href="https://play.google.com/store/apps/details?id=com.producthuntgoals"
target="blank"><img src="assets/img/store/google.png" width="250"></a>
</li>
<li><a href="#" target="blank"><img src="assets/img/store/applec.png"
width="225"></a></li>
</ul>
</div>
</div>
<!-- //about-section-text -->
</div>
<!-- //col-sm-6 -->
</div>
</div>
<!-- //about-section-content -->
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of About Section
============================================= -->
<!-- Start of some extra features
============================================= -->
<section id="extra-features" class="extra-features-section">
<div class="container">
<div class="row section-content">
<div class="section-title text-center pb50">
<span class="title-text pink text-uppercase">YOU WILL GET</span>
<h1 class="title deep-black pb40">Some Extra Features</h1>
</div>
<!-- //section-title -->
<div class="extra-features-content">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="extra-left">
<div class="extra-left-content">
<div class="extra-icon-text text-left">
<div class="features-icon text-center">
<i class="orange-gred ti-paint-bucket"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-right pb10">
<h3 class="deep-black">Clean Design</h3>
</div>
<div class="features-text-dec text-right">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
<div class="extra-left-content">
<div class="extra-icon-text text-left">
<div class="features-icon text-center">
<i class="orange-gred ti-user"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-right pb10">
<h3 class="deep-black">User Friendly</h3>
</div>
<div class="features-text-dec text-right">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
<div class="extra-left-content">
<div class="extra-icon-text text-left">
<div class="features-icon text-center">
<i class="orange-gred ti-desktop"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-right pb10">
<h3 class="deep-black">Fully Responsive</h3>
</div>
<div class="features-text-dec text-right">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
</div><!-- /extra-left -->
</div>
<!-- /col-sm-3 -->
<div class="col-sm-4">
<div class="extra-pic text-center">
<img src="assets/img/showcase/4.png" alt="img">
</div>
</div>
<!-- /col-sm-6 -->
<div class="col-md-4 col-sm-6">
<div class="extra-right">
<div class="extra-left-content">
<div class="extra-icon-text text-right">
<div class="features-icon text-center">
<i class="orange-gred ti-money"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-left pb10">
<h3 class="deep-black">Free to Use</h3>
</div>
<div class="features-text-dec text-left">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
<div class="extra-left-content">
<div class="extra-icon-text text-right">
<div class="features-icon text-center">
<i class="orange-gred ti-eye"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-left pb10">
<h3 class="deep-black">Retina Ready</h3>
</div>
<div class="features-text-dec text-left">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
<div class="extra-left-content">
<div class="extra-icon-text text-right">
<div class="features-icon text-center">
<i class="orange-gred ti-comment-alt"></i>
</div>
<div class="features-text pt25">
<div class="features-text-title text-left pb10">
<h3 class="deep-black">24/7 Support</h3>
</div>
<div class="features-text-dec text-left">
</div>
</div>
</div>
</div>
<!-- // extra-left-content -->
</div><!-- /extra-left -->
</div>
<!-- /col-sm-3 -->
</div><!-- /row -->
</div><!-- /extra-features-content -->
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of some extra features
============================================= -->
<!-- Start of how to install
============================================= -->
<section id="extra-features" class="how-to-install">
<div class="container">
<div class="row section-content">
<div class="how-to-install-content">
<div class="title-install text-center pb60">
<h2>A Quick Preview</h2>
</div>
<!-- // title-install -->
<div class="install-play text-center">
<a class="popup-with-zoom-anim" href="https://www.youtube.com/watch?v=XP8K3O5nwnw"><span
class="orange-gred ti-control-forward"></span></a>
</div>
<!-- // install-play -->
</div>
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of how to install
============================================= -->
<!-- Start of showcase section
============================================= -->
<section id="showcase" class="showcase-section">
<div class="container">
<div class="row section-content">
<div class="showcase-content">
<div class="section-title text-center pb50">
<span class="title-text pink text-uppercase">LOVE TO SEE</span>
<h1 class="title deep-black pb40">Our Showcase</h1>
</div>
<!-- //section-title -->
<div class="showcase-slider">
<div class="" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/1.png" width="250" height="427" alt="img">
</div>
<div class="showcase-img" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/2.png" width="250" alt="img">
</div>
<div class="showcase-img" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/3.png" width="250" alt="img">
</div>
<div class="showcase-img" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/4.png" width="250" alt="img">
</div>
<div class="showcase-img" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/5.png" width="250" alt="img">
</div>
<div class="showcase-img" style="display: flex;justify-content:center;height:427px ;">
<img src="assets/img/showcase/6.png" width="250" alt="img">
</div>
</div>
</div><!-- /showcase-content -->
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of showcase section
============================================= -->
<!-- Start of download
============================================= -->
<section id="download-area" class="download-section">
<div class="container">
<div class="row section-content">
<div class="download-area-content text-center">
<div class="download-number pb20">
<h2>GET, SET, GOOOO...</h2>
</div>
<div class="download-area-text pb20">
<span>Join the makers community and get your copy to use!</span>
</div>
<div class="download-now pb40">
<h3>Download Your App Now</h3>
</div>
<div class="download-store ul-li">
<ul class="store-list">
<li><a href="https://play.google.com/store/apps/details?id=com.producthuntgoals"
target="blank"><img src="assets/img/store/google.png" width="250"></a></li>
<li><a href="#" target="blank"><img src="assets/img/store/applec.png" width="225"></a></li>
</ul>
</div>
</div>
</div><!-- /row -->
</div><!-- /container -->
</section>
<!-- End of download
============================================= -->
<!-- Start of footer section
============================================= -->
<footer>
<section id="footer-area" class="footer-area-section">
<div class="container">
<div class="row section-content">
<div class="footer-area-content">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="footer-content">
<div class="footer-social ul-li mt20">
<ul class="footer-social-list">
<li><a href="https://twitter.com/amit_chambial"><span
class="ti-twitter-alt"></span></a></li>
<li><a href="https://github.com/devaman"><span class="ti-github"></span></a>
</li>
</ul>
</div>
</div>
</div>
<!-- //col-sm-4 -->
<div class="col-md-4 col-sm-6">
<div class="footer-service-list">
<div class="footer-widget pb20">
<h2 class="widgettile deep-black">Information</h2>
</div>
<div class="service-list ul-li ul-li-block">
<ul class="service-list-item">
<li><a href="https://amitchambial.netlify.com">About Me</a></li>
</ul>
</div>
</div>
<!-- //1st service -->
</div>
<!-- //col-sm-4 -->
<div class="col-md-4 col-sm-6">
<div class="footer-widget pb20">
<h2 class="widgettile deep-black">Subscribe</h2>
</div>
<span>Don’t miss out our every updates and news!</span>
<div class="newsletter">
<form onsubmit="return sendSubscription()">
<div class="newsletter-email">
<input type="email" class="input-control" required>
<button type="submit" value="Submit"><span
class="orange-gred ti-arrow-right"></span>
<div class="lds-ring">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</span>
</button>
</div>
</form>
</div>
</div>
</div>
</div><!-- //row -->
</div><!-- //footer-area-content -->
</div><!-- //container -->
</section>
</footer>
<!-- End of footer section
============================================= -->
<!-- Js Library -->
<script type="text/javascript" src="assets/js/jquery-2.1.4.min.js"></script>
<!-- Include for bootstrap -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<!-- Include Owl-carousel -->
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<!-- Include OnePagenNav -->
<!-- <script type="text/javascript" src="assets/js/OnePagenNav.js"></script> -->
<!-- Include jquery.magnific-popup.min.js-->
<script type="text/javascript" src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Include script.js-->
<script type="text/javascript" src="assets/js/script.js"></script>
<script>
function sendSubscription(e) {
$.ajax({
url: "https://tazerlabs.com/subscribe",
method: 'post',
data: { email: document.getElementsByClassName('input-control')[0].value },
beforeSend: function () {
document.getElementsByClassName('lds-ring')[0].style.display = 'inline-block';
}
})
.done(function (data) {
document.getElementsByClassName('lds-ring')[0].style.display = 'none';
alert('Subscribed!')
}).fail((err) => {
document.getElementsByClassName('lds-ring')[0].style.display = 'none';
alert('Error occured!')
});
return false;
}
</script>
</body>
</html>