-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
403 lines (397 loc) · 26.3 KB
/
index.html
File metadata and controls
403 lines (397 loc) · 26.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AIteung | Artificial Intelligence for Unified Integration | Chatbot Akademik Kampus Bandung Jawa Barat Indonesia</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.cdnfonts.com/css/general-sans?styles=135312,135310,135313,135303" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/tailwind/tailwind.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="favicon.ico">
<script src="js/main.js"></script>
</head>
<body class="antialiased bg-body text-body font-body">
<div class="">
<section>
<div class="container mx-auto overflow-hidden">
<div class="relative z-20 flex items-center justify-between px-4 py-5 bg-transparent">
<div class="w-auto">
<div class="flex flex-wrap items-center">
<div class="w-auto mr-14">
<a href="#">
<img src="images/free-logo-ivdo0eagf8-c7ae9fek05.jpg" alt="">
</a>
</div>
<div class="w-auto hidden lg:block">
<ul class="flex items-center mr-16">
<li class="mr-9 font-medium hover:text-gray-700"><a href="https://www.facebook.com/artificialintelligenceiteung">Page</a></li>
<li class="mr-9 font-medium hover:text-gray-700"><a href="https://jscroot.github.io/">JSCroot</a></li>
<li class="mr-9 font-medium hover:text-gray-700"><a href="https://whatsauth.github.io/">WhatsAuth</a></li>
<li class="font-medium hover:text-gray-700"><a href="https://petapedia.github.io/">Petapedia</a></li>
</ul>
</div>
</div>
</div>
<div class="w-auto">
<div class="flex flex-wrap items-center">
<div class="w-auto hidden lg:block">
<div class="inline-block">
<a href="https://github.com/aiteung">
<button class="py-2.5 px-4 text-base w-full font-medium border border-gray-400 hover:border-gray-500 rounded-xl focus:ring focus:ring-gray-50 bg-white hover:bg-gray-50 transition ease-in-out duration-200" type="button">
Our Github Repository
</button>
</a>
</div>
</div>
<div class="w-auto lg:hidden">
<a href="#">
<svg class="navbar-burger text-indigo-600" width="51" height="51" viewbox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="56" height="56" rx="28" fill="currentColor"></rect>
<path d="M37 32H19M37 24H19" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="hidden navbar-menu fixed top-0 left-0 bottom-0 w-4/6 sm:max-w-xs z-50">
<div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-80"></div>
<nav class="relative z-10 px-9 pt-8 bg-white h-full overflow-y-auto">
<div class="flex flex-wrap justify-between h-full">
<div class="w-full">
<div class="flex items-center justify-between -m-2">
<div class="w-auto p-2">
<a class="inline-block" href="#">
<img src="flaro-assets/logos/flaro-logo-black.svg" alt="">
</a>
</div>
<div class="w-auto p-2">
<a class="navbar-burger" href="#">
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6 18L18 6M6 6L18 18" stroke="#111827" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</a>
</div>
</div>
</div>
<div class="flex flex-col justify-center py-16 w-full">
<ul>
<li class="mb-12"><a class="font-medium hover:text-gray-700" href="https://home.ulbi.ac.id/devops/">Standard</a></li>
<li class="mb-12"><a class="font-medium hover:text-gray-700" href="https://vanillajskit.github.io/">Frontend</a></li>
<li class="mb-12"><a class="font-medium hover:text-gray-700" href="https://whatsauth.github.io/">WhatsAuth</a></li>
<li><a class="font-medium hover:text-gray-700" href="https://petapedia.github.io/">Petapedia</a></li>
</ul>
</div>
<div class="flex flex-col justify-end w-full pb-8">
<div class="flex flex-wrap">
<div class="w-full">
<div class="block">
<button class="py-2.5 px-4 text-base w-full font-medium border border-gray-400 hover:border-gray-500 rounded-xl focus:ring focus:ring-gray-50 bg-white hover:bg-gray-50 transition ease-in-out duration-200" type="button">Join free for 30 days</button>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
<div class="overflow-hidden pb-16">
<div class="container px-4 mx-auto">
<div class="mb-16 relative bg-indigo-50 overflow-hidden rounded-3xl">
<img class="absolute left-0 bottom-0" src="flaro-assets/images/headers/gradient3.svg" alt="">
<div class="relative z-20 flex flex-wrap items-end -m-8">
<div class="w-full lg:w-1/2 p-20 lg:pr-0 lg:pl-28 lg:py-28">
<h2 class="mb-7 text-6xl md:text-8xl xl:text-10xl font-bold font-heading tracking-px-n leading-none">Bridging User Experience with Automation</h2>
<p class="mb-10 text-lg text-gray-900 font-medium">Artificial Intelligence for Unified Integration</p>
<div class="mb-6 md:inline-block">
<a href="https://wa.me/628112000279?text=iteung+minta+panduan">
<button class="py-4 px-6 w-full text-white font-semibold border border-indigo-700 rounded-xl focus:ring focus:ring-indigo-300 bg-indigo-600 hover:bg-indigo-700 transition ease-in-out duration-200" type="button">
Coba Iteung Sekarang Juga
</button>
</a>
</div>
<ul>
<li class="inline-flex text-sm text-gray-500 font-medium">Low Level Carbon Footprint Code</li>
<li class="inline-flex text-black px-1">•</li>
<li class="inline-flex text-sm text-gray-500 font-medium">Hanya mengkonsumsi 12% RAM Server</li>
</ul>
</div>
<div class="w-full lg:w-1/2 p-8">
<img src="flaro-assets/images/headers/profiles.png" alt="">
</div>
</div>
</div>
<p class="mb-9 text-gray-900 text-center font-medium">Best service utility in University and loved by earth with green coding</p>
<div class="flex flex-wrap justify-center items-center -m-8">
<div class="p-8 w-60">
<img src="images/LOGO-ULBI-WIDE-DARK.png" alt="">
</div>
<div class="p-8 w-60">
<img src="images/1200px-Pos-Indonesia-svg.png" alt="">
</div>
<div class="p-8 w-60">
<img src="images/logo-poltekpos.png" alt="">
</div>
<div class="p-8 w-60">
<img src="images/OTdGMDZDQTEtQjgyOS00QTMxLTlDRUMtODAxRTFCMTRCMURG.jfif" alt="">
</div>
<div class="p-8 w-60">
<img src="images/ypbpi-square.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="py-32 bg-white overflow-hidden">
<div class="container px-4 mx-auto">
<div class="flex flex-wrap max-w-7xl mx-auto -m-8">
<div class="w-full md:w-1/2 p-8">
<div class="md:max-w-md">
<h2 class="mb-8 text-6xl md:text-8xl xl:text-10xl font-bold font-heading tracking-px-n leading-none">Solusikan dengan Iteung</h2>
<p class="text-lg text-gray-600 font-medium leading-normal">
<ul class="list-disc">
<li>Menghindari Kelas Fiktif Pada Presensi Pertemuan Kuliah</li>
<li>Proses Bimbingan Mahasiswa Menjadi Terjaga dan Terpantau</li>
<li>Otomasi Verifikasi Pembayaran Kuliah</li>
<li>Dapat digunakan untuk Single Sign On Semua Aplikasi yang ada</li>
<li>Mendukung Proses Pembelajaran Metode Pomodoro</li>
<li>Melengkapi Dokumen BKD Secara Otomatis</li>
<li>Jawaban Yang Bisa di Kustom sesuai data latih</li>
<li>Sebagai Asisten Pribadi Sivitas Akademik</li>
<li>Realtime Rekapitulasi Presensi Pegawai Harian</li>
<li>Tidak Perlu Instalasi di User. Semua Berjalan di WhatsApp</li>
</ul>
</p>
</div>
</div>
<div class="w-full md:w-1/2 p-8">
<div class="relative max-w-max mx-auto overflow-hidden transform hover:-translate-y-4 transition ease-in-out duration-1000">
<img class="object-cover" src="flaro-assets/images/numbers/bg.png" alt="">
<div class="absolute bottom-0 p-6 flex flex-col justify-end h-full">
<div class="flex flex-wrap items-end overflow-y-auto -m-3">
<div class="w-full p-3">
<div class="p-7 bg-indigo-600 bg-opacity-80 rounded-xl" style="backdrop-filter: blur(20px);">
<div class="flex flex-wrap -m-2">
<div class="w-auto p-2">
<h3 class="text-5xl text-white font-bold tracking-px-n leading-tight">3M+</h3>
</div>
<div class="flex-1 p-2">
<p class="text-lg text-white font-semibold leading-normal">Transactions over the period of 2022</p>
</div>
</div>
</div>
</div>
<div class="w-full p-3">
<div class="p-7 bg-white bg-opacity-20 rounded-xl" style="backdrop-filter: blur(20px);">
<div class="flex flex-wrap -m-2">
<div class="w-auto p-2">
<h3 class="text-5xl text-white font-bold tracking-px-n leading-tight">96%</h3>
</div>
<div class="flex-1 p-2">
<p class="text-lg text-white font-semibold leading-normal">Uptime and Realtime Servicing bot</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="relative pt-28 pb-24 bg-white overflow-hidden">
<img class="absolute left-1/2 top-0 transform -translate-x-1/2" src="flaro-assets/images/how-it-works/gradient2.svg" alt="">
<div class="relative z-10 container px-4 mx-auto">
<p class="mb-6 text-sm text-indigo-600 text-center font-semibold uppercase tracking-px">HOW AITEUNG WORKS</p>
<h2 class="mb-20 text-6xl md:text-7xl text-center font-bold font-heading tracking-px-n leading-tight">Smart Integrator AITeung</h2>
<div class="flex flex-wrap -m-8">
<div class="w-full md:w-1/2 lg:w-1/4 p-8">
<div class="text-center">
<div class="relative z-10 bg-white w-12 h-12 mb-8 mx-auto border border-blueGray-200 rounded-full">
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
<svg width="22" height="22" viewbox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.75 9.16658H19.25M6.41667 13.7499H7.33333M11 13.7499H11.9167M5.5 17.4166H16.5C18.0188 17.4166 19.25 16.1854 19.25 14.6666V7.33325C19.25 5.81447 18.0188 4.58325 16.5 4.58325H5.5C3.98122 4.58325 2.75 5.81447 2.75 7.33325V14.6666C2.75 16.1854 3.98122 17.4166 5.5 17.4166Z" stroke="#4F46E5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="hidden lg:block absolute left-12 top-1/2 transform -translate-y-1/2 w-96 h-px bg-gray-200"></div>
</div>
<div class="md:max-w-xs mx-auto">
<h3 class="mb-4 font-heading text-xl font-bold font-heading leading-normal">Otorisasi</h3>
<p class="text-gray-600 font-medium leading-relaxed">Memastikan User memiliki hak akses ke sistem. Memastikan Role User benar ada dan valid
</p>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/4 p-8">
<div class="text-center">
<div class="relative z-10 bg-white w-12 h-12 mb-8 mx-auto border border-blueGray-200 rounded-full">
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 8V16M12 11V16M8 14V16M6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20Z" stroke="#4F46E5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="hidden lg:block absolute left-12 top-1/2 transform -translate-y-1/2 w-96 h-px bg-gray-200"></div>
</div>
<div class="md:max-w-xs mx-auto">
<h3 class="mb-4 font-heading text-xl font-bold font-heading leading-normal">Penanganan Typo</h3>
<p class="text-gray-600 font-medium leading-relaxed">Penanganan typo dari user.
Penanganan kata tidak baku dari user.
Penanganan singkatan dari user.
</p>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/4 p-8">
<div class="text-center">
<div class="relative z-10 bg-white w-12 h-12 mb-8 mx-auto border border-blueGray-200 rounded-full">
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
<svg width="19" height="16" viewbox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.66717 2.54545V10.0455C8.66717 10.7841 8.52335 11.489 8.23571 12.1602C7.94807 12.8313 7.55922 13.4119 7.06916 13.902C6.5791 14.392 5.99849 14.7809 5.32733 15.0685C4.65616 15.3562 3.95126 15.5 3.21262 15.5H2.53081C2.34615 15.5 2.18635 15.4325 2.0514 15.2976C1.91646 15.1626 1.84899 15.0028 1.84899 14.8182V13.4545C1.84899 13.2699 1.91646 13.1101 2.0514 12.9751C2.18635 12.8402 2.34615 12.7727 2.53081 12.7727H3.21262C3.96547 12.7727 4.60822 12.5064 5.14089 11.9737C5.67356 11.4411 5.9399 10.7983 5.9399 10.0455V9.70455C5.9399 9.42046 5.84047 9.17898 5.6416 8.98011C5.44274 8.78125 5.20126 8.68182 4.91717 8.68182H2.53081C1.96262 8.68182 1.47967 8.48295 1.08194 8.08523C0.684215 7.6875 0.485352 7.20455 0.485352 6.63636V2.54545C0.485352 1.97727 0.684215 1.49432 1.08194 1.09659C1.47967 0.698864 1.96262 0.5 2.53081 0.5H6.62172C7.1899 0.5 7.67285 0.698864 8.07058 1.09659C8.46831 1.49432 8.66717 1.97727 8.66717 2.54545ZM18.2126 2.54545V10.0455C18.2126 10.7841 18.0688 11.489 17.7812 12.1602C17.4935 12.8313 17.1047 13.4119 16.6146 13.902C16.1246 14.392 15.5439 14.7809 14.8728 15.0685C14.2016 15.3562 13.4967 15.5 12.7581 15.5H12.0763C11.8916 15.5 11.7318 15.4325 11.5969 15.2976C11.4619 15.1626 11.3944 15.0028 11.3944 14.8182V13.4545C11.3944 13.2699 11.4619 13.1101 11.5969 12.9751C11.7318 12.8402 11.8916 12.7727 12.0763 12.7727H12.7581C13.5109 12.7727 14.1537 12.5064 14.6863 11.9737C15.219 11.4411 15.4854 10.7983 15.4854 10.0455V9.70455C15.4854 9.42046 15.3859 9.17898 15.1871 8.98011C14.9882 8.78125 14.7467 8.68182 14.4626 8.68182H12.0763C11.5081 8.68182 11.0251 8.48295 10.6274 8.08523C10.2297 7.6875 10.0308 7.20455 10.0308 6.63636V2.54545C10.0308 1.97727 10.2297 1.49432 10.6274 1.09659C11.0251 0.698864 11.5081 0.5 12.0763 0.5H16.1672C16.7354 0.5 17.2183 0.698864 17.616 1.09659C18.0138 1.49432 18.2126 1.97727 18.2126 2.54545Z" fill="#4F46E5"></path>
</svg>
</div>
<div class="hidden lg:block absolute left-12 top-1/2 transform -translate-y-1/2 w-96 h-px bg-gray-200"></div>
</div>
<div class="md:max-w-xs mx-auto">
<h3 class="mb-4 font-heading text-xl font-bold font-heading leading-normal">Routing Module</h3>
<p class="text-gray-600 font-medium leading-relaxed">Deteksi maksud kalimat atau pertanyaan.
Sebagai routing modul dari kalimat user.
Gateway ke sistem eksisting yang berjalan.
</p>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/4 p-8">
<div class="text-center">
<div class="relative z-10 bg-indigo-600 w-12 h-12 mb-8 mx-auto border border-blueGray-200 rounded-full">
<div class="absolute left-1/2 top-1/2 transform -translate-x-1/2 -translate-y-1/2">
<svg width="22" height="16" viewbox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.5734 0.93934C21.1591 1.52513 21.1591 2.47487 20.5734 3.06066L8.57336 15.0607C7.98757 15.6464 7.03782 15.6464 6.45204 15.0607L0.452035 9.06066C-0.133751 8.47487 -0.133751 7.52513 0.452035 6.93934C1.03782 6.35355 1.98757 6.35355 2.57336 6.93934L7.5127 11.8787L18.452 0.93934C19.0378 0.353553 19.9876 0.353553 20.5734 0.93934Z" fill="white"></path>
</svg>
</div>
</div>
<div class="md:max-w-xs mx-auto">
<h3 class="mb-4 font-heading text-xl font-bold font-heading leading-normal">Respon Generator</h3>
<p class="text-gray-600 font-medium leading-relaxed">Sebagai knownledge based generator dari FAQ.
Generator di training menggunakan model AI terkini.
Pemilik proses bisnis menentukan FAQ apa saja yang akan dikeluarkan sebagai response.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="py-32 bg-white overflow-hidden">
<div class="container px-4 mx-auto">
<div class="flex flex-wrap lg:items-center -m-8">
<div class="w-full md:w-1/2 p-8">
<img class="mx-auto transform hover:-translate-y-4 transition ease-in-out duration-1000" src="flaro-assets/images/how-it-works/iphone.png" alt="">
</div>
<div class="w-full md:w-1/2 p-8">
<h2 class="mb-20 text-6xl md:text-7xl font-bold font-heading tracking-px-n leading-tight md:max-w-lg">How Iteung helps you to integrate your organization in no time and grow.</h2>
<div class="flex flex-wrap -m-1.5">
<div class="w-full p-1.5">
<div class="flex flex-wrap -m-6">
<div class="w-auto p-6">
<div class="relative mb-3 w-10 h-10 text-lg text-white font-bold bg-indigo-600 rounded-full">
<img class="absolute top-0 left-0" src="flaro-assets/images/how-it-works/gradient.svg" alt="">
<span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">1</span>
</div>
<img class="relative left-3" src="flaro-assets/images/how-it-works/line.svg" alt="">
</div>
<div class="flex-1 p-6">
<div class="md:max-w-xs">
<h3 class="mb-3 text-2xl font-semibold leading-snug">Auth Service</h3>
<p class="text-gray-700 font-medium leading-relaxed">Memastikan hanya user yang berhak unutk mengakses</p>
</div>
</div>
</div>
</div>
<div class="w-full p-1.5">
<div class="flex flex-wrap -m-6">
<div class="w-auto p-6">
<div class="relative -left-1 mb-3 w-10 h-10 text-lg text-white font-bold bg-indigo-600 rounded-full">
<img class="absolute top-0 left-0" src="flaro-assets/images/how-it-works/gradient.svg" alt="">
<span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">2</span>
</div>
<img class="relative left-3" src="flaro-assets/images/how-it-works/line2.svg" alt="">
</div>
<div class="flex-1 p-6">
<div class="md:max-w-xs">
<h3 class="mb-3 text-2xl font-semibold leading-snug">Typo Normalization</h3>
<p class="text-gray-700 font-medium leading-relaxed">Memastikan setiap typo, singkatan atau istilah tertangani</p>
</div>
</div>
</div>
</div>
<div class="w-full p-1.5">
<div class="flex flex-wrap -m-6">
<div class="w-auto p-6">
<div class="relative left-5 mb-3 w-10 h-10 text-lg text-white font-bold bg-indigo-600 rounded-full">
<img class="absolute top-0 left-0" src="flaro-assets/images/how-it-works/gradient.svg" alt="">
<span class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2">3</span>
</div>
</div>
<div class="flex-1 p-6">
<div class="md:max-w-xs">
<h3 class="mb-3 text-2xl font-semibold leading-snug">Module Routing and Response Generator</h3>
<p class="text-gray-700 font-medium leading-relaxed">Terintegrasi dengan sistem eksisting dan membalas sesuai dengan data latih</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="relative pt-28 pb-32 bg-indigo-600 overflow-hidden">
<img class="absolute left-1/2 top-0 transform -translate-x-1/2" src="flaro-assets/images/footers/gradient3.svg" alt="">
<div class="relative z-10 container px-4 mx-auto">
<div class="flex flex-wrap -m-8">
<div class="w-full md:w-1/2 p-8">
<div class="lg:max-w-sm">
<h2 class="mb-16 text-6xl md:text-7xl text-white font-bold tracking-px-n leading-tight">Let’s talk about your needs.</h2>
<div class="md:inline-block">
<a href="https://wa.me/6281312000300?text=minta+penjelasan+aiteung">
<button class="py-4 px-6 w-full text-indigo-600 font-semibold rounded-xl shadow-4xl focus:ring focus:ring-indigo-300 bg-white hover:bg-gray-50 transition ease-in-out duration-200" type="button">
Contact Now
</button>
</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 p-8">
<div class="flex flex-wrap -m-8 mb-10">
<div class="w-full sm:w-1/3 p-8">
<ul>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://vanillajskit.github.io/">Frontend</a></li>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://whatsauth.github.io/">WhatsAuth</a></li>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://petapedia.github.io/">Petapedia</a></li>
<li><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://www.datapedia.web.id/">Datapedia</a></li>
</ul>
</div>
<div class="w-full sm:w-1/3 p-8">
<ul>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://www.bukupedia.co.id/">Bukupedia</a></li>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://universitas.bukupedia.co.id/">Kampus Bukped</a></li>
<li><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://irc.ulbi.ac.id/">IRC</a></li>
</ul>
</div>
<div class="w-full sm:w-1/3 p-8">
<ul>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://netpedia.github.io/">Netpedia</a></li>
<li class="mb-3.5"><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://pomokit.github.io/">Pomokit</a></li>
<li><a class="text-white hover:text-gray-200 font-medium leading-relaxed" href="https://getqr.github.io/">GetQR</a></li>
</ul>
</div>
</div>
<p class="text-sm text-white text-opacity-50 font-medium leading-relaxed">Copyright © 2023 AIteung. All Rights Reserved</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>