feat: add tutorials page

This commit is contained in:
Oliver Booth 2023-09-16 14:48:14 +01:00
parent ffaa2b2fa4
commit 7ae8a749d2
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
@page "/tutorials"
@{
ViewData["Title"] = "Tutorials";
}
<h1 class="display-4">Tutorials</h1>
<p class="lead">Coming Soon</p>
<p>
Due to Unity's poor corporate decision-making, I'm left in a position where I find it infeasible to write Unity
tutorials. I plan to write tutorials for things like Unreal and MonoGame as I learn them, and C# tutorials are
still on the table for sure. But tutorials take a lot of time and effort, so unfortunately it may be a while before
I can get around to publishing them.
</p>
<p>
I'm sorry for the inconvenience, but I hope you understand my position. Watch this space! New tutorials will be
coming. If you have any questions or requests, please feel free to <a asp-page="/Contact/Other">contact me</a>.
</p>