diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8088aed..9253f81 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -14,7 +14,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : " {pageTitle} - + diff --git a/src/pages/education.astro b/src/pages/education.astro index 83a0435..4647402 100644 --- a/src/pages/education.astro +++ b/src/pages/education.astro @@ -6,10 +6,11 @@ import Table from "@components/Table.astro"; import type {carouselGroup} from "@interfaces/image-carousel.ts"; import type {tableData} from "@interfaces/table.ts"; +import type {timelineEntry} from "@interfaces/timeline.ts"; import fhhs_diploma from "@assets/education/fhhs-diploma.jpg"; import osu_bs_cs_diploma from "@assets/education/osu-bs-cs-diploma.jpg" -import type {timelineEntry} from "@interfaces/timeline.ts"; + const diplomaCarouselGroup: carouselGroup = { animation: "slide", @@ -104,7 +105,7 @@ const courseTable: tableData = { ] }; --- - +

Timeline