diff --git a/src/Website/Pages/Index.cshtml b/src/Website/Pages/Index.cshtml index 1cbfab9c..510e7701 100644 --- a/src/Website/Pages/Index.cshtml +++ b/src/Website/Pages/Index.cshtml @@ -6,22 +6,22 @@

- Hi, I'm a software developer specializing with the Windows GUI platform (such as WinUI 3, UWP and WPF). I also have experience with Xamarin Forms and really anything XAML related. -

-

- Professionally, I've built software for StaffPad and Independent Extrusions. - I'm currently building software for Muse Group such as the Windows implementations of Muse Hub and StaffPad. - Detailed information can be found on my curriculum vitae. + Hi, I'm a software developer specializing with the Windows GUI platform (technologies such as WinUI 3, UWP, WPF, really anything XAML related). + I'm currently building Muse Hub at Muse Group. + Previously I've built software for StaffPad and Independent Extrusions.

I studied at - The University of Waikato from 2018 to 2021 (where I had a great time meeting new people and working on cool projects), and was certified with a Bachelor of Science (major in Computer Science) on the 6th of September 2022. + The University of Waikato from 2018 to 2021 (where I had a great time meeting new people and working on amazing projects), and was certified with a Bachelor of Science (major in Computer Science) in 2022.

- In my own time I like to expand my skills by building things I don't usually work with, such as game mods, games, embedded software etc. You can take a look at the projects section of my website to see what I've worked on. + In my own time I like to expand my skills by building things I don't usually work with, such as game mods, graphics, embedded software etc. You can take a look at the projects section of my website to see what I've worked on. While not programming, I enjoy running, biking, photography, astronomy and rocketry.

+

Here's a photo of me in front of Humphrey the Sea Elephant!

+ +
diff --git a/src/Website/Pages/Projects/Index.cshtml b/src/Website/Pages/Projects/Index.cshtml index d1e278d6..0575c32b 100644 --- a/src/Website/Pages/Projects/Index.cshtml +++ b/src/Website/Pages/Projects/Index.cshtml @@ -7,7 +7,7 @@

Projects

-

A collection of personal projects that I have worked on over the years. Feel free to explore around and click on the card headings for more information.

+

A collection of personal and professional projects that I have worked on over the years. Feel free to explore around and click on the card headings for more information.

@@ -23,6 +23,23 @@
+
+ 2023 - Current +

Muse Hub

+ +

+ Muse Hub is an app for discovering inspirational music and audio tools, like apps, plug-ins and sounds, from the world's best indie developers. +

+ +
+ +

I work on developing the Windows front end as seen below.

+ +
+ + +
+
2023 - Current

Project Danny

@@ -31,6 +48,10 @@

+
+
+
+
Active: 2015 - 2020

SoundByte

@@ -38,7 +59,7 @@

SoundByte was a music client originally built for Windows Phone and later ported to Windows 10 & Xbox One which combined the ability to play local music on your device, alongside SoundCloud and YouTube content (and at one point, Fanburst content).


- +
@@ -61,7 +82,7 @@
- +
@@ -74,7 +95,7 @@
- +
\ No newline at end of file diff --git a/src/Website/Website.csproj b/src/Website/Website.csproj index e56d5897..b1402f7b 100644 --- a/src/Website/Website.csproj +++ b/src/Website/Website.csproj @@ -10,29 +10,29 @@ - + - + - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + diff --git a/src/Website/wwwroot/css/site.css b/src/Website/wwwroot/css/site.css index 54d2681a..3ef3b0b4 100644 --- a/src/Website/wwwroot/css/site.css +++ b/src/Website/wwwroot/css/site.css @@ -500,7 +500,7 @@ ol { hr { border: 0; - border-top: 1px solid var(--color-footer-border); + border-top: 3px solid var(--color-footer-border); } footer { diff --git a/src/Website/wwwroot/images/me.jpg b/src/Website/wwwroot/images/me.jpg new file mode 100644 index 00000000..2ce7bd6f Binary files /dev/null and b/src/Website/wwwroot/images/me.jpg differ diff --git a/src/Website/wwwroot/images/projects/musehub.jpg b/src/Website/wwwroot/images/projects/musehub.jpg new file mode 100644 index 00000000..28f4cdf3 Binary files /dev/null and b/src/Website/wwwroot/images/projects/musehub.jpg differ