Populate site with real CV data; restyle OG subtitle

Real career history (Woolworths, Virtus Health, Linde, ELGAS, Darktime),
cloud-heavy skills matrix, education, LinkedIn, Sydney location, and
projects mapped to actual work. OG subtitle now smaller italic serif.
This commit is contained in:
2026-06-17 16:44:03 +10:00
parent 2d4b6ea097
commit ae207eb79d
9 changed files with 270 additions and 147 deletions
+6 -6
View File
@@ -1,5 +1,4 @@
// Social / contact links. `mailto` is built from site.email.
// TODO(Jonathon): confirm GitHub + LinkedIn handles (placeholders below).
// Social / contact links.
export type Social = {
label: string;
@@ -12,14 +11,15 @@ export type Social = {
export const socials: Social[] = [
{
label: "GitHub",
href: "https://github.com/jwrong96", // TODO(Jonathon): confirm public GitHub handle
// Self-hosted public git — his code, on his own infrastructure (goes live with git.bztmon.com).
label: "Source",
href: "https://git.bztmon.com/jwright",
external: true,
icon: "M12 .5A11.5 11.5 0 0 0 .5 12a11.5 11.5 0 0 0 7.86 10.92c.58.1.79-.25.79-.56v-2c-3.2.7-3.88-1.37-3.88-1.37-.53-1.34-1.3-1.7-1.3-1.7-1.06-.72.08-.71.08-.71 1.17.08 1.78 1.2 1.78 1.2 1.04 1.79 2.73 1.27 3.4.97.1-.76.41-1.27.74-1.56-2.55-.29-5.24-1.28-5.24-5.7 0-1.26.45-2.29 1.19-3.1-.12-.29-.52-1.46.11-3.05 0 0 .97-.31 3.18 1.18a11 11 0 0 1 5.8 0c2.2-1.5 3.17-1.18 3.17-1.18.63 1.59.24 2.76.12 3.05.74.81 1.18 1.84 1.18 3.1 0 4.43-2.69 5.4-5.25 5.69.42.36.8 1.08.8 2.18v3.23c0 .31.21.67.8.56A11.5 11.5 0 0 0 23.5 12 11.5 11.5 0 0 0 12 .5Z",
icon: "M21.6 11.2 12.8 2.4a1.3 1.3 0 0 0-1.9 0L9 4.3l2.3 2.3a1.6 1.6 0 0 1 2 2L15.6 11a1.6 1.6 0 1 1-1 1l-2.1-2.2v5.6a1.6 1.6 0 1 1-1.3 0V9.8a1.6 1.6 0 0 1-.6-2.1L8.1 5.3l-5.7 5.7a1.3 1.3 0 0 0 0 1.9l8.8 8.8a1.3 1.3 0 0 0 1.9 0l8.5-8.5a1.3 1.3 0 0 0 0-2Z",
},
{
label: "LinkedIn",
href: "https://www.linkedin.com/in/jonathon-wright", // TODO(Jonathon): confirm LinkedIn URL
href: "https://www.linkedin.com/in/jonathon-w-2697b995",
external: true,
icon: "M20.45 20.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85 0-2.14 1.45-2.14 2.94v5.67H9.35V9h3.41v1.56h.05c.48-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28ZM5.34 7.43a2.07 2.07 0 1 1 0-4.14 2.07 2.07 0 0 1 0 4.14ZM7.12 20.45H3.55V9h3.57v11.45ZM22.22 0H1.77C.8 0 0 .78 0 1.74v20.51C0 23.22.8 24 1.77 24h20.45c.98 0 1.78-.78 1.78-1.75V1.74C24 .78 23.2 0 22.22 0Z",
},