website/index.html

32 lines
767 B
HTML
Raw Normal View History

2018-11-22 22:59:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jack Bond-Preston</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2020-10-26 22:49:26 +00:00
<link rel="stylesheet" href="style/stylesheet.css">
2018-11-22 22:59:12 +00:00
</head>
2018-11-22 22:59:12 +00:00
<body>
2020-10-26 22:49:26 +00:00
<h1>
<a href="https://jackbondpreston.me">jack bond-preston</a>
</h1>
2020-10-26 22:49:26 +00:00
<h2>contact</h2>
<p>
you can contact me via <a href="mailto:jackbondpreston@outlook.com">email</a> or on <a href="https://www.linkedin.com/in/jack-bond-preston-922706150/">linkedin</a>
</p>
<p>
my cv is available for viewing <a href="cv.pdf">here</a>
</p>
2020-10-26 22:49:26 +00:00
<h2>open source</h2>
<p>
i have accounts on <a href="https://github.com/jackbondpreston">github</a> and <a href="https://gitlab.com/jackbondpreston">gitlab</a>
</p>
2018-11-22 22:59:12 +00:00
</body>
</html>