Update index.html
This commit is contained in:
86
index.html
86
index.html
@@ -1,4 +1,9 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Patronage OS</title>
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
@@ -10,6 +15,8 @@ html {
|
||||
body {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
}
|
||||
footer {
|
||||
position: absolute;
|
||||
@@ -19,51 +26,50 @@ footer {
|
||||
small {
|
||||
text-align: left;
|
||||
}
|
||||
h1, h2 {
|
||||
margin: 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
color: #333;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
padding: 1rem;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
ul li {
|
||||
margin: 0;
|
||||
}
|
||||
a {
|
||||
color: #4CAF50;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Patronage OS
|
||||
</h1>
|
||||
<h2>
|
||||
sovereignty
|
||||
</h2>
|
||||
<h2>
|
||||
simplicity
|
||||
</h2>
|
||||
<h2>
|
||||
security
|
||||
</h2>
|
||||
<h2>
|
||||
legacy
|
||||
</h2>
|
||||
<h1>Patronage OS</h1>
|
||||
<div style="max-width: 800px; margin: auto;">
|
||||
<h2>sovereignty</h2>
|
||||
<h2>simplicity</h2>
|
||||
<h2>security</h2>
|
||||
<h2>legacy</h2>
|
||||
<p>
|
||||
simplicity - one OS. server, desktop and mobile.
|
||||
<br>
|
||||
simplicity - one OS. server, desktop and mobile.<br>
|
||||
<ul style="list-style: none;">
|
||||
<li>
|
||||
"Simplify, then add lightness" - Colin Chapman, Lotus motors
|
||||
</li>
|
||||
<li>"Simplify, then add lightness" - Colin Chapman, Lotus motors</li>
|
||||
</ul>
|
||||
UNIX philosophy - modular and functional. think twice, code once.
|
||||
<br>
|
||||
<br>
|
||||
security - make connections and permissions explicit. enforce
|
||||
transparency and freedom of association.
|
||||
<br>
|
||||
<br>
|
||||
legacy - build something to last. can we give software to the next generation?
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<a href="https://git.patronage.systems/matt/patronageos">look at the project here.</a>
|
||||
UNIX philosophy - modular and functional. think twice, code once.<br><br>
|
||||
security - make connections and permissions explicit. enforce transparency and freedom of association.<br><br>
|
||||
legacy - build something to last. can we give software to the next generation?<br><br>
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</div>
|
||||
<a href="https://git.patronage.systems/matt/patronageos">source can be found here.</a>
|
||||
<footer>
|
||||
<small><b>
|
||||
trademark pending
|
||||
</b></small>
|
||||
<small><b>trademark pending</b></small>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user