Author: andygumbrecht
Date: Wed Jan  4 11:54:08 2017
New Revision: 1777288

URL: http://svn.apache.org/viewvc?rev=1777288&view=rev
Log:
Better position
English
Link to legacy doc

Modified:
    tomee/site/trunk/content/css/cardio.css
    tomee/site/trunk/content/documentation.html
    tomee/site/trunk/content/index.html
    tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/templates/index.gsp

Modified: tomee/site/trunk/content/css/cardio.css
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/css/cardio.css?rev=1777288&r1=1777287&r2=1777288&view=diff
==============================================================================
--- tomee/site/trunk/content/css/cardio.css (original)
+++ tomee/site/trunk/content/css/cardio.css Wed Jan  4 11:54:08 2017
@@ -120,7 +120,7 @@ header {
 
 header .table {
        display: table;
-       height: 100%;
+       height: 50%;
 }
 
 header .container {
@@ -310,8 +310,8 @@ section {
 }
 
 .intro-tables {
-       top: -130px;
-       position: relative;
+       top: -630px;
+       position: inherit;
 }
 
 .intro-table {

Modified: tomee/site/trunk/content/documentation.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/documentation.html?rev=1777288&r1=1777287&r2=1777288&view=diff
==============================================================================
--- tomee/site/trunk/content/documentation.html (original)
+++ tomee/site/trunk/content/documentation.html Wed Jan  4 11:54:08 2017
@@ -100,7 +100,8 @@
             
             <div class="col-md-12">
                 <div class="paragraph">
-<p>Coming soon!</p>
+<p>Coming soon! Please join the community to help us update this section.</p>
+<p>You can find the <a href="documentation.old.html">old documentation 
here</a>, but please be warned that much of this is now outdated!</p>
 </div>
             </div>
             

Modified: tomee/site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/index.html?rev=1777288&r1=1777287&r2=1777288&view=diff
==============================================================================
--- tomee/site/trunk/content/index.html (original)
+++ tomee/site/trunk/content/index.html Wed Jan  4 11:54:08 2017
@@ -67,8 +67,8 @@
                        <!-- Collect the nav links, forms, and other content 
for toggling -->
                        <div class="collapse navbar-collapse" 
id="bs-example-navbar-collapse-1">
                                <ul class="nav navbar-nav navbar-right 
main-nav">
-                                       <li><a 
href="developer/index.html">Developer</a></li>
-                                       <li><a 
href="admin/index.html">Admin</a></li>
+                                       <li><a 
href="developer/index.html">Developers</a></li>
+                                       <li><a 
href="admin/index.html">Administrators</a></li>
                                        <li><a 
href="advanced/index.html">Advanced</a></li>
                                        <li><a 
href="security/index.html">Security</a></li>
                                        <li><a 
href="examples/index.html">Examples</a></li>
@@ -92,7 +92,7 @@
                             Apache TomEE
                         </div>
                         <div class="col-md-12 text-center">
-                            <h1 class="white typed">Embedded or distributed as 
you prefer.</h1>
+                            <h2 class="white typed">The Embedded or Remote EE 
Application Server</h2>
                             <span class="typed-cursor">|</span>
                         </div>
                     </div>

Modified: 
tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/templates/index.gsp
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/templates/index.gsp?rev=1777288&r1=1777287&r2=1777288&view=diff
==============================================================================
--- 
tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/templates/index.gsp 
(original)
+++ 
tomee/site/trunk/generators/site-tomee-ng/src/main/jbake/templates/index.gsp 
Wed Jan  4 11:54:08 2017
@@ -10,7 +10,7 @@
                             Apache TomEE
                         </div>
                         <div class="col-md-12 text-center">
-                            <h1 class="white typed">Embedded or distributed as 
you prefer.</h1>
+                            <h2 class="white typed">The Embedded or Remote EE 
Application Server</h2>
                             <span class="typed-cursor">|</span>
                         </div>
                     </div>


Reply via email to