35 lines
No EOL
888 B
HTML
35 lines
No EOL
888 B
HTML
<!doctype html>
|
|
<HTML>
|
|
|
|
<header>
|
|
<link rel = "stylesheet" href = "pages\mainpage.css">
|
|
<link rel = "stylesheet" href = "pages\effects.css">
|
|
<link rel = "icon" href = "images\Icon.ico">
|
|
|
|
<meta charset="UTF-8">
|
|
<title>Nye Evans Portfolio</title>
|
|
</header>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id = "socialBar">
|
|
<a href = "https://twitter.com/Wi__Ro" target="_blank">Twitter</a>
|
|
 
|
|
<a href="mailto:WillowRo@outlook.com" target="_blank">Email</a>
|
|
 
|
|
<a href="https://github.com/Wil-Ro" target="_blank">Github</a>
|
|
 
|
|
<a href = "https://dev.to/willowro" target="_blank">Dev.to</a>
|
|
|
|
 
|
|
<a href = "./pages/CVPage.html">CV</a>
|
|
</div>
|
|
</body>
|
|
|
|
</HTML> |