-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
43 lines (41 loc) · 2.19 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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0d0e14" />
<meta name="color-scheme" content="dark" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<meta
name="description"
content="Matt Grey — solo software engineer in Central Texas. Years of shipping sites end-to-end, from a fintech public site to nonprofit and small-business work. Experience, skills, selected work, contact."
/>
<title>Matt Grey — Software Engineer · mrgrey.site</title>
<link rel="canonical" href="https://mrgrey.site/static/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="mrgrey.site" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://mrgrey.site/static/" />
<meta property="og:title" content="Matt Grey — Software Engineer" />
<meta property="og:description" content="Matt Grey — solo software engineer (TypeScript, front-end). Experience, skills, selected work, and contact." />
<meta property="og:image" content="https://mrgrey.site/portrait.jpg" />
<meta property="og:image:alt" content="Matt Grey — portrait" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Matt Grey — Software Engineer" />
<meta name="twitter:description" content="Solo software engineer — TypeScript, front-end. Experience, skills, selected work, contact." />
<meta name="twitter:image" content="https://mrgrey.site/portrait.jpg" />
<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=IBM+Plex+Mono:wght@500;600&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<a class="skip" href="#content">Skip to content</a>
<div id="static-root"></div>
<script type="module" src="/src/static/main.ts"></script>
</body>
</html>