gri3-wm/website/contact/index.html

98 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>i3 - an improved dynamic tiling window manager</title>
<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;
max-width: 900px;
background-color: #1e1e1e;
color: #c0c0c0;
}
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>
<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>
<a href="/docs/">Docs</a>
</li>
<li>
<a href="/downloads/">Downloads</a>
</li>
<li>
<a href="/screenshots/">Screens</a>
</li>
<li>
<a href="/bugs">Bugtracker</a>
</li>
<li>
<a href="/contact/">Contact</a>
</li>
<li>
<a href="/impress.html">Impressum</a>
</li>
</ul>
<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>