Add index.html
This commit is contained in:
81
index.html
Normal file
81
index.html
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
<html>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
display: table;
|
||||||
|
margin: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 5px;
|
||||||
|
left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
small {
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<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
|
||||||
|
</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>
|
||||||
|
the landing page for something great.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
<footer>
|
||||||
|
<small><b>
|
||||||
|
trademark pending
|
||||||
|
</b></small>
|
||||||
|
</footer>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user