about.html 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="A sus OS for aSUS computers.">
  8. <meta name="keywords" content="amogos,amog os,amongos,amogus,among us">
  9. <meta name="theme-color" content="#66ddcc">
  10. <meta property="og:site_name" content="AmogOS">
  11. <meta name="og:title" content="About">
  12. <meta name="og:description" content="Watch me explain why this OS is not an impostor">
  13. <meta name="og:image" itemprop="image" content="https://amog-os.github.io/icons/sus.png">
  14. <link rel="shortcut icon" href="icons/sus.ico" sizes="32x32">
  15. <link rel="bookmark" href="icons/sus.ico">
  16. <link href="common.css" rel="stylesheet" type="text/css">
  17. <link href="article.css" rel="stylesheet" type="text/css">
  18. <title>About - AmogOS</title>
  19. <style>
  20. body {
  21. overflow-y: scroll;
  22. }
  23. #copyright{
  24. background-color: rgba(32, 34, 37, 0.5);
  25. }
  26. #text-area li{
  27. margin-bottom: 1vh;
  28. }
  29. #text-area a{
  30. color: #66ddcc;
  31. }
  32. #text-area a:hover{
  33. color: #669999;
  34. }
  35. #bar {
  36. background-color: rgba(32, 34, 37, 0.5);
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <div id="main-container">
  42. <header>
  43. <nav>
  44. <ul id="bar">
  45. <li><a id="nav-logo" href="https://amog-os.github.io"></a></li>
  46. <li><a id="nav-home" href="index.html">Home</a></li>
  47. <li><a id="nav-install" href="install.html">Install</a></li>
  48. <li><a id="nav-about" class="now" href="about.html">About</a></li>
  49. <li><a id="nav-donate" href="donate.html">Donate</a></li>
  50. </ul>
  51. </nav>
  52. </header>
  53. <div id="text-area">
  54. <h1>About AmogOS</h1>
  55. <h3 id="description"><del>Watch me explain why this OS is not an impostor.</del></h3>
  56. <h1>Project Info</h1>
  57. <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>
  58. <br/>
  59. <h2>Features:</h2>
  60. <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>
  61. <br/>
  62. <h1>Credits</h1>
  63. <h2>Our Team</h2>
  64. <h4>Moon <a href="https://moon1789.github.io/" target="_blank" rel="noopener noreferrer">Website</a></h4>
  65. <p>Founder, UI Developer</p>
  66. <h4>NoozAbooz <a href="https://nooz.farted.net/" target="_blank" rel="noopener noreferrer">Website</a></h4>
  67. <p>Main Developer, OS Packager</p>
  68. <h4>Peekatchoo</h4>
  69. <p>Original / Main Artist</p>
  70. <div title="Fengzi is not responsible for any changes for the website beyond the original template.">
  71. <h4>Fengzi <a href="https://fengzi.ga/" target="_blank" rel="noopener noreferrer">Website</a></h4>
  72. <p>Website Developer</p>
  73. </div>
  74. <p>Thanks to JoJo Autoboy, Fengzi, Dan2wik, Doc, Phene and Helena (/ussr/share) for helping us UwU.</p>
  75. <br/>
  76. <h2>Special Thanks</h2>
  77. <h4>Among Us</h4>
  78. <p>The origin of the universe.</p>
  79. <h4>Jostro OS</h4>
  80. <p>Partner project of AmogOS. (and our original home!)</p>
  81. <h4>SomeOrdinaryGamers <a href="https://www.youtube.com/watch?v=ixLuhDxNktk" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
  82. <p>Made a video that covered AmogOS and sent this to the moon.</p>
  83. <h4>TechHut <a href="https://www.youtube.com/watch?v=ymYIJYb2hYI" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
  84. <p>Also did a live stream / video cover of AmogOS.</p>
  85. <h4>Bringus Studios <a href="https://www.youtube.com/watch?v=qp-I1hm5UVU" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
  86. <p></p>
  87. <h4>All the open source projects included in this OS</h4>
  88. <p>Thank you!</p>
  89. <br/><br/><br/><br/><br/>
  90. </div>
  91. <footer>
  92. <p id="copyright">© AmogOS Project. All Suspiciousness Reserved.</p>
  93. </footer>
  94. </div>
  95. </body>
  96. </html>