Titles for all pages, custom entrypoint with cache invalidator etag setup so site doesn't do bad things on redeploy
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 35s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m26s
Build and Test - Staging / test (pull_request) Successful in 3s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s
All checks were successful
Build and Test - Staging / determine_version (pull_request) Successful in 35s
Build and Test - Staging / build_and_push (pull_request) Successful in 2m26s
Build and Test - Staging / test (pull_request) Successful in 3s
Build and Test - Staging / deploy_staging (pull_request) Successful in 6s
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
<div>Email:
|
||||
<a href="mailto:caperren@caperren.com">caperren@caperren.com</a>
|
||||
</div>
|
||||
<div>
|
||||
Phone:
|
||||
<a href="tel:360-298-4396">360-298-4396</a>
|
||||
</div>
|
||||
</BaseLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="CEOAS - LeConte Glacier Deployments">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="CEOAS - Robotic Oceanographic Surface Sampler">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="OSURC - Officer">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="OSURC - Electrical Team Lead">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="OSURC - Emergency Software Team Lead">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="OSURC - Software Team Lead">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - Dechorionator">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - Denso Embryo Pick and Plate">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - Shuttlebox Behavior System">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - Team Lead">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - Zebrafish Embryo Pick and Plate">
|
||||
</ExperienceLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
<ExperienceLayout title="SARL - ZScan Processor">
|
||||
</ExperienceLayout>
|
||||
@@ -27,7 +27,6 @@ const timeline: timelineEntry[] = [
|
||||
];
|
||||
---
|
||||
<ExperienceLayout title="SpaceX - Avionics Test Engineering Internship">
|
||||
<!-- FIXME: Image bounds are all messed up -->
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<h2 class="font-bold md:text-2xl my-4">Summary</h2>
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="Homelab - Home Automation">
|
||||
</HobbyLayout>
|
||||
@@ -22,7 +22,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Home Server Rack">
|
||||
<HobbyLayout title="Homelab - Home Server Rack">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -16,7 +16,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Kubernetes Cluster">
|
||||
<HobbyLayout title="Homelab - Kubernetes Cluster">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -38,7 +38,7 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Offsite Backup Rack">
|
||||
<HobbyLayout title="Homelab - Offsite Backup Rack">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
|
||||
<!--<h2 class="font-bold md:text-2xl my-4">Prior Homelab</h2>-->
|
||||
|
||||
@@ -30,6 +30,6 @@ const headerCarouselGroup: carouselGroup = {
|
||||
}
|
||||
---
|
||||
|
||||
<HobbyLayout title="Chubby Buttons 2 Mount">
|
||||
<HobbyLayout title="Motorcycling - Chubby Buttons 2 Mount">
|
||||
<Carousel carouselGroup={headerCarouselGroup}/>
|
||||
</HobbyLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="Motorcycling - Lineup">
|
||||
</HobbyLayout>
|
||||
@@ -2,5 +2,5 @@
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
<HobbyLayout title="NixOS">
|
||||
</HobbyLayout>
|
||||
Reference in New Issue
Block a user