diff --git a/src/Website/Views/Home/Index.cshtml b/src/Website/Views/Home/Index.cshtml index 30ab818..3c72a88 100644 --- a/src/Website/Views/Home/Index.cshtml +++ b/src/Website/Views/Home/Index.cshtml @@ -1,23 +1,23 @@ -@model HomeViewModel - -@{ - ViewData["Title"] = "Welcome"; -} - -
Hello, I'm Rob. I'm a senior software engineer at Code Computerlove where I focus on back end development primarily using C#. In my spare time I spend my time riding bikes or making stuff, typically involving an Arduino.
-This website is primarily an outlet for me to write about things which have been technically challenging, either in a professional or personal capacity, though not limited to that.
-If you wish to get in contact, then get in touch via my .
Repository | @Model.GitCommit.RepositoryName |
Branch | @Model.GitCommit.BranchName |
SHA | @Model.GitCommit.Hash |
Message | @Model.GitCommit.CommitMessage |
Timestamp | @Model.GitCommit.Timestamp |
Hello, I'm Rob. I'm a senior software engineer at MadeTech. Professionally my focus has been in backend development primarily using C#. In my spare time I spend my time riding bikes or making stuff, typically involving an Arduino.
+This website is primarily an outlet for me to write about things which have been technically challenging, either in a professional or personal capacity, though not limited to that.
+If you wish to get in contact, then get in touch via my .
Repository | @Model.GitCommit.RepositoryName |
Branch | @Model.GitCommit.BranchName |
SHA | @Model.GitCommit.Hash |
Message | @Model.GitCommit.CommitMessage |
Timestamp | @Model.GitCommit.Timestamp |