-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
64 lines (64 loc) · 4.37 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta id="viewport" name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no, user-scalable=yes, maximum-scale=5">
<title>Amadla</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="assets/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="assets/favicon-32x32.png" sizes="32x32">
<!--<link rel="icon" type="image/png" href="-96x96.png" sizes="96x96">-->
<link rel="icon" type="image/png" href="assets/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="assets/android-chrome-512x512.png" sizes="512x512">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/apple-touch-icon.png">
<meta property="og:image" content="assets/android-chrome-512x512.png">
<meta name="Keywords" content="amadla, IaC, cloud">
<meta name="Description" content="Amadla is a standard cloud environment and set of tools to help deploy and manage these various cloud environments with the help of Infrastructure as code (IaC).">
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="lang"><a href="/fr/" title="Changer la language pour le français" lang="fr">fr</a></div>
<section id="top">
<header>
<h1><img src="./assets/logo-120x120.webp" alt="Amadla"></h1>
<menu>
<li><a href="#welcome">Welcome</a></li>
<li><a href="#about">About</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#socials">Socials</a></li>
</menu>
</header>
</section>
<div class="content-sections">
<section id="error-404">
<header>
<h2>404</h2>
</header>
<div class="content">
<p>You might be lost.</p>
</div>
</section>
</div>
<footer>
<p id="socials" class="socials">
<a href="https://twitter.com/AmadlaOrg" title="Twitter"><span style="background: url(assets/SuperTinyIcons/images/svg/twitter.svg);"></span></a>
<a href="https://www.youtube.com/channel/UCgWhkym2mEqatba5j0HD5hw" title="Youtube"><span style="background: url(assets/SuperTinyIcons/images/svg/youtube.svg);"></span></a>
<a href="https://www.linkedin.com/company/amadla/" title="Linkedin"><span style="background: url(assets/SuperTinyIcons/images/svg/linkedin.svg);"></span></a>
<a href="https://www.quora.com/profile/Amadla-Org" title="Quora"><span style="background: url(assets/SuperTinyIcons/images/svg/quora.svg);"></span></a>
<a href="https://www.pinterest.ca/amadlaorg/" title="Pinterest"><span style="background: url(assets/SuperTinyIcons/images/svg/pinterest.svg);"></span></a>
<a href="https://www.reddit.com/r/Amadla/" title="Reddit"><span style="background: url(assets/SuperTinyIcons/images/svg/reddit.svg);"></span></a>
<a href="https://www.instagram.com/amadlaorg/" title="Instagram"><span style="background: url(assets/SuperTinyIcons/images/svg/instagram.svg);"></span></a>
<a href="https://github.com/AmadlaOrg" title="GitHub"><span style="background: url(assets/SuperTinyIcons/images/svg/github.svg);"></span></a>
<a href="https://vimeo.com/user184697807" title="Vimeo"><span style="background: url(assets/SuperTinyIcons/images/svg/vimeo.svg);"></span></a>
<a href="https://www.tiktok.com/@amadlaorg" title="TikTok"><span style="background: url(assets/SuperTinyIcons/images/svg/tiktok.svg);"></span></a>
<a href="https://rumble.com/c/Amadla" title="Rumble"><span style="background: url(assets/icons/rumble.png); background-size: 30px;"></span></a>
<a href="https://amadla.locals.com/" title="Locals"><span style="background: url(assets/icons/locals.svg); background-size: 30px;"></span></a>
<a href="https://amadla.medium.com/" title="Medium"><span style="background: url(assets/SuperTinyIcons/images/svg/medium.svg);"></span></a>
<a href="https://www.bitchute.com/channel/amadla/" title="Bitchute"><span style="background: url(assets/icons/bitchute.webp); background-size: 30px;"></span></a>
<a href="https://pypi.org/user/amadla/" title="Pypi"><span style="background: url(assets/icons/pypi-logo.svg) no-repeat; background-size: 30px;"></span></a>
<a href="https://www.twitch.tv/amadlaorg" title="Twitch"><span style="background: url(assets/SuperTinyIcons/images/svg/twitch.svg); background-size: 30px;"></span></a>
</p>
<p>Copyright © Amadla</p>
</footer>
</body>
</html>