-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) 路 1.64 KB
/
Copy pathindex.html
File metadata and controls
42 lines (39 loc) 路 1.64 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
<!doctype html>
<html lang="en">
<head>
<!-- Google meta tags -->
<title>Xavier Salazar - Software Engineer</title>
<meta charset="utf-8" />
<meta
name="description"
content="Portland-based software engineer, working with Amazon Web Services, Terraform, Typescript, and React."
/>
<link rel="shortcut icon" href="/favicon.ico" />
<!-- OpenGraph tags -->
<meta property="og:title" content="Xavier Salazar - Software Engineer" />
<meta property="og:url" content="https://xsalazar.com" />
<meta property="og:image" content="https://xsalazar.com/social.png" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Portland-based software engineer, working with Amazon Web Services, Terraform, Typescript, and React."
/>
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://xsalazar.com/social.png" />
<meta name="twitter:title" content="Xavier Salazar - Software Engineer" />
<meta
name="twitter:description"
content="Portland-based software engineer, working with Amazon Web Services, Terraform, Typescript, and React."
/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>