Compare commits
6 Commits
efaa02ae20
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| aeffd1545f | |||
| b342f7b1cb | |||
| e9dd38ca6a | |||
| 5b0829eac4 | |||
| f7825ed740 | |||
| 3d88f23e88 |
@@ -19,9 +19,9 @@ ARG REPO_VERSION_HASH
|
|||||||
ARG BUILD_ENVIRONMENT
|
ARG BUILD_ENVIRONMENT
|
||||||
ARG PROJECT_VERSION
|
ARG PROJECT_VERSION
|
||||||
|
|
||||||
RUN echo "PUBLIC_REPO_VERSION_HASH=/"${REPO_VERSION_HASH}/" \n\
|
RUN echo "PUBLIC_REPO_VERSION_HASH=\"${REPO_VERSION_HASH}\" \n\
|
||||||
BUILD_ENVIRONMENT=/"${BUILD_ENVIRONMENT}/" \n\
|
PUBLIC_BUILD_ENVIRONMENT=\"${BUILD_ENVIRONMENT}\" \n\
|
||||||
PUBLIC_PROJECT_VERSION=/"${PROJECT_VERSION}/"" >> nope
|
PUBLIC_PROJECT_VERSION=\"${PROJECT_VERSION}\"" >> .env
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM httpd:latest AS runtime
|
FROM httpd:latest AS runtime
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 662 B |
63
public/favicon.svg
Normal file
63
public/favicon.svg
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
width="40mm"
|
||||||
|
height="40mm"
|
||||||
|
viewBox="0 0 40 40"
|
||||||
|
version="1.1"
|
||||||
|
id="svg1"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<g
|
||||||
|
id="layer1">
|
||||||
|
<rect
|
||||||
|
style="fill:#000000;stroke-width:0.264583"
|
||||||
|
id="rect1"
|
||||||
|
width="58.244999"
|
||||||
|
height="53.954998"
|
||||||
|
x="-6.105"
|
||||||
|
y="-4.2899995" />
|
||||||
|
</g>
|
||||||
|
<g
|
||||||
|
id="layer2">
|
||||||
|
<g
|
||||||
|
id="g1"
|
||||||
|
transform="matrix(3.9840159,0,0,3.9840159,-182.95899,-268.96729)">
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:3.38667px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#10ac25;fill-opacity:1;stroke:none;stroke-width:0.282222px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
x="46.9911"
|
||||||
|
y="76.640976"
|
||||||
|
id="text3344-4-5"><tspan
|
||||||
|
id="tspan3346-7-6"
|
||||||
|
x="46.9911"
|
||||||
|
y="76.640976"
|
||||||
|
style="font-size:11.2889px;line-height:1.25;stroke-width:0.282222px">C</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-weight:normal;font-size:3.38667px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#10ac25;fill-opacity:1;stroke:none;stroke-width:0.282222px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
x="49.597134"
|
||||||
|
y="74.229248"
|
||||||
|
id="text3348-1-8"
|
||||||
|
transform="scale(1.0028223,0.99718564)"><tspan
|
||||||
|
id="tspan3350-3-1"
|
||||||
|
x="49.597134"
|
||||||
|
y="74.229248"
|
||||||
|
style="font-size:4.59543px;line-height:1.25;stroke-width:0.282222px">A</tspan></text>
|
||||||
|
<text
|
||||||
|
xml:space="preserve"
|
||||||
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.38667px;line-height:0%;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#10ac25;fill-opacity:1;stroke:none;stroke-width:0.282222px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||||
|
x="24.869509"
|
||||||
|
y="83.989883"
|
||||||
|
id="text3344-5-7-6"
|
||||||
|
transform="matrix(0.89528488,-0.34221418,0.35348636,0.98184609,0,0)"><tspan
|
||||||
|
id="tspan3370-7-8"
|
||||||
|
x="24.869509"
|
||||||
|
y="83.989883"
|
||||||
|
style="font-size:4.18595px;line-height:1.25;stroke-width:0.282222px">P</tspan></text>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
<footer class="flex justify-center items-center text-center">
|
<footer class="flex justify-center items-center text-center">
|
||||||
{import.meta.env.BUILD_ENVIRONMENT || "development"} | {import.meta.env.PUBLIC_REPO_VERSION_HASH || "invalid"}@{import.meta.env.PUBLIC_PROJECT_VERSION || "0.0.0"}
|
{import.meta.env.PUBLIC_BUILD_ENVIRONMENT || "development"} | {import.meta.env.PUBLIC_REPO_VERSION_HASH || "invalid"}@{import.meta.env.PUBLIC_PROJECT_VERSION || "0.0.0"}
|
||||||
</footer>
|
</footer>
|
||||||
@@ -33,18 +33,18 @@ const navItems = [
|
|||||||
];
|
];
|
||||||
---
|
---
|
||||||
|
|
||||||
<header class="navbar lg:flex p-5 gap-5">
|
<header class="navbar md:flex p-5 gap-5">
|
||||||
<Astronav>
|
<Astronav>
|
||||||
<div class="flex w-full justify-between">
|
<div class="flex w-full justify-between">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<Image src={logoTitle} alt="Logo Title" height="50" loading="eager"/>
|
<Image src={logoTitle} alt="Logo Title" height="50" loading="eager"/>
|
||||||
</a>
|
</a>
|
||||||
<div class="block lg:hidden">
|
<div class="block md:hidden">
|
||||||
<MenuIcon class="w-4 h-4 text-gray-800"/>
|
<MenuIcon class="w-4 h-4 text-gray-800"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<MenuItems class="hidden lg:flex">
|
<MenuItems class="hidden md:flex">
|
||||||
<ul class="flex flex-col lg:flex-row lg:gap-5">
|
<ul class="flex flex-col md:flex-row md:gap-5">
|
||||||
<li>
|
<li>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
@@ -1,7 +1,7 @@
|
|||||||
interface ImportMetaEnv {
|
interface ImportMetaEnv {
|
||||||
readonly PUBLIC_REPO_VERSION_HASH: string;
|
readonly PUBLIC_REPO_VERSION_HASH: string;
|
||||||
readonly PUBLIC_PROJECT_VERSION: string;
|
readonly PUBLIC_PROJECT_VERSION: string;
|
||||||
readonly BUILD_ENVIRONMENT: string;
|
readonly PUBLIC_BUILD_ENVIRONMENT: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ImportMeta {
|
interface ImportMeta {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
6
src/layouts/ExperienceLayout.astro
Normal file
6
src/layouts/ExperienceLayout.astro
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
import BaseLayout from './BaseLayout.astro';
|
||||||
|
---
|
||||||
|
<BaseLayout>
|
||||||
|
<slot/>
|
||||||
|
</BaseLayout>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
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,9 @@
|
|||||||
|
---
|
||||||
|
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>
|
||||||
0
src/pages/hobby/body-modding.astro
Normal file
0
src/pages/hobby/body-modding.astro
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|||||||
0
src/pages/hobby/nixos.astro
Normal file
0
src/pages/hobby/nixos.astro
Normal file
@@ -24,6 +24,10 @@ a {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
footer {
|
||||||
|
border-top: 2px solid var(--color-caperren-green);
|
||||||
|
}
|
||||||
/*.astronav-dropdown .group {*/
|
/*.astronav-dropdown .group {*/
|
||||||
/* background-color: black;*/
|
/* background-color: black;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
Reference in New Issue
Block a user