Add front page (Closes #44) #68

Merged
e26chiu merged 23 commits from j285he-front-page into main 2022-12-30 19:37:15 -05:00
3 changed files with 3 additions and 4 deletions
Showing only changes of commit 421fbac793 - Show all commits

View File

@ -15,7 +15,6 @@
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-end;
gap: calc(20rem / 16);
}

View File

@ -36,7 +36,7 @@
}
.blurb h1 {
margin-top: calc(0rem / 16);
margin-top: 0;
}
.classYear {

View File

@ -1,5 +1,5 @@
import { mockTimelineData } from "data/mocks";
import { PageRoutes } from "data/routes";
import { pageRoutes } from "data/routes";
import Link from "next/link";
import React from "react";
@ -61,7 +61,7 @@ export default function Home() {
you see!
</p>
</CenterWrapper>
<Sections data={PageRoutes} />
<Sections data={pageRoutes} />
<Timeline data={mockTimelineData} />
<p>
Click <Link href="/playground">here</Link> to visit the playground