diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index 7a507b0e0736f68f6e928b3a16f40904bf67b942..d4d6259d53510f215bc5180e3d3f7211969f7268 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -16,11 +16,11 @@
   <div class="aside">
     <h1>{% trans %}What is I2P?{% endtrans %}</h1>
     <ul>
-      <li>{% trans -%}I2P is an anonymous overlay network -  a network within a
-        network. It allows netizens to create and access content and build
-        online communities on a network that is both distributed and dynamic. It
-        is intended to protect communication and resist monitoring by third
-        parties such as ISPs.
+      <li>{% trans -%}I2P is an anonymous network built on top of the internet.
+        It allows netizens to create and access content and build online
+        communities on a network that is both distributed and dynamic. It is i
+        ntended to protect communication and resist monitoring by third parties
+        such as ISPs.
       {% endtrans %}</li>
       <li>{% trans -%}Aside from anonymizing traffic within the network, I2P
         functions with the same capabilities as the Internet, however its design
@@ -46,11 +46,15 @@
   <div class="aside">
     <h1>{% trans %}Conferences Calendar 2019{% endtrans %}</h1>
       <p>I2P Developers will be visiting these conferences this year:</p>
+      <p><b>Upcoming:</b></p>
       <ul>
-        <li>RightsCon (June 11-14 2019, Tunis, Tunisia)</li>
-        <li>Internet Freedom Festival (April 1-5 2019, Valencia, Spain)</li>
         <li>DEF CON 27 (August 8-11 2019, Las Vegas, Nevada)</li>
       </ul>
+      <p><b>Passed:</b></p>
+      <ul>
+        <li>Internet Freedom Festival (April 1-5 2019, Valencia, Spain)</li>
+        <li>RightsCon (June 11-14 2019, Tunis, Tunisia)</li>
+      </ul>
   </div>
 </div>
 {% endblock %}