Migrate from previous project with updated dependencies ready for March 2025
This commit is contained in:
20
src/routes/council/+page.svelte
Normal file
20
src/routes/council/+page.svelte
Normal file
@@ -0,0 +1,20 @@
|
||||
<script>
|
||||
import Section from 'components/Section.svelte';
|
||||
</script>
|
||||
|
||||
<title> ECSESS council </title>
|
||||
|
||||
<Section>
|
||||
<h1>Meet the ECSESS council!</h1>
|
||||
<hr />
|
||||
<p>Group picture!</p>
|
||||
|
||||
<p>Here are the members of the ECSESS council!</p>
|
||||
<div>
|
||||
<h2>President</h2>
|
||||
<p>Name:</p>
|
||||
<p>Email:</p>
|
||||
<p>Year:</p>
|
||||
<p>Program:</p>
|
||||
</div>
|
||||
</Section>
|
||||
Reference in New Issue
Block a user