]> git.sur5r.net Git - i3/i3/commitdiff
Add screenshots to website
authorMichael Stapelberg <michael+git@stapelberg.de>
Mon, 16 Mar 2009 08:57:37 +0000 (09:57 +0100)
committerMichael Stapelberg <michael+git@stapelberg.de>
Mon, 16 Mar 2009 08:57:37 +0000 (09:57 +0100)
website/contact/index.html
website/docs/index.html
website/downloads/index.html
website/index.html
website/screenshots/index.html [new file with mode: 0644]

index e690e777e86c9d4a97eddc079c07a75e6bf39714..a289b2918f9fa954c24295be64adfcc9ba0ba24d 100644 (file)
@@ -39,6 +39,9 @@ li {
   <li>
     <a href="/downloads/">Downloads</a>
   </li>
+  <li>
+    <a href="/screenshots/">Screenshots</a>
+  </li>
   <li>
     <strong><a href="/contact/">Contact</a></strong>
   </li>
index d2daf1814ced7113344a5734b1615354d12eb241..cd141b8973e103dc945fda5277f3a335e74f66db 100644 (file)
@@ -39,6 +39,9 @@ li {
   <li>
     <a href="/downloads/">Downloads</a>
   </li>
+  <li>
+    <a href="/screenshots/">Screenshots</a>
+  </li>
   <li>
     <a href="/contact/">Contact</a>
   </li>
index 98165bb11d7c3fe2e5c7639c7b3f81a70fd42430..cce1cf2bcc74525dc30215ef2ccb875e878dbd19 100644 (file)
@@ -39,6 +39,9 @@ li {
   <li>
     <strong><a href="/downloads/">Downloads</a></strong>
   </li>
+  <li>
+    <a href="/screenshots/">Screenshots</a>
+  </li>
   <li>
     <a href="/contact/">Contact</a>
   </li>
index 4dea648bb94e7e08b9c693509635a37a4d33a2bc..64d8d546c4a25cd3e56ef8af104d64567bf37cd6 100644 (file)
@@ -39,6 +39,9 @@ li {
   <li>
     <a href="/downloads/">Downloads</a>
   </li>
+  <li>
+    <a href="/screenshots/">Screenshots</a>
+  </li>
   <li>
     <a href="/contact/">Contact</a>
   </li>
diff --git a/website/screenshots/index.html b/website/screenshots/index.html
new file mode 100644 (file)
index 0000000..51e43b3
--- /dev/null
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<title>i3 - an improved dynamic tiling window manager</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<style type="text/css">
+body {
+       text-align: justify;
+       max-width: 800px;
+}
+
+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>
+    <strong><a href="/screenshots/">Screenshots</a></strong>
+  </li>
+  <li>
+    <a href="/contact/">Contact</a>
+  </li>
+  <li>
+    <a href="/impress.html">Impressum/Imprint</a>
+  </li>
+</ul>
+
+<h2>Screenshots</h2>
+
+<p>
+  Everyone likes screenshots, so here you go:
+</p>
+
+<ul>
+  <li>
+    <a href="/screenshots/i3-1.png">i3 v3.α</a>
+  </li>
+</ul>
+
+</body>
+</html>