-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
98 lines (98 loc) · 5.17 KB
/
about.html
File metadata and controls
98 lines (98 loc) · 5.17 KB
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
<!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="Everything you need to know about Jostro OS">
<meta name="keywords" content="jostro,jostros,jostroos,jostro os,twister">
<meta name="theme-color" content="#ef0a6a">
<meta property="og:site_name" content="Jostro OS">
<meta property="og:title" content="About">
<meta name="og:description" content="About Jostro OS">
<meta name="og:image" itemprop="image" content="https://jostroos.ml/icons/jostro.png">
<link rel="shortcut icon" href="icons/favicon.ico" sizes="48x48">
<link rel="bookmark" href="icons/favicon.ico">
<link href="common.css" rel="stylesheet" type="text/css">
<link href="article.css" rel="stylesheet" type="text/css">
<title>About - Jostro OS</title>
<style>
#copyright{
background-color: rgba(32, 34, 37, 0.5);
}
#text-area li{
margin-bottom: 1vh;
}
</style>
</head>
<body>
<div id="wallpaper"></div>
<div id="main-container">
<header>
<nav>
<ul id="bar">
<li><a id="nav-logo" href="https://jostroos.ml/"></a></li>
<li><a id="nav-home" href="index.html">Home</a></li>
<li><a id="nav-install" href="install.html">Install Instructions</a></li>
<li><a id="nav-screenshots" href="screenshots.html">Screenshots</a></li>
<li><a id="nav-about" class="now" href="about.html">About</a></li>
</ul>
</nav>
</header>
<div id="text-area">
<h1>About</h1>
<h3 id="description">All about this project.</h3>
<h1>Project Info</h1>
<p>Jostro OS is a lightweight alternative to Raspberry Pi OS with multiple improvements, such as:</p>
<ul>
<li>Being built off RPi OS Lite for maximum performance</li>
<li>Using IceWM for a high-performance desktop, without hogging extra system resources</li>
<li>Based on the ARM64 architecture, for future-proofing purposes and so you can get more performance out of your Pi</li>
<li>WineHQ and Box86 pre-installed so you can continue to enjoy your favourite x86 apps and games</li>
<li>Pi-Apps and PiKISS pre-installed so you can get everything started instantly without delay</li>
<li>Space Cadet Pinball pre-installed for you, retro gamers XD</li>
</ul>
<br/><br/>
<h1>Credits</h1>
<h2>Our Team</h2>
<h4>JoJo Autoboy</h4>
<p>Creator, Owner, OS Developer, Tester</p>
<h4>Raspberry Pi News <a href="https://rpinews.ml/" target="_blank" rel="noopener noreferrer">Youtube</a></h4>
<p>Discord / Github manager, Helper, Tester</p>
<h4>Fengzi <a href="https://fengzi.ga/" target="_blank" rel="noopener noreferrer">Website</a></h4>
<p>Logo / Artwork Designer, Website Developer, Tester</p>
<h4>Moon</h4>
<p>Helper</p>
<br/><br/><br/>
<h2>Special Thanks</h2>
<h4>Raspberry Pi OS Lite</h4>
<p>The core OS Jostro based on. <a href="https://www.raspberrypi.org/software/operating-systems/" target="_blank" rel="noopener noreferrer">Website</a></p>
<h4>IceWM</h4>
<p>The window manager we have as desktop environment. <a href="https://ice-wm.org/" target="_blank" rel="noopener noreferrer">Website</a></p>
<h4>PCManFM</h4>
<p>A file manager software we use.</p>
<h4>icewm-arc-dark</h4>
<p>A beautiful default theme. <a href="https://github.com/Aethusx/icewm-arc-dark" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<h4>WineHQ</h4>
<p>Built-in software to emulate <s>(not really)</s> Windows applications. <a href="https://www.winehq.org/" target="_blank" rel="noopener noreferrer">Website</a></p>
<h4>Box86</h4>
<p>Built-in software to emulate x86 applications (We can only use this because Box64 is not out yet). <a href="https://ptitseb.github.io/box86/" target="_blank" rel="noopener noreferrer">Website</a></p>
<h4>Pi-Apps</h4>
<p>Built-in software that acts like an "App Store" on your Raspberry Pi. <a href="https://github.com/Botspot/pi-apps" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<h4>PiKISS</h4>
<p>Built-in software that includes a bunch of scripts with menu to make your life easier. <a href="https://github.com/jmcerrejon/PiKISS" target="_blank" rel="noopener noreferrer">GitHub</a></p>
<h4>Space Cadet Pinball</h4>
<p>Why not.</p>
<br/><br/><br/>
</div>
<footer>
<p id="copyright">© 2021 Jostro Project. All Rights Reserved.</p>
</footer>
</div>
<script>
if (window.innerWidth <= 620){
document.getElementById("nav-install").innerHTML = "Install";
}
</script>
</body>
</html>