-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
411 lines (352 loc) · 25.4 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
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
<!DOCTYPE html>
<html lang="en" class="astro-OO3YQ2P5">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/svg+xml" href="/favicon.png">
<meta name="generator" content="Astro v1.2.7">
<meta name="description" content="A Workflow Engine for Offensive Security">
<title>Osmedeus Next Generation - A Workflow Engine for Offensive Security</title>
<meta property="og:title" content="Osmedeus Next Generation">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.osmedeus.org">
<meta property="og:image" content="https://raw.githubusercontent.com/osmedeus/assets/main/square-rounded-logo.png">
<meta property="og:description" content="A Workflow Engine for Offensive Security">
<meta name="twitter:card" content="">
<meta name="twitter:site" content="@OsmedeusEngine">
<meta name="twitter:creator" content="@OsmedeusEngine">
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/index.a67b1956.css" /><script type="module">window.dataLayer=window.dataLayer||[];function a(){dataLayer.push(arguments)}a("js",new Date);a("config","UA-109222024-1");
</script></head>
<body class="bg-white dark:bg-gray-900 astro-OO3YQ2P5">
<header class="astro-ZHQAEPOW">
<nav class="z-10 w-full absolute astro-ZHQAEPOW">
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<div class="flex flex-wrap items-center justify-between py-2 gap-6 md:py-4 md:gap-0 relative astro-ZHQAEPOW">
<input aria-hidden="true" type="checkbox" name="toggle_nav" id="toggle_nav" class="hidden peer astro-ZHQAEPOW">
<div class="relative z-20 w-full flex justify-between lg:w-max md:px-0 astro-ZHQAEPOW">
<a href="#" aria-label="logo" class="flex space-x-2 items-center astro-ZHQAEPOW">
<div aria-hidden="true" class="flex space-x-1 astro-ZHQAEPOW">
</div>
<span class="text-2xl font-bold text-gray-900 dark:text-white astro-ZHQAEPOW">Osmedeus</span>
</a>
<div class="relative flex items-center lg:hidden max-h-10 astro-ZHQAEPOW">
<label role="button" for="toggle_nav" aria-label="humburger" id="hamburger" class="relative p-6 -mr-6 astro-ZHQAEPOW">
<div aria-hidden="true" id="line" class="m-auto h-0.5 w-5 rounded bg-sky-900 dark:bg-gray-300 transition duration-300 astro-ZHQAEPOW"></div>
<div aria-hidden="true" id="line2" class="m-auto mt-2 h-0.5 w-5 rounded bg-sky-900 dark:bg-gray-300 transition duration-300 astro-ZHQAEPOW"></div>
</label>
</div>
</div>
<div aria-hidden="true" class="fixed z-10 inset-0 h-screen w-screen bg-white/70 backdrop-blur-2xl origin-bottom scale-y-0 transition duration-500 peer-checked:origin-top peer-checked:scale-y-100 lg:hidden dark:bg-gray-900/70 astro-ZHQAEPOW"></div>
<div class="flex-col z-20 flex-wrap gap-6 p-8 rounded-3xl border border-gray-100 bg-white shadow-2xl shadow-gray-600/10 justify-end w-full invisible opacity-0 translate-y-1 absolute top-full left-0 transition-all duration-300 scale-95 origin-top
lg:relative lg:scale-100 lg:peer-checked:translate-y-0 lg:translate-y-0 lg:flex lg:flex-row lg:items-center lg:gap-0 lg:p-0 lg:bg-transparent lg:w-7/12 lg:visible lg:opacity-100 lg:border-none
peer-checked:scale-100 peer-checked:opacity-100 peer-checked:visible lg:shadow-none
dark:shadow-none dark:bg-gray-800 dark:border-gray-700 astro-ZHQAEPOW">
<div class="text-gray-600 dark:text-gray-300 lg:pr-4 lg:w-auto w-full lg:pt-0 astro-ZHQAEPOW">
<ul class="tracking-wide font-medium lg:text-sm flex-col flex lg:flex-row gap-6 lg:gap-0 astro-ZHQAEPOW">
<li class="astro-ZHQAEPOW">
<a href="https://docs.osmedeus.org/faq/" class="block md:px-4 transition hover:text-primary astro-ZHQAEPOW">
<span class="astro-ZHQAEPOW">FAQs</span>
</a>
</li>
<li class="astro-ZHQAEPOW">
<a href="https://github.com/j3ssie/osmedeus" class="block md:px-4 transition hover:text-danger astro-ZHQAEPOW">
<span class="astro-ZHQAEPOW">Github</span>
</a>
</li>
<li class="astro-ZHQAEPOW">
<a href="https://twitter.com/OsmedeusEngine" class="block md:px-4 transition hover:text-primary astro-ZHQAEPOW">
<span class="astro-ZHQAEPOW">Twitter</span>
</a>
</li>
<li class="astro-ZHQAEPOW">
<a href="https://discord.gg/mtQG2FQsYA" class="block md:px-4 transition hover:text-info astro-ZHQAEPOW">
<span class="astro-ZHQAEPOW">Discord</span>
</a>
</li>
<li class="astro-ZHQAEPOW">
<a href="https://docs.osmedeus.org/donation/" class="block md:px-4 transition hover:text-secondary astro-ZHQAEPOW">
<span class="astro-ZHQAEPOW">Donation</span>
</a>
</li>
</ul>
</div>
<div class="mt-12 lg:mt-0 astro-ZHQAEPOW">
<a href="https://docs.osmedeus.org/premium/" class="relative flex h-9 w-full items-center justify-center px-4 before:absolute before:inset-0 before:rounded-full before:bg-[#22C55E] before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max astro-ZHQAEPOW">
<span class=" inline-flex items-baseline relative text-sm font-semibold text-white astro-ZHQAEPOW">Get Premium Package</span>
</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<main class="space-y-40 mb-40">
<div class="relative">
<div aria-hidden="true" class="absolute inset-0 grid grid-cols-2 -space-x-52 opacity-40 dark:opacity-20">
<div class="blur-[106px] h-56 bg-gradient-to-br from-primary to-purple-400 dark:from-blue-700">
</div>
<div class="blur-[106px] h-32 bg-gradient-to-r from-cyan-400 to-sky-300 dark:to-indigo-600">
</div>
</div>
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<div class="relative pt-36 ml-auto">
<div class="lg:w-2/3 text-center mx-auto">
<h1 class="text-gray-800 dark:text-[#f8f8f2] font-bold text-5xl md:text-6xl xl:text-7xl">
A Workflow
Engine for Offensive Security
</h1>
<p class="mt-8 text-2xl text-gray-700 dark:text-gray-300">
Designed to build a foundation with the capability and flexibility that allow you to run your reconnaissance system automatically
</p>
<div class="mt-16 flex flex-wrap justify-center gap-y-4 gap-x-6">
<a href="https://docs.osmedeus.org/installation/" class="relative flex h-11 w-full items-center justify-center px-6 before:absolute before:inset-0 before:rounded-full before:bg-primary before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max">
<span class="relative text-base font-semibold text-white">Get started</span>
</a>
<a href="https://docs.osmedeus.org/" class="relative flex h-11 w-full items-center justify-center px-6 before:absolute before:inset-0 before:rounded-full before:border before:border-transparent before:bg-info before:bg-gradient-to-b before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max">
<span class="relative text-base font-semibold text-white">Documentation</span>
</a>
</div>
</div>
<div class="mt-12 py-8 ml-auto border-y border-gray-800">
<h2 class="text-center text-2xl font-bold text-gray-700 dark:text-[#f8f8f2] md:text-4xl">
Successfully hunt on
</h2>
<div class="mt-12 grid grid-cols-3 sm:grid-cols-4 md:grid-cols-6">
<div class="p-4 flex grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/google.svg" class="h-9 w-auto m-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/microsoft.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 flex grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/netflix.svg" class="h-8 w-auto m-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/stack-overflow.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/yahoo.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/apple.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/starbucks.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/alibaba.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/grab.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/paypal.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/snapchat.png" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/mastercard.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/firefox.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/dod.png" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/f-secure.png" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/fireeye.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/tencent.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
<div class="p-4 grayscale transition duration-200 hover:grayscale-0">
<img src="./images/clients/at-t.svg" class="h-12 w-auto mx-auto" loading="lazy" alt="client logo" width="" height="">
</div>
</div>
<h2 class="text-center py-8 text-2xl font-bold text-gray-700 dark:text-[#f8f8f2] md:text-4xl">
and many many more
</h2>
</div>
</div>
</div>
</div>
<div>
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<div class="md:w-2/3 lg:w-1/2">
<img src="https://img.icons8.com/external-others-ghozy-muhtarom/64/000000/external-star-award-smooth-others-ghozy-muhtarom.png">
<h2 class="my-8 text-2xl font-bold text-gray-700 dark:text-white md:text-4xl">
A technology-first approach to payments
and finance
</h2>
</div><div class="mt-16 grid divide-x divide-y divide-gray-100 dark:divide-gray-700 overflow-hidden rounded-3xl border border-gray-100 text-gray-600 dark:border-gray-700 sm:grid-cols-2 lg:grid-cols-4 lg:divide-y-0 xl:grid-cols-4">
<div class="group relative bg-white dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
<div class="relative space-y-8 py-12 p-8">
<img src="https://img.icons8.com/color-glass/48/228BE6/rocket.png">
<div class="space-y-2">
<h5 class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary">
Significantly speed up your recon process
</h5>
</div>
</div>
</div>
<div class="group relative bg-white dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
<div class="relative space-y-8 py-12 p-8">
<img src="https://img.icons8.com/external-vitaliy-gorbachev-lineal-color-vitaly-gorbachev/60/000000/external-database-cryptocurrency-vitaliy-gorbachev-lineal-color-vitaly-gorbachev.png">
<div class="space-y-2">
<h5 class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary">
Organize your scan results
</h5>
</div>
</div>
</div>
<div class="group relative bg-white dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
<div class="relative space-y-8 py-12 p-8">
<img src="https://img.icons8.com/color-glass/48/000000/workflow.png">
<div class="space-y-2">
<h5 class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary">
Seamlessly integrate with new public and private tools
</h5>
</div>
</div>
</div>
<div class="group relative bg-gray-50 dark:bg-gray-800 transition hover:z-[1] hover:shadow-2xl hover:shadow-gray-600/10">
<div class="relative space-y-8 py-12 p-8 transition duration-300 group-hover:bg-white dark:group-hover:bg-gray-800">
<img src="https://img.icons8.com/external-prettycons-flat-prettycons/47/000000/external-plug-connections-prettycons-flat-prettycons.png">
<div class="space-y-2">
<h5 class="text-xl font-semibold text-gray-700 dark:text-white transition group-hover:text-secondary">
Efficiently to customize and optimize your recon process
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="relative">
<div aria-hidden="true" class="absolute inset-0 h-max w-full m-auto grid grid-cols-2 -space-x-52 opacity-40 dark:opacity-20">
<div class="blur-[106px] h-56 bg-gradient-to-br from-primary to-purple-400 dark:from-blue-700"></div>
<div class="blur-[106px] h-32 bg-gradient-to-r from-cyan-400 to-sky-300 dark:to-indigo-600"></div>
</div>
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<img src="https://img.icons8.com/external-nawicon-flat-nawicon/64/000000/external-diamond-business-nawicon-flat-nawicon.png"><div class="space-y-6 justify-between text-gray-600 md:flex flex-row-reverse md:gap-6 md:space-y-0 lg:gap-12 lg:items-center">
<div class="mt-8 md:5/12 lg:w-1/3">
<img src="./images/logo.png" alt="image" loading="lazy" width="" height="" class="w-full rounded-lg">
</div>
<div class="md:7/12 lg:w-1/2">
<h2 class="text-3xl font-bold text-gray-900 md:text-4xl dark:text-white">
Get the access to exclusive and cutting-edge features
</h2>
<p class="my-8 text-gray-600 dark:text-gray-300">
</p>
<div class="divide-y space-y-4 divide-gray-100 dark:divide-gray-800">
<div class="mt-8 flex gap-4 md:items-center">
<div class="w-12 h-12 flex gap-4 rounded-full bg-indigo-100 dark:bg-indigo-900/20">
<img src="https://img.icons8.com/nolan/64/stacked-organizational-chart-highlighted-first-node.png">
</div>
<div class="w-5/6">
<h4 class="font-semibold text-lg text-indigo-300">My private workflow which is fully tested on many site.</h4>
</div>
</div>
<div class="pt-4 flex gap-4 md:items-center">
<div class="w-12 h-12 flex gap-4 rounded-full bg-teal-900/20">
<img src="https://img.icons8.com/3d-fluency/100/000000/document.png">
</div>
<div class="w-5/6">
<h4 class="font-semibold text-lg text-teal-300">Wordlists that I collected from many sources for a long time.</h4>
</div>
</div>
<div class="pt-4 flex gap-4 md:items-center">
<div class="w-12 h-12 flex gap-4 rounded-full bg-red-100 bg-red-900/20">
<img src="https://img.icons8.com/external-basicons-color-edtgraphics/50/000000/external-Gem-gems-basicons-color-edtgraphics-20.png"> </div>
<div class="w-5/6">
<h4 class="font-semibold text-lg text-red-300">Private third-party tools made the result a lot more accurate.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <Testimonials/> -->
<div class="relative">
<div aria-hidden="true" class="absolute inset-0 h-max w-full m-auto grid grid-cols-2 -space-x-52 opacity-40 dark:opacity-20">
<div class="blur-[106px] h-56 bg-gradient-to-br from-primary to-purple-400 dark:from-gray-700"></div>
<div class="blur-[106px] h-32 bg-gradient-to-r from-cyan-400 to-sky-300 dark:to-indigo-600"></div>
</div>
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<div class="relative">
<div class="m-auto space-y-6 md:w-8/12 lg:w-7/12">
<h1 class="text-center text-4xl font-bold text-gray-800 dark:text-white md:text-5xl">Boost your reconnaissance system to the next level by upgrading to premium package</h1>
<p class="text-center text-xl text-gray-600 dark:text-gray-300">
Give us a try and we are sure you will not regret it!
</p>
<div class="flex flex-wrap justify-center gap-6">
<a href="https://docs.osmedeus.org/premium/" class="relative flex h-12 w-full items-center justify-center px-8 before:absolute before:inset-0 before:rounded-full before:bg-primary before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 sm:w-max">
<span class="relative text-base font-semibold text-white">Get Premium Package</span>
</a>
<a href="#" class="relative flex h-12 w-full items-center justify-center px-8 before:absolute before:inset-0 before:rounded-full before:border before:border-transparent before:bg-gradient-to-b before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95 dark:before:border-gray-700 before:bg-orange-700 sm:w-max">
<span class="relative text-base font-semibold text-white">Frequently Asked Questions</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- <Blog/> -->
</main>
<footer class="py-20 md:py-40">
<div class="max-w-7xl mx-auto px-6 md:px-12 xl:px-6">
<div class="m-auto md:w-10/12 lg:w-8/12 xl:w-6/12">
<div class="flex flex-wrap items-center justify-between md:flex-nowrap">
<div class="flex w-full justify-center space-x-12 text-gray-600 dark:text-gray-300 sm:w-7/12 md:justify-start">
<ul class="list space-y-8">
<!-- <li><a href="#" class="transition hover:text-primary">Home</a></li> -->
<li>
<a href="https://github.com/j3ssie" class="flex items-center space-x-3 transition hover:text-primary">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="w-5" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg>
<span>Github</span>
</a>
</li>
<li>
<a href="https://twitter.com/j3ssiejjj" class="flex items-center space-x-3 transition hover:text-primary">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="w-5" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"></path>
</svg>
<span>Twitter</span>
</a>
</li>
</ul>
<ul role="list" class="space-y-8">
<li>
<a href="https://www.patreon.com/j3ssie" class="flex items-center space-x-3 transition hover:text-primary">
<img class="h-5 w-5" width="32" height="32" src="https://c5.patreon.com/external/favicon/favicon.ico?v=69kMELnXkB" alt="patreon icon">
<span>Patreon</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ai-ho/" class="flex items-center space-x-3 transition hover:text-primary">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" fill="currentColor" class="w-5" viewBox="0 0 48 48" style=" fill:#000000;"><path fill="#0078d4" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5 V37z"></path><path d="M30,37V26.901c0-1.689-0.819-2.698-2.192-2.698c-0.815,0-1.414,0.459-1.779,1.364 c-0.017,0.064-0.041,0.325-0.031,1.114L26,37h-7V18h7v1.061C27.022,18.356,28.275,18,29.738,18c4.547,0,7.261,3.093,7.261,8.274 L37,37H30z M11,37V18h3.457C12.454,18,11,16.528,11,14.499C11,12.472,12.478,11,14.514,11c2.012,0,3.445,1.431,3.486,3.479 C18,16.523,16.521,18,14.485,18H18v19H11z" opacity=".05"></path><path d="M30.5,36.5v-9.599c0-1.973-1.031-3.198-2.692-3.198c-1.295,0-1.935,0.912-2.243,1.677 c-0.082,0.199-0.071,0.989-0.067,1.326L25.5,36.5h-6v-18h6v1.638c0.795-0.823,2.075-1.638,4.238-1.638 c4.233,0,6.761,2.906,6.761,7.774L36.5,36.5H30.5z M11.5,36.5v-18h6v18H11.5z M14.457,17.5c-1.713,0-2.957-1.262-2.957-3.001 c0-1.738,1.268-2.999,3.014-2.999c1.724,0,2.951,1.229,2.986,2.989c0,1.749-1.268,3.011-3.015,3.011H14.457z" opacity=".07"></path><path fill="#fff" d="M12,19h5v17h-5V19z M14.485,17h-0.028C12.965,17,12,15.888,12,14.499C12,13.08,12.995,12,14.514,12 c1.521,0,2.458,1.08,2.486,2.499C17,15.887,16.035,17,14.485,17z M36,36h-5v-9.099c0-2.198-1.225-3.698-3.192-3.698 c-1.501,0-2.313,1.012-2.707,1.99C24.957,25.543,25,26.511,25,27v9h-5V19h5v2.616C25.721,20.5,26.85,19,29.738,19 c3.578,0,6.261,2.25,6.261,7.274L36,36L36,36z"></path></svg>
<span>Linkedin</span>
</a>
</li>
</ul>
</div>
<div class="m-auto mt-16 w-10/12 space-y-6 text-center sm:mt-auto sm:w-5/12 sm:text-left">
<a href="https://j3ssie.github.io/">
<span class="block text-gray-800 dark:text-white">Copyright © 2022 Ai Ho (a.k.a j3ssie)</span>
</a>
</div>
</div>
</div>
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109222024-1"></script>
</body>
</html>