index.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <h1>Termine</h1>
  2. <p>Hier findest du die Termine für unsere Veranstaltungen und Ausflüge!</p>
  3. <p>Bei Fragen könnt ihr euch gerne euch bei einem/-r Oberministrant*in melden.</p>
  4. <h2>Termine für 2023</h2>
  5. <table role="table" class="termine-table" id="termine-2023">
  6. <thead role="rowgroup">
  7. <tr role="row">
  8. <th role="columnheader">Datum:</th>
  9. <th role="columnheader">Beschreibung:</th>
  10. </tr>
  11. </thead>
  12. <tbody role="rowgroup">
  13. <tr role="row">
  14. <td role="cell">02.01.2023 bis 05.01.2023</td>
  15. <td role="cell">Sternsingeraktion</td>
  16. </tr>
  17. <tr role="row">
  18. <td role="cell">10.02.2023</td>
  19. <td role="cell">Faschingsfeier</td>
  20. </tr>
  21. <tr role="row">
  22. <td role="cell">24.06.2023</td>
  23. <td role="cell">Sommerausflug</td>
  24. </tr>
  25. <tr role="row">
  26. <td role="cell">16.07.2023</td>
  27. <td role="cell">Mini-Aufnahme</td>
  28. </tr>
  29. <tr role="row">
  30. <td role="cell">22.09.2023 bis 24.09.2023</td>
  31. <td role="cell">Herbstwochenende</td>
  32. </tr>
  33. </tbody>
  34. </table>