mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
File organisation:
Generated resources folder to hold images in imgs. Browser resources like favicons in browser folder
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<title>RH: Projects</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="apple-touch-icon" type="image/png" sizes="180x180" href="resources/browser/apple-touch-icon.png">
|
||||
<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="safari-pinned-tab.svg" color="#5bbad5">
|
||||
<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">
|
||||
@ -43,7 +43,7 @@
|
||||
<div class="main_info_scroll">
|
||||
<a class="project" href="project1.html">
|
||||
<div class="projectImage">
|
||||
<img src="pcb.JPG" alt="PCB with infrared sensor array for line-following" title="PCB with infrared sensor array for line-following"/>
|
||||
<img src="resources/imgs/pcb.JPG" alt="PCB with infrared sensor array for line-following" title="PCB with infrared sensor array for line-following"/>
|
||||
<h3 class="project">Project 1</h3>
|
||||
<p class="project">
|
||||
This is a placeholder for project summary.<br>
|
||||
@ -58,7 +58,7 @@
|
||||
<div class="main_info_scroll">
|
||||
<a class="project" href="project2.html">
|
||||
<div class="projectImage">
|
||||
<img src="photobot.JPG" alt="Autonomous arrow-following buggy" title="Autonomous arrow-following buggy"/>
|
||||
<img src="resources/imgs/photobot.JPG" alt="Autonomous arrow-following buggy" title="Autonomous arrow-following buggy"/>
|
||||
<h3 class="project">Project 2</h3>
|
||||
<p class="project">
|
||||
Skipper's in the wardroom drinking gin<br>
|
||||
@ -73,7 +73,7 @@
|
||||
<div class="main_info_scroll">
|
||||
<a class="project" href="project1.html">
|
||||
<div class="projectImage">
|
||||
<img src="photo_2019-11-01_19-19-59.jpg" alt="EEPROM test harness circuitry" title="EEPROM test harness circuitry"/>
|
||||
<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>
|
||||
<p class="project">
|
||||
Where now the horse and the rider?<br>
|
||||
|
||||
Reference in New Issue
Block a user