Contactpersonen
This commit is contained in:
parent
c921dab6f2
commit
cf651ec383
@ -40,6 +40,7 @@ export default defineConfig({
|
||||
{ text: 'Malmö', link: '/2024/engageu/' },
|
||||
],
|
||||
},
|
||||
{ text: 'Contactpersonen', link: '/contactpersonen' },
|
||||
],
|
||||
|
||||
darkModeSwitchLabel: 'Donker thema',
|
||||
|
16
content/contactpersonen.md
Normal file
16
content/contactpersonen.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Lijst van contactpersonen
|
||||
|
||||
<table style="width: 100%; display: table;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Naam</th>
|
||||
<th>Functie</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>M. Barbé</td>
|
||||
<td>HPG-begeleider</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user