-
Notifications
You must be signed in to change notification settings - Fork 0
/
pembuatan-logo.html
872 lines (865 loc) · 48.6 KB
/
pembuatan-logo.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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="Indonesian" />
<!-- Styles -->
<link href="./dist/css/output.css" rel="stylesheet" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- CSS Library -->
<link href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css" rel="stylesheet" />
<!-- Primary Meta Tags -->
<title>Groweb | Jasa Pembuatan Logo</title>
<meta name="title" content="Groweb | Jasa Pembuatan Logo" />
<meta
name="description"
content="Groweb menyediakan layanan desain logo dan pembuatan website dengan harga termurah bahkan untuk para pelajar. Logo yang kami buat dijamin original dan eksklusif hanya untuk Anda. Website yang kami buat dijamin sudah responsive dan interaktif."
/>
<meta
name="keywords"
content="jasa pembuatan website, jasa pembuatan logo, layanan pembuatan website, layanan pembuatan logo, logo murah, website murah, jasa pembuatan logo murah, layanan pembuatan website murah, layanan pembuatan logo murah, jasa pembuatan logo murah, logo termurah, website termurah, jasa pembuatan logo termurah, layanan pembuatan website termurah, layanan pembuatan logo termurah, jasa pembuatan logo termurah, pembuatan logo, pembuatan website, jasa logo, jasa website, jasa desain logo, layanan desain logo"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://groweb.id/" />
<meta property="og:title" content="Groweb | Jasa Pembuatan Logo" />
<meta
property="og:description"
content="Groweb menyediakan layanan desain logo dan pembuatan website dengan harga termurah bahkan untuk para pelajar. Logo yang kami buat dijamin original dan eksklusif hanya untuk Anda. Website yang kami buat dijamin sudah responsive dan interaktif."
/>
<meta
property="og:image"
content="https://abinoval.github.io/groweb.id/assets/img/metadata/index.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://groweb.id/" />
<meta property="twitter:title" content="Groweb | Jasa Pembuatan Logo" />
<meta
property="twitter:description"
content="Groweb menyediakan layanan desain logo dan pembuatan website dengan harga termurah bahkan untuk para pelajar. Logo yang kami buat dijamin original dan eksklusif hanya untuk Anda. Website yang kami buat dijamin sudah responsive dan interaktif."
/>
<meta
property="twitter:image"
content="https://abinoval.github.io/groweb.id/assets/img/metadata/index.png"
/>
<!-- Faveicon -->
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="./assets\img\brand/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="./assets\img\brand/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="./assets\img\brand/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="./assets\img\brand/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="./assets\img\brand/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="./assets\img\brand/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="./assets\img\brand/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="./assets\img\brand/apple-touch-icon-152x152.png"
/>
<link
rel="icon"
type="image/png"
href="./assets\img\brand/favicon-196x196.png"
sizes="196x196"
/>
<link
rel="icon"
type="image/png"
href="./assets\img\brand/favicon-96x96.png"
sizes="96x96"
/>
<link
rel="icon"
type="image/png"
href="./assets\img\brand/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="./assets\img\brand/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="icon"
type="image/png"
href="./assets\img\brand/favicon-128.png"
sizes="128x128"
/>
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="./assets\img\brand/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="./assets\img\brand/mstile-70x70.png" />
<meta
name="msapplication-square150x150logo"
content="./assets\img\brand/mstile-150x150.png"
/>
<meta
name="msapplication-wide310x150logo"
content="./assets\img\brand/mstile-310x150.png"
/>
<meta
name="msapplication-square310x310logo"
content="./assets\img\brand/mstile-310x310.png"
/>
</head>
<body>
<div class="overflow-x-hidden relative min-h-screen">
<nav
class="py-6 fixed inset-x-0 top-0 bg-white/60 backdrop-blur-md transition-all duration-200 z-[999]"
id="navbar"
>
<div class="container flex justify-between items-center relative">
<a class="text-lg text-gray-800" href="index.html">
<img
width="120"
src="./assets/img/brand/groweb_logo_1.png"
alt="Groweb Logo"
/>
</a>
<button class="lg:hidden block text-3xl text-gray-800" id="menu">
<i class="bx bx-menu"></i>
</button>
<div
id="responsiveNavbar"
class="flex lg:flex-row flex-col gap-x-14 gap-y-6 lg:m-0 mt-8 lg:items-center lg:static absolute lg:inset-auto inset-x-0 top-full rounded-xl lg:p-0 p-8 lg:bg-transparent bg-white lg:shadow-none shadow-2xl lg:pointer-events-auto lg:scale-100 lg:opacity-100 scale-50 opacity-0 pointer-events-none transition-all duration-200 origin-top-right ease-out"
>
<div class="flex lg:flex-row flex-col gap-x-10 gap-y-4">
<a
class="font-medium text-gray-600 hover:text-indigo-600 transition-all duration-200"
href="index.html"
>
Beranda
</a>
<a
class="font-medium text-gray-600 hover:text-indigo-600 transition-all duration-200"
href="pembuatan-logo.html"
>
Pembuatan Logo
</a>
<a
class="font-medium text-gray-600 hover:text-indigo-600 transition-all duration-200"
href="pembuatan-web.html"
>
Pembuatan Website
</a>
<a
class="font-medium text-gray-600 hover:text-indigo-600 transition-all duration-200"
href="tentang.html"
>
Tentang
</a>
</div>
<a
class="bg-indigo-600 text-white py-2 px-10 rounded-full hover:bg-indigo-700 focus:bg-indigo-700 flex items-center gap-1 font-semibold transition-all duration-200 justify-center"
href="https://wa.me/6281517256982"
target="_blank"
>
Pesan
<i class="bx bxl-whatsapp text-lg"></i>
</a>
</div>
</div>
</nav>
<main class="mt-[82px] mb-32 bg-indigo-50">
<div class="container text-center space-y-4 relative py-20">
<div id="particles-js" class="absolute inset-0"></div>
<h1 class="text-4xl font-semibold text-gray-800">Jasa Pembuatan Logo</h1>
<p class="text-gray-600">
Layanan jasa desain logo berkualitas dan eksklusif dengan harga termurah.
</p>
</div>
</main>
<section class="mt-20 mb-32">
<div class="container">
<div class="grid lg:grid-cols-2 gap-10 items-center">
<div class="space-y-6">
<h2
class="text-3xl font-semibold text-gray-800 before:content-[''] before:block before:w-10 sm:flex-row flex-col flex items-center gap-2 before:h-1 before:rounded-full before:bg-indigo-600 sm:text-left text-center"
>
Kenapa Logo Penting?
</h2>
<p class="text-gray-600">
Logo adalah salah satu hal penting bagi sebuah perusahaan atau usaha
Anda, berikut alasannya:
</p>
<div class="space-y-1">
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600">
Sebagai wajah perusahaan atau usaha
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600"> Sebagai penarik perhatian </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600"> Memberikan kesan awal </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600">
Sebagai identitas perusahaan atau usaha
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600"> Pembeda dengan kompetitor </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600">
Meningkatkan loyalitas brand
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-bulb text-indigo-600 text-lg"></i>
<span class="text-gray-600"> Bentuk profesionalitas </span>
</div>
</div>
<p class="text-gray-600">
Maka dari itu, kami dibuat untuk membantu mengembangkan usaha Anda.
Dengan harga super murah, Anda bisa mendapatkan logo yang
berkualitas.
</p>
</div>
<img
class="rounded-xl w-full lg:block hidden"
src="./assets/img/jasa/logo.jpg"
alt="Jasa pembuatan logo"
/>
</div>
</div>
</section>
<section class="mt-20 mb-32">
<div class="container space-y-12">
<h2
class="text-3xl font-semibold text-gray-800 before:content-[''] before:block before:w-10 sm:flex-row flex-col flex items-center gap-2 before:h-1 before:rounded-full before:bg-indigo-600 sm:text-left text-center"
>
Kenapa Memilih Kami?
</h2>
<div class="grid md:grid-cols-3 sm:grid-cols-2 lg:gap-x-20 gap-x-10 gap-y-10">
<div class="space-y-4">
<div
class="bg-red-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-hot"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Eksklusif</h3>
<p class="text-gray-600">
Desain logo yang dibuat eksklusif dan original hanya untuk Anda
</p>
</div>
</div>
<div class="space-y-4">
<div
class="bg-blue-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-wallet"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Murah</h3>
<p class="text-gray-600">
Harga yang kami tawarkan sangat terjangkau bahkan untuk para
pelajar
</p>
</div>
</div>
<div class="space-y-4">
<div
class="bg-green-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-pen"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Filosofi</h3>
<p class="text-gray-600">
Logo tidak dibuat asal-asalan, alias memiliki makna dan filosofi
</p>
</div>
</div>
<div class="space-y-4">
<div
class="bg-orange-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-file-image"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Master File</h3>
<p class="text-gray-600">
Anda akan mendapatkan master file desain logo yang anda pesan
</p>
</div>
</div>
<div class="space-y-4">
<div
class="bg-purple-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-message-square-detail"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Revisi</h3>
<p class="text-gray-600">
Anda bisa melakukan revisi berkali-kali sesuai keinginan Anda
</p>
</div>
</div>
<div class="space-y-4">
<div
class="bg-pink-600 h-16 w-16 flex items-center justify-center rounded-xl text-white text-3xl"
>
<i class="bx bxs-chat"></i>
</div>
<div class="space-y-2">
<h3 class="font-semibold text-gray-800 text-xl">Responsif</h3>
<p class="text-gray-600">
Kami akan menjawab pesan / pertanyaan anda dengan cepat
</p>
</div>
</div>
</div>
</div>
</section>
<section class="mt-20 mb-32 bg-gray-100 py-20">
<div class="container space-y-12">
<h2
class="text-3xl font-semibold text-gray-800 before:content-[''] before:block before:w-10 sm:flex-row flex-col flex items-center gap-2 before:h-1 before:rounded-full before:bg-indigo-600 sm:text-left text-center"
>
Paket Harga
</h2>
<div class="grid gap-10 lg:grid-cols-3 sm:grid-cols-2">
<div class="rounded-xl shadow-2xl shadow-gray-100 overflow-hidden bg-white">
<div class="py-4 border-b border-gray-200">
<h3 class="text-center text-gray-800 text-xl font-semibold">
Bronze Plan
</h3>
</div>
<div class="pt-6 px-10 pb-10 space-y-6">
<div class="flex justify-center text-indigo-600 text-8xl">
<i class="bx bx-home-alt"></i>
</div>
<div class="flex flex-col items-center">
<span class="text-2xl font-bold text-red-600">
<span class="text-lg">Rp </span> <s>480.000</s>
</span>
<span class="text-4xl font-bold text-gray-800">
<span class="text-xl">Rp </span> 240.000
</span>
</div>
<div class="space-y-1">
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">1 pilihan logo</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">
Maksimal 3 minggu proses
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">2x revisi</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">Color guidelines</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-x text-red-600 text-lg"></i>
<span class="text-gray-600">Master files</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-x text-red-600 text-lg"></i>
<span class="text-gray-600">Filosofi logo</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">Konsultasi</span>
</div>
</div>
<a
class="bg-indigo-600 text-white py-2 px-10 rounded-full hover:bg-indigo-700 focus:bg-indigo-700 flex items-center gap-1 font-semibold transition-all duration-200 justify-center"
href="https://wa.me/6281517256982"
target="_blank"
>
Pesan
<i class="bx bxl-whatsapp text-lg"></i>
</a>
</div>
</div>
<div class="rounded-xl shadow-2xl shadow-gray-100 overflow-hidden bg-white">
<div class="py-4 border-b border-gray-200">
<h3 class="text-center text-gray-800 text-xl font-semibold">
Silver Plan
</h3>
</div>
<div class="pt-6 px-10 pb-10 space-y-6">
<div class="flex justify-center text-indigo-600 text-8xl">
<i class="bx bx-building"></i>
</div>
<div class="flex flex-col items-center">
<span class="text-2xl font-bold text-red-600">
<span class="text-lg">Rp </span> <s>600.000</s>
</span>
<span class="text-4xl font-bold text-gray-800">
<span class="text-xl">Rp </span> 300.000
</span>
</div>
<div class="space-y-1">
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> 1 pilihan logo </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">
Maksimal 2 minggu proses
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> 3x revisi </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Color guidelines </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Master files </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Filosofi logo </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">Konsultasi</span>
</div>
</div>
<a
class="bg-indigo-600 text-white py-2 px-10 rounded-full hover:bg-indigo-700 focus:bg-indigo-700 flex items-center gap-1 font-semibold transition-all duration-200 justify-center"
href="https://wa.me/6281517256982"
target="_blank"
>
Pesan
<i class="bx bxl-whatsapp text-lg"></i>
</a>
</div>
</div>
<div class="rounded-xl shadow-2xl shadow-gray-100 overflow-hidden bg-white">
<div class="py-4 border-b border-gray-200">
<h3 class="text-center text-gray-800 text-xl font-semibold">
Gold Plan
</h3>
</div>
<div class="pt-6 px-10 pb-10 space-y-6">
<div class="flex justify-center text-indigo-600 text-8xl">
<i class="bx bx-building-house"></i>
</div>
<div class="flex flex-col items-center">
<span class="text-2xl font-bold text-red-600">
<span class="text-lg">Rp </span> <s>680.000</s>
</span>
<span class="text-4xl font-bold text-gray-800">
<span class="text-xl">Rp </span> 340.000
</span>
</div>
<div class="space-y-1">
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> 1 pilihan logo </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">
Maksimal 1 minggu proses
</span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> 5x revisi </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Color guidelines </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Master files </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600"> Filosofi logo </span>
</div>
<div class="flex items-center gap-2">
<i class="bx bx-check text-green-600 text-lg"></i>
<span class="text-gray-600">Konsultasi</span>
</div>
</div>
<a
class="bg-indigo-600 text-white py-2 px-10 rounded-full hover:bg-indigo-700 focus:bg-indigo-700 flex items-center gap-1 font-semibold transition-all duration-200 justify-center"
href="https://wa.me/6281517256982"
target="_blank"
>
Pesan
<i class="bx bxl-whatsapp text-lg"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="mt-20 mb-32">
<div class="container space-y-12">
<h2
class="text-3xl font-semibold text-gray-800 before:content-[''] before:block before:w-10 sm:flex-row flex-col flex items-center gap-2 before:h-1 before:rounded-full before:bg-indigo-600 sm:text-left text-center"
>
Portfolio Kami
</h2>
<div class="grid md:grid-cols-3 grid-cols-2 rounded-2xl overflow-hidden">
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/1.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/2.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/3.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/4.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/5.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/6.png"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/7.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/8.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/9.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/10.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/11.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/12.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/13.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/14.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/15.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/16.jpg"
alt=""
/>
</div>
<div class="aspect-square group overflow-hidden">
<img
class="w-full h-full object-cover group-hover:scale-110 transition-all duration-200"
src="./assets/img/portfolio/logo/17.jpg"
alt=""
/>
</div>
</div>
</div>
</section>
<!-- <section class="mt-20 mb-32">
<div class="container space-y-12">
<h2
class="text-3xl font-semibold text-gray-800 before:content-[''] before:block before:w-10 sm:flex-row flex-col flex items-center gap-2 before:h-1 before:rounded-full before:bg-indigo-600 sm:text-left text-center"
>
Apa Kata Mereka?
</h2>
<div class="lg:columns-3 sm:columns-2 space-y-6 gap-6">
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/1.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Sophie Mitchell
</h3>
<p class="font-bold text-sm text-gray-600">Software Engineer</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Deleniti
corrupti pariatur mollitia, non provident accusantium rerum iusto
dolore magnam ad beatae consequuntur corporis inventore iure
suscipit eius cumque excepturi doloremque.
</p>
</div>
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/2.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Emily Martin
</h3>
<p class="font-bold text-sm text-gray-600">Designer</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Mollitia
expedita incidunt eum at dolore voluptatem sit accusantium, facilis
ipsum officia ratione quae minima esse, odit perspiciatis modi?
Odio, inventore dicta?
</p>
</div>
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/3.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Suzanne Taylor
</h3>
<p class="font-bold text-sm text-gray-600">
Founder nimami.app
</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eligendi,
odio!
</p>
</div>
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/4.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Lauren James
</h3>
<p class="font-bold text-sm text-gray-600">Founder yeyo.id</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi,
quisquam repellat. Unde molestias quis voluptates molestiae!
</p>
</div>
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/5.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Grace Robertson
</h3>
<p class="font-bold text-sm text-gray-600">CEO katakita.com</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita,
reprehenderit possimus. Cupiditate dolor ipsum asperiores iure?
Veritatis, cupiditate itaque? Accusantium?
</p>
</div>
<div
class="bg-gray-200 rounded-xl px-8 py-6 space-y-4 break-inside-avoid-column"
>
<div class="flex gap-2 items-center">
<div class="aspect-square w-14">
<img
class="w-full h-full rounded-full object-cover"
src="./assets/img/testi/6.jpg"
alt=""
/>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800">
Jasmine Turner
</h3>
<p class="font-bold text-sm text-gray-600">Teacher</p>
</div>
</div>
<p class="text-gray-600 leading-relaxed">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Repellat
odit nostrum cupiditate earum iste.
</p>
</div>
</div>
</div>
</section> -->
<footer class="py-4 border-t border-gray-200">
<div class="container flex justify-between items-center">
<p class="text-gray-600 text-sm">Copyright © Groweb 2022</p>
<div class="flex gap-2">
<a
href="http://"
target="_blank"
rel="noopener noreferrer"
class="h-8 w-8 flex items-center justify-center bg-gray-200 hover:bg-indigo-600 text-gray-600 hover:text-white rounded-full transition-all duration-200"
><i class="bx bxl-whatsapp"></i
></a>
<a
href="http://"
target="_blank"
rel="noopener noreferrer"
class="h-8 w-8 flex items-center justify-center bg-gray-200 hover:bg-indigo-600 text-gray-600 hover:text-white rounded-full transition-all duration-200"
><i class="bx bxl-instagram"></i
></a>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="./dist/js/script.js"></script>
</body>
</html>