31 lines
576 B
HTML
31 lines
576 B
HTML
|
<!doctype html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>Education</title>
|
|||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<nav>
|
|||
|
|
|||
|
<a href="/" >Home</a>
|
|||
|
|
|||
|
<a href="/about.html" >About</a>
|
|||
|
|
|||
|
<a href="/education.html" class="current">Education</a>
|
|||
|
|
|||
|
<a href="/work.html" >Work</a>
|
|||
|
|
|||
|
</nav>
|
|||
|
|
|||
|
<h1 id="education">Education</h1>
|
|||
|
|
|||
|
<p>This page tells you about my Education:</p>
|
|||
|
|
|||
|
<p>GCSE – The Vyne Community School 2014-19
|
|||
|
A-Level – Queen Mary’s Collage 2019-21
|
|||
|
Other Qualifications</p>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|