Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicMaas committed Jul 24, 2024
1 parent 4912676 commit 0af4b2e
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 25 deletions.
16 changes: 8 additions & 8 deletions src/Website/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@

<section>
<p>
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.
</p>
<p>
Professionally, I've built software for <a href="https://www.staffpad.net/">StaffPad</a> and <a href="https://www.inex.co.nz/">Independent Extrusions</a>.
I'm currently building software for <a href="https://mu.se/">Muse Group</a> such as the Windows implementations of Muse Hub and StaffPad.
Detailed information can be found on my <a href="/cv">curriculum vitae</a>.
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 <a href="https://mu.se/">Muse Group</a>.
Previously I've built software for <a href="https://www.staffpad.net/">StaffPad</a> and <a href="https://www.inex.co.nz/">Independent Extrusions</a>.
</p>
<p>
I studied at
<a href="https://www.waikato.ac.nz/">The University of Waikato</a> 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.
<a href="https://www.waikato.ac.nz/">The University of Waikato</a> 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.
</p>
<p>
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 <a href="/projects">what I've worked on</a>.
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 <a href="/projects">what I've worked on</a>.
While not programming, I enjoy running, biking, <a href="/photography">photography</a>, astronomy and rocketry.
</p>

<p>Here's a photo of me in front of Humphrey the Sea Elephant!</p>

<w-image src="/images/me.jpg" alt="Humphrey the Sea Elephant" />
</section>

<section>
Expand Down
29 changes: 25 additions & 4 deletions src/Website/Pages/Projects/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<h1>Projects</h1>

<p>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.</p>
<p>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.</p>

<section>
<div class="card card-background">
Expand All @@ -23,6 +23,23 @@
<w-image src="/images/projects/csm.jpg" />
</div>

<div class="card card-background">
<small>2023 - Current</small>
<p class="card-title"><a href="https://musehub.com">Muse Hub</a></p>

<p>
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.
</p>

<br />

<p>I work on developing the Windows front end as seen below.</p>

<br />

<w-image src="/images/projects/musehub.jpg" alt="Muse Hub Windows Desktop" />
</div>

<div class="card card-background">
<small>2023 - Current</small>
<p class="card-title"><a href="/projects/danny">Project Danny</a></p>
Expand All @@ -31,14 +48,18 @@
</p>
</div>

<br />
<hr />
<br />

<div class="card card-background">
<small>Active: 2015 - 2020</small>
<p class="card-title"><a href="/projects/soundbyte">SoundByte</a></p>

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

<br />
<w-image src="/images/soundbyte/sb_final.jpg" />
<w-image src="/images/soundbyte/sb_final.jpg" alt="SoundByte Desktop Screenshot" />
</div>

<div class="card card-background">
Expand All @@ -61,7 +82,7 @@

<br />

<w-image src="/images/timeline_extension.jpg" />
<w-image src="/images/timeline_extension.jpg" alt="Timeline Extension" />
</div>

<div class="card card-background">
Expand All @@ -74,7 +95,7 @@

<br />

<w-image src="/images/projects/xkcd.png" />
<w-image src="/images/projects/xkcd.png" alt="XKCD Explorer" />
</div>

</section>
24 changes: 12 additions & 12 deletions src/Website/Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="3.7.308.2" />
<PackageReference Include="AWSSDK.S3" Version="3.7.310.8" />
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.1" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Htmx" Version="1.8.0" />
<PackageReference Include="Htmx.TagHelpers" Version="1.8.0" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.405" />
<PackageReference Include="LigerShark.WebOptimizer.Core" Version="3.0.413" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.5">
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.5">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
<PackageReference Include="System.ServiceModel.Syndication" Version="8.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Website/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file added src/Website/wwwroot/images/me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Website/wwwroot/images/projects/musehub.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0af4b2e

Please sign in to comment.