-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (34 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
40 lines (34 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/file.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alex Shepherd</title>
<meta name="description" content="Developer portfolio for Alex Shepherd — Computing & AI student at Queen's University building React, TypeScript, and Node.js side projects." />
<link rel="canonical" href="https://alexshepherd.dev" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://alexshepherd.dev" />
<meta property="og:title" content="Alex Shepherd — Developer Portfolio" />
<meta property="og:description" content="Developer portfolio for Alex Shepherd — Computing & AI student at Queen's University building React, TypeScript, and Node.js side projects." />
<meta property="og:image" content="https://alexshepherd.dev/og.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://alexshepherd.dev" />
<meta name="twitter:title" content="Alex Shepherd — Developer Portfolio" />
<meta name="twitter:description" content="Developer portfolio for Alex Shepherd — Computing & AI student at Queen's University building React, TypeScript, and Node.js side projects." />
<meta name="twitter:image" content="https://alexshepherd.dev/og.png" />
<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=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&family=Modern+Antiqua&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap"
rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>