-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
489 lines (467 loc) · 63.7 KB
/
Copy pathservices.html
File metadata and controls
489 lines (467 loc) · 63.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>TheProphetJade</title>
<!-- SEO meta tags -->
<meta property="og:title" content="TheProphetJade" />
<meta property="og:url" content="https://prophetjade.dev" />
<meta property="og:site_name" content="TheProphetJade" />
<meta property="og:description" content="A passionate Minecraft Developer / Scripter from Philippines.">
<meta property="og:image" content="https://i.imgur.com/OzyIF75.png" />
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="theme-color" content="#FFEA00" />
<meta name="twitter:site" content="TheProphetJade">
<meta name="twitter:title" content="TheProphetJade">
<meta name="twitter:description" content="A passionate Minecraft Developer / Scripter from Philippines.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="https://i.imgur.com/OzyIF75.png">
<meta name="theme-color" content="#FFEA00">
<meta name="description" content="A passionate Minecraft Developer / Scripter from Philippines.">
<!-- Favicon -->
<link rel="icon" href="assets/images/favicon.png" type="image/svg+xml" />
<!-- CSS -->
<link rel="stylesheet" href="assets/css/plugins.css" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>
<div class="wrapper d-flex flex-column justify-between">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top bg-white">
<div class="container">
<!-- Logo -->
<a class="navbar-brand" href="https://prophetjade.dev">
<img src="assets/images/dotxzxc.png" alt="" width="120" />
</a>
<!-- Navbar toggler button -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="navbar-toggler-icon">
<span></span>
<span></span>
<span></span>
</div>
</button>
<!-- Navbar content -->
<div class="collapse navbar-collapse" id="navbarContent">
<div class="navbar-content-inner ms-lg-auto d-flex flex-column flex-lg-row align-lg-center gap-4 gap-lg-10 p-2 p-lg-0">
<ul class="navbar-nav gap-lg-2 gap-xl-5">
<li class="nav-item">
<a class="nav-link " href="https://prophetjade.dev">Home</a>
</li>
<li class="nav-item">
<a class="nav-link " href="project">Project</a>
</li>
<li class="nav-item">
<a class="nav-link " href="services">Services</a>
</li>
</ul>
<div class="">
<a href="contact" class="btn btn-outline-primary">Hire Me</a>
</div>
</div>
</div>
</div>
</nav>
<main class="flex-grow-1">
<!-- Page header -->
<section class="py-10 py-lg-15 bg-striped" data-aos="fade-up-sm" data-aos-delay="50">
<div class="container">
<div class="text-center">
<h3 class=" mb-2">Services</h3>
</div>
</div>
</section>
<!-- Use cases -->
<section class="pt-10 pt-lg-15 pb-20 pb-lg-30">
<div class="container">
<div class="row justify-center row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4 gx-8 gy-14">
<div class="col" data-aos="fade-up-sm" data-aos-delay="50">
<div class="d-flex flex-column justify-between gap-6 h-full text-center">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Server_Shutdown_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.92 0 0 0.92 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 0 0)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(97,97,97); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 12 4 L 36 4 L 36 44 L 12 44 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -10)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(158,158,158); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -14)" d="M 14 6 L 34 6 L 34 10 L 14 10 z M 14 12 L 34 12 L 34 16 L 14 16 z M 14 18 L 34 18 L 34 22 L 14 22 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 7 -10)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(118,255,3); fill-rule: nonzero; opacity: 1;" transform=" translate(-31, -14)" d="M 31 7 C 30.447715250169207 7 30 7.447715250169207 30 8 C 30 8.552284749830793 30.447715250169207 9 31 9 C 31.552284749830793 9 32 8.552284749830793 32 8 C 32 7.447715250169207 31.552284749830793 7 31 7 z M 31 13 C 30.447715250169207 13 30 13.447715250169207 30 14 C 30 14.552284749830793 30.447715250169207 15 31 15 C 31.552284749830793 15 32 14.552284749830793 32 14 C 32 13.447715250169207 31.552284749830793 13 31 13 z M 31 19 C 30.447715250169207 19 30 19.447715250169207 30 20 C 30 20.552284749830793 30.447715250169207 21 31 21 C 31.552284749830793 21 32 20.552284749830793 32 20 C 32 19.447715250169207 31.552284749830793 19 31 19 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 9)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(244,67,54); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -33)" d="M 24 25 C 19.581722001353654 25 16 28.581722001353654 16 33 C 16 37.418277998646346 19.581722001353654 41 24 41 C 28.418277998646346 41 32 37.418277998646346 32 33 C 32 28.581722001353654 28.418277998646346 25 24 25 Z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 5.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,205,210); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -29.5)" d="M 23 27 L 25 27 L 25 32 L 23 32 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 9.92)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,205,210); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -33.92)" d="M 28.307 28.832 L 27.008 30.391000000000002 C 27.617 31.094 28 31.999 28 33 C 28 35.206 26.206 37 24 37 C 21.794 37 20 35.206 20 33 C 20 31.999 20.383 31.094 20.993 30.391 L 19.694 28.831999999999997 C 18.647 29.912 18 31.381 18 33 C 18 36.309 20.691 39 24 39 C 27.309 39 30 36.309 30 33 C 30 31.381 29.353 29.912 28.307 28.832 z" stroke-linecap="round" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Server Setup</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="100">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Programming_Module_Puzzle_1_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(3.52 0 0 3.52 24 24)" >
<path style="stroke: rgb(65,71,213); stroke-width: 1; stroke-dasharray: none; stroke-linecap: round; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 4; fill: rgb(215,224,255); fill-rule: nonzero; opacity: 1;" transform=" translate(-7, -7)" d="M 4.78702 2.70817 L 6.54016 0.964609 C 6.60037 0.897105 6.67417 0.843089 6.75672 0.806104 C 6.83927 0.769119 6.9287 0.75 7.01916 0.75 C 7.10962 0.75 7.19905 0.769119 7.2816 0.806104 C 7.78642 1.03228 8.28059 1.35625 8.7699 1.66275 C 9.01002 1.81317 9.00065 2.19388 8.79769 2.39159 C 8.09842 3.1606 8.12736 4.37978 8.86232 5.11474 C 9.59728 5.8497 10.8165 5.87864 11.5855 5.17937 C 11.7826 4.97703 12.1625 4.96886 12.3109 5.20919 C 12.6254 5.71846 12.9589 6.2323 13.1939 6.75672 C 13.2309 6.83927 13.25 6.9287 13.25 7.01916 C 13.25 7.10962 13.2309 7.19905 13.1939 7.2816 C 13.1569 7.36415 13.1029 7.43795 13.0354 7.49816 L 11.2918 9.21298 C 12.9474 9.31309 13.7348 11.3891 12.562 12.562 C 11.4177 13.7062 9.31369 12.9573 9.21298 11.2918 L 7.45984 13.0354 C 7.39963 13.1029 7.32583 13.1569 7.24328 13.1939 C 7.16073 13.2309 7.07129 13.25 6.98084 13.25 C 6.89038 13.25 6.80095 13.2309 6.7184 13.1939 C 6.22912 12.9747 5.75282 12.6435 5.28389 12.3303 C 5.04453 12.1704 5.05986 11.7863 5.26605 11.5855 C 6.02525 10.821 6.02089 9.54732 5.25647 8.78811 C 4.49205 8.02891 3.21832 8.03327 2.45911 8.79769 C 2.25907 9.00304 1.87618 9.01661 1.71906 8.77683 C 1.39014 8.27487 1.04017 7.7657 0.806104 7.24328 C 0.769119 7.16073 0.75 7.07129 0.75 6.98084 C 0.75 6.89038 0.769119 6.80095 0.806104 6.7184 C 0.843089 6.63585 0.897105 6.56205 0.964609 6.50184 L 2.70817 4.78702 C 1.03489 4.70261 0.283765 2.58429 1.43403 1.43403 C 2.60233 0.265722 4.70325 1.04765 4.78702 2.70817 Z" stroke-linecap="round" />
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Plugin Configuration</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="150">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Blockchain_Technology_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.69 0 0 0.69 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 0 0)" >
<linearGradient id="SVGID_boiYrtSXdR3BAJKom~gaca_1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="32" y1="9.298" x2="32" y2="55.136">
<stop offset="0%" style="stop-color:rgb(26,109,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(200,34,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_boiYrtSXdR3BAJKom~gaca_1); fill-rule: nonzero; opacity: 1;" transform=" translate(-32, -32)" d="M 50 27 C 50.552 27 51 26.552 51 26 L 51 24 L 53.6 24 C 54.923 24 56 22.923000000000002 56 21.6 L 56 10.4 C 56 9.077 54.923 8 53.6 8 L 43 8 C 41.346000000000004 8 40 9.346 40 11 L 40 13 L 38 13 C 37.448 13 37 13.448 37 14 L 37 15 L 27 15 L 27 14 C 27 13.448 26.552 13 26 13 L 24 13 L 24 11 C 24 9.346 22.654 8 21 8 L 11 8 C 9.346 8 8 9.346 8 11 L 8 21 C 8 22.654 9.346 24 11 24 L 13 24 L 13 26 C 13 26.552 13.448 27 14 27 L 15 27 L 15 37 L 14 37 C 13.448 37 13 37.448 13 38 L 13 40 L 11 40 C 9.346 40 8 41.346000000000004 8 43 L 8 53.6 C 8 54.923 9.077 56 10.4 56 L 21.6 56 C 22.923000000000002 56 24 54.923 24 53.6 L 24 51 L 26 51 C 26.552 51 27 50.552 27 50 L 27 49 L 37 49 L 37 50 C 37 50.552 37.448 51 38 51 L 40 51 L 40 53.6 C 40 54.923 41.077 56 42.4 56 L 53.599999999999994 56 C 54.922999999999995 56 55.99999999999999 54.923 55.99999999999999 53.6 L 55.99999999999999 42.4 C 55.99999999999999 41.077 54.922999999999995 40 53.599999999999994 40 L 51 40 L 51 38 C 51 37.448 50.552 37 50 37 L 49 37 L 49 27 L 50 27 z M 49 25 L 47 25 L 47 24 L 49 24 L 49 25 z M 42 11 C 42 10.449 42.449 10 43 10 L 53.6 10 C 53.821 10 54 10.179 54 10.4 L 54 21.6 C 54 21.821 53.821 22 53.6 22 L 42.4 22 C 42.179 22 42 21.821 42 21.6 L 42 11 z M 39 15 L 40 15 L 40 17 L 39 17 L 39 15 z M 25 15 L 25 17 L 24 17 L 24 15 L 25 15 z M 10 21 L 10 11 C 10 10.449 10.449 10 11 10 L 21 10 C 21.551 10 22 10.449 22 11 L 22 21 C 22 21.551 21.551 22 21 22 L 11 22 C 10.449 22 10 21.551 10 21 z M 17 24 L 17 25 L 15 25 L 15 24 L 17 24 z M 15 39 L 17 39 L 17 40 L 15 40 L 15 39 z M 22 53.6 C 22 53.821 21.821 54 21.6 54 L 10.4 54 C 10.179 54 10 53.821 10 53.6 L 10 43 C 10 42.449 10.449 42 11 42 L 21.6 42 C 21.821 42 22 42.179 22 42.4 L 22 53.6 z M 25 49 L 24 49 L 24 47 L 25 47 L 25 49 z M 39 49 L 39 47 L 40 47 L 40 49 L 39 49 z M 54 42.4 L 54 53.599999999999994 C 54 53.82099999999999 53.821 53.99999999999999 53.6 53.99999999999999 L 42.4 53.99999999999999 C 42.179 53.99999999999999 42 53.82099999999999 42 53.599999999999994 L 42 43 C 42 42.449 42.449 42 43 42 L 53.6 42 C 53.821 42 54 42.179 54 42.4 z M 47 40 L 47 39 L 49 39 L 49 40 L 47 40 z M 47 37 L 46 37 C 45.448 37 45 37.448 45 38 L 45 40 L 43 40 C 41.346000000000004 40 40 41.346000000000004 40 43 L 40 45 L 38 45 C 37.448 45 37 45.448 37 46 L 37 47 L 27 47 L 27 46 C 27 45.448 26.552 45 26 45 L 24 45 L 24 42.4 C 24 41.077 22.923000000000002 40 21.6 40 L 19 40 L 19 38 C 19 37.448 18.552 37 18 37 L 17 37 L 17 27 L 18 27 C 18.552 27 19 26.552 19 26 L 19 24 L 21 24 C 22.654 24 24 22.654 24 21 L 24 19 L 26 19 C 26.552 19 27 18.552 27 18 L 27 17 L 37 17 L 37 18 C 37 18.552 37.448 19 38 19 L 40 19 L 40 21.6 C 40 22.923000000000002 41.077 24 42.4 24 L 45 24 L 45 26 C 45 26.552 45.448 27 46 27 L 47 27 L 47 37 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -16 -16)" >
<linearGradient id="SVGID_boiYrtSXdR3BAJKom~gacb_2" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="16" y1="13.128" x2="16" y2="18.588">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_boiYrtSXdR3BAJKom~gacb_2); fill-rule: nonzero; opacity: 1;" transform=" translate(-16, -16)" d="M 18.143 19 L 13.857000000000001 19 C 13.384 19 13 18.616 13 18.143 L 13 13.857000000000001 C 13 13.384 13.384 13 13.857 13 L 18.143 13 C 18.616 13 19 13.384 19 13.857 L 19 18.143 C 19 18.616 18.616 19 18.143 19 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 16 -16)" >
<linearGradient id="SVGID_boiYrtSXdR3BAJKom~gacc_3" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="48" y1="13.128" x2="48" y2="18.588">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_boiYrtSXdR3BAJKom~gacc_3); fill-rule: nonzero; opacity: 1;" transform=" translate(-48, -16)" d="M 50.143 19 L 45.857 19 C 45.384 19 45 18.616 45 18.143 L 45 13.857000000000001 C 45 13.384 45.384 13 45.857 13 L 50.143 13 C 50.616 13 51 13.384 51 13.857 L 51 18.143 C 51 18.616 50.616 19 50.143 19 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -16 16)" >
<linearGradient id="SVGID_boiYrtSXdR3BAJKom~gacd_4" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="16" y1="44.915" x2="16" y2="50.463">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_boiYrtSXdR3BAJKom~gacd_4); fill-rule: nonzero; opacity: 1;" transform=" translate(-16, -48)" d="M 18.143 51 L 13.857000000000001 51 C 13.384 51 13 50.616 13 50.143 L 13 45.857 C 13 45.384 13.384 45 13.857 45 L 18.143 45 C 18.616 45 19 45.384 19 45.857 L 19 50.143 C 19 50.616 18.616 51 18.143 51 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 16 16)" >
<linearGradient id="SVGID_boiYrtSXdR3BAJKom~gace_5" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="48" y1="44.915" x2="48" y2="50.463">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_boiYrtSXdR3BAJKom~gace_5); fill-rule: nonzero; opacity: 1;" transform=" translate(-48, -48)" d="M 50.143 51 L 45.857 51 C 45.384 51 45 50.616 45 50.143 L 45 45.857 C 45 45.384 45.384 45 45.857 45 L 50.143 45 C 50.616 45 51 45.384 51 45.857 L 51 50.143 C 51 50.616 50.616 51 50.143 51 z" stroke-linecap="round" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Bedrock Setup</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="200">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Discord_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(1 0 0 1 24 24)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(140,158,255); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 40 12 C 40 12 35.415 8.411999999999999 30 8 L 29.512 8.975999999999999 C 34.408 10.174 36.654 11.891 39 14 C 34.955 11.935 30.961 10 24 10 C 17.039 10 13.045 11.935 9 14 C 11.346 11.891 14.018 9.985 18.488 8.975999999999999 L 18 8 C 12.318999999999999 8.537 8 12 8 12 C 8 12 2.8789999999999996 19.425 2 34 C 7.162 39.953 15 40 15 40 L 16.639 37.815 C 13.857 36.848 10.715 35.121 8 32 C 11.238 34.45 16.125 37 24 37 C 31.875 37 36.762 34.45 40 32 C 37.285 35.121 34.143 36.848 31.361 37.815 L 33 40 C 33 40 40.838 39.953 46 34 C 45.121 19.425 40 12 40 12 z M 17.5 30 C 15.567 30 14 28.209 14 26 C 14 23.791 15.567 22 17.5 22 C 19.433 22 21 23.791 21 26 C 21 28.209 19.433 30 17.5 30 z M 30.5 30 C 28.567 30 27 28.209 27 26 C 27 23.791 28.567 22 30.5 22 C 32.433 22 34 23.791 34 26 C 34 28.209 32.433 30 30.5 30 z" stroke-linecap="round" />
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Discord Server Setup</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="50">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Broken_Robot_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.92 0 0 0.92 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 3 -15)" >
<path style="stroke: rgb(63,81,181); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" transform=" translate(-27, -9)" d="M 24 13 L 24 7.949 C 24 6.32 25.32 5 26.949 5 L 27.051000000000002 5 C 28.68 5 30 6.32 30 7.949 L 30 7.949" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 19 4.99)" >
<line style="stroke: rgb(63,81,181); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" x1="1" y1="0" x2="-1" y2="0" />
</g>
<g transform="matrix(1 0 0 1 14.84 4.99)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(121,134,203); fill-rule: nonzero; opacity: 1;" transform=" translate(-38.84, -28.99)" d="M 35.678 21.989 L 37.866 21.989 C 40.144999999999996 21.989 42 23.843 42 26.123 L 42 31.855 C 42 34.134 40.146 35.989000000000004 37.866 35.989000000000004 L 35.678 35.989000000000004 L 35.678 21.989 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -19 4.99)" >
<line style="stroke: rgb(63,81,181); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" x1="-1" y1="0" x2="1" y2="0" />
</g>
<g transform="matrix(1 0 0 1 -14.84 4.99)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(121,134,203); fill-rule: nonzero; opacity: 1;" transform=" translate(-9.16, -28.99)" d="M 12.322 21.989 L 10.133999999999999 21.989 C 7.854 21.989 6 23.844 6 26.123 L 6 31.855 C 6 34.134 7.854 35.989000000000004 10.134 35.989000000000004 L 12.322000000000001 35.989000000000004 L 12.322000000000001 21.989 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -10)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(121,134,203); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -14)" d="M 25.367 11 L 22.633000000000003 11 C 20.078 11 18 13.078 18 15.633 C 18 16.387 18.613 17 19.367 17 L 28.633000000000003 17 C 29.387 17 30 16.387 30 15.633 C 30 13.078 27.922 11 25.367 11 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 4.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(197,202,233); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -28.5)" d="M 32.981 14 L 15.019 14 C 11.7 14 9 16.689 9 19.994 L 9 37.004999999999995 C 9 40.311 11.7 43 15.019 43 L 32.981 43 C 36.3 43 39 40.311 39 37.006 L 39 19.994 C 39 16.689 36.3 14 32.981 14 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 6 -15)" >
<circle style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(79,195,247); fill-rule: nonzero; opacity: 1;" cx="0" cy="0" r="2" />
</g>
<g transform="matrix(1 0 0 1 0 12.61)" >
<polyline style="stroke: rgb(57,73,171); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" points="-9,1 -6,-1 -3.01,1 -0.01,-1 2.99,1 6,-1 9,1 " />
</g>
<g transform="matrix(1 0 0 1 7 1)" >
<circle style="stroke: rgb(57,73,171); stroke-width: 2; stroke-dasharray: none; stroke-linecap: round; stroke-dashoffset: 0; stroke-linejoin: round; stroke-miterlimit: 4; fill: rgb(79,195,247); fill-rule: nonzero; opacity: 1;" cx="0" cy="0" r="3" />
</g>
<g transform="matrix(1 0 0 1 -7 1)" >
<line style="stroke: rgb(57,73,171); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" x1="3" y1="-3" x2="-3" y2="3" />
</g>
<g transform="matrix(1 0 0 1 -7 1)" >
<line style="stroke: rgb(57,73,171); stroke-width: 2; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: none; fill-rule: nonzero; opacity: 1;" x1="-3" y1="-3" x2="3" y2="3" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Custom Discord Bot</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="100">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Online_Store_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.92 0 0 0.92 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 0 0)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(207,216,220); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 42 6 C 42 5.4 41.6 5 41 5 L 7 5 C 6.4 5 6 5.4 6 6 L 6 43 L 42 43 L 42 6 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 7.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(176,190,197); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -31.5)" d="M 6 41 L 42 41 L 42 43 L 6 43 z M 40 20 L 42 20 L 42 41 L 40 41 z M 6 20 L 8 20 L 8 41 L 6 41 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -10.5 -15.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(144,164,174); fill-rule: nonzero; opacity: 1;" transform=" translate(-13.5, -8.5)" d="M 13.5 7 C 12.67157287525381 7 12 7.67157287525381 12 8.5 C 12 9.32842712474619 12.67157287525381 10 13.5 10 C 14.32842712474619 10 15 9.32842712474619 15 8.5 C 15 7.67157287525381 14.32842712474619 7 13.5 7 z M 17.5 7 C 16.67157287525381 7 16 7.67157287525381 16 8.5 C 16 9.32842712474619 16.67157287525381 10 17.5 10 C 18.32842712474619 10 19 9.32842712474619 19 8.5 C 19 7.67157287525381 18.32842712474619 7 17.5 7 z M 9.5 7 C 8.67157287525381 7 8 7.67157287525381 8 8.5 C 8 9.32842712474619 8.67157287525381 10 9.5 10 C 10.32842712474619 10 11 9.32842712474619 11 8.5 C 11 7.67157287525381 10.32842712474619 7 9.5 7 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 7.5 6.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(227,242,253); fill-rule: nonzero; opacity: 1;" transform=" translate(-31.5, -30.5)" d="M 25 25 L 38 25 L 38 36 L 25 36 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 7.5 6.5)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(30,136,229); fill-rule: nonzero; opacity: 1;" transform=" translate(-31.5, -30.5)" d="M 26 26 L 37 26 L 37 35 L 26 35 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -4)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(85,139,47); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -20)" d="M 24 17 C 22.34314575050762 17 21 18.34314575050762 21 20 C 21 21.65685424949238 22.34314575050762 23 24 23 C 25.65685424949238 23 27 21.65685424949238 27 20 C 27 18.34314575050762 25.65685424949238 17 24 17 z M 12 17 C 10.34314575050762 17 9 18.34314575050762 9 20 C 9 21.65685424949238 10.34314575050762 23 12 23 C 13.65685424949238 23 15 21.65685424949238 15 20 C 15 18.34314575050762 13.65685424949238 17 12 17 z M 36 17 C 34.34314575050762 17 33 18.34314575050762 33 20 C 33 21.65685424949238 34.34314575050762 23 36 23 C 37.65685424949238 23 39 21.65685424949238 39 20 C 39 18.34314575050762 37.65685424949238 17 36 17 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -8)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(124,179,66); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -16)" d="M 21 12 L 27 12 L 27 20 L 21 20 z M 9 20 L 15 20 L 16 12 L 11 12 z M 39 20 L 33 20 L 32 12 L 37 12 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -4)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,160,0); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -20)" d="M 18 17 C 16.34314575050762 17 15 18.34314575050762 15 20 C 15 21.65685424949238 16.34314575050762 23 18 23 C 19.65685424949238 23 21 21.65685424949238 21 20 C 21 18.34314575050762 19.65685424949238 17 18 17 z M 6 17 C 7.7 17 9 18.3 9 20 C 9 21.7 7.7 23 6 23 C 4.3 23 3 21.7 3 20 L 6 17 z M 30 17 C 28.34314575050762 17 27 18.34314575050762 27 20 C 27 21.65685424949238 28.34314575050762 23 30 23 C 31.65685424949238 23 33 21.65685424949238 33 20 C 33 18.34314575050762 31.65685424949238 17 30 17 z M 42 17 C 40.3 17 39 18.3 39 20 C 39 21.7 40.3 23 42 23 C 43.7 23 45 21.7 45 20 L 42 17 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -8)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(255,193,7); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -16)" d="M 15 20 L 21 20 L 21 12 L 16 12 z M 3 20 L 9 20 L 11 12 L 6 12 z M 33 20 L 27 20 L 27 12 L 32 12 z M 45 20 L 39 20 L 37 12 L 42 12 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -8.5 9)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(69,90,100); fill-rule: nonzero; opacity: 1;" transform=" translate(-15.5, -33)" d="M 10 25 L 21 25 L 21 41 L 10 41 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -11.5 11)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(144,164,174); fill-rule: nonzero; opacity: 1;" transform=" translate(-12.5, -35)" d="M 12 34 L 12 36 C 12 36.3 12.2 36.5 12.5 36.5 C 12.8 36.5 13 36.3 13 36 L 13 34 C 13 33.7 12.8 33.5 12.5 33.5 C 12.2 33.5 12 33.7 12 34 z" stroke-linecap="round" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Store Setup</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="150">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Website_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.92 0 0 0.92 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 0 0)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(63,81,181); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 26.4 24.898 L 27.309 19 L 30 19 L 27.877 29 L 25.5 29 L 24.005 23.062 L 22.505 29 L 20.128 29 L 18 19 L 20.695 19 L 21.586 25.035 L 23.02 19 L 24.979 19 L 26.4 24.898 z M 12.4 24.898 L 13.309 19 L 16 19 L 13.876999999999999 29 L 11.5 29 L 10.004999999999999 23.062 L 8.505 29 L 6.128 29 L 4 19 L 6.695 19 L 7.586 25.035 L 9.02 19 L 10.979 19 L 12.4 24.898 z M 40.4 24.898 L 41.309 19 L 44 19 L 41.877 29 L 39.5 29 L 38.005 23.062 L 36.505 29 L 34.128 29 L 32 19 L 34.695 19 L 35.586 25.035 L 37.02 19 L 38.979000000000006 19 L 40.4 24.898 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 -11)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(33,150,243); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -13)" d="M 8.5 12 L 39.5 12 L 39.5 14 L 8.5 14 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 0)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(33,150,243); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 8.5 12 L 39.5 12 L 39.5 14 L 8.5 14 z M 8.5 34 L 39.5 34 L 39.5 36 L 8.5 36 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 0 0)" >
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: rgb(33,150,243); fill-rule: nonzero; opacity: 1;" transform=" translate(-24, -24)" d="M 7.426 17 C 9.511 12.089 13.715 8.286 18.887999999999998 6.75 C 16.923 9.048 15.407999999999998 12.648 14.614999999999998 17 L 16.662999999999997 17 C 17.776 11.281 20.182 6.998 23 6.164 L 23 17 L 25 17 L 25 6.164 C 27.818 6.997 30.224 11.280999999999999 31.337 17 L 33.385 17 C 32.592 12.648 31.076999999999998 9.048 29.112 6.75 C 34.285 8.286 38.489 12.089 40.574 17 L 42.711 17 C 39.865 9.419 32.563 4 24 4 C 15.436999999999998 4 8.135 9.419 5.289 17 L 7.426 17 z M 40.574 31 C 38.489 35.911 34.285 39.714 29.112 41.25 C 31.076999999999998 38.952 32.592 35.352000000000004 33.385 31 L 31.336999999999996 31 C 30.224 36.719 27.818 41.002 25 41.836 L 25 31 L 23 31 L 23 41.836 C 20.182 41.003 17.776 36.719 16.663 31 L 14.615 31 C 15.408 35.352000000000004 16.923000000000002 38.952 18.887999999999998 41.25 C 13.715 39.714 9.511 35.911 7.426 31 L 5.289 31 C 8.135 38.581 15.437 44 24 44 C 32.563 44 39.865 38.581 42.711 31 L 40.574 31 z" stroke-linecap="round" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Website Setup</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="200">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg id='Render_Texture_48' width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><rect width='48' height='48' stroke='none' fill='#000000' opacity='0'/>
<g transform="matrix(0.69 0 0 0.69 24 24)" >
<g style="" >
<g transform="matrix(1 0 0 1 5.51 -17.19)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNa_1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="37.51" y1="13" x2="37.51" y2="16.468">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNa_1); fill-rule: nonzero; opacity: 1;" transform=" translate(-37.51, -14.81)" d="M 41.131 15.109 L 33.545 11.773 C 33.371 11.697 33.186 11.658999999999999 33 11.658 L 33 17.964 L 40.534 17.955 C 42.141 17.953 42.602 15.756 41.131 15.109 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 11 12)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNb_2" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -43 -44)" x1="43" y1="42" x2="43" y2="46.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNb_2); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 11 4)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNc_3" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -43 -36)" x1="43" y1="34" x2="43" y2="38.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNc_3); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 19 12)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNd_4" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -51 -44)" x1="51" y1="42" x2="51" y2="46.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNd_4); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 3 12)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNe_5" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -35 -44)" x1="35" y1="42" x2="35" y2="46.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNe_5); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 11 20)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNf_6" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -43 -52)" x1="43" y1="50" x2="43" y2="54.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNf_6); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 7 8)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNg_7" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -39 -40)" x1="39" y1="38" x2="39" y2="42.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNg_7); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 15 8)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNh_8" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -47 -40)" x1="47" y1="38" x2="47" y2="42.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNh_8); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 7 16)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNi_9" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -39 -48)" x1="39" y1="46" x2="39" y2="50.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNi_9); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 15 16)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNj_10" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 -47 -48)" x1="47" y1="46" x2="47" y2="50.007">
<stop offset="0%" style="stop-color:rgb(109,199,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(230,171,255);stop-opacity: 1"/>
</linearGradient>
<rect style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNj_10); fill-rule: nonzero; opacity: 1;" x="-2" y="-2" rx="0" ry="0" width="4" height="4" />
</g>
<g transform="matrix(1 0 0 1 -9.5 -5.49)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNk_11" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="22.504" y1="10.234" x2="22.504" y2="51.995">
<stop offset="0%" style="stop-color:rgb(26,109,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(200,34,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNk_11); fill-rule: nonzero; opacity: 1;" transform=" translate(-22.5, -26.51)" d="M 28.009 22.993 L 28.007 20.993 C 21.931 21 16.994 25.949 17 32.025 L 19 32.022999999999996 C 18.995 27.049 23.036 22.999 28.009 22.993 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 1 -0.5)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNl_12" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="33" y1="10.234" x2="33" y2="51.995">
<stop offset="0%" style="stop-color:rgb(26,109,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(200,34,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNl_12); fill-rule: nonzero; opacity: 1;" transform=" translate(-33, -31.5)" d="M 57 17 L 42.959 17 C 42.961000000000006 16.993 42.964000000000006 16.986 42.965 16.979 C 43.212 15.799 42.636 14.68 41.532000000000004 14.193999999999999 L 34.625 11.155999999999999 C 34.859 10.829 35 10.43 35 9.998 C 34.999 8.896 34.102 8 33 8 C 33 8 32.999 8 32.998 8 C 31.896 8.001 30.999 8.899 31 10.002 C 31 10.432 31.14 10.829 31.373 11.155000000000001 L 24.461000000000002 14.213000000000001 C 23.358 14.701 22.785000000000004 15.822000000000001 23.035000000000004 17.002000000000002 C 23.093000000000004 17.275000000000002 23.193000000000005 17.524 23.323000000000004 17.750000000000004 C 21.110000000000003 18.476000000000003 19.079000000000004 19.707000000000004 17.387000000000004 21.403000000000002 C 16.878000000000004 21.913000000000004 16.425000000000004 22.463 16.000000000000004 23.03 L 16.000000000000004 23 C 16.000000000000004 18.589 12.411000000000003 15 8.000000000000004 15 C 6.897000000000004 15 6.0000000000000036 15.897 6.0000000000000036 17 L 6.0000000000000036 21 C 6.0000000000000036 22.103 6.897000000000004 23 8.000000000000004 23 L 8.000000000000004 28 C 8.000000000000004 31.698 10.249000000000004 34.985 13.645000000000003 36.348 C 15.511000000000003 42.522999999999996 21.248000000000005 47.032 28.020000000000003 47.032 C 28.025000000000002 47.032 28.032000000000004 47.032 28.037000000000003 47.032 L 32.433 47.026999999999994 C 33.752 51.623 37.985 55 43 55 C 49.065 55 54 50.065 54 44 C 54 41.593 53.214 39.372 51.898 37.559 C 52.481 36.114999999999995 52.84 34.564 52.944 32.94 C 56.911 32.47 60 29.091 60 25 L 60 20 C 60 18.346 58.654 17 57 17 z M 25.271 16.042 L 32.85 12.688000000000002 L 32.85 12.688000000000002 C 32.896 12.667000000000002 32.946 12.657000000000002 32.996 12.657000000000002 C 33.045 12.657000000000002 33.095 12.667000000000002 33.142 12.688000000000002 L 40.728 16.024 C 41.041000000000004 16.162000000000003 41.038000000000004 16.424 41.008 16.568 C 40.978 16.712000000000003 40.876000000000005 16.954 40.533 16.954 L 25.468000000000004 16.972 C 25.468000000000004 16.972 25.467000000000002 16.972 25.467000000000002 16.972 C 25.125000000000004 16.972 25.023000000000003 16.731 24.992 16.587 C 24.961 16.443 24.957 16.181 25.271 16.042 z M 14 26.64 C 13.35 28.339000000000002 12.998 30.156 13 32.03 C 13.001 32.632 13.047 33.223 13.117 33.807 C 11.208 32.53 10 30.38 10 28 L 10 23 C 10 21.897 9.103 21 8 21 L 8 17 C 11.309000000000001 17 14 19.691 14 23 L 14 26.64 z M 32.052 45.027 L 28.035 45.032000000000004 C 28.03 45.032000000000004 28.025 45.032000000000004 28.02 45.032000000000004 C 20.848 45.032000000000004 15.009 39.201 15 32.028000000000006 C 14.998 30.273000000000007 15.343 28.573000000000008 15.998 27.001000000000005 L 16 27.001000000000005 L 16 26.997000000000003 C 16.644 25.454000000000004 17.587 24.036000000000005 18.803 22.817000000000004 C 21.259 20.355000000000004 24.527 18.997000000000003 28.004 18.993000000000002 L 37.965 18.981 C 37.970000000000006 18.981 37.975 18.981 37.980000000000004 18.981 C 45.151 18.981 50.991 24.812 51 31.985 C 51.002 33.344 50.786 34.650999999999996 50.397 35.882 C 48.441 34.098 45.85 33 43 33 C 36.935 33 32 37.935 32 44 C 32 44.347 32.02 44.688 32.052 45.027 z M 52 44 C 52 48.962 47.962 53 43 53 C 38.038 53 34 48.962 34 44 C 34 39.038 38.038 35 43 35 C 47.962 35 52 39.038 52 44 z M 58 25 C 58 27.986 55.805 30.463 52.945 30.918 C 52.579 25.82 49.666 21.427 45.468 19 L 57 19 C 57.551 19 58 19.449 58 20 L 58 25 z" stroke-linecap="round" />
</g>
<g transform="matrix(1 0 0 1 -7.49 -3.49)" >
<linearGradient id="SVGID_KhGtuW0wtO9WcU44f53mNm_13" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0 1 0 0)" x1="24.507" y1="10.234" x2="24.507" y2="51.995">
<stop offset="0%" style="stop-color:rgb(26,109,255);stop-opacity: 1"/>
<stop offset="100%" style="stop-color:rgb(200,34,255);stop-opacity: 1"/>
</linearGradient>
<path style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-dashoffset: 0; stroke-linejoin: miter; stroke-miterlimit: 4; fill: url(#SVGID_KhGtuW0wtO9WcU44f53mNm_13); fill-rule: nonzero; opacity: 1;" transform=" translate(-24.51, -28.51)" d="M 21 32.021 L 23 32.019 C 22.999 30.680999999999997 23.52 29.419999999999998 24.468 28.47 C 25.416 27.519 26.676000000000002 26.994999999999997 28.012999999999998 26.993 L 28.011 24.993 C 24.141 24.997 20.996 28.15 21 32.021 z" stroke-linecap="round" />
</g>
</g>
</g>
</svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Custom Textures Configuration</h5>
</div>
</div>
</div>
<div class="col" data-aos="fade-up-sm" data-aos-delay="200">
<div class="d-flex flex-column justify-between gap-6 text-center h-full">
<div class="icon text-primary w-14 h-14 rounded-3 flex-shrink-0 d-flex align-center justify-center mx-auto">
<svg viewBox="0 0 64 64" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="#000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <title>com-laptop-code</title> <desc>Created with Sketch.</desc> <defs> </defs> <g id="General" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="SLICES-64px" transform="translate(-90.000000, -300.000000)"> </g> <g id="ICONS" transform="translate(-85.000000, -295.000000)"> <g id="com-laptop-code" transform="translate(88.000000, 308.000000)"> <path d="M49,0 L7,0 C5.343,0 4,1.343 4,3 L4,32 L52,32 L52,3 C52,1.343 50.657,0 49,0" id="Fill-627" fill="#4BAADC"> </path> <path d="M56,32 L56,35 C56,36.657 54.657,38 53,38 L3,38 C1.343,38 0,36.657 0,35 L0,32 L56,32 Z" id="Fill-628" fill="#4BAADC"> </path> <polygon id="Fill-629" fill="#FFFFFF" points="8 28 48 28 48 4 8 4"> </polygon> <path d="M52,32 L52,3 C52,1.343 50.657,0 49,0 L7,0 C5.343,0 4,1.343 4,3 L4,32" id="Stroke-630" stroke="#1E69A0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> </path> <path d="M56,32 L56,35 C56,36.657 54.657,38 53,38 L3,38 C1.343,38 0,36.657 0,35 L0,32 L56,32 Z" id="Stroke-631" stroke="#1E69A0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> </path> <polygon id="Stroke-632" stroke="#1E69A0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="8 28 48 28 48 4 8 4"> </polygon> <polyline id="Stroke-633" stroke="#4BAADC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="22 11 16 16 22 21"> </polyline> <polyline id="Stroke-634" stroke="#4BAADC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" points="34 11 40 16 34 21"> </polyline> <path d="M26,24 L30,8" id="Stroke-635" stroke="#4BAADC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> </path> </g> </g> </g> </g></svg>
</div>
<div class="content flex-grow-1">
<h5 class=" mb-4">Denizen Scripting</h5>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer bg-color-blur bg-striped">
<div class="container">
<div class="row g-10">
<div class="col-lg-3 order-lg-1 me-auto">
<div class="footer-widget link-list list-unstyled mb-0">
<a href="project">Project</a>
</div>
<div class="footer-widget link-list list-unstyled mb-0">
<a href="services">Serices</a>
</div>
<div class="footer-widget link-list list-unstyled mb-0">
<a href="contact">Hire Me</a>
</div>
</div>
</div>
</div>
</footer>
<br>
</div>
<!-- JS -->
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>