This is an automated email from the ASF dual-hosted git repository. adelbene pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/wicket-site.git
commit 44ecc498b405b7484ae8f92bdc3dceda64e4279c Author: Andrea Del Bene <[email protected]> AuthorDate: Thu Jan 9 19:04:32 2020 +0100 Better UI for documentation page --- content/atom.xml | 2 +- content/learn/index.html | 2 +- learn/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/atom.xml b/content/atom.xml index 9022c4e..9d83220 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-01-09T18:58:18+01:00</updated> + <updated>2020-01-09T19:04:06+01:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> diff --git a/content/learn/index.html b/content/learn/index.html index 0e6edc6..817dbd6 100644 --- a/content/learn/index.html +++ b/content/learn/index.html @@ -68,7 +68,7 @@ </div> <div class="button-bar"> <a class="button" href="#courses"><i class="fa fa-graduation-cap"></i><br />Online courses</a> - <a class="button" style="visibility: hidden;"></a> + <div class="button"></div> <a class="button" href="#examples"><i class="fa fa-life-ring"></i><br />Support & Examples</a> </div> <h2 id="news">News Archive</h2> diff --git a/learn/index.md b/learn/index.md index d4a55e5..5471cb4 100644 --- a/learn/index.md +++ b/learn/index.md @@ -23,7 +23,7 @@ preamble: No matter how you want to learn about Wicket, there's something availa <div class="button-bar"> <a class="button" href="#courses"><i class="fa fa-graduation-cap"></i><br>Online courses</a> - <a class="button" style="visibility: hidden;"></a> + <div class="button"></div> <a class="button" href="#examples"><i class="fa fa-life-ring"></i><br>Support & Examples</a> </div>
