Files
personal-website/index.html
T

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/styles.css">
<title>Nicholas Ward</title>
</head>
<body>
<div class="main">
<div class="profile-container">
<div class="info">
<div class="profile-picture-container">
<img class="profile-picture" src="assets/images/profile-image-ghibli.png"/>
</div>
<div class="profile-title">
<h1>Nicholas Ward</h1>
</div>
<div class="profile-description">
<h2>Software Developer, et cetera</h2>
</div>
</div>
<div class="links">
<a class="link" href="https://log.uuard.com" target="_blank">Web Log</a>
<a class="link" href="https://git.uuard.com/Ward" target="_blank">Git Repository</a>
<a class="link" href="#">Résumé</a>
<a class="link" href="#">Projects</a>
</div>
</div>
</div>
</body>
</html>