From b8f25d9ceb63172666ccee66cd83498fad01bf77 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 3 Dec 2023 12:19:55 +0100 Subject: update volunteering --- src/pages/index.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/pages/index.php b/src/pages/index.php index 2d7d816..4ee5cf4 100644 --- a/src/pages/index.php +++ b/src/pages/index.php @@ -28,10 +28,10 @@ $t = $i18n['translate']; $volunteering = [ [ - 'link' => 'https://web.ecogood.org/de/', + 'link' => 'https://germany.ecogood.org', 'title' => 'International Federation for the Economy for the Common Good e.V.', 'extra' => [ - 'link' => 'https://bayern.ecogood.org/', + 'link' => 'https://bayern.ecogood.org', 'title' => 'in Bayern', ], 'icon' => '/assets/img/volunteering/gwoe_icon_57x57.png', @@ -73,6 +73,11 @@ $media = [ 'title' => 'Git Projects', 'icon' => '/assets/img/social/Git-Icon-1788C.png', ], + [ + 'link' => 'https://blog.dweipert.de', + 'title' => 'Blog', + 'icon' => '/assets/img/dweipert-x92.png', + ], ]; @@ -152,7 +157,9 @@ ob_start(); $m): ?>
  • - <?php echo $m['title']; ?>  + + <?php echo $m['title']; ?>  +
  • -- cgit v1.2.3