Update index.html
This commit is contained in:
16
index.html
16
index.html
@@ -1,37 +1,25 @@
|
|||||||
<html>
|
<html>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
display: table;
|
display: table;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
small {
|
small {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
Patronage OS
|
Patronage OS
|
||||||
@@ -53,7 +41,7 @@ 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
|
"Simplify, then add lightness" - Colin Chapman, Lotus motors
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
UNIX philosophy - modular and functional. think twice, code once.
|
UNIX philosophy - modular and functional. think twice, code once.
|
||||||
@@ -67,7 +55,7 @@ legacy - build something to last. can we give software to the next generation?
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
the landing page for something great.
|
<a href="https://git.patronage.systems/matt/patronageos">look at the project here.</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user