Skip to content

Commit

Permalink
Merge branch 'node' into dependabot/npm_and_yarn/sharp-and-vite-image…
Browse files Browse the repository at this point in the history
…tools-0.32.6
  • Loading branch information
Auxtal authored Jan 16, 2024
2 parents 1e122ba + b3a69be commit 0045c33
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 26 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "2.6.15",
"version": "2.6.16",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down Expand Up @@ -34,7 +34,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.10.6",
"ntfy": "^1.3.1",
"ntfy": "^1.4.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"prettier": "^2.8.1",
Expand Down Expand Up @@ -63,8 +63,8 @@
"trpc-sveltekit": "^3.5.20",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-imagetools": "^6.2.4",
"vite": "^4.4.12",
"zod": "^3.20.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/hooks.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { HandleClientError } from "@sveltejs/kit";
Sentry.init({
dsn: env.PUBLIC_SENTRY_DSN,
environment: env.PUBLIC_ENVIRONMENT,
release: "2.6.15"
release: "2.6.16"
});

export const handleError: HandleClientError = ({ error, event }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { Handle, HandleServerError } from "@sveltejs/kit";
Sentry.init({
dsn: env.PUBLIC_SENTRY_DSN,
environment: env.PUBLIC_ENVIRONMENT,
release: "2.6.15"
release: "2.6.16"
});

export const handleError: HandleServerError = ({ error, event }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/assets/json/Education.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"place": "SAE Qantm Creative Media Institute",
"description": "Bachelor's Degree Of Audio",
"description": "Associate's Degree Of Audio",
"year_start": "2022",
"year_end": "2024"
},
Expand Down
4 changes: 2 additions & 2 deletions src/lib/assets/json/Work.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"place": "Technical Alliance",
"description": "At Technical Alliance I operate lighting at multiple different night club venues all around Perth using GrandMA2 based systems, I also occasionally do some theatrical and installation work.",
"role": "Lighting Technician",
"description": "At Technical Alliance I manage a couple of venues I also program, and operate lighting at multiple nightclub venues and theatres all around Perth using GrandMA2 based systems, I also occasionally do installation work.",
"role": "Production Manager",
"current": true
},
{
Expand Down
16 changes: 15 additions & 1 deletion src/posts/Top-Floor-Nightclub/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ hidden: false
---

<script>
import DonDarkoe from "./Don-Darkoe.webp?w=500;700;900;1200;1600&avif&srcset"
import Blkout from "./Blkout.webp?w=500;700;900;1200;1600&avif&srcset"
import BreadGang from "./Bread-Gang.jpg?w=500;700;900;1200;1600&avif&srcset"
import BostonSwitch from "./Boston-Switch.webp?w=500;700;900;1200;1600&avif&srcset"
import TheMovingStills from "./The-Moving-Stills.webp?w=500;700;900;1200;1600&avif&srcset"
Expand All @@ -29,13 +31,25 @@ hidden: false

## Description

Top Floor Nightclub is one of the venues that I have the opportunity to work in as they're a client of Technical Alliance. If you’re ever in the area chances are I’m working so come on in and say hello! Working at Top Floor has been lots of fun. Although I’ve only been working there for {monthDiff(started, current)} months I have a myriad of weird and funny stories associated with the nightlife of Perth. I’ve had amazing opportunities to operate lighting for many large and borderline “famous” DJs which has been awesome.
Top Floor Nightclub is one of the venues that I have the opportunity to work in as they're a client of Technical Alliance. If you’re ever in the area chances are I’m working so come on in and say hello! Working at Top Floor has been lots of fun. Although I’ve only been working there for {monthDiff(started, current)} months I have a myriad of weird and funny stories associated with the nightlife of Perth. I’ve also had amazing opportunities to operate lighting for many popular DJs which has been awesome.

<img srcset={TopFloor} alt="Top Floor Night Club" />

## Events

<EventGrid>
<EventItem
title="Don Darkoe"
description="I operated lighting for Don Darkoe!"
handle="dondarkoe"
image="{DonDarkoe}"
/>
<EventItem
title="Blkout"
description="I operated lighting for Blkout!"
handle="1800blkout"
image="{Blkout}"
/>
<EventItem
title="Bread Gang"
description="I operated lighting for Bread Gang!"
Expand Down
Binary file added src/posts/Top-Floor-Nightclub/Blkout.webp
Binary file not shown.
Binary file added src/posts/Top-Floor-Nightclub/Don-Darkoe.webp
Binary file not shown.
Binary file modified static/pdf/Resume Redacted Info.pdf
Binary file not shown.

0 comments on commit 0045c33

Please # to comment.