-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.dev.html
More file actions
37 lines (32 loc) · 1.9 KB
/
Copy pathindex.dev.html
File metadata and controls
37 lines (32 loc) · 1.9 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Andrew Angulo | Portfolio</title>
<meta name="title" content="Andrew Angulo | Portfolio" />
<meta name="description" content="CS grad from NY who builds digital experiences. Currently a Solutions Engineer at Astrata." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://andrewanguloportfolio.com/" />
<meta property="og:title" content="Andrew Angulo | Portfolio" />
<meta property="og:description" content="CS grad from NY who builds digital experiences. Currently a Solutions Engineer at Astrata." />
<meta property="og:image" content="https://andrewanguloportfolio.com/assets/MetaTagPic.png" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://andrewanguloportfolio.com/" />
<meta property="twitter:title" content="Andrew Angulo | Portfolio" />
<meta property="twitter:description" content="CS grad from NY who builds digital experiences. Currently a Solutions Engineer at Astrata." />
<meta property="twitter:image" content="https://andrewanguloportfolio.com/assets/MetaTagPic.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<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=Syne:wght@400;700;800&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body class="bg-[#f4f4f0] text-black overflow-x-hidden selection:bg-black selection:text-white">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>