Update index.html

Added Fourth Year Project
This commit is contained in:
RobertHeaton
2021-03-07 02:40:42 +00:00
committed by GitHub
parent 8d863639f4
commit 7b58b69c51

View File

@ -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">