Checkpoint: Most pages are setup and components are ready to be implemented
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user