diff --git a/oliverbooth.dev/Pages/Index.cshtml b/oliverbooth.dev/Pages/Index.cshtml index 645eb24..10ee484 100644 --- a/oliverbooth.dev/Pages/Index.cshtml +++ b/oliverbooth.dev/Pages/Index.cshtml @@ -2,9 +2,25 @@ @using Microsoft.AspNetCore.Mvc.Localization @inject IViewLocalizer Localizer +

@Localizer["HomeTitle"]

+

@Localizer["HomeSubtitle"]

+

+ My primary focus is C#, though I have dabbled in several other languages such as Java, Kotlin, VB, C/C++, + Python, and others. Over the years I've built up a collection of projects. Some of which I'm extremely proud of, + and others I've quietly abandoned and buried. I'm currently working on a few projects that I hope to release in + the near future, but in the meantime, feel free to check out some of my previous work. +

-
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
\ No newline at end of file +

+ I've also written a few tutorials on various topics, usually involving + information not readily available elsewhere. I hope you find them useful. +

+ +

+ If you want a general overview of stuff I've made, check out my GitHub, + itch.io, and + Google Play. +

+ +

If you'd like to get in touch, you can do so by clicking here.

\ No newline at end of file diff --git a/oliverbooth.dev/Resources/Pages/Index.en.resx b/oliverbooth.dev/Resources/Pages/Index.en.resx new file mode 100644 index 0000000..732f087 --- /dev/null +++ b/oliverbooth.dev/Resources/Pages/Index.en.resx @@ -0,0 +1,9 @@ + + + + Hi, I'm Oliver. + + + I'm a tech enthusiast, coffee drinker, and software developer. + + \ No newline at end of file diff --git a/oliverbooth.dev/Resources/Pages/Index.fr.resx b/oliverbooth.dev/Resources/Pages/Index.fr.resx new file mode 100644 index 0000000..59ab7d3 --- /dev/null +++ b/oliverbooth.dev/Resources/Pages/Index.fr.resx @@ -0,0 +1,9 @@ + + + + Salut, je suis Oliver. + + + Je suis un passionné de technologie, un buveur de café, et un developpeur de logiciels. + + \ No newline at end of file