From 7ae8a749d2f7c99b645d386e1306ea8a21b21774 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sat, 16 Sep 2023 14:48:14 +0100 Subject: [PATCH] feat: add tutorials page --- OliverBooth/Pages/Tutorials/Index.cshtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 OliverBooth/Pages/Tutorials/Index.cshtml diff --git a/OliverBooth/Pages/Tutorials/Index.cshtml b/OliverBooth/Pages/Tutorials/Index.cshtml new file mode 100644 index 0000000..07a1daa --- /dev/null +++ b/OliverBooth/Pages/Tutorials/Index.cshtml @@ -0,0 +1,17 @@ +@page "/tutorials" +@{ + ViewData["Title"] = "Tutorials"; +} + +

Tutorials

+

Coming Soon

+

+ 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. +

+

+ 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 contact me. +