This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch chore/add-pycon-talk in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit e278e146007a091bdef58fc06cf8fb33c98ea35b Author: bossenti <[email protected]> AuthorDate: Tue Feb 14 22:32:23 2023 +0100 chore: add pycon talk to events overview --- website/meetus.ejs | 1 + website/partials/_index-teaser.ejs | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/meetus.ejs b/website/meetus.ejs index 38a08519..2a0450a8 100644 --- a/website/meetus.ejs +++ b/website/meetus.ejs @@ -21,6 +21,7 @@ <div class="event-list" style="margin-top:20px;margin-bottom:20px;"> <ul> <li><a href="https://pretalx.com/fossgis2023/talk/FTBK3Q/">GIS & Datenströme; Stream Processing mit Apache StreamPipes</a>, FOSSGIS 2023, Berlin, 17.03.2023</li> + <li><a href="https://2023.pycon.de/program/LXBGZS/">Apache StreamPipes for Pythonistas: IIoT data handling made easy!</a>, PyCon DE & PyData, Berlin, 17. April - 19. April 2023</li> <li><a href="https://www.buildingiot.de/veranstaltung-17792-0-iiot-datenanbindung-und--analyse-leicht-gemacht.html">IIoT-Datenanbindung und -analyse leicht gemacht</a>, buildingIoT, München, 27.04.2023</li> </ul> </div> diff --git a/website/partials/_index-teaser.ejs b/website/partials/_index-teaser.ejs index 1b93dcdc..444b5eb7 100644 --- a/website/partials/_index-teaser.ejs +++ b/website/partials/_index-teaser.ejs @@ -4,7 +4,10 @@ <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;"/> + <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> </div> <div class="col-12 col-lg-7" style="display:flex;justify-content: center">
