38 lines
1.9 KiB
Plaintext
38 lines
1.9 KiB
Plaintext
@page
|
|
|
|
<main class="container">
|
|
<div class="row align-items-center mb-3">
|
|
<div id="landing-page-intro" class="col-sm-12 col-md-6">
|
|
<h1 class="display-4">Hi, I'm Oliver.</h1>
|
|
<p class="lead">
|
|
Coffee enthusiast with a love for all things tech. Tech enthusiast with a love for all things coffee.
|
|
</p>
|
|
</div>
|
|
<div id="landing-page-headshot" class="col-sm-12 col-md-6 justify-content-right">
|
|
<img id="index-headshot" src="~/img/headshot_512x512_2023.jpg" class="rounded-circle" style="width: 50%; max-width: 512px;" alt="Headshot">
|
|
</div>
|
|
</div>
|
|
|
|
<p>
|
|
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
|
|
<a asp-page="/Projects/Index">previous work</a>.
|
|
</p>
|
|
|
|
<p>
|
|
I've also written a few <a asp-page="/Tutorials/Index">tutorials</a> on various topics, usually involving
|
|
information not readily available elsewhere. I hope you find them useful. On occasion, I also write about other
|
|
topics that I find interesting, such as
|
|
<a asp-page="/Blog/Index">my thoughts on the state of the world or the tech industry</a>.
|
|
</p>
|
|
|
|
<p>
|
|
If you want a general overview of stuff I've made, check out my
|
|
<a href="https://github.com/oliverbooth">GitHub</a>, <a href="https://oliverbooth.itch.io">itch.io</a>, and
|
|
<a href="https://play.google.com/store/apps/dev?id=9010459220239503006">Google Play</a>.
|
|
</p>
|
|
|
|
<p>If you'd like to get in touch, you can do so by <a asp-page="/Contact/Index">clicking here</a>.</p>
|
|
</main> |