]> git.sur5r.net Git - i3/i3/blob - website/contact/index.html
Add screenshots to website
[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 <style type="text/css">
8 body {
9         text-align: justify;
10         max-width: 800px;
11 }
12
13 li {
14         margin-bottom: 10px;
15 }
16 #menu {
17         overflow: hidden;
18         list-style-type: none;
19 }
20 #menu li {
21         margin-left: 30px;
22         margin-right: 30px;
23         float: left;
24 }
25
26 </style>
27 </head>
28 <body>
29
30 <h1>i3 - an improved dynamic tiling window manager</h1>
31
32 <ul id="menu">
33   <li>
34     <a href="/">Goals</a>
35   </li>
36   <li>
37     <a href="/docs/">Documentation</a>
38   </li>
39   <li>
40     <a href="/downloads/">Downloads</a>
41   </li>
42   <li>
43     <a href="/screenshots/">Screenshots</a>
44   </li>
45   <li>
46     <strong><a href="/contact/">Contact</a></strong>
47   </li>
48   <li>
49     <a href="/impress.html">Impressum/Imprint</a>
50   </li>
51 </ul>
52
53 <p>
54
55 <h2>Contact</h2>
56
57 <p>
58   <strong>If you are a package maintainer</strong> and have any questions, ideas, hints, problems
59   or whatever, please do not hesitate to contact me. I will help you out. Just drop me an
60   <a href="http://michael.stapelberg.de/Kontakt">E-Mail (scroll down to bottom)</a>, contact
61   me using the same address in jabber or ask on our IRC channel (see below).
62 </p>
63
64 <h2>IRC</h2>
65
66 <p>
67   Contact us at <a href="irc://irc.twice-irc.de/i3" title="#i3 on irc.twice-irc.de">
68   irc://irc.twice-irc.de/i3</a> (or, #i3 on irc.twice-irc.de, for those without proper URL
69   handling setup). Feel free to ask questions, please don’t ask to ask and please
70   think before you ask :-).
71 </p>
72
73 </body>
74 </html>