Module: libav.org Branch: master Commit: 4d2eaa76b5ee035f0d8b609e826d0bf5ff5837ba
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Fri Apr 1 01:10:47 2011 +0100 Qatar announcement --- htdocs/default.css | 32 ++++++++++++++++---------------- htdocs/favicon.png | Bin 442 -> 514 bytes htdocs/libav-logo.png | Bin 6063 -> 12758 bytes src/index | 12 ++++++++++++ src/template_head2 | 2 +- 5 files changed, 29 insertions(+), 17 deletions(-) diff --git a/htdocs/default.css b/htdocs/default.css index 8195c86..612cb06 100644 --- a/htdocs/default.css +++ b/htdocs/default.css @@ -47,8 +47,8 @@ body { } h1 { - background-color: #7BB37B; - border: 1px solid #6A996A; + background-color: #a82458; + border: 1px solid #501324; color: #151515; font-size: 1.2em; padding-bottom: 0.2em; @@ -72,9 +72,9 @@ img { } #navbar { - background-color: #738073; - border-bottom: 1px solid #5C665C; - border-top: 1px solid #5C665C; + background-color: #501324; + border-bottom: 1px solid #501324; + border-top: 1px solid #501324; margin-top: 12px; padding: 0.3em; position: relative; @@ -82,22 +82,22 @@ img { } #navbar a, #navbar_secondary a { - color: white; + color: #eee; padding: 0.3em; text-decoration: none; } #navbar a:hover, #navbar_secondary a:hover { - background-color: #313131; - color: white; + background-color: #70193d; + color: #eee; text-decoration: none; } #navbar_secondary { - background-color: #738073; - border-bottom: 1px solid #5C665C; - border-left: 1px solid #5C665C; - border-right: 1px solid #5C665C; + background-color: #501324; + border-bottom: 1px solid #501324; + border-left: 1px solid #501324; + border-right: 1px solid #501324; padding: 0.3em; position: relative; text-align: center; @@ -124,15 +124,15 @@ pre { margin-left: 1em; margin-right: 1em; border-collapse: collapse; - border: solid 1px #6A996A; + border: solid 1px #70193d; } #repos th { - background-color: #7BB37B; - border: solid 1px #6A996A; + background-color: #a82458; + border: solid 1px #501324; } #repos td { padding: 0.2em; - border: solid 1px #6A996A; + border: solid 1px #501324; } diff --git a/htdocs/favicon.png b/htdocs/favicon.png index c7991da..b17a624 100644 Binary files a/htdocs/favicon.png and b/htdocs/favicon.png differ diff --git a/htdocs/libav-logo.png b/htdocs/libav-logo.png index 55ca201..e9b0b8e 100644 Binary files a/htdocs/libav-logo.png and b/htdocs/libav-logo.png differ diff --git a/src/index b/src/index index 841413e..ade5f62 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,18 @@ with the latest developments by subscribing to both the <h1>News</h1> +<a name="qatar_sponsor"></a><h3>Apr 1, 2011</h3> + +<p> + +The Libav Team has entered a sponsorship agreement with an individual +in Qatar. As part of the deal, the Libav logo has been redesigned and +several core developers will be relocating to Doha, Qatar. We are all +very excited about this, and more details about the arrangement will +be published over the coming weeks. + +</p> + <a name="distros_move_to_libav"></a><h3>Mar 25, 2011</h3> <p> diff --git a/src/template_head2 b/src/template_head2 index e035a00..5f69c90 100644 --- a/src/template_head2 +++ b/src/template_head2 @@ -8,7 +8,7 @@ <div id="banner"> <a href="index.html"> -<img src="libav-logo.png" width="346" height="100" alt="FFmpeg" /> +<img src="libav-logo.png" width="460" height="210" alt="FFmpeg" /> </a> </div> _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
