Skip to content

Commit

Permalink
Commit last changes from devvm V1
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Jan 10, 2025
1 parent bf5c825 commit 1582768
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 67 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
13 changes: 10 additions & 3 deletions src/components/TimelineSkills.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
// src/components/TimelineSkills.astro
interface TimelineEvent {
year: string;
events: string[];
Expand All @@ -9,11 +8,15 @@ interface TimelineEvent {
const timeline: TimelineEvent[] = [
{
year: "2018",
events: ["Deployed first Ubuntu 18.04 VM in Hyper-V"]
events: [
"Deployed first Ubuntu 18.04 VM in Hyper-V"
]
},
{
year: "2019",
events: ["Moved to New Zealand"]
events: [
"Moved to New Zealand"
]
},
{
year: "2020",
Expand Down Expand Up @@ -66,11 +69,15 @@ const timeline: TimelineEvent[] = [
"Started streaming on Twitch",
"Deployed a new version of www.husky.nz using TypeScript and Astro.js (This site)",
"Had some fun developing https://legacy.husky.nz witch is a website built with HTML3.0 no CSS and no JavaScript",
"Bought a HP DL380 G8 server",
"ESXI + Vcenter 8",
]
},
{
year: "2025",
events: [
"Started learning Citrix VDI",
"HP remote management",
"More to come"
]
}
Expand Down
59 changes: 0 additions & 59 deletions src/components/timeline.tsx

This file was deleted.

14 changes: 9 additions & 5 deletions src/content/blog/legacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ draft: false
tags:
- ShowCase
---
## UPDATE 2025-01-10
I have had to take legacy.husky.nz down for now as i have had to move www.husky.nz to a new server and this means the legacy site is no longer accessible. I will be working on getting it back up and running soon.


## Intro
Hello, today I want to talk about https://legacy.husky.nz. This is where I hope to show off old and/or what I consider "legacy" projects. Right now I have old versions of the HuskyNZ website from v1 to v6 (excluding v5, which I have not gotten working yet).
~~Hello, today I want to talk about https://legacy.husky.nz. This is where I hope to show off old and/or what I consider "legacy" projects. Right now I have old versions of the HuskyNZ website from v1 to v6 (excluding v5, which I have not gotten working yet).~~


## The Idea
I had the idea sitting in my head for a year or so - the thought of "What if I could showcase some of my old work?" And today (Yes, it's been up for a few weeks, SHHHHHH) it's finally a reality. This was also a good little learning treat for me as I wanted to learn more about IIS and its *quirks*, and this was a perfect low-stakes project to play around with it. So I made use of virtual directories.
~~I had the idea sitting in my head for a year or so - the thought of "What if I could showcase some of my old work?" And today (Yes, it's been up for a few weeks, SHHHHHH) it's finally a reality. This was also a good little learning treat for me as I wanted to learn more about IIS and its *quirks*, and this was a perfect low-stakes project to play around with it. So I made use of virtual directories.~~

## The Index Design
If you browse to the site, you will see a page that looks like it's ripped from the late 90's - that's by design as I wanted to have fun with it. So the site uses zero CSS and JS. And you can browse from v1 through to v6. If you're wondering where v4 and v5 are: v4 was a WordPress site that is long gone and no longer exists. As for v5, I'm working on getting it working.
~~If you browse to the site, you will see a page that looks like it's ripped from the late 90's - that's by design as I wanted to have fun with it. So the site uses zero CSS and JS. And you can browse from v1 through to v6. If you're wondering where v4 and v5 are: v4 was a WordPress site that is long gone and no longer exists. As for v5, I'm working on getting it working.~~

## The progression in the sites
Overall, I think when you look through all the sites and see them one after another, it shows how much I learned from late 2020 to late 2022. It's very neat to see how v1 was very flawed, and that was okay. I think v2 is when it started to get somewhat okay, but then we grew further after that. I mean, look at the site you're reading this on.
~~Overall, I think when you look through all the sites and see them one after another, it shows how much I learned from late 2020 to late 2022. It's very neat to see how v1 was very flawed, and that was okay. I think v2 is when it started to get somewhat okay, but then we grew further after that. I mean, look at the site you're reading this on.~~

## Key Points
* New Site
* URL https://legacy.husky.nz
* ~~URL https://legacy.husky.nz~~
* Why? For Fun

0 comments on commit 1582768

Please sign in to comment.