fix: correct wording regarding degree
All checks were successful
Docker / build-and-push-image (push) Successful in 2m30s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m30s
This commit is contained in:
parent
42d09aa9f0
commit
add8db083e
6 changed files with 47 additions and 28 deletions
|
@ -8,8 +8,12 @@
|
|||
<p
|
||||
class="text-secondary/70 animate-reveal text-lg font-medium opacity-0 [animation-delay:0.1s]"
|
||||
>
|
||||
I am in my final year of studying on a Game Arts and Design BA (Hons) degree
|
||||
and on the side I manage online operations for a family run
|
||||
I’m a recent <a
|
||||
href="/about#education"
|
||||
class="text-secondary underline hover:no-underline"
|
||||
>Game Arts and Design</a
|
||||
> graduate with a chosen area of focus on the design, lighting, and rendering
|
||||
of 3D environments. On the side I manage online operations for a family run
|
||||
<a
|
||||
href="/projects/camouflage-store"
|
||||
class="text-secondary underline hover:no-underline"
|
||||
|
|
|
@ -41,7 +41,7 @@ export const SITE: Site = {
|
|||
},
|
||||
{
|
||||
name: "Git",
|
||||
href: "https://code.threepop.com",
|
||||
href: "https://code.threepop.com/explore",
|
||||
icon: "mdi:git",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -25,6 +25,7 @@ const projects = [
|
|||
"A fast-paced first person shooter set following the realization that you’re all out of beans. The problem is, you’re nearing the end of cooking all the other items and you can’t just not have them. Without beans, the day just won’t be started off right.",
|
||||
tags: ["Godot", "Blender", "GIMP", "Steamworks"],
|
||||
link: "/projects/must-find-beans",
|
||||
print_link: "https://troylusty.com/projects/must-find-beans",
|
||||
done: false,
|
||||
},
|
||||
{
|
||||
|
@ -34,6 +35,7 @@ const projects = [
|
|||
"Keep control of the castle, but more importantly: your armour.",
|
||||
tags: ["Unreal Engine", "Blender", "GIMP", "FL Studio", "Inkscape"],
|
||||
link: "/projects/sinkie-soldiers",
|
||||
print_link: "https://troylusty.com/projects/sinkie-soldiers",
|
||||
done: true,
|
||||
},
|
||||
{
|
||||
|
@ -49,6 +51,7 @@ const projects = [
|
|||
"Docker",
|
||||
],
|
||||
link: "https://code.threepop.com/troy/troylusty.com",
|
||||
print_link: "https://code.threepop.com/troy/troylusty.com",
|
||||
done: true,
|
||||
},
|
||||
{
|
||||
|
@ -58,6 +61,7 @@ const projects = [
|
|||
"A collection of digital artwork created with a variety of tools.",
|
||||
tags: ["Blender", "Cinema 4D", "DaVinci Resolve"],
|
||||
link: "/projects",
|
||||
print_link: "https://troylusty.com/projects",
|
||||
done: true,
|
||||
},
|
||||
{
|
||||
|
@ -67,6 +71,7 @@ const projects = [
|
|||
"Packard is a simple terminal based RSS aggregator meant to allow you to take a quick glance at what’s occurring in topics you care about.",
|
||||
tags: ["Rust", "Tokio", "Clap", "NixOS Flake"],
|
||||
link: "/projects/packard",
|
||||
print_link: "https://troylusty.com/projects/packard",
|
||||
done: true,
|
||||
},
|
||||
];
|
||||
|
@ -175,7 +180,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
|
|||
<Icon name="mdi:email" class="h-4 w-4" />
|
||||
</Link>
|
||||
<Link
|
||||
href="https://code.threepop.com"
|
||||
href="https://code.threepop.com/explore"
|
||||
aria-label="Git"
|
||||
class="bg-button text-secondary hover:bg-button-active flex w-fit flex-row items-center gap-1 justify-self-center rounded-full p-2 text-center text-sm text-nowrap capitalize transition-colors duration-300"
|
||||
>
|
||||
|
@ -214,17 +219,18 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
|
|||
|
||||
<section class="animate-reveal opacity-0 [animation-delay:0.1s]">
|
||||
<p class="text-secondary/70 text-lg font-medium">
|
||||
I’m a <a
|
||||
I’m a recent <a
|
||||
href="#education"
|
||||
class="text-secondary underline hover:no-underline"
|
||||
>Game Arts and Design</a
|
||||
> degree student with a chosen area of focus on the design, lighting, and rendering
|
||||
> graduate with a chosen area of focus on the design, lighting, and rendering
|
||||
of 3D environments. Using either real-time or offline rendering techniques
|
||||
in software packages such as Blender, Unreal Engine, and more recently: Godot.
|
||||
In addition to this I also have an interest in web development, graphic design,
|
||||
and cyber security which partially make up my hobbies excluding riding motorbikes.
|
||||
If you're reading this offline, my portfolio of work can be found on my website
|
||||
at <a href="/projects" class="text-secondary underline hover:no-underline"
|
||||
In addition to this I also have interests in web development, graphic design,
|
||||
and cyber security in addition to motorbike touring. An up-to-date portfolio
|
||||
of my work can be found on my website at <a
|
||||
href="/projects"
|
||||
class="text-secondary underline hover:no-underline"
|
||||
>troylusty.com/projects</a
|
||||
>.
|
||||
</p>
|
||||
|
@ -292,7 +298,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
|
|||
</div>
|
||||
<div class="flex flex-wrap gap-2">
|
||||
<div
|
||||
class="mt-3 flex w-fit items-center gap-2 rounded-full bg-green-200/20 px-3 py-1.5 transition-transform duration-300 hover:scale-102 hover:-rotate-2 dark:bg-green-900/20"
|
||||
class="mt-3 flex w-fit items-center gap-2 rounded-full bg-green-200/20 p-2 transition-transform duration-300 hover:scale-102 hover:-rotate-2 dark:bg-green-900/20"
|
||||
>
|
||||
<Icon
|
||||
name="mdi:check-decagram-outline"
|
||||
|
@ -301,7 +307,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
|
|||
<p>Full drivers licence (A & B)</p>
|
||||
</div>
|
||||
<div
|
||||
class="mt-3 flex w-fit items-center gap-2 rounded-full bg-cyan-200/20 px-3 py-1.5 transition-transform duration-300 hover:scale-102 hover:-rotate-2 dark:bg-cyan-900/20"
|
||||
class="mt-3 flex w-fit items-center gap-2 rounded-full bg-cyan-200/20 p-2 transition-transform duration-300 hover:scale-102 hover:-rotate-2 dark:bg-cyan-900/20"
|
||||
>
|
||||
<Icon
|
||||
name="mdi:water"
|
||||
|
@ -378,7 +384,7 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
|
|||
</h3>
|
||||
<p class="text-secondary/70 text-sm">{project.description}</p>
|
||||
<p class="text-secondary/40 hidden text-xs print:block">
|
||||
Available at {project.link}.
|
||||
Available at {project.print_link}.
|
||||
</p>
|
||||
</>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue