You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/07/03 15:13:47 UTC

svn commit: r1356712 - in /incubator/deltaspike/site/trunk: content/deltaspike/index.mdtext content/deltaspike/resources/ds-bg.png content/deltaspike/resources/site.css templates/standard.html

Author: struberg
Date: Tue Jul  3 13:13:46 2012
New Revision: 1356712

URL: http://svn.apache.org/viewvc?rev=1356712&view=rev
Log:
new branding and styling ...

Added:
    incubator/deltaspike/site/trunk/content/deltaspike/resources/ds-bg.png   (with props)
Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/index.mdtext
    incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css
    incubator/deltaspike/site/trunk/templates/standard.html

Modified: incubator/deltaspike/site/trunk/content/deltaspike/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/index.mdtext?rev=1356712&r1=1356711&r2=1356712&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/index.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/index.mdtext Tue Jul  3 13:13:46 2012
@@ -1,25 +1,27 @@
-Welcome
-# Welcome
-
-Welcome to Apache DeltaSpike!
-
-Introduction
-============
+title: Welcome to Apache DeltaSpike!
 
 DeltaSpike consist of a number of portable CDI extensions that provide useful features
-for Java application developers. 
+for Java application developers.
+
+Goals
+-----
 
 The goal of DeltaSpike is to create a de-facto standard of CDI-Extensions that is 
 developed and maintained by a wealthy community. 
 
+Portability
+-----------
+
 We will also ensure true portability! We are testing DeltaSpike on different CDI implementations like 
 Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like 
 Apache Tomcat and TomEE, JBoss-AS7, Oracle GlassFish 3.1+, IBM Websphere 8.x, 
 Oracle Weblogic Server 12c, Jetty, and others.
 
-Features of existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
-many others are the basis for the features of DeltaSpike.
-
+Community
+---------
 
+For creating Apache DeltaSpike, we got many features contributed by 
+existing portable CDI extensions like Apache MyFaces CODI, JBoss Seam3 and
+many others. Together they now form the base for the features of DeltaSpike.
 
 

Added: incubator/deltaspike/site/trunk/content/deltaspike/resources/ds-bg.png
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/resources/ds-bg.png?rev=1356712&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/deltaspike/site/trunk/content/deltaspike/resources/ds-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css?rev=1356712&r1=1356711&r2=1356712&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/resources/site.css Tue Jul  3 13:13:46 2012
@@ -3,17 +3,50 @@
 @import url("http://www.apache.org/css/960.css") screen;
 @import url("http://www.apache.org/css/grid.css") screen;
 
-body {background: #bcccad;}
+body {  background: #bcccad; background-image: url(ds-bg.png);}
 
-#page {background: #F6FFF2; margin-top: 25px;}
+body { font-size:100%; line-height:1.3; }
+h1, h2, h3 { margin-top:0; margin-bottom:0; }
+h1 { font-size:1.5em; padding:1.45em 0 1.0em 0; }
+h2 { font-size:1.23em; padding:1.33em 0 0.8em 0; }
+h3 { font-size:1.11em; padding:1.22em 0 0.6em 0; }
+
+/*custom typography, fonts*/
+body {font-family: Times,"Times New Roman",serif;}
+h1, h2, h3, h4, h5, h6, #breadcrumb, #nav #projectname ul li a {
+    font-family: "Trebuchet MS",Verdana,sans-serif;
+    font-weight: normal;
+}
+:visited {color: #531393;}
+
+#projectname { font-size:1.5em;}
+
+
+#page {
+    background: #F6FFF2;
+    border-left: 2px solid white;
+    border-top: 2px solid white;
+    margin-top: 25px;
+    margin-bottom: 25px;
+    padding: 10px 10px 30px;
+    max-width: 960px;
+    margin-left: auto;
+    margin-right: auto;
+}
+
+#content-wrapper h1:first-child {}
 #heading {}
+/*
 #header h1 {margin-bottom: 25px; margin-top: 25px; margin-left: 0px; font-size: 18px;}
 #header h2 {margin-top: 20px; font-weight: normal; font-style: italic; font-size: 18px; margin-left: 10px;}
-#header img {float: left; margin: 5px 20px 10px 5px;}
+*/
+#feather img {float: left; margin: 5px 5px 5px 5px;}
+
 #nav ul {float: right; margin-top: 3px;}
-#nav ul li {display:inline; float:left; margin: 5px 0px; font-size: 12px;}
-#nav ul li a {padding: 10px; background: #bcccad; color: #ffffff;}
+#nav ul li {display:inline; float:left; margin: 5px 0px; font-size: 13px;}
+#nav ul li a {padding: 10px; background: #bcccad; color: #ffffff; font-weight: bold;}
 #nav p {float: left; width: 100%; margin-left: 50px; }
 #search {float:right;}
-#search input[type=text] { font-size: 13px; width: 300px; color: #aaa;}
+#search input[type=text] { font-size: 12px; width: 250px; color: #aaa000;}
 #breadcrumb {font-size: 12px; font-weight: bold; text-decoration: none;}
+#copyright {text-align: center; margin-bottom: 25px; color: #010144; font-size: 12px;}

Modified: incubator/deltaspike/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/templates/standard.html?rev=1356712&r1=1356711&r2=1356712&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/templates/standard.html (original)
+++ incubator/deltaspike/site/trunk/templates/standard.html Tue Jul  3 13:13:46 2012
@@ -34,11 +34,11 @@ under the License.
 </head>
 <body>
 <div id="page" class="container_16">
-    <div id="heading" class="grid_16">
         <div id="header" class="grid_7 alpha">
             <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-            <h1>Apache DeltaSpike</h1>
+            <span id="projectname">Apache DeltaSpike</span>
         </div>
+
         <div id="nav" class="grid_9 omega">
             <ul>
                 <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
@@ -47,37 +47,30 @@ under the License.
                 <li><a href="http://people.apache.org" title="The People">People</a></li>
                 <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
                 <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
             </ul>
         </div>
         <hr/>
         <div class="grid_8">
             <p id="breadcrumb">{{ breadcrumbs|safe }}</p>
         </div>
+
         <div id="dsearch" class="grid_8">
             <form name="search" id="search" action="http://www.google.com/search" method="get">
-                <input value="incubator.apache.org/deltaspike/.*" name="sitesearch" type="hidden"/>
+                <input value="incubator.apache.org/deltaspike/" name="sitesearch" type="hidden"/>
                 <input type="text" name="q" id="query">
                 <input type="submit" id="submit" value="Search">
             </form>
         </div>
         <hr/>
-    </div>
 
-    <div class="grid_16">
+    <div id="content-wrapper" class="container_16">
         <h1>{% block tagline %}{{ headers.title }}{% endblock %}</h1>
-    </div>
-
-    <div class="grid_16">
-    {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
+        {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
 
     </div>
-    <div class="grid_16">
-        <hr/>
-    </div>
-    <div id="copyright" class="container_16">
-        <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-    </div>
+</div>
+<div id="copyright" class="container_16">
+    <p>Copyright &#169; 20011-2012 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
 </div>
 </body>
 </html>