-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathabout.html
96 lines (96 loc) · 4.67 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A sus OS for aSUS computers.">
<meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
<meta name="theme-color" content="#66ddcc">
<meta property="og:site_name" content="AmogOS">
<meta name="og:title" content="About">
<meta name="og:description" content="Watch me explain why this OS is not an impostor">
<meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
<link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
<link rel="bookmark" href="icons/sus.ico">
<link href="common.css" rel="stylesheet" type="text/css">
<link href="article.css" rel="stylesheet" type="text/css">
<title>About - AmogOS</title>
<style>
body {
overflow-y: scroll;
}
#copyright{
background-color: rgba(32, 34, 37, 0.5);
}
#text-area li{
margin-bottom: 1vh;
}
#text-area a{
color: #66ddcc;
}
#text-area a:hover{
color: #669999;
}
#bar {
background-color: rgba(32, 34, 37, 0.5);
}
</style>
</head>
<body>
<div id="main-container">
<header>
<nav>
<ul id="bar">
<li><a id="nav-logo" href="https://amog-os.github.io"></a></li>
<li><a id="nav-home" href="index.html">Home</a></li>
<li><a id="nav-install" href="install.html">Install</a></li>
<li><a id="nav-about" class="now" href="about.html">About</a></li>
<li><a id="nav-donate" href="donate.html">Donate</a></li>
</ul>
</nav>
</header>
<div id="text-area">
<h1>About AmogOS</h1>
<h3 id="description"><del>Watch me explain why this OS is not an impostor.</del></h3>
<h1>Project Info</h1>
<p>AmogOS, a custom riced meme OS inspired by a <a href="https://www.reddit.com/r/unixporn/comments/nhomed/cinnamon_amogos_is_complete_icon_art_idea_by_u/" target="_blank" rel="noopener noreferrer">Reddit post</a>. Initially made for the Raspberry Pi, based on RPi OS (RPi versions) and Debian (x86_64 versions). </p>
<br/>
<h2>Features:</h2>
<p>Up-to-date features list is on our <a href="https://github.com/Amog-OS/AmogOS#features" target="_blank" rel="noopener noreferrer">GitHub Readme</a> page. (pwease wead it i spent lots of time puttting important info into it UwU)</p>
<br/>
<h1>Credits</h1>
<h2>Our Team</h2>
<h4>Moon <a href="https://moon1789.github.io/" target="_blank" rel="noopener noreferrer">Website</a></h4>
<p>Founder, UI Developer</p>
<h4>NoozAbooz <a href="https://nooz.farted.net/" target="_blank" rel="noopener noreferrer">Website</a></h4>
<p>Main Developer, OS Packager</p>
<h4>Peekatchoo</h4>
<p>Original / Main Artist</p>
<div title="Fengzi is not responsible for any changes for the website beyond the original template.">
<h4>Fengzi <a href="https://fengzi.ga/" target="_blank" rel="noopener noreferrer">Website</a></h4>
<p>Website Developer</p>
</div>
<p>Thanks to JoJo Autoboy, Fengzi, Dan2wik, Doc, Phene and Helena (/ussr/share) for helping us UwU.</p>
<br/>
<h2>Special Thanks</h2>
<h4>Among Us</h4>
<p>The origin of the universe.</p>
<h4>Jostro OS</h4>
<p>Partner project of AmogOS. (and our original home!)</p>
<h4>SomeOrdinaryGamers <a href="https://www.youtube.com/watch?v=ixLuhDxNktk" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
<p>Made a video that covered AmogOS and sent this to the moon.</p>
<h4>TechHut <a href="https://www.youtube.com/watch?v=ymYIJYb2hYI" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
<p>Also did a live stream / video cover of AmogOS.</p>
<h4>Bringus Studios <a href="https://www.youtube.com/watch?v=qp-I1hm5UVU" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
<p></p>
<h4>All the open source projects included in this OS</h4>
<p>Thank you!</p>
<br/><br/><br/><br/><br/>
</div>
<footer>
<p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
</footer>
</div>
</body>
</html>