mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
Redesigned banner for non-index.
Changed button highlighting.
This commit is contained in:
@ -15,32 +15,34 @@
|
||||
</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#aboutMe">
|
||||
<div class="landing-bttn">
|
||||
<h3>About</h3>
|
||||
</div>
|
||||
</a>
|
||||
<a class="btn" href="projects.html#projects">
|
||||
<div class="landing-bttn">
|
||||
<h3>Projects</h3>
|
||||
</div>
|
||||
</a>
|
||||
<a class="btn" href="extra.html#memoriam">
|
||||
<div class="landing-bttn">
|
||||
<h3>Extra</h3>
|
||||
</div>
|
||||
</a>
|
||||
<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="projects">
|
||||
<div class="main_info_scroll">
|
||||
<div class="pageText highlight">
|
||||
<a class="project" href="project1.html">
|
||||
<div class="projectImage">
|
||||
<img src="resources/imgs/pcb.JPG" alt="PCB with infrared sensor array for line-following" title="PCB with infrared sensor array for line-following"/>
|
||||
@ -55,7 +57,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="main_info_scroll">
|
||||
<div class="pageText highlight">
|
||||
<a class="project" href="project2.html">
|
||||
<div class="projectImage">
|
||||
<img src="resources/imgs/photobot.JPG" alt="Autonomous arrow-following buggy" title="Autonomous arrow-following buggy"/>
|
||||
@ -70,8 +72,8 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="main_info_scroll">
|
||||
<a class="project" href="project1.html">
|
||||
<div class="pageText highlight">
|
||||
<a class="project" href="project3.html">
|
||||
<div class="projectImage">
|
||||
<img src="resources/imgs/photo_2019-11-01_19-19-59.jpg" alt="EEPROM test harness circuitry" title="EEPROM test harness circuitry"/>
|
||||
<h3 class="project">Project 3</h3>
|
||||
|
||||
Reference in New Issue
Block a user