This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 9e314d09 Replace event logos with link to event page
9e314d09 is described below
commit 9e314d09bd8a0082bc1392d5eead684cbc2b5632
Author: Dominik Riemer <[email protected]>
AuthorDate: Wed Mar 1 21:53:42 2023 +0100
Replace event logos with link to event page
---
website/index.ejs | 2 +-
website/partials/_index-teaser.ejs | 14 ++++++++------
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/website/index.ejs b/website/index.ejs
index 9dfdeb44..621acf18 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 444b5eb7..67a16fc9 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>