[xiph-commits] r18315 - in websites/opus-codec.org: . contact css images ssi testvectors

giles at svn.xiph.org giles at svn.xiph.org
Thu May 24 15:15:09 PDT 2012


Author: giles
Date: 2012-05-24 15:15:09 -0700 (Thu, 24 May 2012)
New Revision: 18315

Added:
   websites/opus-codec.org/images/
   websites/opus-codec.org/images/opus-128.png
Modified:
   websites/opus-codec.org/contact/index.shtml.en
   websites/opus-codec.org/css/screen.css
   websites/opus-codec.org/ssi/contentheader.include
   websites/opus-codec.org/testvectors/index.shtml.en
Log:
Add a logo to the website.

The overall header is moved into the navbar, since the
logo is smaller than the earlier text.

Unfortunately we have to pad some of the content pages
now that the navbar is longer. Maybe css3 would let
us make the dividing rule the max of the two column heights?


Modified: websites/opus-codec.org/contact/index.shtml.en
===================================================================
--- websites/opus-codec.org/contact/index.shtml.en	2012-05-24 21:45:45 UTC (rev 18314)
+++ websites/opus-codec.org/contact/index.shtml.en	2012-05-24 22:15:09 UTC (rev 18315)
@@ -19,4 +19,9 @@
 
 <div id="chatbox" style="text-align:center;"></div>
 
+<!-- hack a vspace to help with the sidebar layout -->
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+
 <!--#include virtual="/ssi/footer.include" -->

Modified: websites/opus-codec.org/css/screen.css
===================================================================
--- websites/opus-codec.org/css/screen.css	2012-05-24 21:45:45 UTC (rev 18314)
+++ websites/opus-codec.org/css/screen.css	2012-05-24 22:15:09 UTC (rev 18315)
@@ -17,7 +17,8 @@
 }
 
 #thelogo {
-  margin: 30px 0 16px 8px;
+  margin: -32px 0 24px 16px;
+  padding: 0;
 }
 
 #thelogo a {

Added: websites/opus-codec.org/images/opus-128.png
===================================================================
(Binary files differ)


Property changes on: websites/opus-codec.org/images/opus-128.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: websites/opus-codec.org/ssi/contentheader.include
===================================================================
--- websites/opus-codec.org/ssi/contentheader.include	2012-05-24 21:45:45 UTC (rev 18314)
+++ websites/opus-codec.org/ssi/contentheader.include	2012-05-24 22:15:09 UTC (rev 18315)
@@ -1,9 +1,12 @@
 <div id="thepage">
+
+<div id="navbar">
+
 <div id="thelogo">
-  <h1><a href="/">Opus Codec</a></h1>
+  <h1><a href="/"><img src="/images/opus-128.png" alt="Opus Codec"
+         width=128 height=64></a></h1>
 </div>
 
-<div id="navbar">
   <ul>
     <li id="home_"><a href="/">Home</a></li>
     <li id="downloads_"><a href="/downloads/">Downloads</a></li>
@@ -14,6 +17,7 @@
     <li id="presentations_"><a href="/presentations/">Presentations</a></li>
     <li id="contact_"><a href="/contact/">Contact</a></li>
   </ul>
+
 </div>
 
 <div id="main">

Modified: websites/opus-codec.org/testvectors/index.shtml.en
===================================================================
--- websites/opus-codec.org/testvectors/index.shtml.en	2012-05-24 21:45:45 UTC (rev 18314)
+++ websites/opus-codec.org/testvectors/index.shtml.en	2012-05-24 22:15:09 UTC (rev 18315)
@@ -10,4 +10,11 @@
    version -11, -12, -13, and -14 of the draft</a>.
 </p>   
 
+<!-- hack a vspace to help with the sidebar layout -->
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+<p>&nbsp;</p>
+
 <!--#include virtual="/ssi/footer.include" -->



More information about the commits mailing list