Merge remote-tracking branch 'origin/pr-27'

Fixes: #27
diff --git a/java-authorization-guide.md.vtl b/java-authorization-guide.md.vtl
index 77e6dc6..a6a12df 100644
--- a/java-authorization-guide.md.vtl
+++ b/java-authorization-guide.md.vtl
@@ -42,7 +42,7 @@
 <a name="JavaAuthorizationGuide-ImplicitRoles"></a>
 #[[####Implicit Roles]]#
 
-Most people view roles as what we define as an implicit role where your application _implies_ a set of permissions because a user has a particular role as opposed to the role explicitly being assigned permissions or your application checking for those permissions. Role checks in code are generally a reflection of an implicit role. You can view patient data because you have the _administrator_ role. You can create an account because you have the _bank teller_ role. The fact that these names exist does not have a correlation to what the software can actually do. Most people use roles in this manner. It is easiest but it can create a lot of maintenance and management problems for all the but the simplest application.
+Most people view roles as what we define as an implicit role where your application _implies_ a set of permissions because a user has a particular role as opposed to the role explicitly being assigned permissions or your application checking for those permissions. Role checks in code are generally a reflection of an implicit role. You can view patient data because you have the _administrator_ role. You can create an account because you have the _bank teller_ role. The fact that these names exist does not have a correlation to what the software can actually do. Most people use roles in this manner. It is easiest but it can create a lot of maintenance and management problems for all but the simplest application.
 
 <a name="JavaAuthorizationGuide-ExplicitRoles"></a>
 #[[####Explicit Roles]]#
diff --git a/templates/default.vtl b/templates/default.vtl
index 45cd501..0829a1a 100644
--- a/templates/default.vtl
+++ b/templates/default.vtl
@@ -106,6 +106,9 @@
                 <img src="$root/assets/images/apache-shiro-logo.png" style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;">
             </a>
             <span class="tagline">Simple. Java. Security.</span>
+            <a class="pull-right" href="https://www.apache.org/events/current-event.html">
+                <img style="padding-top: 8px" src="https://www.apache.org/events/current-event-125x125.png"/>
+            </a>
         </p>
     </div>