Update website (menu, links to the documentation, manpage online)
This commit is contained in:
@ -13,12 +13,37 @@ body {
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#menu {
|
||||
overflow: hidden;
|
||||
list-style-type: none;
|
||||
}
|
||||
#menu li {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>i3 - an improved dynamic tiling window manager</h1>
|
||||
|
||||
<ul id="menu">
|
||||
<li>
|
||||
<a href="/">Goals</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs/">Documentation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/downloads/">Downloads</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contact/">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
i3 was created because wmii, our favorite window manager at the time, didn’t
|
||||
provide some features we wanted (Xinerama done right, for example), had some
|
||||
@ -118,15 +143,6 @@ li {
|
||||
be stable and working all the time. Integration of new features happens in a separate branch.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
|
||||
<p>
|
||||
Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
|
||||
irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
|
||||
handling setup). Feel free to ask questions, please don’t ask to ask and please
|
||||
think before you ask :-).
|
||||
</p>
|
||||
|
||||
<h2>License</h2>
|
||||
|
||||
<pre>
|
||||
|
Reference in New Issue
Block a user