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
All checks were successful
Build and Test - Staging / test (pull_request) Successful in 4m29s
Build and Test - Staging / build_and_push (pull_request) Successful in 4m59s
Build and Test - Staging / deploy_staging (pull_request) Successful in 3s

This commit is contained in:
2025-12-05 14:17:12 -08:00
parent f9a837f0fa
commit 4b5f65bfdd
18 changed files with 248 additions and 224 deletions

View File

@@ -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>