Checkpoint: Most pages are setup and components are ready to be implemented

This commit is contained in:
Antoine Phan
2025-03-06 21:26:47 -05:00
parent 6018a7c0f1
commit e868c6252b
8 changed files with 69 additions and 19 deletions

View File

@@ -1,17 +1,15 @@
<script>
import Section from "components/Section.svelte";
import Section from 'components/Section.svelte';
</script>
<title> Resources </title>
<div class="">
<Section>
<h1>
Resources for ECSE students at McGill University, presented by ECSESS!
</h1>
<h2>Technical</h2>
<h2>Academic</h2>
</Section>
</div>
<Section>
<p class='page-title'> Resources </p>
<h1>Resources for ECSE students at McGill University, presented by ECSESS!</h1>
<h2>Technical</h2>
<h2>Academic</h2>
</Section>