mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
80 lines
2.4 KiB
HTML
80 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Portfolio</title>
|
|
<link rel="stylesheet" href="4.css"/>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
|
|
<link rel="manifest" href="site.webmanifest">
|
|
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="theme-color" content="#ffffff">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="circuit">
|
|
<div id="bttn">
|
|
<h1>Robert <b class = "title">Heaton</b></h1>
|
|
<h2>Mechatronics Engineer</h2>
|
|
</div>
|
|
<div class="wrapper2">
|
|
<a class="btn" href="index.html">
|
|
<div class="landing-bttn">
|
|
<h3>About</h3>
|
|
</div>
|
|
</a>
|
|
<a class="btn" href="work.html">
|
|
<div class="landing-bttn">
|
|
<h3>Work</h3>
|
|
</div>
|
|
</a>
|
|
<a class="btn" href="projects.html">
|
|
<div class="landing-bttn">
|
|
<h3>Projects</h3>
|
|
</div>
|
|
</a>
|
|
<a class="btn" href="extra.html">
|
|
<div class="landing-bttn">
|
|
<h3>Extra</h3>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="aboutMe">
|
|
<div class="main">
|
|
<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 for BAE Digital Intelligence.
|
|
This website is a platform to share my work and personal projects, as well as ramble to the
|
|
void that is the internet.
|
|
I have always enjoyed electronics and embedded systems,
|
|
developing a liking for robotics and autonomous systems in my first
|
|
year of study, and developing the chronic condition Startusnevercompletus.
|
|
</div>
|
|
</div>
|
|
<div class="spacing">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="contactInfo">
|
|
<div class="terminator">
|
|
<div class="spacing">
|
|
<h3>Contact Information</h3>
|
|
<p>
|
|
Robert Heaton<br>
|
|
Email: <a class="pan" href="mailto:rsheaton@outlook.com"> RSHeaton@outlook.com</a><br>
|
|
</p>
|
|
<p>
|
|
Copyright © 2020 - 2023 Robert Heaton, all rights reserved.
|
|
</p>
|
|
</div>
|
|
<div class="spacing"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|