Update index.html

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

View File

@@ -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> <style>
html, body { html, body {
height: 100%; height: 100%;
@@ -10,6 +15,8 @@ html {
body { body {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
font-family: Arial, sans-serif;
text-align: center;
} }
footer { footer {
position: absolute; position: absolute;
@@ -19,51 +26,50 @@ footer {
small { small {
text-align: left; 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> </style>
</head>
<body> <body>
<h1> <h1>Patronage OS</h1>
Patronage OS <div style="max-width: 800px; margin: auto;">
</h1> <h2>sovereignty</h2>
<h2> <h2>simplicity</h2>
sovereignty <h2>security</h2>
</h2> <h2>legacy</h2>
<h2>
simplicity
</h2>
<h2>
security
</h2>
<h2>
legacy
</h2>
<p> <p>
simplicity - one OS. server, desktop and mobile. simplicity - one OS. server, desktop and mobile.<br>
<br>
<ul style="list-style: none;"> <ul style="list-style: none;">
<li> <li>"Simplify, then add lightness" - Colin Chapman, Lotus motors</li>
"Simplify, then add lightness" - Colin Chapman, Lotus motors
</li>
</ul> </ul>
UNIX philosophy - modular and functional. think twice, code once. UNIX philosophy - modular and functional. think twice, code once.<br><br>
<br> security - make connections and permissions explicit. enforce transparency and freedom of association.<br><br>
<br> legacy - build something to last. can we give software to the next generation?<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> </p>
</div>
<a href="https://git.patronage.systems/matt/patronageos">source can be found here.</a>
</body>
<footer> <footer>
<small><b> <small><b>trademark pending</b></small>
trademark pending
</b></small>
</footer> </footer>
</body>
</html> </html>