-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
475 lines (466 loc) · 29.1 KB
/
team.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
<!DOCTYPE html>
<html lang="en"
class=" sizes websockets customelements history postmessage webworkers picture pointerevents webanimations webgl srcset flexbox cssanimations csscolumns csscolumns-width csscolumns-span csscolumns-fill csscolumns-gap csscolumns-rule csscolumns-rulecolor csscolumns-rulestyle csscolumns-rulewidth csscolumns-breakbefore csscolumns-breakafter csscolumns-breakinside">
<head>
<title>Gacha - Social Media For Sharing Information</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Gacha Social Media">
<meta name="author" content="alithemes.com">
<link rel="icon" type="image/png" sizes="16x16" href="assets/imgs/logos/favicon.png">
<!-- Vendor CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css?v=2.0">
<link rel="stylesheet" href="assets/css/slick.css?v=2.0">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/tailwind-built.css?v=2.0">
</head>
<body class="bg-white text-body font-body" data-new-gr-c-s-check-loaded="14.1091.0" data-gr-ext-installed=""
style="overflow: visible;">
<div class="main">
<!--Header-->
<header class="bg-transparent sticky-bar mt-4">
<div class="container bg-transparent">
<nav class="bg-transparent flex justify-between items-center py-3">
<a class="text-3xl font-semibold leading-none" href="index.html">
<img class="h-10" src="assets/imgs/logos/logo.svg" alt="">
</a>
<ul class="hidden lg:flex lg:items-center lg:w-auto lg:space-x-12">
<li class="pt-4 pb-4">
<a href="index.html"
class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500">Beranda</a>
</li>
<li class="pt-4 pb-4">
<a class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500"
href="fitur.html">Fitur</a>
</li>
<li class="pt-4 pb-4">
<a class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500"
href="forum.html">Forum</a>
</li>
<li class="pt-4 pb-4">
<a class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500"
href="showcase.html">Showcase</a>
</li>
<li class="pt-4 pb-4">
<a class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500"
href="team.html">Team</a>
</li>
<li class="group relative pt-4 pb-4 has-child">
<a class="text-sm font-semibold text-blueGray-600 hover:text-blueGray-500" href="#">Blog</a>
<ul class="drop-down-menu min-w-200">
<li>
<a href="blog.html"
class="menu-sub-item text-sm text-blueGray-600 hover:text-blueGray-500">Category
1</a>
</li>
<li>
<a href="blog-2.html"
class="menu-sub-item text-sm text-blueGray-600 hover:text-blueGray-500">Category
2</a>
</li>
<li>
<a href="blog-single.html"
class="menu-sub-item text-sm text-blueGray-600 hover:text-blueGray-500">Single
1</a>
</li>
<li>
<a href="blog-single-2.html"
class="menu-sub-item text-sm text-blueGray-600 hover:text-blueGray-500">Single
2</a>
</li>
</ul>
</li>
</ul>
<div class="hidden lg:block">
<a class="btn-accent hover-up-2" href="login.html">Log In</a>
<a class="btn-primary hover-up-2" href="signup.html">Sign Up</a>
</div>
<div class="lg:hidden">
<button
class="navbar-burger flex items-center py-2 px-3 text-blue-500 hover:text-blue-700 rounded border border-blue-200 hover:border-blue-300">
<svg class="fill-current h-4 w-4" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Mobile menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
</div>
</nav>
</div>
</header>
<!--Mobile menu-->
<div class="hidden navbar-menu relative z-50 transition duration-300">
<div class="navbar-backdrop fixed inset-0 bg-blueGray-800 opacity-25"></div>
<nav
class="fixed top-0 left-0 bottom-0 flex flex-col w-5/6 max-w-sm py-6 px-6 bg-white border-r overflow-y-auto transition duration-300">
<div class="flex items-center mb-8">
<a class="mr-auto text-3xl font-semibold leading-none" href="#">
<img class="h-10" src="assets/imgs/logos/logo.svg" alt="">
</a>
<button class="navbar-close">
<svg class="h-6 w-6 text-blueGray-400 cursor-pointer hover:text-blue-500"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
<div>
<ul class="mobile-menu">
<li class="mb-1 menu-item-has-children rounded-xl"><span class="menu-expand">+</span>
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500 rounded-xl"
href="#">Home</a>
<ul class="dropdown pl-5" style="display: none;">
<li>
<a class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="index.html">Home 1</a>
</li>
<li>
<a class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="index-2.html">Home 2</a>
</li>
<li>
<a class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="index-3.html">Home 3</a>
</li>
<li>
<a class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="index-4.html">Home 4</a>
</li>
<li>
<a class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="index-5.html">Home 5</a>
</li>
</ul>
</li>
<li class="mb-1 rounded-xl">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500 rounded-xl"
href="about.html">About Us</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="services.html">Services</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="portfolio.html">Portfolio</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="pricing.html">Pricing</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="team.html">Team</a>
</li>
<li class="mb-1 menu-item-has-children rounded-xl"><span class="menu-expand">+</span>
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="team.html">Blog</a>
<ul class="dropdown pl-5" style="display: none;">
<li>
<a href="blog.html"
class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500">Category
1</a>
</li>
<li>
<a href="blog-2.html"
class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500">Category
2</a>
</li>
<li>
<a href="blog-single.html"
class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500">Single
1</a>
</li>
<li>
<a href="blog-single-2.html"
class="block p-3 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500">Single
2</a>
</li>
</ul>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="faqs.html">Faqs</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="testimonials.html">Testimonial</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm text-blueGray-500 hover:bg-blue-50 hover:text-blue-500"
href="contact.html">Contact Us</a>
</li>
</ul>
<div class="mt-4 pt-6 border-t border-blueGray-100">
<a class="block px-4 py-3 mb-3 text-xs text-center font-semibold leading-none bg-blue-400 hover:bg-blue-500 text-white rounded"
href="#">Sign Up</a>
<a class="block px-4 py-3 mb-2 text-xs text-center text-blue-500 hover:text-blue-700 font-semibold leading-none border border-blue-200 hover:border-blue-300 rounded"
href="#">Log In</a>
</div>
</div>
</nav>
</div>
<section class="-mt-24 pt-40 pb-12 bg-blueGray-100">
<div class="container text-center">
<h1 class="text-2xl lg:text-4xl font-bold mb-5 wow animate__ animate__fadeInUp animated animated"
style="visibility: visible; animation-name: fadeInUp;">Our Team</h1>
<ul class="mx-auto text-gray-500 text-sm lg:text-sm pb-12 wow animate__ animate__fadeInUp animated animated"
style="visibility: visible; animation-name: fadeInUp;">
<li class="inline-flex items-center">
<a href="#" class="hover:text-blue-500 text-gray-800">Home</a>
<svg fill="currentColor" viewBox="0 0 20 20" class="h-5 w-auto text-gray-300">
<path fill-rule="evenodd"
d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
clip-rule="evenodd"></path>
</svg>
</li>
<li class="inline-flex items-center text-gray-400">
<span>Team</span>
</li>
</ul>
</div>
</section>
<section class="pt-20">
<div class="container text-center">
<div class="max-w-lg mx-auto mb-12">
<span
class="inline-block py-1 px-3 text-xs font-semibold bg-blue-100 text-blue-600 rounded-xl wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">Our Team</span>
<h2 class="text-3xl md:text-4xl mt-2 mb-4 font-bold font-heading wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".3s"
style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
Our Awesome <br>
<span class="text-blue-500">Creative</span> Team Member
</h2>
<p class="text-blueGray-400 leading-loose wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">Lorem ipsum dolor
sit amet, consectetur adipiscing elit. Sed luctus eget justo et iaculis.</p>
</div>
<div class="flex flex-wrap">
<div class="w-full md:w-1/2 py-5 md:px-5 wow animate__animated animate__fadeInUp"
data-wow-delay=".1s" style="visibility: hidden; animation-delay: 0.1s; animation-name: none;">
<div class="px-6 py-10 bg-white shadow rounded">
<div class="flex items-center mb-4">
<img class="h-16 w-16 rounded-full object-cover"
src="assets/imgs/placeholders/img-1.png" alt="">
<div class="pl-4">
<p class="text-lg font-bold">David Santoso</p>
<p class="text-blue-600">Frontend Designer</p>
</div>
</div>
<p class="leading-loose text-blueGray-400 mb-5 text-sm">Donec consequat tortor risus, at
auctor felis consequat a. Donec quis dolor sem. Sed sollicitudin magna in hendrerit
pulvinar. Vestibulum non quam velit.</p>
<div class="flex space-x-2">
<a href="#">
<img src="assets/imgs/icons/facebook-blue.svg" alt="">
</a>
<a href="#">
<img src="assets/imgs/icons/instagram-blue.svg" alt="">
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 py-5 md:px-5 wow animate__animated animate__fadeInUp"
data-wow-delay=".3s" style="visibility: hidden; animation-delay: 0.3s; animation-name: none;">
<div class="px-6 py-10 bg-white shadow rounded">
<div class="flex items-center mb-4">
<img class="h-16 w-16 rounded-full object-cover"
src="assets/imgs/placeholders/img-2.png" alt="">
<div class="pl-4">
<p class="text-lg font-bold">Denis Arsatya</p>
<p class="text-blue-600 text-sm">Backend Developer</p>
</div>
</div>
<p class="leading-loose text-blueGray-400 mb-5 text-sm">Donec consequat tortor risus, at
auctor felis consequat a. Donec quis dolor sem. Sed sollicitudin magna in hendrerit
pulvinar. Vestibulum non quam velit.</p>
<div class="flex space-x-2">
<a href="#">
<img src="assets/imgs/icons/facebook-blue.svg" alt="">
</a>
<a href="#">
<img src="assets/imgs/icons/instagram-blue.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer 2-->
<section class="relative footer-2 border-t border-gray-100">
<div class="hidden lg:block absolute inset-0 w-1/2 ml-auto bg-blueGray-50"></div>
<div class="container">
<div class="relative flex flex-wrap -mx-4">
<div
class="w-full lg:w-1/2 pt-20 px-4 max-w-lg lg:max-w-full mx-auto lg:mx-0 text-center lg:text-left">
<a class="inline-block mx-auto lg:ml-0 text-3xl font-semibold leading-none wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".1s" href="index.html"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">
<img class="h-10" src="assets/imgs/logos/logo.svg" alt="">
</a>
<div class="mt-12 mb-16">
<p class="mb-4 text-xs text-blueGray-400 text-center lg:text-left wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">Subscribe
and stay fully connected with product.</p>
<div class="flex flex-wrap lg:flex-nowrap items-center wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".3s"
style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
<div class="flex w-full lg:w-2/3 mb-3 lg:mb-0 px-4 bg-blueGray-50 rounded">
<svg class="h-6 w-6 my-auto" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
fill="currentColor">
<path
d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z">
</path>
<path d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"></path>
</svg>
<input
class="w-full py-4 pl-3 text-xs text-blueGray-400 bg-blueGray-50 outline-none"
type="text" placeholder="Type your e-mail">
</div>
<button
class="hover-up-2 w-full lg:w-auto py-4 px-8 lg:ml-6 text-xs text-white font-semibold leading-none bg-blue-400 hover:bg-blue-500 rounded"
type="submit">Sign Up</button>
</div>
</div>
<div class="hidden lg:block wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".5s"
style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<p class="text-xs text-blueGray-400">© 2022. All rights reserved.</p>
<div class="-mx-2 mt-4">
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/facebook-blue.svg" alt="">
</a>
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/twitter-blue.svg" alt="">
</a>
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/instagram-blue.svg" alt="">
</a>
</div>
</div>
</div>
<div class="relative w-full lg:w-1/2 px-4 pt-40 lg:pl-12">
<div class="flex flex-row flex-wrap justify-around mb-12">
<div class="w-1/2 lg:w-auto mb-12 wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;">
<h5 class="mb-6 text-lg font-bold font-heading">About</h5>
<ul class="space-y-3">
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="about.html">About us</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="portfolio.html">Portfolio</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="services.html">Services</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="w-1/2 lg:w-auto mb-12 wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".3s"
style="visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;">
<h5 class="mb-6 text-lg font-bold font-heading">Quick links</h5>
<ul class="space-y-3">
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="team.html">Team</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="pricing.html">Pricing</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="testimonials.html">Testimonials</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="faqs.html">Faqs</a>
</li>
</ul>
</div>
<div class="w-full lg:w-auto mb-4 wow animate__ animate__fadeInUp animated animated"
data-wow-delay=".5s"
style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;">
<h5 class="mb-6 text-lg font-bold font-heading">Blog</h5>
<ul class="space-y-3">
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="blog.html">Bussiness</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="blog-2.html">Marketing</a>
</li>
<li>
<a class="text-lg text-blueGray-400 hover:text-blueGray-500"
href="blog-single.html">Single</a>
</li>
</ul>
</div>
</div>
<div class="lg:hidden text-center">
<p class="text-xs text-blueGray-400">© 2022. All rights reserved.</p>
<div class="-mx-2 mt-4">
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/facebook-blue.svg" alt="">
</a>
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/twitter-blue.svg" alt="">
</a>
<a class="inline-block px-2" href="#">
<img src="assets/imgs/icons/instagram-blue.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- End .main -->
<!-- Preloader Start -->
<div id="preloader-active" style="display: none;">
<div class="preloader flex-1 content-center">
<div class="logo absolute inset-y-2/4 jump">
<img src="assets/imgs/logos/favicon.svg" alt="">
<h1 class="text-lg font-semibold">Monst</h1>
</div>
</div>
</div>
<!--Import Vendor Js-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/waypoints.js"></script>
<script src="assets/js/vendor/counterup.js"></script>
<script src="assets/js/vendor/slick.js"></script>
<script src="assets/js/vendor/wow.js"></script>
<script src="assets/js/vendor/scrollup.js"></script>
<script src="assets/js/vendor/smooth.js"></script>
<script src="assets/js/vendor/textType.js"></script>
<script src="assets/js/vendor/mobile-menu.js"></script>
<script src="assets/js/main.js?v=2.0"></script><a id="scrollUp" href="#top"
style="position: fixed; z-index: 2147483647; display: none;"><svg class="w-4 h-4" fill="none"
stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18"></path>
</svg></a>
<style type="text/css">
.typewrite>.wrap {
border-right: 0.05em solid rgba(147, 197, 253)
}
</style>
</body><grammarly-desktop-integration data-grammarly-shadow-root="true"></grammarly-desktop-integration>
</html>