-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="oklch(19% 0% 68deg)">
<title>Ash Clarke | Senior Front-end Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<main>
<div class="centre-container">
<img src="/img/profile-picture.jpg" alt="Ash Clarke" class="profile-picture" />
<div class="summary">
<h1 class="name">Ash Clarke</h1>
<h2 class="job-title">Senior Front-end Engineer</h2>
</div>
</div>
</main>
</body>
</html>