-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sam Hillier | Software Engineer</title>
<meta name="description" content="I'm a software engineer, full-stack web developer, and computer science graduate from Nottingham Trent University, with a proven record of academic and project success."/>
<meta property="og:title" content="Sam Hillier | Software Engineer"/>
<meta property="og:description" content="I'm a software engineer, full-stack web developer, and computer science graduate from Nottingham Trent University, with a proven record of academic and project success."/>
<meta property="og:image" content="https://samhillier.dev/assets/images/sam-hillier.jpg"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://samhillier.dev"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap">
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg">
</head>
<body class="bg-linear-to-b from-gray-50 via-gray-300 to-blue-100 min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>