Update website to use the new design
This commit is contained in:
@ -10,40 +10,56 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
text-align: justify;
|
||||
max-width: 800px;
|
||||
max-width: 900px;
|
||||
background-color: #1e1e1e;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
li {
|
||||
ol li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#menu {
|
||||
margin-left: -15px;
|
||||
overflow: hidden;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#menu li {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #c0c0c0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>i3 - an improved dynamic tiling window manager</h1>
|
||||
<img width="131" height="125" src="http://i3.zekjur.net/logo.png" style="margin-right: 15px" alt="logo" id="logo" align="left">
|
||||
|
||||
<h1 style="color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;">i3</h1>
|
||||
<h1 style="font-family: georgia; font-size: 2em;margin-bottom: 0;">improved tiling wm</h1>
|
||||
|
||||
<br style="height: 0; clear: both;">
|
||||
<hr style="border: 1px solid black; clear: both; margin-top: 5px;">
|
||||
|
||||
<ul id="menu">
|
||||
<li>
|
||||
<a href="/">Goals</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="/docs/">Documentation</a></strong>
|
||||
<a href="/docs/">Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/downloads/">Downloads</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/screenshots/">Screenshots</a>
|
||||
<a href="/screenshots/">Screens</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/bugs">Bugtracker</a>
|
||||
@ -52,10 +68,13 @@ li {
|
||||
<a href="/contact/">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/impress.html">Impressum/Imprint</a>
|
||||
<a href="/impress.html">Impressum</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<hr style="border: 1px solid black; clear: both; margin-top: 15px;">
|
||||
|
||||
|
||||
<h2>Documentation</h2>
|
||||
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user