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/01/08 20:07:01 UTC

[wicket-site] branch asf-site updated: Added a section for online courses under Documentation page

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7554a7c  Added a section for online courses under Documentation page
7554a7c is described below

commit 7554a7cae343b240759542e6e18935ce147fbbd0
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Wed Jan 8 21:05:28 2020 +0100

    Added a section for online courses under Documentation page
---
 content/atom.xml         | 2 +-
 content/learn/index.html | 9 +++++++--
 learn/index.md           | 8 +++++++-
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/content/atom.xml b/content/atom.xml
index cc305e6..051a50d 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-08T14:06:12+01:00</updated>
+    <updated>2020-01-08T21:03:41+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 0ee0623..78cd83d 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -48,7 +48,7 @@
             <p>No matter how you want to learn about Wicket, there's something available for you. If you want a quick reference, use the User Guide. If you rather prefer a book, there's a couple waiting for you. And if you rather watch a video or presentation, we have that covered too.</p>
         </header>
         <section class="l-one-third right">
-            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#news"><span class="toc-number">1</span> <span class="toc-text">News Archive</span></a></li><li class="toc--level-1 toc--section-2"><a href="#guide"><span class="toc-number">2</span> <span class="toc-text">Wicket User Guide</span></a></li><li class="toc--level-1 toc--section-3"><a href="#javadoc"><span class="toc-number">3</span> <span class="toc- [...]
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#news"><span class="toc-number">1</span> <span class="toc-text">News Archive</span></a></li><li class="toc--level-1 toc--section-2"><a href="#guide"><span class="toc-number">2</span> <span class="toc-text">Wicket User Guide</span></a></li><li class="toc--level-1 toc--section-3"><a href="#javadoc"><span class="toc-number">3</span> <span class="toc- [...]
         </section>
         <section class="l-two-third left">
             <div class="button-bar">
@@ -67,9 +67,9 @@
 	<a class="button" href="#ides"><i class="fa fa-terminal"></i><br />IDEs</a>
 </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>
 	<a class="button" href="#examples"><i class="fa fa-life-ring"></i><br />Support &amp; Examples</a>
-	<a class="button" style="visibility: hidden;"></a>
 </div>
 <h2 id="news">News Archive</h2>
 <p>Every release is announced through our mailing lists and the official Apache announcements list.
@@ -200,6 +200,11 @@ Find <a href="/contribute/ides.html">here</a> how to work with Wicket projects w
   <li><a href="/learn/examples/index.html">Examples</a> - Browse a vast collection of examples in live action without having to install anything!</li>
 </ul>
 <hr />
+<h2 id="courses">Online courses</h2>
+<ul>
+  <li><a href="https://www.udemy.com/course/apache-wicket-kompakt/">Apache Wicket Kompakt</a> - A complete German-based course with many pratical examples.</li>
+</ul>
+<hr />
 <h2 id="presentations">Presentations</h2>
 <p>New to Wicket and eager to learn it? This <a href="/learn/presentations/wicketIntroduction.pdf">presentation</a> is for you!</p>
         </section>
diff --git a/learn/index.md b/learn/index.md
index 2c90b76..d4a55e5 100644
--- a/learn/index.md
+++ b/learn/index.md
@@ -22,9 +22,9 @@ preamble: No matter how you want to learn about Wicket, there's something availa
 </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>
 	<a class="button" href="#examples"><i class="fa fa-life-ring"></i><br>Support &amp; Examples</a>
-	<a class="button" style="visibility: hidden;"></a>
 </div>
 
 ## News Archive {#news}
@@ -166,6 +166,12 @@ Find [here]({{ site.baseurl }}/contribute/ides.html) how to work with Wicket pro
 
 ---
 
+## Online courses {#courses}
+
+- <a href="https://www.udemy.com/course/apache-wicket-kompakt/">Apache Wicket Kompakt</a> - A complete German-based course with many pratical examples.
+
+---
+
 ## Presentations {#presentations}
 
 New to Wicket and eager to learn it? This [presentation]({{ site.baseurl }}/learn/presentations/wicketIntroduction.pdf) is for you!