45 lines
1.6 KiB
HTML
45 lines
1.6 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">
|
|
|
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<meta name="apple-mobile-web-app-title" content="uuard" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
<link rel="icon" type="image/png" href="favicon.png" />
|
|
|
|
<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> |