mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-09 21:32:05 +00:00
51 lines
1.7 KiB
HTML
51 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>RH: Home</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/x-icon" href="resources/browser/favicon.ico">
|
|
<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="circuit">
|
|
<div id="bttn">
|
|
<h1>Robert <b class = "title">Heaton</b></h1>
|
|
<h2>Mechatronics Engineer</h2>
|
|
</div>
|
|
<div class="titleMenuWrapper">
|
|
<a class="btn" href="about.html#aboutMe">
|
|
<div class="landing-bttn">
|
|
<h3 class="arrow">><h3>
|
|
<h3>About</h3>
|
|
<h3 class="hidden"><<h3></h3>
|
|
</div>
|
|
</a>
|
|
<a class="btn" href="projects.html#projects">
|
|
<div class="landing-bttn">
|
|
<h3 class="arrow">><h3>
|
|
<h3>Projects</h3>
|
|
<h3 class="hidden"><<h3></h3>
|
|
</div>
|
|
</a>
|
|
<a class="btn" href="extra.html#memoriam">
|
|
<div class="landing-bttn">
|
|
<h3 class="arrow">><h3>
|
|
<h3>Extra</h3>
|
|
<h3 class="hidden"><<h3></h3>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|