Responsive navigation fully working, placeholders for all major items on site, resume pages working, abstracted site-layout, preparing for unit and e2e testing, added flotbite + tailwind + vitest + playwright
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ExperienceLayout from "@layouts/ExperienceLayout.astro";
|
||||
---
|
||||
|
||||
<ExperienceLayout>
|
||||
</ExperienceLayout>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
import ExperienceLayout from '../../../layouts/ExperienceLayout.astro';
|
||||
import {Image} from 'astro:assets';
|
||||
|
||||
import spring_2019_interns from "../../../assets/experience/spacex/avionics-test-engineering-intern/spring-2019-interns.jpg";
|
||||
---
|
||||
<ExperienceLayout>
|
||||
<Image class="mx-auto block" src={spring_2019_interns} alt="spring-2019-interns.jpg" loading="eager"/>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
import ExperienceLayout from '@layouts/ExperienceLayout.astro';
|
||||
import {Image} from 'astro:assets';
|
||||
|
||||
import spring_2019_interns from "@assets/experience/spacex/avionics-test-engineering-internship/spring-2019-interns.jpg";
|
||||
---
|
||||
<ExperienceLayout>
|
||||
<Image class="mx-auto block" src={spring_2019_interns} alt="spring-2019-interns.jpg" loading="eager"/>
|
||||
|
||||
<span>Final text here</span>
|
||||
</ExperienceLayout>
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import ExperienceLayout from '@layouts/ExperienceLayout.astro';
|
||||
import {Image} from 'astro:assets';
|
||||
|
||||
import starlink_headquarters_selfie from "@assets/experience/spacex/hardware-test-engineer-i-ii/starlink_headquarters_selfie.jpg";
|
||||
---
|
||||
<ExperienceLayout title="SpaceX - Hardware Test Engineer II" >
|
||||
<Image class="mx-auto block" src={starlink_headquarters_selfie} alt="starlink_headquarters_selfie" loading="eager"/>
|
||||
<h2 >Timeline</h2>
|
||||
<ul>
|
||||
<li>Test</li>
|
||||
</ul>
|
||||
</ExperienceLayout>
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
import ExperienceLayout from '../../../layouts/ExperienceLayout.astro';
|
||||
import {Image} from 'astro:assets';
|
||||
|
||||
import starlink_headquarters_selfie from "../../../assets/experience/spacex/hardware-test-engineer-ii/starlink_headquarters_selfie.jpg";
|
||||
---
|
||||
<ExperienceLayout>
|
||||
<Image class="mx-auto block" src={starlink_headquarters_selfie} alt="starlink_headquarters_selfie" loading="eager"/>
|
||||
</ExperienceLayout>
|
||||
6
src/pages/hobby/body-mods.astro
Normal file
6
src/pages/hobby/body-mods.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/homelab/home-automation.astro
Normal file
6
src/pages/hobby/homelab/home-automation.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/homelab/home-server-rack.astro
Normal file
6
src/pages/hobby/homelab/home-server-rack.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/homelab/kubernetes-cluster.astro
Normal file
6
src/pages/hobby/homelab/kubernetes-cluster.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/homelab/offsite-backup-rack.astro
Normal file
6
src/pages/hobby/homelab/offsite-backup-rack.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
@@ -1,2 +0,0 @@
|
||||
---
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/motorcycling/lineup.astro
Normal file
6
src/pages/hobby/motorcycling/lineup.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/motorcycling/trips/2024-10-norway.astro
Normal file
6
src/pages/hobby/motorcycling/trips/2024-10-norway.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
6
src/pages/hobby/motorcycling/trips/2025-08-alaska.astro
Normal file
6
src/pages/hobby/motorcycling/trips/2025-08-alaska.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import HobbyLayout from "@layouts/HobbyLayout.astro";
|
||||
---
|
||||
|
||||
<HobbyLayout>
|
||||
</HobbyLayout>
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
---
|
||||
|
||||
<BaseLayout>
|
||||
</BaseLayout>
|
||||
6
src/pages/resume/2019-07-01-hardware-test-engineer.astro
Normal file
6
src/pages/resume/2019-07-01-hardware-test-engineer.astro
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ResumeLayout from "@layouts/ResumeLayout.astro";
|
||||
import resume from "@assets/resume/corwin_perren_2019-07-01_hardware_test_engineer.pdf"
|
||||
---
|
||||
|
||||
<ResumeLayout resume={resume}/>
|
||||
5
src/pages/resume/2025-11-10-complete-cv.astro
Normal file
5
src/pages/resume/2025-11-10-complete-cv.astro
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import ResumeLayout from "@layouts/ResumeLayout.astro";
|
||||
---
|
||||
|
||||
<ResumeLayout/>
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
import ResumeLayout from "@layouts/ResumeLayout.astro";
|
||||
import resume from "@assets/resume/corwin_perren_2025_10_27_infrastructure_engineer.pdf"
|
||||
---
|
||||
|
||||
<ResumeLayout resume={resume}/>
|
||||
Reference in New Issue
Block a user