You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/19 09:09:54 UTC

[myfaces-tobago] branch master updated: TOBAGO-1794: Deploy different versions of Tobago demo in the VM * do not show disabled things on small devices

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c72ffe  TOBAGO-1794: Deploy different versions of Tobago demo in the VM * do not show disabled things on small devices
2c72ffe is described below

commit 2c72ffe88454559243fa1d3cd5b3b4e8e4b873ef
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Tue Sep 19 11:09:49 2017 +0200

    TOBAGO-1794: Deploy different versions of Tobago demo in the VM
    * do not show disabled things on small devices
---
 .../main/tobago-vm/docker/apache-proxy/index.html  | 35 ++++++++++------------
 1 file changed, 15 insertions(+), 20 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
index dde1bf2..bbcbd0c 100644
--- a/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
+++ b/tobago-example/tobago-example-demo/src/main/tobago-vm/docker/apache-proxy/index.html
@@ -25,11 +25,15 @@
 <main class="bd-masthead" id="content" role="main">
   <div class="container">
 
-    <div class="jumbotron masthead-followup row m-0 border border-white">
+    <div class="jumbotron masthead-followup row m-0 border border-white d-md-flex d-none">
       <h1>Demo Applications of Tobago</h1>
     </div>
 
-    <div class="masthead-followup row m-0 border border-white">
+    <div class="jumbotron masthead-followup row m-0 border border-white d-md-none">
+      <h2>Tobago Demo</h2>
+    </div>
+
+    <div class="masthead-followup row m-0 border border-white d-md-flex d-none">
       <div class="col-12 col-md-4 p-3 p-md-5 bg-success border border-white">
         <h3>Release</h3>
       </div>
@@ -42,17 +46,16 @@
     </div>
 
     <div class="masthead-followup row m-0 border border-white">
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
         <h3 class="na">Tobago 4 is not yet released.</h3>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
-        <h3 class="na">No active voting.</h3>
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
+        <h3 class="na">Currently no voting active.</h3>
       </div>
       <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
         <h3>Tobago 4</h3>
         <h5>4.0.0-SNAPSHOT</h5>
         <p>Current development version. Work in progress.</p>
-        <hr class="half-rule">
         <a class="btn btn-danger" href="/demo-4-snapshot/">Demo</a>
       </div>
     </div>
@@ -62,21 +65,18 @@
         <h3>Tobago 3</h3>
         <h5>3.0.5</h5>
         <p>Last released version.</p>
-        <hr class="half-rule">
         <a class="btn btn-success" href="/demo-3-release/">Demo</a>
       </div>
       <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
         <h3>Tobago 3</h3>
         <h5>3.0.6 (unreleased)</h5>
         <p>Voting in progress.</p>
-        <hr class="half-rule">
         <a class="btn btn-warning" href="/demo-3-staging/">Demo</a>
       </div>
       <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">
         <h3>Tobago 3</h3>
         <h5>3.0.7-SNAPSHOT</h5>
         <p>Next version in development.</p>
-        <hr class="half-rule">
         <a class="btn btn-danger" href="/demo-3-snapshot/">Demo</a>
       </div>
     </div>
@@ -86,16 +86,14 @@
         <h3>Tobago 2</h3>
         <h5>2.1.0</h5>
         <p>Last released version.</p>
-        <hr class="half-rule">
         <a class="btn btn-success" href="/demo-2-release/">Demo</a>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
-        <h3 class="na">No active voting.</h3>
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
+        <h3 class="na">Currently no voting active.</h3>
 <!--
         <h3>Tobago 2</h3>
         <h5>2.1.1 (unreleased)</h5>
         <p>Voting in progress.</p>
-        <hr class="half-rule">
         <a class="btn btn-warning" aria-disabled="true" href="/demo-2-staging/">Demo</a>
 -->
       </div>
@@ -103,7 +101,6 @@
         <h3>Tobago 3</h3>
         <h5>2.1.1-SNAPSHOT</h5>
         <p>Next version in development.</p>
-        <hr class="half-rule">
         <a class="btn btn-danger" href="/demo-2-snapshot/">Demo</a>
       </div>
     </div>
@@ -113,13 +110,12 @@
         <h3>Tobago 1.5</h3>
         <h5>1.5.13</h5>
         <p>Old released version.</p>
-        <hr class="half-rule">
         <a class="btn btn-secondary" href="/demo-1-5-release/">Demo</a>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
         <h3 class="na"></h3>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
         <h3 class="na"></h3>
       </div>
     </div>
@@ -129,13 +125,12 @@
         <h3>Tobago 1.0</h3>
         <h5>1.0.42</h5>
         <p>Old released version.</p>
-        <hr class="half-rule">
         <a class="btn btn-secondary" href="/demo-1-0-release/">Demo</a>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
         <h3 class="na"></h3>
       </div>
-      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled">
+      <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white disabled d-md-flex d-none">
         <h3 class="na"></h3>
       </div>
     </div>

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].