mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
Added projects page and updated AboutMe.
Various CSS changes. Apparent issue with Main banner shrinking on pages other than index.
This commit is contained in:
30
index.html
30
index.html
@ -1,15 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Portfolio</title>
|
||||
<title>RH: Home</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">
|
||||
<meta charset="utf-8">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -24,12 +26,7 @@
|
||||
<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">
|
||||
<a class="btn" href="projects.html#projects">
|
||||
<div class="landing-bttn">
|
||||
<h3>Projects</h3>
|
||||
</div>
|
||||
@ -47,12 +44,15 @@
|
||||
<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.
|
||||
a Mechatronics Engineer from Lancashire currently working in the defense and space sector.
|
||||
This website is a platform to share some of my work and personal projects.
|
||||
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.
|
||||
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.
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacing">
|
||||
@ -66,7 +66,7 @@
|
||||
<h3>Contact Information</h3>
|
||||
<p>
|
||||
Robert Heaton<br>
|
||||
Email: <a class="pan" href="mailto:rsheaton@outlook.com"> RSHeaton@outlook.com</a><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.
|
||||
|
||||
Reference in New Issue
Block a user