You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2020/06/25 15:22:12 UTC

[wicket-site] 14/18: landing page ported to flex layout

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

adelbene pushed a commit to branch wicket-9
in repository https://gitbox.apache.org/repos/asf/wicket-site.git

commit cad422c665f9f0c7995179be9e6e3e9d25b0cd69
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Wed Jun 24 21:52:14 2020 +0200

    landing page ported to flex layout
---
 _sass/taiga/_layout.scss |  1 +
 content/atom.xml         |  2 +-
 index.md                 | 21 +++++++++++----------
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/_sass/taiga/_layout.scss b/_sass/taiga/_layout.scss
index e5d7172..35bb691 100644
--- a/_sass/taiga/_layout.scss
+++ b/_sass/taiga/_layout.scss
@@ -66,4 +66,5 @@
 
 .l-flex {
 	display:flex;
+	flex-wrap: wrap;
 }
\ No newline at end of file
diff --git a/content/atom.xml b/content/atom.xml
index 9006ee9..c567a2d 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-06-24T17:38:49+02:00</updated>
+    <updated>2020-06-24T21:47:05+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
diff --git a/index.md b/index.md
index 73f8694..c1e08dd 100644
--- a/index.md
+++ b/index.md
@@ -31,7 +31,7 @@ jumbotronLinks:
   </div>
 </div>
 
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-one-third">
     <h3>Java 8+ Required</h3>
     <p>
@@ -54,7 +54,7 @@ jumbotronLinks:
     </p>
   </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-two-third">
     <h3>Lambdas in All The Right Places</h3>
     <p>
@@ -66,7 +66,7 @@ jumbotronLinks:
     </p>
   </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-full">
     <h3>Optional is Sometimes Required</h3>
   </div>
@@ -104,7 +104,7 @@ add(new AjaxFallbackLink<Void>("wicket8") {
   </div>
 </div>
 
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-full">
     <h3>Models as Functional Interface</h3>
     <p>
@@ -131,7 +131,7 @@ add(new Label("name4",
   </div>
 </div>
 
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-half">
     <h3>No Rewrite Necessary</h3>
     <p>
@@ -154,7 +154,7 @@ add(new Label("name4",
     </p>
   </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
   <div class="l-full">
     <h2>Getting Started with Wicket 8</h2>
     <p>
@@ -201,7 +201,7 @@ add(new Label("name4",
     web application.</p>
 </div>
 
-<div class="l-first">
+<div class="l-first l-flex">
     <div class="l-one-third">
         <img src="{{site.baseurl}}/img/java-wicket-html5.png" class="l-full">
         <h3>Just Java &amp; HTML</h3>
@@ -225,7 +225,7 @@ add(new Label("name4",
         of basic Ajax components.</p>
     </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
     <div class="l-one-third">
         <h3>Open Source with Apache License</h3>
         <p>Since its inception in 2004 Wicket has been an open source
@@ -247,7 +247,7 @@ add(new Label("name4",
         page, or even component level.</p>
     </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
     <div class="l-one-third">
         <h3>Multi-tab and window support</h3>
         <p>No more pain while keeping taps on multiple tabs and windows. 
@@ -264,7 +264,7 @@ add(new Label("name4",
         file.</p>
     </div>
 </div>
-<div class="l-first">
+<div class="l-first l-flex">
     <div class="l-one-third">
         <h3>Test your pages and components</h3>
         <p>With WicketTester you can achieve testing coverage your QA 
@@ -287,3 +287,4 @@ add(new Label("name4",
 </div>
 <div class="l-first">
 </div>
+<hr/>
\ No newline at end of file