]> git.sur5r.net Git - i3/i3/blob - website/contact/index.html
Merge branch 'next'
[i3/i3] / website / contact / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4 <head>
5 <title>i3 - an improved dynamic tiling window manager</title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <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" />
8 <meta name="keywords" content="i3, window, manager, tiling, keyboard, wmii, x11, xcb, xinerama, utf8" />
9 <meta name="author" content="i3 developers" />
10 <style type="text/css">
11 body {
12         text-align: justify;
13         max-width: 900px;
14         background-color: #1e1e1e;
15         color: #c0c0c0;
16 }
17
18 ol li {
19         margin-bottom: 10px;
20 }
21
22 #menu {
23         margin-left: -15px;
24         overflow: hidden;
25         list-style-type: none;
26 }
27
28 #menu li {
29         margin-left: 30px;
30         margin-right: 30px;
31         float: left;
32 }
33
34 a {
35         color: #c0c0c0;
36         text-decoration: underline;
37 }
38
39 </style>
40 </head>
41 <body>
42
43 <img width="131" height="125" src="http://i3.zekjur.net/logo.png" style="margin-right: 15px" alt="logo" id="logo" align="left">
44
45 <h1 style="color: red; font-family: georgia; font-size: 3em;margin-bottom: 0;">i3</h1>
46 <h1 style="font-family: georgia; font-size: 2em;margin-bottom: 0;">improved tiling wm</h1>
47
48 <br style="height: 0; clear: both;">
49 <hr style="border: 1px solid black; clear: both; margin-top: 5px;">
50
51 <ul id="menu">
52   <li>
53     <a href="/">Goals</a>
54   </li>
55   <li>
56     <a href="/docs/">Docs</a>
57   </li>
58   <li>
59     <a href="/downloads/">Downloads</a>
60   </li>
61   <li>
62     <a href="/screenshots/">Screens</a>
63   </li>
64   <li>
65     <a href="/bugs">Bugtracker</a>
66   </li>
67   <li>
68     <a href="/contact/">Contact</a>
69   </li>
70   <li>
71     <a href="/impress.html">Impressum</a>
72   </li>
73 </ul>
74
75 <hr style="border: 1px solid black; clear: both; margin-top: 15px;">
76
77 <p>
78
79 <h2>Contact</h2>
80
81 <p>
82   <strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
83   or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
84   <a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
85   me using the same address in jabber or ask on our IRC channel (see below).
86 </p>
87
88 <h2>IRC</h2>
89
90 <p>
91   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
92   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
93   handling setup). Feel free to ask questions, please don’t ask to ask and please
94   think before you ask :-).
95 </p>
96
97 </body>
98 </html>