Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
phonoxify authored Feb 5, 2024
1 parent 5695bf6 commit 60cd333
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion WebSite/tours/South Korea and Japan 2024/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</li>
<li>
<h5>Busan, South Korea</h5>
<p>April 4rd - April 5th 2024</p>
<p>April 4th - April 5th 2024</p>
</li>
<li>
<h5>Fukuoka, Japan</h5>
Expand Down Expand Up @@ -171,6 +171,15 @@
'Linkedin' => 'https://www.linkedin.com/in/vincentfiedler/'
);

$TeamMember[] = array(
'Name' => "Jonas Iser",
'ImgName' => "silhouette.jpg",
'Studies' => "Former board member of PionierGarage",
'Text' => "I have not yet taken part in a cross-border startup tour by the PionierGarage, so I am very excited to finally embark on this journey and experience the entrepreneurial spirit of East Asia. I am looking forward to getting to know many innovative startups and the culture of both countries.",
'Linkedin' => 'https://www.linkedin.com/in/jonas-iser/'
);


//Sponsors - Images in /img/Sponsors/ImgName.png, 300x200px images 'Link' => "https://www.karlsruhe.de/");
$Sponsors[] = array('ImgName' => "sponsor_stadt_karlsruhe.jpg",
'Link' => "https://www.karlsruhe.de/");
Expand Down

0 comments on commit 60cd333

Please sign in to comment.