Update index.html

This commit is contained in:
2025-12-17 10:57:29 -07:00
parent 3da47c904f
commit 6be4fc4e4d

View File

@@ -1,69 +1,75 @@
<html>
<style>
html, body {
<!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%;
}
html {
}
html {
display: table;
margin: auto;
}
body {
}
body {
display: table-cell;
vertical-align: middle;
}
footer {
font-family: Arial, sans-serif;
text-align: center;
}
footer {
position: absolute;
bottom: 5px;
left: 5px;
}
small {
}
small {
text-align: left;
}
</style>
}
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>
<p>
simplicity - one OS. server, desktop and mobile.
<br>
<ul style="list-style: none;">
<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>
</p>
<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>
<ul style="list-style: none;">
<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>
</p>
</div>
<a href="https://git.patronage.systems/matt/patronageos">source can be found here.</a>
<footer>
<small><b>trademark pending</b></small>
</footer>
</body>
<footer>
<small><b>
trademark pending
</b></small>
</footer>
</html>