Removed unused build, refactored H1-3 to use slot based setup, added visual and aria page highlighting for navbar links, switched all pages to use custom H1-3, better new page/tab handling for inline links
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
|
||||
import H2 from "@components/CustomHtmlWrappers/H2.astro";
|
||||
import H3 from "@components/CustomHtmlWrappers/H3.astro";
|
||||
import H2 from "@components/H2.astro";
|
||||
import H3 from "@components/H3.astro";
|
||||
import LinkButton from "@components/LinkButton.astro";
|
||||
import Carousel from "@components/Media/CustomCarousel/CustomCarousel.astro";
|
||||
import PdfViewer from "@components/Media/PdfViewer.astro";
|
||||
@@ -63,10 +63,10 @@ const timeline: timelineEntry[] = [
|
||||
title="Official Scientific Publication"
|
||||
/>
|
||||
</div>
|
||||
<H2 text="Summary" />
|
||||
<H3 text="Timeline" />
|
||||
<H2>Summary</H2>
|
||||
<H3>Timeline</H3>
|
||||
<Timeline timeline={timeline} />
|
||||
<H3 text="Key Takeaways" />
|
||||
<H3>Key Takeaways</H3>
|
||||
<ul class="list-inside list-disc">
|
||||
<li>
|
||||
<div class="inline-block">
|
||||
@@ -103,9 +103,9 @@ const timeline: timelineEntry[] = [
|
||||
<hr class="text-caperren-green" />
|
||||
</div>
|
||||
</div>
|
||||
<H2 text="Details" />
|
||||
<H2>Details</H2>
|
||||
power and voltage logging
|
||||
<H2 text="Official Scientific Publication" />
|
||||
<H2>Official Scientific Publication</H2>
|
||||
<div class="h-334">
|
||||
<PdfViewer pdf={publication} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user