website-content-updates #7
@@ -14,7 +14,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>{pageTitle}</title>
|
||||
|
||||
<script is:inline type="module" src="/src/scripts/main.js"></script>
|
||||
<script src="/src/scripts/main.js"></script>
|
||||
|
||||
</head>
|
||||
<body class="bg-black text-white">
|
||||
|
||||
@@ -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 = {
|
||||
]
|
||||
};
|
||||
---
|
||||
<BaseLayout>
|
||||
<BaseLayout title="Education">
|
||||
<Carousel carouselGroup={diplomaCarouselGroup}/>
|
||||
<h2 class="font-bold md:text-2xl my-4 underline">Timeline</h2>
|
||||
<Timeline timeline={timeline}/>
|
||||
|
||||
Reference in New Issue
Block a user