-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·340 lines (300 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145450836-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145450836-3');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Let's Connect</title>
<!-- Plugins CSS -->
<link rel="stylesheet" href="./plugins/bootstrap-4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="./plugins/meanmenu/meanmenu.css">
<!-- fonts -->
<link rel="stylesheet" href="./fonts/ep-icon-fonts/css/ep-font.css">
<link rel="stylesheet" href="./fonts/fontawesome-5/css/all.min.css">
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./css/settings.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('nab2w6yy8834');
</script>
<!-- End of Async Drift Code -->
<body>
<div class="site-wrapper">
<!-- Site Header -->
<header class="site-header">
<div class="container">
<div class="row justify-content-center align-items-center position-relative">
<div class="col-sm-4 col-6 col-lg-2 col-xl-2 order-lg-1">
<br />
<div class="brand">
<a href=""><img src="image/main-logo.png" alt=""/></a>
</div>
<br />
</div>
</div>
</div>
</header>
<!-- Hero-Area starts -->
<section class="hero-area" style="background: #000;">
<div class="hero-shape">
<img src="./image/landing-3-shape.svg" alt="" class="w-100">
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 order-md-2 order-lg-1">
<div class="hero-image">
<img src="image/hero-phn.png" alt="">
</div>
</div>
<div class="col-lg-5 offset-lg-1 col-md-6 order-md-1 order-lg-2">
<div class="hero-left-content">
<h1>The fastest way to connect! ⚡️</h1>
<div class="hero-btns">
<a href="https://play.google.com/store/apps/details?id=co.yashlabs.letsconnect" class="google-play">
<img src="image/google-play.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About starts -->
<section class="about-section-01">
<div class="container">
<br/>
<div class="about-wrapper">
<div class="row">
<div class="col-lg-6 col-md-6 col-xl-5 offset-xl-1 order-1 order-md-2">
<div class="about-image-01">
<img src="image/raw_1.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 col-xl-5 order-2 order-md-1">
<div class="about-content">
<h2>Send an intro mail in a click!</h2>
<p>Type in the recipient name and email to send a quick intro email in just one click with all your profile information.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-section-02">
<div class="container">
<div class="about-wrapper">
<div class="row">
<div class="col-lg-6 order-lg-1 col-md-6 col-xl-6">
<div class="about-image-02">
<img src="image/raw_2.png" alt="">
</div>
</div>
<div class="col-lg-5 order-lg-2 col-md-6 col-xl-5 offset-xl-1">
<div class="about-content">
<h2>Build your Sharing Profile</h2>
<p>Add and modify your profile information that you want to share with the people you're connecting with.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-section-03">
<div class="container">
<div class="about-wrapper">
<div class="row">
<div class="col-lg-6 col-md-6 col-xl-5 offset-xl-1 order-1 order-md-2">
<div class="about-image-03">
<img src="image/raw_3.png" alt="">
</div>
</div>
<div class="col-lg-6 col-md-6 col-xl-5 order-2 order-md-1">
<div class="about-content">
<h2>The people you've recently connected</h2>
<p>See and take action of the contacts that you've recently connected with. We even have an option to WhatsApp without having to save the number!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial section -->
<section class="testimonial-section">
<div class="tstimonial-shape">
<img src="./image/landing-3-shape-2.svg" alt="" class="w-100">
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="section-title">
<h2>Our users love the app! 🥰</h2>
</div>
</div>
</div>
<div class="masonry-with-columns">
<div class="testimonial-card">
<div class="card-content">
<p>"As a developer community member I meet a lot of people everyday. I had to use multiple tools before for keeping in touch with the people I meet. Thanks to Let's Connect, a very innovative and minimalistic app for collecting contact information of people I meet."</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-1.png" alt="">
</div>
<div class="id-content">
<h6>Gopikrishnan Sasikumar</h6>
<span>ML Engineer, Full Contact</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="card-content">
<p>"A nice platform to connect with people we meet in our day to day life. I must comment on the elegant UI and simple UX. Everyone will be able to use this application with extreme ease."</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-3.png" alt="">
</div>
<div class="id-content">
<h6>Sreepriya Radhakrishnan</h6>
<span>Director, Pehia Foundation</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="card-content">
<p>"The easiest way to connect with people you meet at an event or conference."
</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-6.png" alt="">
</div>
<div class="id-content">
<h6>Abid Aboobacker</h6>
<span>Product Owner, Truecaller</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="card-content">
<p>"This app magically takes care of sending an intro email right away! All you have to do is continue the conversation."</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-2.png" alt="">
</div>
<div class="id-content">
<h6>Saneem</h6>
<span>Founder, Desh Keyboards</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="card-content">
<p>"A nice platform to connect with people we meet in our day to day life. I must comment on the elegant UI and simple UX. Everyone will be able to use this application with extreme ease."</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-4.png" alt="">
</div>
<div class="id-content">
<h6>Suparna</h6>
<span>Organizer, GDG Kozhikode</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="card-content">
<p>"The best! If you are someone who meet a lot of people and looking for an efficient way to exchange contact, this is the right application for you. Just click and connect. Amazingly efficient UX with a pleasing UI."</p>
</div>
<div class="card-id">
<div class="id-img">
<img src="image/t-nav-5.png" alt="">
</div>
<div class="id-content">
<h6>Yadev Jayachandran</h6>
<span>Community Fellow, KSUM</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA section -->
<section class="cta-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="cta-content ">
<span class="title-top-text">Try the app out yourself and if you don't like it, let us know. We'll work on it! 😃</span>
<h2>Start connecting now!</h2>
<div class="cta-btns">
<a href="https://play.google.com/store/apps/details?id=co.yashlabs.letsconnect" class="google-play">
<img src="image/google-play.png" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section 1 -->
<section style="background: #000;">
<div class="container">
<center>
<div>
<div>
<br />
<div>
<div>
<a href="https://www.patreon.com/yashlabs"><img src="./image/yash_boxed.png" alt="" width="71" height="32"></a>
</div>
</div>
<br />
</div>
</div>
</center>
</div>
</section>
</div>
<!-- Vendor JS-->
<script src="./plugins/jquery/jquery.min.js"></script>
<script src="./plugins/jquery/jquery-migrate.min.js"></script>
<script src="./plugins/bootstrap-4.3.1/js/bootstrap.bundle.js"></script>
<!-- Plugins JS -->
<script src="./plugins/meanmenu/jquery.meanmenu.js"></script>
<script src="./js/active.js"></script>
</body>
</html>