gri3-wm/website/contact/index.html

98 lines
2.4 KiB
HTML
Raw Normal View History

2009-08-25 13:16:02 +02:00
<!DOCTYPE html>
<html>
<head>
<title>i3 - an improved dynamic tiling window manager</title>
2009-08-25 13:16:02 +02:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii">
<meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8">
<meta name="author" content="i3 developers">
<style type="text/css">
body {
text-align: justify;
2009-08-07 20:48:56 +02:00
max-width: 900px;
background-color: #1e1e1e;
color: #c0c0c0;
}
2009-08-07 20:48:56 +02:00
ol li {
margin-bottom: 10px;
}
2009-08-07 20:48:56 +02:00
#menu {
2009-08-07 20:48:56 +02:00
margin-left: -15px;
overflow: hidden;
list-style-type: none;
}
2009-08-07 20:48:56 +02:00
#menu li {
margin-left: 30px;
margin-right: 30px;
float: left;
}
2009-08-07 20:48:56 +02:00
a {
color: #c0c0c0;
text-decoration: underline;
}
</style>
</head>
<body>
2009-08-07 20:48:56 +02:00
<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>
2009-08-07 20:48:56 +02:00
<a href="/docs/">Docs</a>
</li>
<li>
<a href="/downloads/">Downloads</a>
</li>
2009-03-16 09:57:37 +01:00
<li>
2009-08-07 20:48:56 +02:00
<a href="/screenshots/">Screens</a>
2009-03-16 09:57:37 +01:00
</li>
<li>
<a href="/bugs">Bugtracker</a>
</li>
<li>
2009-08-07 20:48:56 +02:00
<a href="/contact/">Contact</a>
</li>
<li>
2009-08-07 20:48:56 +02:00
<a href="/impress.html">Impressum</a>
</li>
</ul>
2009-08-07 20:48:56 +02:00
<hr style="border: 1px solid black; clear: both; margin-top: 15px;">
<p>
<h2>Contact</h2>
<p>
<strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
<a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
me using the same address in jabber or ask on our IRC channel (see below).
</p>
<h2>IRC</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 dont ask to ask and please
think before you ask :-).
</p>
</body>
</html>