Author: cmpilato Date: Tue Jan 12 15:02:43 2010 New Revision: 898351 URL: http://svn.apache.org/viewvc?rev=898351&view=rev Log: Still playing around with website stuff...
* site/publish/cmpilato-playground/site-footer.html Remove as unused. * site/publish/cmpilato-playground/images, * site/publish/cmpilato-playground/images/svn-square.jpg, * site/publish/cmpilato-playground/images/svn-name-banner.jpg New images. * site/publish/cmpilato-playground/site-notice.html, * site/publish/cmpilato-playground/site-nav.html, * site/publish/cmpilato-playground/site-banner.html, * site/publish/cmpilato-playground/site.css, * site/publish/cmpilato-playground/index.html Content tweaks (mostly stylistic). Added: subversion/site/publish/cmpilato-playground/images/ subversion/site/publish/cmpilato-playground/images/svn-name-banner.jpg (with props) subversion/site/publish/cmpilato-playground/images/svn-square.jpg (with props) subversion/site/publish/cmpilato-playground/site-notice.html (with props) Removed: subversion/site/publish/cmpilato-playground/site-footer.html Modified: subversion/site/publish/cmpilato-playground/index.html subversion/site/publish/cmpilato-playground/site-banner.html subversion/site/publish/cmpilato-playground/site-nav.html subversion/site/publish/cmpilato-playground/site.css Added: subversion/site/publish/cmpilato-playground/images/svn-name-banner.jpg URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/images/svn-name-banner.jpg?rev=898351&view=auto ============================================================================== Binary file - no diff available. Propchange: subversion/site/publish/cmpilato-playground/images/svn-name-banner.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg Added: subversion/site/publish/cmpilato-playground/images/svn-square.jpg URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/images/svn-square.jpg?rev=898351&view=auto ============================================================================== Binary file - no diff available. Propchange: subversion/site/publish/cmpilato-playground/images/svn-square.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg Modified: subversion/site/publish/cmpilato-playground/index.html URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/index.html?rev=898351&r1=898350&r2=898351&view=diff ============================================================================== --- subversion/site/publish/cmpilato-playground/index.html (original) +++ subversion/site/publish/cmpilato-playground/index.html Tue Jan 12 15:02:43 2010 @@ -11,6 +11,7 @@ <!--#include virtual="site-banner.html" --> <!--#include virtual="site-nav.html" --> <div id="site-content"> +<!--#include virtual="site-notice.html" --> <h1>Apache Subversion</h1> @@ -18,6 +19,5 @@ <a href="http://subversion.tigris.org/" >old website</a>.</p> </div> <!-- #site-content --> -<!--#include virtual="site-footer.html" --> </body> </html> Modified: subversion/site/publish/cmpilato-playground/site-banner.html URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/site-banner.html?rev=898351&r1=898350&r2=898351&view=diff ============================================================================== --- subversion/site/publish/cmpilato-playground/site-banner.html (original) +++ subversion/site/publish/cmpilato-playground/site-banner.html Tue Jan 12 15:02:43 2010 @@ -1,12 +1,9 @@ <div id="site-banner"> -<div class="notice"> - <p>This is a placeholder document for the <strong>Apache - Subversion</strong> project, a podling currently in the - <a href="http://incubator.apache.org/" >Apache Incubator</a>. - Please avoid bookmarking specific pages under the - <a href="http://subversion.apache.org/" - >http://subversion.apache.org/</a> URL until the dust settles and - we've figured out where we want various bits of information to - live. Thanks!</p> -</div> <!-- .notice --> +<div style="float: right; width: 250px; height: 100px; padding: 10px;"> + <a href="http://incubator.apache.org"><img src="http://incubator.apache.org/images/apache-incubator-logo.png"/></a> +</div> +<a href="/"><img src="images/svn-square.jpg" + style="width: 100px; height: 100px;" + /><img src="images/svn-name-banner.jpg" + style="width: 400px; height: 100px;"/></a> </div> <!-- #site-banner --> Modified: subversion/site/publish/cmpilato-playground/site-nav.html URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/site-nav.html?rev=898351&r1=898350&r2=898351&view=diff ============================================================================== --- subversion/site/publish/cmpilato-playground/site-nav.html (original) +++ subversion/site/publish/cmpilato-playground/site-nav.html Tue Jan 12 15:02:43 2010 @@ -23,4 +23,14 @@ </ul> </li> </ul> + +<div id="copyright"> +<p>Copyright © 2009 The Apache Software Foundation, Licensed + under the <a href="http://www.apache.org/licenses/LICENSE-2.0" + >Apache License, Version 2.0</a>. "Apache" and the Apache feather + logo are trademarks of The Apache Software Foundation. + "Subversion" and the Subversion logo are registered trademarks of + the Subversion Corporation.</p> +</div> <!-- #copyright --> + </div> <!-- #site-nav --> Added: subversion/site/publish/cmpilato-playground/site-notice.html URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/site-notice.html?rev=898351&view=auto ============================================================================== --- subversion/site/publish/cmpilato-playground/site-notice.html (added) +++ subversion/site/publish/cmpilato-playground/site-notice.html Tue Jan 12 15:02:43 2010 @@ -0,0 +1,12 @@ +<div id="site-notice"> +<div class="notice"> + <p>This is a placeholder document for the <strong>Apache + Subversion</strong> project, a podling currently in the + <a href="http://incubator.apache.org/" >Apache Incubator</a>. + Please avoid bookmarking specific pages under the + <a href="http://subversion.apache.org/" + >http://subversion.apache.org/</a> URL until the dust settles and + we've figured out where we want various bits of information to + live. Thanks!</p> +</div> <!-- .notice --> +</div> <!-- #site-notice --> Propchange: subversion/site/publish/cmpilato-playground/site-notice.html ------------------------------------------------------------------------------ svn:mime-type = text/html Modified: subversion/site/publish/cmpilato-playground/site.css URL: http://svn.apache.org/viewvc/subversion/site/publish/cmpilato-playground/site.css?rev=898351&r1=898350&r2=898351&view=diff ============================================================================== --- subversion/site/publish/cmpilato-playground/site.css (original) +++ subversion/site/publish/cmpilato-playground/site.css Tue Jan 12 15:02:43 2010 @@ -4,6 +4,10 @@ body { background-color: white; + margin: 0; +} +img { + border: 0; } /* @@ -18,17 +22,20 @@ top: 100px; left: 0px; width: 15em; - bottom: 0px; - padding: 0px; - background-color: rgb(220,220,220); + padding: 0.5em; + background-color: rgb(240,240,220); + border-top: solid 1px black; } #site-content { position: absolute; top: 100px; - left: 15em; + left: 17em; right: 0px; } -#site-footer { +#copyright { + margin-top: 2em; + border-top: 1px solid black; + font-size: 80%; } /*