mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-10 13:52:04 +00:00
Create extra.html
This commit is contained in:
68
extra.html
Normal file
68
extra.html
Normal file
@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About</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="about.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#IM">
|
||||
<div class="landing-bttn">
|
||||
<h3>Extra</h3>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="qualifications">
|
||||
<div id="IM" class="main_info_scroll">
|
||||
<div class="spacing">
|
||||
<h3>In Memoriam</h3>
|
||||
<p class="main_info_scroll">
|
||||
Alan Brown
|
||||
</p>
|
||||
<p>
|
||||
<a class="pan" href="https://portal.lancaster.ac.uk/intranet/condolences/william-mercer">William Mercer</a>
|
||||
</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>
|
||||
Reference in New Issue
Block a user