mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-09 21:32:05 +00:00
88 lines
3.4 KiB
HTML
88 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>RH: About</title>
|
|
<link rel="stylesheet" href="4.css"/>
|
|
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="resources/browser/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="resources/browser/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="resources/browser/favicon-16x16.png">
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<link rel="mask-icon" href="resources/browser/safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<meta charset="utf-8">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="circuitSmallBanner">
|
|
<div id="pageTitle">
|
|
<a class="pointerOnly" href="index.html">
|
|
<h4>Robert <b class = "title2">Heaton</b></h4>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="smallMenuWrapper">
|
|
<a class="smallMenuBtn" href="about.html#aboutMe">
|
|
<div class="landing-bttn">
|
|
<h3>About</h3>
|
|
</div>
|
|
</a>
|
|
<a class="smallMenuBtn" href="projects.html#projects">
|
|
<div class="landing-bttn">
|
|
<h3>Projects</h3>
|
|
</div>
|
|
</a>
|
|
<a class="smallMenuBtn" href="extra.html#memoriam">
|
|
<div class="landing-bttn">
|
|
<h3>Extra</h3>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div id="aboutMe">
|
|
<div class="pageText">
|
|
<div class="spacing">
|
|
<h3>About Me</h3>
|
|
<div class="introductary_text">
|
|
Hello! My name is Robert Heaton and I am
|
|
a Mechatronics Engineer from Lancashire currently working in the Defense and Space industry.
|
|
This website is a platform to share some of my work and personal projects.
|
|
I have always enjoyed electronics and embedded systems,
|
|
and love tinkering away at both hardware and software/simulation. This does mean I
|
|
suffer the same condition that affects many an engineer: Startusnevercompletus.
|
|
<br><br>
|
|
Currently my work involves writing VHDL as a firmware engineer for SDR modems, scripting
|
|
automatic testbenches and test-vector generation, C and Java programming to support modem operation
|
|
and the ground station user-interface, system technician for supporting modem-connected computer, and
|
|
front-line tech support for customers.
|
|
<br><br>
|
|
Outside of work, I keep myself busy playing video games with friends as well as table-top games like
|
|
Dungeons and Dragons. My other hobby is to collect hobbies, which is apparent in the Projects page.
|
|
I love trying new things, especially if it involves making something, it's tech-related, or I can tinker around.<br>
|
|
For example, I like: Air Rifles, 3D Printing, Reading, Rock Climbing, Wood Working, Formula 1,
|
|
Brewing Beer, Music, anything involving Dinosaurs, ...<br>
|
|
</div>
|
|
</div>
|
|
<div class="spacing">
|
|
<h3>Contact Information</h3>
|
|
<p>
|
|
Robert Heaton MEng MIET<br>
|
|
Email: <a class="pan" href="mailto:rsheaton@outlook.com"> rsheaton@outlook.com</a><br>
|
|
</p>
|
|
</div>
|
|
<div class="spacing"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="contactInfo">
|
|
<div class="terminator">
|
|
<p>
|
|
Copyright © 2020 - 2023 Robert Heaton, all rights reserved.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|