From 964ac4bd2c8abc2f0faa1ebe11e7950814afc475 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Wed, 10 Jun 2020 09:06:09 +0100 Subject: [PATCH] Moved jobs --- src/Website/Views/Home/Index.cshtml | 46 ++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) 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 LinkedIn profile.

- -

Latest code commit

- - - - - - -
Repository@Model.GitCommit.RepositoryName
Branch@Model.GitCommit.BranchName
SHA@Model.GitCommit.Hash
Message@Model.GitCommit.CommitMessage
Timestamp@Model.GitCommit.Timestamp
- -

Latest Blog Post

-

@Model.BlogPost.Title

- -

View more

+@model HomeViewModel + +@{ + ViewData["Title"] = "Welcome"; +} + +

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 LinkedIn profile.

+ +

Latest code commit

+ + + + + + +
Repository@Model.GitCommit.RepositoryName
Branch@Model.GitCommit.BranchName
SHA@Model.GitCommit.Hash
Message@Model.GitCommit.CommitMessage
Timestamp@Model.GitCommit.Timestamp
+ +

Latest Blog Post

+

@Model.BlogPost.Title

+ +

View more