Author: jdreimann
Date: Mon Apr 15 17:06:29 2013
New Revision: 1468144

URL: http://svn.apache.org/r1468144
Log:
Made changes to comply with ASF Project branding requirements:
http://www.apache.org/foundation/marks/pmcs#websites

Added:
    bloodhound/site/css/site.css   (with props)
Modified:
    bloodhound/site/index.html

Added: bloodhound/site/css/site.css
URL: 
http://svn.apache.org/viewvc/bloodhound/site/css/site.css?rev=1468144&view=auto
==============================================================================
--- bloodhound/site/css/site.css (added)
+++ bloodhound/site/css/site.css Mon Apr 15 17:06:29 2013
@@ -0,0 +1,82 @@
+body {
+       background-color:  rgb(92%, 91%, 88%);
+}
+
+.container-box {
+       margin-top: 10px;
+       background-color: rgb(100%, 100%, 100%);
+       padding: 20px 20px;
+       border: 1px solid rgb(70%, 70%, 70%);
+       box-shadow: 0px 0px 10px 2px rgba(50%, 50%, 50%, 0.4);
+       border-radius: 7px;
+}
+
+.tm {
+       position: relative;
+       top: -0.5em;
+       font-size: 80%;
+       font-weight: 200;
+
+}
+
+.jumbotron {
+       padding-top: 15px;
+       padding-bottom: 15px;
+}
+.jumbotron h1 {
+       margin-bottom: 0;
+       font-size: 60px;
+       line-height: 1;
+       letter-spacing: -1px;
+       color: inherit;
+}
+
+.jumbotron p {
+       font-size: 18px;
+       font-weight: 200;
+       line-height: 27px;
+       color: inherit;
+}
+
+footer {
+       color: rgb(50%, 50%, 50%);
+}
+
+footer ul {
+       list-style: none;
+}
+
+footer ul li {
+       display: inline-block;
+       padding: 8px;
+}
+
+footer a:link {
+       color: rgb(70%, 25%, 25%);
+}
+
+footer a:visited {
+       color: rgb(45%, 25%, 25%);
+}
+
+footer p {
+       padding-left: 8px;
+       padding-right: 8px;
+}
+
+@media (max-width: 480px) {
+       body {
+         padding-left: 0px;
+         padding-right: 0px;
+       }
+
+       .container-box {
+               margin-top: 0px;
+               padding: 15px; 
+       }
+
+       .jumbotron h1 {
+               font-size: 50px;
+       }
+}
+

Propchange: bloodhound/site/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: bloodhound/site/index.html
URL: 
http://svn.apache.org/viewvc/bloodhound/site/index.html?rev=1468144&r1=1468143&r2=1468144&view=diff
==============================================================================
--- bloodhound/site/index.html (original)
+++ bloodhound/site/index.html Mon Apr 15 17:06:29 2013
@@ -3,22 +3,20 @@
        <title>Apache Bloodhound</title>
        <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
        <link rel="stylesheet" type="text/css" 
href="css/bootstrap-responsive.min.css" />
+       <link rel="stylesheet" type="text/css" href="css/site.css" />
 </head>
 <body>
-<div class="container">
+       <div class="container">
        <div class="row">
-               <div class="hero-unit" align="center">
-                       <h1>Apache Bloodhound</h1>
-                       <br />
-                       <p><img src="img/logo_houndOnly.png" alt="Bloodhound 
Logo" /></p>
-                       <p>Tracks defects<br />
-                       Manages software projects</p>
-               </div>
-       </div>
-       <div class="row">
-               <div class="span6 offset3">
+               <div class="container-box span8 offset2">
+                       <div class="jumbotron" align="center">
+                               <h1>Apache Bloodhound<span 
class="tm">&#153;</span></h1>
+                               <br />
+                               <p><img src="img/logo_houndOnly.png" 
alt="Bloodhound Logo" /></p>
+                               <p>Tracks defects<br />
+                               Manages software projects</p>
+                       </div>
                        <div class="alert 
alert-success"><strong>2013-04-15</strong> - Version 0.5.3 has been released. 
<a href="http://goo.gl/D4hf5";>Download now</a></div>
-                       <div class="alert 
alert-success"><strong>2013-03-20</strong> - Apache Bloodhound has graduated 
from the incubator.</div>
                        <p>Standing on the shoulders of
                                <a href="http://trac.edgewall.org/";>Trac</a>, 
Apache Bloodhound is a project hosted by the <a 
href="http://www.apache.org";>Apache Software Foundation</a>. Currently, it has 
three key aims:</p>
                        <ul class="unstyled">
@@ -37,6 +35,19 @@
                        <a 
href="http://incubator.apache.org/projects/bloodhound.html";>Project 
status</a></p>
                </div>
        </div>
-</div>
+       <div class="row">
+               <footer class="span8 offset2" align="center">
+                       <ul>
+                               <li><a 
href="http://www.apache.org/licenses/";>License</a></li>
+                               <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                               <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                               <li><a 
href="http://www.apache.org/security/";>Security</a></li>
+                               <li><a href="http://www.apache.org/";>Apache 
Software Foundation</a></li>
+                       </ul>
+                       <p>Apache Bloodhound, Bloodhound, Apache, the Apache 
feather logo, and the Apache Bloodhound project logo are trademarks of The 
Apache Software Foundation.</p>
+                       <p>All other marks mentioned may be trademarks or 
registered trademarks of their respective owners.</p>
+               </div>
+       </div>
+       </div>
 </body>
 </html>


Reply via email to