-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (44 loc) · 2.42 KB
/
index.html
File metadata and controls
53 lines (44 loc) · 2.42 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon - DF Monogram -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Primary Meta Tags -->
<title>Dmitrii Fotesco | Senior Technical PM</title>
<meta name="title" content="Dmitrii Fotesco | Senior Technical PM" />
<meta name="description"
content="Senior Technical Product Manager, building Web3 products since 2017 - from RPC infrastructure and tooling, to institutional custody. Now exploring the intersection of Agentic AI and Web3." />
<meta name="author" content="Dmitrii Fotesco" />
<meta name="keywords"
content="Product Manager, Web3, Blockchain, Ethereum, Staking, Custody, AI, Infrastructure, Technical PM" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://edgeoftrust.com/" />
<meta property="og:title" content="Dmitrii Fotesco | Senior Technical PM" />
<meta property="og:description"
content="Senior Technical Product Manager, building Web3 products since 2017 - from RPC infrastructure and tooling, to institutional custody. Now exploring the intersection of Agentic AI and Web3." />
<meta property="og:image" content="https://edgeoftrust.com/images/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://edgeoftrust.com/" />
<meta property="twitter:title" content="Dmitrii Fotesco | Senior Technical PM" />
<meta property="twitter:description"
content="Senior Technical Product Manager, building Web3 products since 2017 - from RPC infrastructure and tooling, to institutional custody. Now exploring the intersection of Agentic AI and Web3." />
<meta property="twitter:image" content="https://edgeoftrust.com/images/og-image.png" />
<meta property="twitter:creator" content="@kolob0kk" />
<!-- Theme Color -->
<meta name="theme-color" content="#08080a" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap"
rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>