-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
392 lines (368 loc) · 16.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>The Digital Polaroid, creatives by Harsh Gupta</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="device-mockups/device-mockups.min.css">
<!-- Custom styles for this template -->
<link href="css/new-age.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">The Digital Polaroid</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Why would I need a filter?</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">My works</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- HEADER SECTION -->
<header class="masthead bg-tran1">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-7 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-5">Exponentially increase user interaction on your social media with the help of creative
Instagram/Facebook AR Filters!</h1>
<a href="#contact" class="btn btn-outline btn-xl js-scroll-trigger">Let's get in contact!</a>
</div>
</div>
<div class="col-lg-5 my-auto">
<div class="device-container">
<div class="device-mockup iphone_x portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<!-- <img src="img/ss1.png" class="img-fluid" alt=""> -->
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- <section class="bg-black"> -->
<!-- FEATURES -->
<section class="features bg-tran1" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Unlimited Features, Unlimited Fun</h2>
<p class="text-muted">Here's why your brand needs a filter!</p>
<br><br>
</div>
<div class="row">
<div class="col-lg-4 my-auto">
<div class="device-container">
<div class="device-mockup iphone_x portrait white">
<div class="device">
<div class="screen">
<!-- Demo image for screen mockup, you can put an image here, some HTML, an animation, video, or anything else! -->
<!-- <img src="img/demo-screen-1.jpg" class="img-fluid" alt=""> -->
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-8 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="fas fa-users text-primary"></i>
<h3>Connecting with your audience</h3>
<p class="text-muted">Custom AR filters are the latest interactive element for Instagram Stories.</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="far fa-chart-bar"></i>
<h3>Increased brand awareness</h3>
<p class="text-muted">When users share selfies using your filter, their followers (and potential new
followers) will be exposed to your brand.</p>
</div>s
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="feature-item">
<i class="fas fa-chart-line"></i>
<h3>Being ahead of the curve</h3><br><br>
<p class="text-muted">Custom AR filters are still a new feature, and not every brand is using them
yet.</p>
</div>
</div>
<div class="col-lg-6">
<div class="feature-item">
<i class="icon-lock-open text-primary"></i>
<h3>Unlock and show off your brand’s personality</h3>
<p class="text-muted">Custom AR filters reflect your brand’s tone, they also often reflect the unique
parts of your brand, helping you stand out from your competitors.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio bg-tran1", id="portfolio">
<div id="portfolio">
<div class="container-fluid p-0">
<div class="section-heading text-center">
<h2>My Works</h2>
<p class="text-muted">Some of the coolest stuff I have made!</p>
<hr>
</div>
<br><br>
<div class="row no-gutters">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=907052979759310" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/1.jpg" alt="" />
<!-- <div class="portfolio-box-caption">
<div class="project-name">CONNECT FM CANADA</div>
<div class="project-category text-white-50">Official Instagram filter of Connect FM Canada</div>
</div> -->
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=309550436669738" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/2.jpg" alt="" />
<!-- <div class="portfolio-box-caption">
<div class="project-name">GULAAL</div>
<div class="project-category text-white-50">Filter made for the celebration of the festival of Color, Holi</div>
</div> -->
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=222115629036272" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/3.jpg" alt="" />
<!-- <div class="portfolio-box-caption">
<div class="project-name">FIXATED</div>
<div class="project-category text-white-50">Emulating Chromatic Abberation for visual aesthetics</div>
</div> -->
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=607730740042282" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/4.jpg" alt="" />
<!-- <div class="portfolio-box-caption">
<div class="project-name">WVFRM</div>
<div class="project-category text-white-50">Edge Detection using sobel operator</div>
</div> -->
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=2412875118823506" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/5.jpg" alt="" />
<!-- <div class="portfolio-box-caption">
<div class="project-name">RUDOLF</div>
<div class="project-category text-white-50">Christmas Celebration Filter</div>
</div> -->
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://www.instagram.com/a/r/?effect_id=664441460628598" target="_blank">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/6.jpg" alt="" />
<!-- <div class="portfolio-box-caption p-3">
<div class="project-name">TEJA</div>
<div class="project-category text-white-50">Custom LUT filter</div>
</div> -->
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<!-- <section class="clients bg-tran1" id="portfolio">
<div class="py-5">
<div class="container">
<div class="section-heading text-center">
<h2>My Works</h2>
<p class="text-muted">P.s. These are just the tip of the iceberg ;)</p>
<hr>
</div>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
Slide One - Set the background image for this slide in the line below
<div class="carousel-item active" style="background-image: url('https://source.unsplash.com/RCAhiGJsUUE/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h3 class="display-4">First Slide</h3>
<p class="lead">This is a description for the first slide.</p>
</div>
</div>
Slide Two - Set the background image for this slide in the line below
<div class="carousel-item" style="background-image: url('https://source.unsplash.com/wfh8dDlNFOk/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h3 class="display-4">Second Slide</h3>
<p class="lead">This is a description for the second slide.</p>
</div>
</div>
Slide Three - Set the background image for this slide in the line below
<div class="carousel-item" style="background-image: url('https://source.unsplash.com/O7fzqFEfLlo/1920x1080')">
<div class="carousel-caption d-none d-md-block">
<h3 class="display-4">Third Slide</h3>
<p class="lead">This is a description for the third slide.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section> -->
<!-- <section class="cta bg-dark" id="Details">
<div class="cta-content">
<div class="container">
<h2>Stop waiting.<br>Get in contact to build your brand's own custom AR filter!</h2>
<a href="#contact" class="btn btn-outline btn-xl js-scroll-trigger">Where do I drop a message?</a>
</div>
</div>
<div class="overlay"></div>
</section> -->
<!-- Contact -->
<section class="contact-section bg-tran1" id="contact">
<div class="container">
<div class="section-heading text-center">
<h2>Get in Contact</h2>
<p class="text-muted">Shoot your shot! What's there to lose?</p>
<hr>
</div>
<div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fab fa-instagram text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Instagram</h4>
<hr class="my-4" />
<div class="small text-black-50"><a href="instagram.com/thedigitalpolaroid"
target="_blank">@thedigitalpolaroid</a></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4" />
<div class="small text-black-50"><a href="mailto:hrsh.gupta001@gmail.com"
target="_blank">hrsh.gupta001@gmail.com</a></div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4" />
<div class="small text-black-50"><a href="https://wa.me/918302186295"
target="_blank">+91 8302186295</a></div>
</div>
</div>
</div>
</div>
<br>
<!-- <div class="row">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4" />
<div class="small text-black-50">+91 8302186295</div>
</div>
</div>
</div>
<br>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4" />
<div class="small text-black-50">+91 8302186295</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4" />
<div class="small text-black-50">+91 8302186295</div>
</div>
</div>
</div> -->
</div>
<!-- <div class="social d-flex justify-content-center">
<a class="mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="mx-2" href="#!"><i class="fab fa-github"></i></a>
</div> -->
</div>
</section>
<!-- </section> -->
<!--
<footer id="sticky-footer" class="py-4 bg-dark text-white-50">
<div class="container text-center">
<small>Copyright © Your Website</small>
</div>
</footer> -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/new-age.min.js"></script>
</body>
</html>