]> git.deb.at Git - deb/packages.git/commitdiff
Add more detailed information about our sponsors
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 31 Jan 2009 18:32:24 +0000 (18:32 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 31 Jan 2009 18:32:24 +0000 (18:32 +0000)
static/about/index.tmpl
static/about/sponsors.tmpl [new file with mode: 0644]
static/packages-site.css

index 78eb26a9a2178db7068c626f3404e5701aa69053..5d25ca0331997b4a498d31afe68f1ccc8eb0637a 100644 (file)
@@ -93,6 +93,10 @@ Copyright (C) 2006 Jeroen van Wolffelaar &lt;jeroen@wolffelaar.nl&gt;
 Copyright (C) 2006, 2007 Frank Lichtenheld &lt;frank@lichtenheld.de&gt;
 </pre>
 
+<h3>Sponsors</h3>
+
+<p><a href="sponsors.html">See our separate Sponsors page</a></p>
+
 [% PROCESS 'html/foot.tmpl'
        langs.size = 0
        footer.doNotDisplayCopyright = 1 %]
diff --git a/static/about/sponsors.tmpl b/static/about/sponsors.tmpl
new file mode 100644 (file)
index 0000000..4edc405
--- /dev/null
@@ -0,0 +1,30 @@
+[% PROCESS 'html/head.tmpl' 
+       title_tag = "$organisation Packages - Sponsors"
+       page_title = "$organisation Packages - Sponsors"
+       keywords = "$organisation, Sponsoring, Hardware, Hosting"
+%]
+
+<h2>Sponsors of <tt>packages.debian.org</tt></h2>
+
+<p>Providing this popular service wouldn't be possible
+without the help of the following companies and organisations:</p> 
+
+<table id="sponsorslist">
+<tr>
+ <th>Machine</th> <th>Purpose</th> <th>Sponsor Hardware</th> <th>Sponsor Hosting</th>
+</tr>
+<tr>
+ <td><a href="http://db.debian.org/machines.cgi?host=powell">powell.debian.org</a></td>
+ <td>Main Web/Data Server, Mail Handling</td>
+ <td colspan="2"><a href="http://1und1.de/">1&amp;1 Internet AG</a></td>
+</tr>
+<tr>
+ <td><a href="http://db.debian.org/machines.cgi?host=piatti">piatti.debian.org</a></td>
+ <td>Mirror</td>
+ <td><a href="http://www.hp.com/">Hewlett-Packard</a></td>
+ <td><a href="http://cs.helsinki.fi/index.en.html">University of Helsinki - Department of Computer Science</a></td>
+</tr>
+</table>
+
+[% PROCESS 'html/foot.tmpl'
+       langs.size = 0 %]
index 420506e644f90998b1d2a96ee0efec9bcf403279..7254f37b79afbea83299a157d02d176de0e185fe 100644 (file)
@@ -2,3 +2,16 @@
 .lenny-volatile, .lenny-backports {
        font-size: smaller;
 }
+
+table#sponsorslist {
+       text-align: center;
+       border: 1px solid black;
+       padding: 1em;
+       border-collapse: collapse;
+       empty-cells: show;
+}
+
+#sponsorslist th, #sponsorslist td {
+       border: 1px solid black;
+       padding: .5em;
+}