diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-02-01 17:06:32 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-02-01 17:06:32 +0100 |
commit | 0b2cca0eb9de873998535af15c0066a71e2e363f (patch) | |
tree | 72395ca3b831531fa04ae52d6cf98993ab0bc995 /website | |
parent | 01754d914056b3baa0a6bfe3b20bf5c40f6a5199 (diff) | |
download | lombok-0b2cca0eb9de873998535af15c0066a71e2e363f.tar.gz lombok-0b2cca0eb9de873998535af15c0066a71e2e363f.tar.bz2 lombok-0b2cca0eb9de873998535af15c0066a71e2e363f.zip |
[website] added the German JUG week to the main page.
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/main.html | 13 |
1 files changed, 13 insertions, 0 deletions
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> |