feat: rewrite cv about text
All checks were successful
Docker / build-and-push-image (push) Successful in 2m13s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m13s
This commit is contained in:
parent
a4fc110eb3
commit
c7be9f3aba
18 changed files with 197 additions and 179 deletions
|
@ -56,6 +56,7 @@ const projects = defineCollection({
|
|||
featured: z.boolean().optional(),
|
||||
collection: z.boolean().optional(),
|
||||
highlight: z.boolean().optional(),
|
||||
rank: z.number().optional().default(0),
|
||||
})
|
||||
.merge(rssSchema),
|
||||
});
|
||||
|
|
|
@ -7,6 +7,7 @@ image: { url: "alwd-img1.jpg", alt: "A Long Way Down Intro Showcase" }
|
|||
tags: ["unreal engine", "blender", "inkscape"]
|
||||
categories: ["education"]
|
||||
extraAuthors: [{ name: "Sam Griffiths", url: "https://samgriffiths.dev" }]
|
||||
rank: 7
|
||||
---
|
||||
|
||||
import Gallery from "@components/Gallery.astro";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Archive"
|
||||
description: "A collection of smaller, unfinished, or historic personal works."
|
||||
description: "A collection of smaller, historic, or incomplete personal works."
|
||||
date: 2021-01-15
|
||||
featured: true
|
||||
image: { url: "2023-11-23.jpg", alt: "Ugolino and His Sons lighting" }
|
||||
|
@ -8,6 +8,7 @@ tags:
|
|||
[
|
||||
"blender",
|
||||
"unreal engine",
|
||||
"houdini",
|
||||
"davinci resolve",
|
||||
"photoshop",
|
||||
"gimp",
|
||||
|
@ -15,11 +16,13 @@ tags:
|
|||
]
|
||||
categories: ["personal"]
|
||||
highlight: true
|
||||
rank: 10
|
||||
collection: true
|
||||
---
|
||||
|
||||
import Gallery from "@components/Gallery.astro";
|
||||
|
||||
Whilst not all of these pieces are large enough to have their own project page, I still think they showcase what I am interested in and it didn't feel right to exclude them entirely. This page receives updates periodically.
|
||||
Whilst not all of these pieces are large enough to have their own project page, I still think they showcase what I am interested in and it didn't feel right to exclude them entirely. This page receives updates periodically with work not necessarily being arranged in order of completion.
|
||||
|
||||
import video2023_04_08 from "./2023-04-08.webm";
|
||||
import video2023_02_08 from "./2023-02-08.webm";
|
||||
|
|
|
@ -10,6 +10,7 @@ image:
|
|||
featured: true
|
||||
tags: ["blender", "davinci resolve"]
|
||||
categories: ["personal"]
|
||||
rank: 9
|
||||
---
|
||||
|
||||
import Gallery from "@components/Gallery.astro";
|
||||
|
|
|
@ -16,6 +16,7 @@ tags:
|
|||
"clip studio paint",
|
||||
]
|
||||
categories: ["education"]
|
||||
rank: 8
|
||||
---
|
||||
|
||||
import image1 from "googleformexportframe_3.1.1.jpg";
|
||||
|
|
|
@ -6,6 +6,7 @@ image: { url: "15.jpg", alt: "Tomb final" }
|
|||
tags: ["blender", "affinity photo", "affinity designer", "gimp"]
|
||||
categories: ["personal"]
|
||||
featured: true
|
||||
rank: 6
|
||||
---
|
||||
|
||||
import Gallery from "@components/Gallery.astro";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue