-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
38 lines (33 loc) · 1.9 KB
/
contact.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="nl">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Thiasos | Contact</title>
</head>
<body>
<?php
include 'encoder.php';
?>
<h2>Contact</h2>
Thiasos kan gecontacteerd worden op <?php print_email_address('[email protected]') ?>
Met vragen of suggesties kan je ook altijd terecht bij de studenten van de stuurgroep:
<ul>
<li><?php print_email_address_with_name('[email protected]', 'Alexandra Vereeck')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Aurora Van Bel')?></li>
<li><?php print_email_address_with_name('[email protected]' , 'Maarten Vanderlinden')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Milan Valadou')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Elisabeth Thomas')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Aäron De Fruyt')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Lien Verlaet')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Kato Poelmans')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Niels Herman')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Itza Denhert')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Simon Van Roost')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Xander Feys')?></li>
<li><?php print_email_address_with_name('[email protected]', 'Liza Cretskens')?></li>
</ul>
of op onze <a href="https://www.facebook.com/Thiasos">Facebookpagina</a>.
<h2>Webmaster</h2>
<a href="mailto:[email protected]">Xavier Goás Aguililla</a>
</body>
</html>