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> <!DOCTYPE html>
<style> <html lang="en">
html, body { <head>
height: 100%; <meta charset="UTF-8">
} <meta name="viewport" content="width=device-width, initial-scale=1.0">
html { <title>Patronage OS</title>
display: table; <style>
margin: auto; html, body {
} height: 100%;
body { }
display: table-cell; html {
vertical-align: middle; display: table;
} margin: auto;
footer { }
position: absolute; body {
bottom: 5px; display: table-cell;
left: 5px; vertical-align: middle;
} font-family: Arial, sans-serif;
small { text-align: center;
text-align: left; }
} footer {
</style> position: absolute;
bottom: 5px;
left: 5px;
}
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> <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> <p>
simplicity simplicity - one OS. server, desktop and mobile.<br>
</h2> <ul style="list-style: none;">
<h2> <li>"Simplify, then add lightness" - Colin Chapman, Lotus motors</li>
security </ul>
</h2> UNIX philosophy - modular and functional. think twice, code once.<br><br>
<h2> security - make connections and permissions explicit. enforce transparency and freedom of association.<br><br>
legacy legacy - build something to last. can we give software to the next generation?<br><br>
</h2> </p>
<p> </div>
simplicity - one OS. server, desktop and mobile. <a href="https://git.patronage.systems/matt/patronageos">source can be found here.</a>
<br> <footer>
<ul style="list-style: none;"> <small><b>trademark pending</b></small>
<li> </footer>
"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>
</body> </body>
<footer> </html>
<small><b>
trademark pending
</b></small>
</footer>
</html>