Replace event logos with link to event page
diff --git a/website/index.ejs b/website/index.ejs
index 9dfdeb4..621acf1 100644
--- a/website/index.ejs
+++ b/website/index.ejs
@@ -20,4 +20,4 @@
 
     </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/website/partials/_index-teaser.ejs b/website/partials/_index-teaser.ejs
index 444b5eb..67a16fc 100644
--- a/website/partials/_index-teaser.ejs
+++ b/website/partials/_index-teaser.ejs
@@ -3,12 +3,9 @@
     <div class="container-header" style="background-image:url('/img/bg-img/bg-index.jpg');background-size:cover;">
         <div class="row" >
             <div class="col-12 col-lg-5">
-                <a href="https://www.buildingiot.de/veranstaltung-17792-0-iiot-datenanbindung-und--analyse-leicht-gemacht.html">
-                     <img src="https://www.buildingiot.de/common/images/konferenzen/buildingiot150.png" style="position:absolute;bottom:50px;float:right;margin-left:20px;margin-right:-10px;margin-top:50px;" width="15%"/>
-                </a>
-                <a href="https://2023.pycon.de/program/LXBGZS/">
-                    <img src="https://2023.pycon.de/static/media/PyConDE_PyDataBer_circle_trans_500.png" style="position:absolute;bottom:50px;float:right;margin-left:150px;margin-right:50px;margin-top:50px;" width="15%"/>
-                </a>
+             <a href="https://www.apache.org/events/current-event.html">
+                                 <img src="https://www.apache.org/events/current-event-125x125.png" style="position:absolute;bottom:50px;float:right;margin-left:20px;margin-right:-10px;margin-top:50px;"/>
+                                 </a>
             </div>
             <div class="col-12 col-lg-7" style="display:flex;justify-content: center">
                 <div style="background:rgba(255, 255, 255, 0.95);margin-top:50px;margin-bottom:50px;padding:35px;border-radius:15px;display:inline-block;max-width:750px;">
@@ -62,6 +59,11 @@
                             </a>
                         </div>
                     </div>
+                    <div class="row">
+                        <div class="d-flex col-12" style="margin-top: 10px;">
+                        <div style="font-size: 14pt;font-weight: 500;">Meet us at one of the upcoming <a href="/meetus.html">events</a>!</div>
+                        </div>
+                    </div>
                 </div>
 
             </div>