-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
376 lines (370 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>Lets Gtok</title>
<link rel="icon" href="assets/images/logo.png" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700;800;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-firestore.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/8.6.1/firebase-analytics.js"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div class="topnav container" id="myTopnav">
<img
src="assets/images/logo.png"
class="logo"
width="30px"
height="auto"
alt=""
/>
<a href="" id="logo">Let's Gtok</a>
<div class="topnav-right">
<a href="">About</a> <a href="">Blogs</a>
<a href="">Careers</a> <a href="#contact-us">Contact</a>
<a
href="javascript:void(0);"
class="icon"
onclick="myFunction()"
>
<div class="burger burger-slip">
<div class="burger-lines"></div>
</div>
</a>
</div>
</div>
<section class="main-1">
<div class="container-1 fade-in-fwd">
<div class="purp-box">
<b>Share feelings</b> without being judged
</div>
<div class="purp-button"><a href="">Share Feelings</a></div>
</div>
<div class="main-1-footer">
Join • Share • Feel Relief
</div>
</section>
<section class="main-2">
<div class="container">
<h2 class="head">A community to spread postivity</h2>
</div>
<div class="main-2-divider">
<div class="card-container">
<div class="card animation-element slide-left">
<p class="card-activity">Current feeling</p>
<p class="card-content">
So excited to finally get my hands on the new PS5
</p>
<p class="card-user">@josh</p>
<p class="card-time">a few seconds ago</p>
</div>
<div class="card animation-element slide-right">
<p class="card-activity">Current Mood</p>
<p class="card-content">I love it raining!</p>
<p class="card-user">@kiara</p>
<p class="card-time">a few minutes ago</p>
</div>
<div class="description">
<p class="des-container">
Share what's on your mind with the community.
</p>
<div class="purp-button">
<a href="">Share feeling</a>
</div>
</div>
</div>
<div class="card-container">
<div class="card animation-element slide-right">
<p class="card-activity">Listening</p>
<p class="card-content">
Lo-fi's are soooooo soothing! I'm loving them!
</p>
<p class="card-user">@zaeden</p>
<p class="card-time">an hour ago</p>
</div>
<div class="card animation-element slide-left">
<p class="card-activity">Watching</p>
<p class="card-content">Tenet is a must watch!</p>
<p class="card-user">@lily</p>
<p class="card-time">a few seconds ago</p>
</div>
<div class="description">
<p class="des-container">
Share what you are doing with the community.
</p>
<div class="purp-button">
<a href="">Share activity</a>
</div>
</div>
</div>
</div>
</section>
<section class="main-3">
<div></div>
<div class="container-3">
<h1>Why Lets Gtok?</h1>
<p>
Lets Gtok aims to provide a safe space online for people to
share and connect with genuine feelings. Users can share
their feelings or even activities even without revealing
their identity.
</p>
<div class="main-3-btn"><a href="">Learn more</a></div>
</div>
</section>
<div class="footer">
<div class="container">
<div class="col-4 q-link">
<h3>Quick Links</h3>
<ul>
<li><a href="">About</a></li>
<li><a href="">Blogs</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Back to Top</a></li>
</ul>
</div>
<div class="col-4 social-links">
<h3>Follow us 💜</h3>
<div class="social-links">
<a
href="https://www.facebook.com/letsgtok"
class="link"
target="_blank"
data-tippy-content="@letsgtok"
>
<svg
height="100%"
style="
fill-rule: evenodd;
clip-rule: evenodd;
stroke-linejoin: round;
stroke-miterlimit: 2;
"
version="1.1"
viewBox="0 0 512 512"
width="40px"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:serif="http://www.serif.com/"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title>Facebook</title>
<g>
<path
d="M512,256c0,-141.385 -114.615,-256 -256,-256c-141.385,0 -256,114.615 -256,256c0,127.777 93.616,233.685 216,252.89l0,-178.89l-65,0l0,-74l65,0l0,-56.4c0,-64.16 38.219,-99.6 96.695,-99.6c28.009,0 57.305,5 57.305,5l0,63l-32.281,0c-31.801,0 -41.719,19.733 -41.719,39.978l0,48.022l71,0l-11.35,74l-59.65,0l0,178.89c122.385,-19.205 216,-125.113 216,-252.89Z"
style="
fill: #1877f2;
fill-rule: nonzero;
"
/>
<path
d="M355.65,330l11.35,-74l-71,0l0,-48.022c0,-20.245 9.917,-39.978 41.719,-39.978l32.281,0l0,-63c0,0 -29.297,-5 -57.305,-5c-58.476,0 -96.695,35.44 -96.695,99.6l0,56.4l-65,0l0,74l65,0l0,178.89c13.033,2.045 26.392,3.11 40,3.11c13.608,0 26.966,-1.065 40,-3.11l0,-178.89l59.65,0Z"
style="fill: #fff; fill-rule: nonzero"
/>
</g>
</svg>
</a>
<a
href="https://www.youtube.com/channel/UCimnYWrV3fkqL2hz0-oQ61Q"
target="_blank"
class="link"
data-tippy-content="Checkout our YouTube Channel"
>
<svg
id="Layer_1"
style="enable-background: new 0 0 1000 1000"
width="40"
version="1.1"
viewBox="0 0 1000 1000"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<style type="text/css">
.st0 {
fill: #f00;
}
.st1 {
fill: #fff;
}
</style>
<title>YouTube</title>
<g>
<path
class="st0"
d="M500,1000L500,1000C223.9,1000,0,776.1,0,500v0C0,223.9,223.9,0,500,0h0c276.1,0,500,223.9,500,500v0 C1000,776.1,776.1,1000,500,1000z"
/>
<path
class="st1"
d="M818.2,339.1c-7.6-28.8-30.1-51.4-58.7-59.1c-51.8-14-259.4-14-259.4-14s-207.7,0-259.4,14 c-28.6,7.7-51.1,30.3-58.7,59.1C168,391.2,168,500,168,500s0,108.8,13.9,160.9c7.6,28.8,30.1,51.4,58.7,59.1 c51.8,14,259.4,14,259.4,14s207.7,0,259.4-14c28.6-7.7,51.1-30.3,58.7-59.1C832,608.8,832,500,832,500S832,391.2,818.2,339.1z M432.1,598.7V401.3L605.6,500L432.1,598.7z"
/>
</g>
</svg>
</a>
<a
href="https://www.linkedin.com/company/letsgtok/"
class="link"
target="_blank"
data-tippy-content="@letsgtok"
>
<svg
enable-background="new 0 0 128 128"
height="40"
id="Layer_1"
version="1.1"
viewBox="0 0 128 128"
width="40"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<g>
<circle
cx="64"
cy="64"
fill="#0076B4"
r="64"
/>
<title>LinkedIn</title>
</g>
<g>
<path
d="M44.119,95.934H29.184V47.93h14.935V95.934z M36.656,41.371c-4.792,0-8.656-3.876-8.656-8.653 c0-4.775,3.864-8.652,8.656-8.652c4.771,0,8.646,3.876,8.646,8.652C45.303,37.495,41.428,41.371,36.656,41.371z M100,95.934H85.081 V72.59c0-5.566-0.097-12.728-7.752-12.728c-7.765,0-8.948,6.065-8.948,12.33v23.742H53.479V47.93H67.78v6.562h0.204 c1.99-3.774,6.857-7.753,14.117-7.753c15.105,0,17.897,9.939,17.897,22.868L100,95.934L100,95.934z"
fill="#FFFFFF"
/>
</g>
</svg>
</a>
<a
href="https://twitter.com/letsgtok"
class="link"
target="_blank"
data-tippy-content="@letsgtok"
>
<svg
id="Layer_1"
style="enable-background: new 0 0 1000 1000"
width="40"
version="1.1"
viewBox="0 0 1000 1000"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<style type="text/css">
.st5 {
fill: #1da1f2;
}
.st4 {
fill: #fff;
}
.st3 {
fill: none;
}
</style>
<title>Twitter</title>
<g>
<g id="Dark_Blue">
<path
class="st5"
d="M500,0L500,0c276.1,0,500,223.9,500,500v0c0,276.1-223.9,500-500,500h0C223.9,1000,0,776.1,0,500v0 C0,223.9,223.9,0,500,0z"
/>
</g>
<g id="Logo_FIXED">
<path
class="st4"
d="M384,754c235.8,0,364.9-195.4,364.9-364.9c0-5.5,0-11.1-0.4-16.6c25.1-18.2,46.8-40.6,64-66.4 c-23.4,10.4-48.2,17.2-73.6,20.2c26.8-16,46.8-41.2,56.4-70.9c-25.2,14.9-52.7,25.5-81.4,31.1c-48.6-51.6-129.8-54.1-181.4-5.6 c-33.3,31.3-47.4,78-37.1,122.5c-103.1-5.2-199.2-53.9-264.3-134c-34,58.6-16.7,133.5,39.7,171.2c-20.4-0.6-40.4-6.1-58.2-16 c0,0.5,0,1.1,0,1.6c0,61,43,113.6,102.9,125.7c-18.9,5.1-38.7,5.9-57.9,2.2c16.8,52.2,64.9,88,119.8,89.1 c-45.4,35.7-101.5,55.1-159.2,55c-10.2,0-20.4-0.6-30.5-1.9C246.1,734,314.4,754,384,753.9"
/>
<path
class="st3"
d="M500,0L500,0c276.1,0,500,223.9,500,500v0c0,276.1-223.9,500-500,500h0C223.9,1000,0,776.1,0,500v0 C0,223.9,223.9,0,500,0z"
/>
</g>
</g>
</svg>
</a>
</div>
</div>
<div class="col-4 contact-us" id="contact-us">
<h3>Contact Us</h3>
<form action="">
<input
type="text"
name="name"
placeholder="Name"
id="name"
/>
<input
type="email"
name="email"
placeholder="Email Address"
id="email"
/>
<div id="result"></div>
<input
type="text"
name="message"
placeholder="Message for us"
id="message"
/>
<button
class="btn-footer"
type="button"
id="validate"
onClick="storeData()"
>
Send
</button>
<div id="err-msg"></div>
</form>
</div>
<div class="copyright">
All rights reserved. Lets Gtok Private Limited
<sup>®</sup>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<script>
tippy(".link", { placement: "bottom" });
</script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyAuuR3WfNnPvfmBLvIMXWhV-XJl_9YkyBA",
authDomain: "gtok-ktn.firebaseapp.com",
projectId: "gtok-ktn",
storageBucket: "gtok-ktn.appspot.com",
messagingSenderId: "29417771146",
appId: "1:29417771146:web:8cccd5a47bf02831499d73",
measurementId: "G-J9NJPHGH96",
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
firebase.analytics();
</script>
<script src="assets/js/storeData.js"></script>
</body>
</html>