mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 14:22:04 +00:00
Update index.html
Added Fourth Year Project
This commit is contained in:
25
index.html
25
index.html
@ -101,6 +101,7 @@
|
||||
<span class="active">Extended Project Qualification</span>
|
||||
<span onclick="setcurrentSection('p2')">Embedded Systems Project</span>
|
||||
<span onclick="setcurrentSection('p3')">Third Year Project</span>
|
||||
<span onclick="setcurrentSection('p4')">Fourth Year Project</span>
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
@ -118,6 +119,7 @@
|
||||
<span onclick="setcurrentSection('p1')">Extended Project Qualification</span>
|
||||
<span class="active">Embedded Systems Project</span>
|
||||
<span onclick="setcurrentSection('p3')">Third Year Project</span>
|
||||
<span onclick="setcurrentSection('p4')">Fourth Year Project</span>
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
@ -135,6 +137,7 @@
|
||||
<h6>
|
||||
<span onclick="setcurrentSection('p1')">Extended Project Qualification</span>
|
||||
<span onclick="setcurrentSection('p2')">Embedded Systems Project</span>
|
||||
<span onclick="setcurrentSection('p4')">Fourth Year Project</span>
|
||||
<span class="active">Third Year Project</span>
|
||||
</h6>
|
||||
</div>
|
||||
@ -147,6 +150,28 @@
|
||||
<div class="spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="p4" class="pages">
|
||||
<div class="container">
|
||||
<div class="pageBanner">
|
||||
<h6>
|
||||
<span onclick="setcurrentSection('p1')">Extended Project Qualification</span>
|
||||
<span onclick="setcurrentSection('p2')">Embedded Systems Project</span>
|
||||
<span onclick="setcurrentSection('p3')">Third Year Project</span>
|
||||
<span class="active">Fourth Year Project</span>
|
||||
</h6>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pageText">
|
||||
<div class="spacing">
|
||||
<h3>Fourth Year Project</h3>
|
||||
<p>Fourth Year Project</p>
|
||||
</div>
|
||||
<div class="spacing"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div id="contactInfo">
|
||||
|
||||
Reference in New Issue
Block a user