-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 2.85 KB
/
Copy pathindex.html
File metadata and controls
78 lines (73 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>David Pugliese · dgpugliese.dev</title>
<meta name="description" content="David Pugliese — Director of IT. AI agent infrastructure, MCP servers, cloud identity, full-stack platforms. Philadelphia, PA." />
<meta name="author" content="David Pugliese" />
<meta name="theme-color" content="#0a0a0c" />
<link rel="canonical" href="https://dgpugliese.dev/" />
<script>
(function () {
try {
var stored = localStorage.getItem('theme');
var theme = stored === 'light' || stored === 'dark'
? stored
: (window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark');
document.documentElement.setAttribute('data-theme', theme);
} catch (e) {}
})();
</script>
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="dgpugliese.dev" />
<meta property="og:title" content="David Pugliese · Director of IT, AI Agent Infrastructure" />
<meta property="og:description" content="16+ years across enterprise IT infrastructure, security, and full-stack engineering. Runs production MCP servers and ships platforms end-to-end." />
<meta property="og:url" content="https://dgpugliese.dev/" />
<meta property="og:image" content="https://dgpugliese.dev/og-v2.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="David Pugliese · dgpugliese.dev" />
<meta name="twitter:description" content="16+ years bridging enterprise IT infrastructure, security, and modern cloud development." />
<meta name="twitter:image" content="https://dgpugliese.dev/og-v2.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "David Pugliese",
"jobTitle": "Director of Information Technology",
"url": "https://dgpugliese.dev/",
"image": "https://dgpugliese.dev/og-v2.png",
"address": {
"@type": "PostalAddress",
"addressLocality": "Philadelphia",
"addressRegion": "PA",
"addressCountry": "US"
},
"sameAs": [
"https://davidguypugliese.com",
"https://github.com/dgpugliese",
"https://linkedin.com/in/dgpugliese",
"https://credly.com/users/dpugliese"
],
"knowsAbout": [
"AI Agent Infrastructure",
"Model Context Protocol (MCP)",
"Cloud Identity (Entra ID)",
"Zero-Trust Architecture",
"Cybersecurity (NIST 800-53, CIS, SOC 2)",
"Full-Stack Engineering",
"Hybrid Virtualization"
],
"email": "mailto:dp@dgpugliese.dev"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>