-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (84 loc) · 3.63 KB
/
index.html
File metadata and controls
91 lines (84 loc) · 3.63 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- SEO -->
<meta
name="description"
content="Paul Downing — Senior Software Engineer and Engineering Manager in Denver, CO. 10+ years building with React, TypeScript, and Ruby on Rails. Team leadership, full-stack development, and shipping products users love."
/>
<link rel="canonical" href="https://home.pdowning.com" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://home.pdowning.com" />
<meta property="og:title" content="Paul Downing — Senior Engineer & Engineering Manager | Denver" />
<meta
property="og:description"
content="10+ years building with React, TypeScript, and Ruby on Rails. Team leader, full-stack engineer, and product thinker. Denver, CO."
/>
<meta property="og:image" content="https://home.pdowning.com/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Paul Downing — Senior Engineer & Engineering Manager | Denver" />
<meta
name="twitter:description"
content="10+ years building with React, TypeScript, and Ruby on Rails. Team leader, full-stack engineer, and product thinker."
/>
<meta name="twitter:image" content="https://home.pdowning.com/og-image.png" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Paul Downing",
"jobTitle": "Senior Software Engineer & Engineering Manager",
"url": "https://home.pdowning.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"addressCountry": "US"
},
"sameAs": [
"https://www.linkedin.com/in/paul-w-downing/",
"https://github.com/downing034"
],
"knowsAbout": [
"React",
"TypeScript",
"JavaScript",
"Ruby on Rails",
"Software Engineering Management",
"Team Leadership",
"Full Stack Development",
"CI/CD"
]
}
</script>
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<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=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />
<title>Paul Downing — Senior Software Engineer & Engineering Manager | React, TypeScript | Denver, CO</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BXGV887152"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BXGV887152');
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>