-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index.html
643 lines (619 loc) · 26.5 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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- ===============================================-->
<!-- Document Title-->
<!-- ===============================================-->
<title>asas.ai</title>
<!-- ===============================================-->
<!-- Favicons-->
<!-- ===============================================-->
<!-- <link
rel="shortcut icon"
type="image/x-icon"
href=""
/> -->
<!-- ===============================================-->
<!-- Stylesheets-->
<!-- ===============================================-->
<link
rel="stylesheet"
crossorigin="anonymous"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
/>
<link href="assets/css/theme.css" rel="stylesheet" />
<link href="vendors/swiper/swiper-bundle.min.css" rel="stylesheet" />
</head>
<body>
<!-- ===============================================-->
<!-- Main Content-->
<!-- ===============================================-->
<main class="main" id="top">
<div class="top-section">
<nav class="navbar">
<div class="container-fluid">
<a class="" href="index.html">
<img class="logo" src="assets/img/logo_w_s.png" alt="..." />
</a>
<ul class="">
<li class="nav-item p-2">
<a href="https://twitter.com/Asaslab" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-twitter"
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"
/>
</svg>
</a>
</li>
<!-- <li class="nav-item p-2">
<a href="" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-discord"
viewBox="0 0 16 16"
>
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"
/>
</svg>
</a>
</li> -->
<li class="nav-item p-2">
<a
href="https://www.linkedin.com/company/asas-lab/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</li>
</ul>
</div>
</nav>
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="mt-3">
<div class="container">
<div class="row mb-9 text-center">
<div class="col-md-12 col-lg-12 col-xl-12">
<p class="display-3 lh-sm">AGI is not our goal</p>
<p class="display-7 pt-7">
Building a safe and beneficial AI for the MENA region is our
mission.
</p>
<a class="btn btn-info mt-6" href="vision.html" role="button"
>Read our vision</a
>
</div>
</div>
</div>
<!-- end of .container-->
</section>
</div>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section>
<div class="container">
<!-- <div class="row">
<div class="col-lg-6 col-md-6 col-s-6">
<h2 class="text-1000 m-6 pt-4 line-space">
We conduct fundamental research, offer consultancy, and build
creative AI technologies and solutions for the Arabic language
and its people
</h2>
</div> -->
<!-- <div class="col-lg-6 col-md-6 col-sm-6">
<div class="p-2 text-center">
<img
src="assets/img/gallery/A cave painting depicting a group of early humans .jpg"
class="rounded-3 float-right img-our-focus"
alt="..."
/>
</div>
</div>
</div> -->
<div class="row">
<h1 class="display-6 fw-semi-bold text-center">Practice Areas</h1>
</div>
<div class="row mt-6">
<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">Scientific Research</h2>
<p>
We conduct empirical research on various aspects of AI and we
strive to publish our work in top-tier conferences and
journals.
</p>
</div>
</div>
<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">Tools and Products</h2>
<p>
AI is changing how we work and do business. Through leveraging
cutting-edge technologies, we build advanced tools and
products that add value to people’s lives.
</p>
</div>
</div>
</div>
<div class="row mb-4">
<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">Consulting Services</h2>
<p>
Our community has a wide range of AI expertise and our
developers are very talented and eager to share their
knowledge and skills to help build solutions customized for
your organization needs
</p>
</div>
</div>
<div class="col-md-6">
<div class="p-3">
<h2 class="pt-3 lh-base">AI Ethics and Responsibility</h2>
<p class="mb-0">
AI systems can have positive impact on our lives but also can
have risks. In building our AI systems, we comply with the
seven AI Ethics Principles proposed by SDAIA. We aslo do
research on algorithmic bias and risk.
</p>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<section>
<div class="container">
<div class="row">
<h1 class="display-6 fw-semi-bold text-center">Publications</h1>
<div class="publications col-lg-10 col-md-6 col-sm-6 mt-2">
<div class="publication">
<h2>AceGPT Team</h2>
<p class="title">
<a href="https://huggingface.co/FreedomIntelligence/AceGPT-v2-32B-Chat/blob/main/Second_Language__Arabic__Acquisition_of_LLMs_via_Progressive_Vocabulary_Expansion.pdf">
Second Language (Arabic) Acquisition of LLMs via Progressive Vocabulary Expansion
</a>
</p>
<p class="journal">preprint</p>
<hr class="solid">
</div>
<div class="publication">
<h2>Data Provenance Initiative Team</h2>
<p class="title">
<a href="https://www.dataprovenance.org/consent-in-crisis-paper">
Consent in Crisis:The Rapid Decline of the AI Data Commonsg
</a>
</p>
<p class="journal">preprint</p>
<hr class="solid">
</div>
<div class="publication">
<h2>Aya Team</h2>
<p class="title">
<a href="https://arxiv.org/abs/2402.06619">
Aya Dataset: An Open-Access Collection for Multilingual
Instruction Tuning
</a>
</p>
<p class="journal">ACL24</p>
<hr class="solid">
</div>
<div class="publication">
<h2>
EMAD A. ALGHAMDI, REEM I. MASOUD, DEEMA ALNUHAIT, AFNAN Y.
ALOMAIRI, AHMED ASHRAF, MOHAMED ZAYTOON
</h2>
<p class="title">
<a href="https://arxiv.org/abs/2403.09017">
AraTrust: An Evaluation of Trustworthiness for LLMs in Arabic
</a>
</p>
<p class="journal">DMLR @ICML 2024</p>
<hr class="solid">
</div>
<div class="publication">
<h2>EMAD A. ALGHAMDI, JEZIA ZAKRAOUI, FARES A. ABANMY</h2>
<p class="title">
<a href="https://arxiv.org/abs/2309.12863">
Domain Adaptation for Arabic Machine Translation: The Case of
Financial Text
</a>
</p>
<p class="journal">preprint</p>
<hr class="solid">
</div>
<div class="publication">
<h2>
AHMED Y. RADWAN, KHALED M. ALASMARI, OMAR A. ABDULBAGI, EMAD A.
ALGHAMDI
</h2>
<p class="title">
<a href="https://www.arxiv.org/abs/2403.01575">
SARD: A Human-AI Collaborative Story Generation
</a>
</p>
<p class="journal">HCII2024</p>
</div>
</div>
</div>
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<!-- <section class="mt-5">
<div class="container">
<div class="text-center">
<div class="p-5 bg-primary rounded-3">
<div class="py-3">
<h4 class="opacity-50 ls-2 lh-base fw-medium">
READY TO START
</h4>
<h2 class="mt-3 fs-4 fs-sm-7 latter-sp-3 lh-base fw-semi-bold">
Start Your Free Trail Today
</h2>
</div>
<div class="flex-center d-flex">
<button class="btn btn-info">
Get Started <span class="fas fa-arrow-right"></span>
</button>
</div>
</div>
</div>
</div>
<!-- end of .container-->
<!-- </section> -->
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<!-- <section class="mt-5">
<div class="container">
<div class="text-center">
<p class="fs-2 ls-2">SAFLOW</p>
<h1 class="display-6 fw-semi-bold">How does it work?</h1>
</div>
<div class="row mt-6 flex-center justify-content-xl-evenly px-xl-5">
<div class="col-md-7 col-lg-6 order-md-1">
<img
class="w-100"
src="assets/img/gallery/comment1.png"
alt="..."
/>
</div>
<div class="col-md-5 col-lg-4">
<h3 class="fs-xl-7 fs-lg-4 fs-md-3 mt-5 mt-md-0">
How does it work?
</h3>
<p class="fs-xl-1 ls-3 pe-xl-2">
Our landing page template works on all devices, so you only have
to set it up once, and get beautiful results.
</p>
</div>
</div>
<div class="row mt-6 flex-center justify-content-xl-evenly px-xl-5">
<div class="col-md-7 col-lg-6 false">
<img
class="w-100"
src="assets/img/gallery/comment2.png"
alt="..."
/>
</div>
<div class="col-md-5 col-lg-4">
<h3 class="fs-xl-7 fs-lg-4 fs-md-3 mt-5 mt-md-0">
How does it work?
</h3>
<p class="fs-xl-1 ls-3 pe-xl-2">
Our landing page template works on all devices, so you only have
to set it up once, and get beautiful results.
</p>
</div>
</div>
<div class="row mt-6 flex-center justify-content-xl-evenly px-xl-5">
<div class="col-md-7 col-lg-6 order-md-1">
<img
class="w-100"
src="assets/img/gallery/comment3.png"
alt="..."
/>
</div>
<div class="col-md-5 col-lg-4">
<h3 class="fs-xl-7 fs-lg-4 fs-md-3 mt-5 mt-md-0">
How does it work?
</h3>
<p class="fs-xl-1 ls-3 pe-xl-2">
Our landing page template works on all devices, so you only have
to set it up once, and get beautiful results.
</p>
</div>
</div>
</div>
<!-- end of .container-->
<!-- </section> -->
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<!-- <section>
<div class="container-lg">
<div class="text-center">
<p class="fs-2 ls-2">SAFLOW</p>
<h1 class="display-6 fw-semi-bold">Pricing</h1>
</div>
<div class="row flex-center">
<div class="col-sm-9 col-md-4 mt-3">
<div
class="py-5 px-4 px-md-3 px-lg-4 rounded-1 bg-800 plans-cards mt-md-9"
>
<p class="fs-2 ls-2">FREE</p>
<h1 class="display-4 ls-3"><span class="text-600">$</span>0</h1>
<hr class="hr mt-6 text-1000" />
<ul class="mt-5 ps-0">
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>7,000,000+ Events
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>4
Custom Domains
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>Dedicated Support
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>12
Months History
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>1
Dedicated SSL
</li>
</ul>
<button class="btn btn-gray mt-4">
Get Started <span class="fas fa-arrow-right"></span>
</button>
</div>
</div>
<div class="col-sm-9 col-md-4 mt-3">
<div
class="py-5 px-4 px-md-3 px-lg-4 rounded-1 bg-800 plans-cards mt-0"
>
<p class="fs-2 ls-2">BASIC</p>
<h1 class="display-4 ls-3">
<span class="text-600">$</span>23
</h1>
<hr class="hr mt-6 text-1000" />
<ul class="mt-5 ps-0">
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>7,000,000+ Events
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>4
Custom Domains
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>Dedicated Support
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>12
Months History
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>1
Dedicated SSL
</li>
</ul>
<button class="btn btn-gray mt-4">
Get Started <span class="fas fa-arrow-right"></span>
</button>
</div>
</div>
<div class="col-sm-9 col-md-4 mt-3">
<div
class="py-5 px-4 px-md-3 px-lg-4 rounded-1 bg-800 plans-cards mt-md-9"
>
<p class="fs-2 ls-2">PREMIUM</p>
<h1 class="display-4 ls-3">
<span class="text-600">$</span>59
</h1>
<hr class="hr mt-6 text-1000" />
<ul class="mt-5 ps-0">
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>7,000,000+ Events
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>4
Custom Domains
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i
>Dedicated Support
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>12
Months History
</li>
<li class="pricing-lists">
<i class="fas fa-check-circle fa-lg me-2 text-600"></i>1
Dedicated SSL
</li>
</ul>
<button class="btn btn-gray mt-4">
Get Started <span class="fas fa-arrow-right"></span>
</button>
</div>
</div>
</div>
</div>
<!-- end of .container-->
<!-- </section> -->
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section>
<div class="container">
<div class="text-center text-xl-start">
<div
class="p-5 bg-900 rounded-3 d-flex flex-column justify-content-xl-between flex-xl-row"
>
<div class="py-3">
<h5 class="mt-3 fs-4 fc-w lh-base fw-semi-bold">
Join us in building the foundations for the future of
technology in the MENA region
</h5>
</div>
<div class="flex-center d-flex">
<a
class="btn btn-primary"
href="https://fm.addxt.com/form/?vf=1FAIpQLSeaoC5AywyMVsmrosm1W69YBozE4AfyBteLz8VtdduigK4FlQ"
target="_blank"
>
Join us <span class="fas fa-arrow-right"></span
></a>
</div>
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<!-- <section>
<div class="row pt-8">
<h1 class="display-6 fw-semi-bold offset-1">Products</h1>
</div>
</section> -->
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section>
<div class="container">
<div class="row mx-md-5 px-md-5 d-flex justify-content-evenly mb-4">
<div class="col-md-4 col-sm-6 col-lg-auto mt-5 mt-lg-0 text-center">
<img
src="assets/img/gallery/brands/SAGE_Logo.png"
alt="Sage"
style="height: 60px"
/>
</div>
<div class="col-md-4 col-sm-6 col-lg-auto mt-5 mt-lg-0 text-center">
<img
src="assets/img/gallery/brands/KAU_logo.png"
alt="KAU"
style="height: 100px"
/>
</div>
<div class="col-md-4 col-sm-6 col-lg-auto mt-5 mt-lg-0 text-center">
<img
src="assets/img/gallery/brands/culture_logo.png"
alt="Amazon"
style="height: 80px"
/>
</div>
<div class="col-md-4 col-sm-6 col-lg-auto mt-5 mt-lg-0 text-center">
<img
src="assets/img/gallery/brands/cohere.png"
alt="Amazon"
style="height: 80px"
/>
</div>
<div class="col-md-4 col-sm-6 col-lg-auto mt-5 mt-lg-0 text-center">
<img
src="assets/img/gallery/brands/kaust.png"
alt="Amazon"
style="height: 80px"
/>
</div>
</div>
<div class="px-xl-8 px-md-7">
<!-- <hr class="mt-7 text-1000" /> -->
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
<!-- ============================================-->
<!-- <section> begin ============================-->
<section class="bg-primary">
<div class="container">
<div class="row">
<div class="col-md-12 col-xl-12 pt-2 pt-xl-12 text-center">
<!-- <p class="mb-0 text-center text-xl-end"> -->
<!-- <a class="text-300 text-decoration-none footer-link" href="#!">
Terms & conditon </a
><a
class="text-300 text-decoration-none footer-link ps-4"
href="#!"
>Privacy Policy
</a> -->
<a class="" href="index.html">
<img class="img-fluid" src="assets/img/logo_w.png" alt="..." />
</a>
<!-- </p> -->
</div>
</div>
</div>
<!-- end of .container-->
</section>
<!-- <section> close ============================-->
<!-- ============================================-->
</main>
<!-- ===============================================-->
<!-- End of Main Content-->
<!-- ===============================================-->
<!-- ===============================================-->
<!-- JavaScripts-->
<!-- ===============================================-->
<script src="vendors/@popperjs/popper.min.js"></script>
<script src="vendors/bootstrap/bootstrap.min.js"></script>
<script src="vendors/is/is.min.js"></script>
<script src="vendors/swiper/swiper-bundle.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<script src="assets/js/theme.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400&display=swap"
rel="stylesheet"
/>
</body>
</html>