commit c7e88a551dc08c2ccfc42ffa782248d804bca21b
parent 3dfbd74c5e84ee3652dc5f3862e73b72e3164c00
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date: Fri, 7 Jan 2022 16:15:45 +0000
Replaced Amazon S3 resources with Linode Object Storage.
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/assets/css/main.css b/assets/css/main.css
@@ -1139,7 +1139,7 @@ input, select, textarea {
-webkit-transition-delay: 0.75s;
-ms-transition-delay: 0.75s;
transition-delay: 0.75s;
- background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/overlay.png");
+ background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("https://mattfehrenbach.eu-central-1.linodeobjects.com/overlay.png");
background-size: auto, 256px 256px;
background-position: center, center;
background-repeat: no-repeat, repeat;
@@ -1155,7 +1155,7 @@ input, select, textarea {
-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
- background-image: url("https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/bg.jpg");
+ background-image: url("https://mattfehrenbach.eu-central-1.linodeobjects.com/bg.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
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="https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/wide02.png" alt="" /></span>
+ <span class="image main"><img src="https://mattfehrenbach.eu-central-1.linodeobjects.com/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="https://mattfehrenbach.s3.eu-west-2.amazonaws.com/website/images/wide03.jpg" alt="" /></span>
+ <span class="image main"><img src="https://mattfehrenbach.eu-central-1.linodeobjects.com/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>