cv/_site/education.html

33 lines
592 B
HTML
Raw Normal View History

2023-11-26 22:26:29 +00:00
<!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>
2023-11-27 09:05:58 +00:00
<p>GCSE The Vyne Community School 2014-19</p>
<p>A-Level Queen Marys Collage 2019-21</p>
<p>Other Qualifications</p>
2023-11-26 22:26:29 +00:00
</body>
</html>