aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-02-01 17:06:32 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-02-01 17:06:32 +0100
commit0b2cca0eb9de873998535af15c0066a71e2e363f (patch)
tree72395ca3b831531fa04ae52d6cf98993ab0bc995
parent01754d914056b3baa0a6bfe3b20bf5c40f6a5199 (diff)
downloadlombok-0b2cca0eb9de873998535af15c0066a71e2e363f.tar.gz
lombok-0b2cca0eb9de873998535af15c0066a71e2e363f.tar.bz2
lombok-0b2cca0eb9de873998535af15c0066a71e2e363f.zip
[website] added the German JUG week to the main page.
-rw-r--r--build.xml2
-rw-r--r--website/templates/main.html13
2 files changed, 14 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 633d7922..06754e7e 100644
--- a/build.xml
+++ b/build.xml
@@ -876,7 +876,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
</ant>
</target>
- <target name="website-only-publish" depends="config-ssh, clean"
+ <target name="website-only-publish" depends="config-ssh, clean, version"
description="Prepares the website (using lombok version current 'live') for distribution and then publishes it to projectlombok.org.">
<ant antfile="buildScripts/website.ant.xml" target="website-only-publish" inheritAll="false">
<property name="ssh.username" value="${ssh.username}" />
diff --git a/website/templates/main.html b/website/templates/main.html
index d52df167..00d64dab 100644
--- a/website/templates/main.html
+++ b/website/templates/main.html
@@ -31,5 +31,18 @@
<div class="row supporterBar">
</div>
</div>
+ <div class="row text-center">
+ <@main.h2 title="Upcoming presentations" />
+ <p>
+ Roel and Reinier will be talking about <em>(near) future java features; a preview of what Java10 and Java11 will probably look like</em>, across germany:<ul>
+ <li><a href="https://www.meetup.com/Java-User-Group-Saarland-jugsaar/">JUG Saarland, Monday March 5th, 2018, Saarbrücken (Details to follow)</a></li>
+ <li><a href="http://www.majug.de/">JUG Mannheim, Tuesday March 6th, 2018, Mannheim (Details to follow)</a></li>
+ <li><a href="http://www.jug-kl.de/double-feature/">JUG Kaiserslautern, Wednesday March 7th, 2018, 19:00, Chaos Computer Club</a></li>
+ <li><a href="https://www.jug-da.de/">JUG Darmstadt, Thursday March 8th, 2018 (Details to follow)</a></li>
+ <li><a href="https://programm.javaland.eu/2018/#/scheduledEvent/549331">JavaLand March 14th 2018, 12:00</a>, room: Schauspielhaus.</li>
+ </ul>
+ <em>See you there! (We'll have stickers!)</em>
+ </p>
+ </div>
</div>
</@main.scaffold>