From 8a109c2c181b2664036cf74aa3b6d6764fdb742d Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Sat, 31 Jan 2009 18:32:24 +0000 Subject: [PATCH] Add more detailed information about our sponsors --- static/about/index.tmpl | 4 ++++ static/about/sponsors.tmpl | 30 ++++++++++++++++++++++++++++++ static/packages-site.css | 13 +++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 static/about/sponsors.tmpl diff --git a/static/about/index.tmpl b/static/about/index.tmpl index 78eb26a..5d25ca0 100644 --- a/static/about/index.tmpl +++ b/static/about/index.tmpl @@ -93,6 +93,10 @@ Copyright (C) 2006 Jeroen van Wolffelaar <jeroen@wolffelaar.nl> Copyright (C) 2006, 2007 Frank Lichtenheld <frank@lichtenheld.de> +

Sponsors

+ +

See our separate Sponsors page

+ [% 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 index 0000000..4edc405 --- /dev/null +++ b/static/about/sponsors.tmpl @@ -0,0 +1,30 @@ +[% PROCESS 'html/head.tmpl' + title_tag = "$organisation Packages - Sponsors" + page_title = "$organisation Packages - Sponsors" + keywords = "$organisation, Sponsoring, Hardware, Hosting" +%] + +

Sponsors of packages.debian.org

+ +

Providing this popular service wouldn't be possible +without the help of the following companies and organisations:

+ + + + + + + + + + + + + + + + +
Machine Purpose Sponsor Hardware Sponsor Hosting
powell.debian.orgMain Web/Data Server, Mail Handling1&1 Internet AG
piatti.debian.orgMirrorHewlett-PackardUniversity of Helsinki - Department of Computer Science
+ +[% PROCESS 'html/foot.tmpl' + langs.size = 0 %] diff --git a/static/packages-site.css b/static/packages-site.css index 420506e..7254f37 100644 --- a/static/packages-site.css +++ b/static/packages-site.css @@ -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; +} -- 2.39.2