-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
746 lines (679 loc) Β· 26.2 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
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
<!DOCTYPE html>
<html lang="en-au">
<head>
<meta name="generator" content="Hugo 0.134.2"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
<meta property="og:url" content="http://localhost:1313/">
<meta property="og:site_name" content="antx.io (a problem solving lab)">
<meta property="og:title" content="antx.io (a problem solving lab)">
<meta property="og:locale" content="en_au">
<meta property="og:type" content="website">
<meta name="description" content="Hardcoded description; the author should update :)" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>antx.io (a problem solving lab)</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="stylesheet" type="text/css" href="/css/icons.css">
</head>
<body>
<div id="preloader">
<div id="status"></div>
</div>
<section class="hero is-fullheight is-default is-bold">
<nav class="navbar is-fresh is-transparent no-shadow" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/logos/antx.svg" alt="" width="112" height="28">
</a>
<a class="navbar-item is-hidden-desktop is-hidden-tablet">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbar-menu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbar-menu" class="navbar-menu is-static">
<div class="navbar-start">
<a class="navbar-item is-hidden-mobile">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
</div>
<div class="navbar-end">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Services
</a>
<div class="navbar-dropdown">
<a href="/services/codespace" class="navbar-item">
π₯οΈ CodeSpace - Coding in the cloud
</a>
<a href="/services/teleport" class="navbar-item">
π Teleport - Secure remote access
</a>
<a href="/services/apigateway" class="navbar-item">
π Api Gateways - Secure, Scalable, Reliable and Performant Api Gateways
</a>
<a href="/services/cloud" class="navbar-item">
βοΈ Multi Cloud Infrastructures (Migrations) - Implemented in Cost Optimised and Best Practices way
</a>
<a href="/services/observability" class="navbar-item">
π Observability (Logging, Monitoring, Tracing, Alerting) - Robust, Reliable, Cost Effective Observability Solutions
</a>
<a href="/services/mesh" class="navbar-item">
π§ Mesh Network - Highly secure encrypted mesh network that connects all your resources
</a>
<a href="/services/security" class="navbar-item">
π‘οΈ Security - Realtime monitoring and alerting on Sass/Infrastructure security
</a>
<a href="/services/cicd" class="navbar-item">
π CI/CD Workers - Secure, Scalable, On Demand CICD worker/agent (Arc Runner, Gitlab Runner and etc.)
</a>
<a href="/services/cost" class="navbar-item">
π° Cost Optimisation - Optimise your cost in the cloud
</a>
<a href="/services/k8s" class="navbar-item">
βΈοΈ Kubernetes Clusters - Managed K8s Clusters in the Cloud, Custom Deployed On-Site K8s/Openshift Clusters
</a>
<a href="/services/ai" class="navbar-item">
π€ AI Integrations - Custom Trained LVM models deployed securely and integrated to automate your organization needs
</a>
</div>
</div>
<a href="/customers" class="navbar-item is-secondary">
Customers
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Company
</a>
<div class="navbar-dropdown">
<a href="/company/blog" class="navbar-item">
π° Blog
</a>
<a href="/company/guides" class="navbar-item">
π Guides
</a>
<a href="/company/careers" class="navbar-item">
π Careers
</a>
<a href="/company/about" class="navbar-item">
π« About Us
</a>
<a href="/company/roadmap" class="navbar-item">
π§ Roadmap
</a>
</div>
</div>
<a href="https://teleport.antx.io" class="navbar-item is-secondary">
Log in
</a>
<a href="https://calendly.com/alex-huang963/15min" class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Book Demo
</span>
</a>
</div>
</div>
</div>
</nav>
<nav id="navbar-clone" class="navbar is-fresh is-transparent" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/logos/antx.svg" alt="" width="112" height="28">
</a>
<a class="navbar-item is-hidden-desktop is-hidden-tablet">
<div id="menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="cloned-navbar-menu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="cloned-navbar-menu" class="navbar-menu is-fixed">
<div class="navbar-start">
<a class="navbar-item is-hidden-mobile">
<div id="cloned-menu-icon-wrapper" class="menu-icon-wrapper" style="visibility: visible;">
<svg width="1000px" height="1000px">
<path class="path1" d="M 300 400 L 700 400 C 900 400 900 750 600 850 A 400 400 0 0 1 200 200 L 800 800"></path>
<path class="path2" d="M 300 500 L 700 500"></path>
<path class="path3" d="M 700 600 L 300 600 C 100 600 100 200 400 150 A 400 380 0 1 1 200 800 L 800 200"></path>
</svg>
<button id="cloned-menu-icon-trigger" class="menu-icon-trigger"></button>
</div>
</a>
</div>
<div class="navbar-end">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Services
</a>
<div class="navbar-dropdown">
<a href="/services/codespace" class="navbar-item">
π₯οΈ CodeSpace - Coding in the cloud
</a>
<a href="/services/teleport" class="navbar-item">
π Teleport - Secure remote access
</a>
<a href="/services/apigateway" class="navbar-item">
π Api Gateways - Secure, Scalable, Reliable and Performant Api Gateways
</a>
<a href="/services/cloud" class="navbar-item">
βοΈ Multi Cloud Infrastructures (Migrations) - Implemented in Cost Optimised and Best Practices way
</a>
<a href="/services/observability" class="navbar-item">
π Observability (Logging, Monitoring, Tracing, Alerting) - Robust, Reliable, Cost Effective Observability Solutions
</a>
<a href="/services/mesh" class="navbar-item">
π§ Mesh Network - Highly secure encrypted mesh network that connects all your resources
</a>
<a href="/services/security" class="navbar-item">
π‘οΈ Security - Realtime monitoring and alerting on Sass/Infrastructure security
</a>
<a href="/services/cicd" class="navbar-item">
π CI/CD Workers - Secure, Scalable, On Demand CICD worker/agent (Arc Runner, Gitlab Runner and etc.)
</a>
<a href="/services/cost" class="navbar-item">
π° Cost Optimisation - Optimise your cost in the cloud
</a>
<a href="/services/k8s" class="navbar-item">
βΈοΈ Kubernetes Clusters - Managed K8s Clusters in the Cloud, Custom Deployed On-Site K8s/Openshift Clusters
</a>
<a href="/services/ai" class="navbar-item">
π€ AI Integrations - Custom Trained LVM models deployed securely and integrated to automate your organization needs
</a>
</div>
</div>
<a href="/customers" class="navbar-item is-secondary">
Customers
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
Company
</a>
<div class="navbar-dropdown">
<a href="/company/blog" class="navbar-item">
π° Blog
</a>
<a href="/company/guides" class="navbar-item">
π Guides
</a>
<a href="/company/careers" class="navbar-item">
π Careers
</a>
<a href="/company/about" class="navbar-item">
π« About Us
</a>
<a href="/company/roadmap" class="navbar-item">
π§ Roadmap
</a>
</div>
</div>
<a href="https://teleport.antx.io" class="navbar-item is-secondary">
Log in
</a>
<a href="https://calendly.com/alex-huang963/15min" class="navbar-item">
<span class="button signup-button rounded secondary-btn raised">
Book Demo
</span>
</a>
</div>
</div>
</div>
</nav>
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-5 is-offset-1 landing-caption">
<h1 class="title is-1 is-bold is-spaced">
Cost Optimised. Reliable. Scalable. DevOps Solutions.
</h1>
<h2 class="subtitle is-5 is-muted">
Streamline Your Operations with Tailored DevOps Strategies for Solving Problems/Bottlenecks, Efficiency and Growth
</h2>
<p>
<a class="button cta rounded primary-btn raised" href="https://calendly.com/alex-huang963/15min">
Get started
</a>
</p>
</div>
<div class="column is-5 is-offset-1">
<figure class="image is-4by3">
<img src="/images/illustrations/worker.svg" alt="Description">
</figure>
</div>
</div>
</div>
</div>
<div class="hero-foot mb-20">
<div class="container">
<div class="tabs is-centered">
<ul>
<li>
<a href="https://manta.network/" >
<img class="partner-logo" src="/images/logos/clients/manta.svg">
</a>
</li>
<li>
<a href="https://www.hellozai.com/" >
<img class="partner-logo" src="/images/logos/clients/hello-zai.svg">
</a>
</li>
<li>
<a href="https://nodereal.io/" >
<img class="partner-logo" src="/images/logos/clients/nodereal.svg">
</a>
</li>
<li>
<a href="https://southeastwater.com.au/" >
<img class="partner-logo" src="/images/logos/clients/southeastwater.svg">
</a>
</li>
<li>
<a href="https://www.peoplebank.com.au/" >
<img class="partner-logo" src="/images/logos/clients/peoplebank.svg">
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="section section-feature-grey is-medium" id="section1">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2">Great power comes</h2>
<h3 class="subtitle is-5 is-muted">with great responsibility</h3>
<div class="divider is-centered"></div>
</div>
<div class="content-wrapper">
<div class="columns">
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered revealOnScroll delay-1" data-animation="fadeInLeft">
<div class="card-title">
<h4>CodeSpace</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/mouse-globe.svg">
</div>
<div class="card-text">
<p>Secure Coding Environment in the Cloud</p>
</div>
<div class="card-action">
<a href="https://calendly.com/alex-huang963/15min" class="button btn-align-md accent-btn raised">Free trial</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered revealOnScroll delay-1" data-animation="fadeInLeft">
<div class="card-title">
<h4>Multi (Hybrid) Cloud Integration</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/laptop-cloud.svg">
</div>
<div class="card-text">
<p>Cost Optmised and Robust Multi (Hybrid) Cloud Infrastructure</p>
</div>
<div class="card-action">
<a href="https://calendly.com/alex-huang963/15min" class="button btn-align-md accent-btn raised">Get started</a>
</div>
</div>
</div>
<div class="column is-one-third">
<div class="feature-card is-bordered has-text-centered revealOnScroll delay-1" data-animation="fadeInLeft">
<div class="card-title">
<h4>Teleport</h4>
</div>
<div class="card-icon">
<img src="/images/illustrations/icons/plug-cloud.svg">
</div>
<div class="card-text">
<p>Secure/RBAC controlled Access to your private infrastructures remotely</p>
</div>
<div class="card-action">
<a href="https://calendly.com/alex-huang963/15min" class="button btn-align-md accent-btn raised">Get started</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section is-medium section-secondary" id="section4">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 light-text is-spaced">Our Clients love us!</h2>
<h3 class="subtitle is-5 light-text">We deliver results to our clients, we work with our clients on their problems/bottlenecks.</h3>
</div>
<div class="content-wrapper">
<div class="columns is-vcentered">
<div class="column is-4">
<figure class="testimonial">
<blockquote>
The scalable GitHub Action runners built on EKS by antx.io revolutionized our CI/CD pipeline. We've dramatically reduced build times and increased deployment reliability, allowing us to focus on delivering more value to our customers.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/1.png" alt=""/>
<h5>Jessica Hill</h5>
<span>Project Manager - Zai</span>
</div>
</figure>
</div>
<div class="column is-4">
<figure class="testimonial">
<blockquote>
Implementing a scalable, observable API gateway that effortlessly handles over 1000,000 peak requests per minute for our RPC services was a game-changer for us. Coupled with the RBAC-controlled remote secure access via Teleport, we've significantly enhanced both our system's performance and security.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/2.png" alt=""/>
<h5>Freddie Ng</h5>
<span>Head Of Growth - NodeReal</span>
</div>
</figure>
</div>
<div class="column is-4">
<figure class="testimonial">
<blockquote>
With the cloud-based CodeSpace environment antx.io built for us, our coding efficiency and team collaboration have soared. We can now quickly spin up POC code environment and test in a securely integrated environment, making our development process smoother and faster.
</blockquote>
<div class="author">
<img src="/images/illustrations/faces/3.png" alt=""/>
<h5>Georgi Gravel</h5>
<span>Runtime Engineer - MantaNetwork</span>
</div>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section section-light-grey is-medium" id="section5">
<div class="container">
<div class="title-wrapper has-text-centered">
<h2 class="title is-2 is-spaced">Drop us a line or two</h2>
<h3 class="subtitle is-5 is-muted">We'd love to hear from you</h3>
<div class="divider is-centered"></div>
</div>
<div class="content-wrapper">
<div class="columns">
<div class="column is-6 is-offset-3">
<form action="https://formspree.io/f/mrbzrnwz" method="POST">
<div class="columns is-multiline">
<div class="column is-6">
<input class="input is-medium" name="name" type="text" placeholder="Enter your name">
</div>
<div class="column is-6">
<input class="input is-medium" name="email" type="email" placeholder="Enter your email address">
</div>
<div class="column is-12">
<textarea class="textarea" name="message" rows="10" placeholder="Write something..."></textarea>
</div>
<div class="form-footer has-text-centered mt-10">
<button class="button cta is-large primary-btn raised is-clear">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer class="footer footer-dark">
<div class="container">
<div class="columns">
<div class="column">
<div class="footer-logo">
<img src="/images/logos/fresh-white-alt.svg">
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Product</h3>
</div>
<ul class="link-list">
<li>
<a href="/">
Discover features
</a>
</li>
<li>
<a href="/">
Why choose our product?
</a>
</li>
<li>
<a href="/">
Compare features
</a>
</li>
<li>
<a href="/">
Our roadmap
</a>
</li>
<li>
<a href="/agb">
AGB
</a>
</li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Location</h3>
</div>
<ul class="link-list">
<li>
<a href="https://maps.app.goo.gl/v1LEspMhuwzT7Vad8">
π Melbourne [HQ]
</a>
</li>
<li>
<a href="https://maps.app.goo.gl/vJ7VHXd76iwxZyvT6">
π Sydney
</a>
</li>
<li>
<a href="https://maps.app.goo.gl/vJ7VHXd76iwxZyvT6">
π Singapore
</a>
</li>
<li>
<a href="https://maps.app.goo.gl/vJ7VHXd76iwxZyvT6">
π Jarkata
</a>
</li>
<li>
<a href="https://maps.app.goo.gl/vJ7VHXd76iwxZyvT6">
π Kuala Lumpa
</a>
</li>
<li>
<a href="https://surl.amap.com/cvZ9Ryk58O">
π ζε· (Hang Zhou)
</a>
</li>
<li>
<a href="https://surl.amap.com/cIKvl2e5yV">
π δΈζ΅· (Shang Hai)
</a>
</li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Blog</h3>
</div>
<ul class="link-list">
<li>
<a href="/blog/first">
Latest news
</a>
</li>
<li>
<a href="/blog/second">
Tech articles
</a>
</li>
</ul>
</div>
</div>
<div class="column">
<div class="footer-column">
<div class="footer-header">
<h3>Contact/Follow Us</h3>
<nav class="level is-mobile">
<div class="level-left">
<a class="level-item" href="https://github.com/StefMa">
<span class="icon"><i class="fa fa-github"></i></span>
</a>
<a class="level-item" href="https://dribbble.com/#">
<span class="icon"><i class="fa fa-dribbble"></i></span>
</a>
<a class="level-item" href="https://facebook.com/#">
<span class="icon"><i class="fa fa-facebook"></i></span>
</a>
<a class="level-item" href="https://twitter.com/StefMa91">
<span class="icon"><i class="fa fa-twitter"></i></span>
</a>
<a class="level-item" href="https://bitbucket.org/#">
<span class="icon"><i class="fa fa-bitbucket"></i></span>
</a>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="sidebar">
<div class="sidebar-header">
<img src="/images/logos/fresh-square.svg">
<a class="sidebar-close" href="javascript:void(0);">
<i data-feather="x"></i>
</a>
</div>
<div class="inner">
<ul class="sidebar-menu">
<li class="have-children">
<a href="#">
<span class="fa fa-user"></span>
User
</a>
<ul>
<li>
<a href="/">
Profile
</a>
</li>
<li>
<a href="/">
Account
</a>
</li>
<li>
<a href="/">
Settings
</a>
</li>
</ul>
</li>
<li class="have-children">
<a href="#">
<span class="fa fa-envelope"></span>
Messages
</a>
<ul>
<li>
<a href="/">
Inbox
</a>
</li>
<li>
<a href="/">
Compose
</a>
</li>
</ul>
</li>
<li class="have-children">
<a href="#">
<span class="fa fa-image"></span>
Images
</a>
<ul>
<li>
<a href="/">
Library
</a>
</li>
<li>
<a href="/">
Upload
</a>
</li>
</ul>
</li>
<li class="have-children">
<a href="#">
<span class="fa fa-cog"></span>
Settings
</a>
<ul>
<li>
<a href="/">
User settings
</a>
</li>
<li>
<a href="/">
App settings
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div id="backtotop"><a href="#"></a></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="/js/fresh.js"></script>
<script src="/js/jquery.panelslider.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
</body>
</html>