website

The files for mattfehrenbach.xyz, a fork of a template.
git clone git://git.mattfehrenbach.xyz/website.git
Log | Files | Refs

commit 0374071d66b887fc11e8d35b111ed3da5755ba85
parent 6159fc029af8582f8fe7a598efae1ae4426ace9c
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Wed, 11 Nov 2020 14:19:21 +0000

Changed image sources to S3

Diffstat:
Mindex.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html @@ -55,7 +55,7 @@ <!-- Work --> <article id="work"> <h2 class="major">Work</h2> - <span class="image main"><img src="images/wide02.png" alt="" /></span> + <span class="image main"><img src="https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/wide02.png" alt="" /></span> <p>Through my job, I have been able to use tools such as Azure DevOps to bring about the continuous integration and continuous delivery of our software. Another important aspect of my work has been the use of Agile practices such as behaviour-driven development and test-driven development—enabled by tools like Specflow—in order to assure quality.</p> <p>Various pieces of work—both occupational and recreational—have allowed me to delve into the world of Docker and virtual machines. Whether it has been creating build agents, containerising web API software, or tweaking QEMU for hardware acceleration; each has given me insight into application deployment and system administration. By the way, check out my <a href="resume.pdf">resume</a>.</p> </article> @@ -63,7 +63,7 @@ <!-- About --> <article id="about"> <h2 class="major">About</h2> - <span class="image main"><img src="images/wide03.jpg" alt="" /></span> + <span class="image main"><img src="https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/wide03.jpg" alt="" /></span> <p>Beginning my study at the University of Hull in 2015, I graduated with first-class honours as a Master of Science in Computer Science in 2019. This gave me the opportunity to learn about various topics, ranging from component based architectures to languages and compilers. As well as this, university gave me the opportunity to develop my interpersonal skills by mentoring junior students in a practical setting as a laboratory demonstrator.</p> <p>Among other things, I have been able to work at various places to expand my horizons. During my final year of university I was able to have a hand in ASP.NET Core project for a local business where I could apply Agile methodologies. This enabled me to secure a job, after the completion of my study, as a Software Engineer at APD Communications.</p> </article>