-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (76 loc) · 3.11 KB
/
index.html
File metadata and controls
83 lines (76 loc) · 3.11 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
<!doctype html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="#ffffff" />
<meta name="description"
content="Marcos J. Castaneda is a Senior Software Engineer with 7+ years building scalable backend systems, secure APIs, and distributed cloud infrastructure." />
<meta name="author" content="Marcos J. Castaneda" />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://marcos.me/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Marcos J. Castaneda" />
<meta property="og:title" content="Marcos J. Castaneda | Senior Software Engineer" />
<meta property="og:description"
content="Senior Software Engineer with 7+ years building scalable backend systems, secure APIs, and distributed cloud infrastructure." />
<meta property="og:url" content="https://marcos.me/" />
<meta property="og:image" content="https://marcos.me/assets/images/profile.jpg" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"@id": "https://marcos.me/#person",
"name": "Marcos J. Castaneda",
"url": "https://marcos.me/",
"mainEntityOfPage": "https://marcos.me/",
"jobTitle": "Senior Software Engineer",
"description": "Senior software engineer and developer.",
"image": "https://marcos.me/assets/images/profile.jpg",
"worksFor": {
"@type": "Organization",
"name": "Mcast Labs",
"url": "https://mcastlabs.com/"
},
"alumniOf": [
{
"@type": "Organization",
"name": "Google",
"url": "https://www.google.com"
},
{
"@type": "Organization",
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
}
],
"knowsAbout": [
"Software engineering",
"Distributed systems",
"Cloud infastructure",
"Product engineering"
],
"sameAs": [
"https://www.wikidata.org/wiki/Q138569221",
"https://mcastlabs.com/",
"https://github.com/marcoss",
"https://www.linkedin.com/in/mcasta",
"https://stackoverflow.com/users/4254800/marcos-castaneda",
"https://dev.to/marcoss"
]
}
</script>
<title>Marcos J. Castaneda | Senior Software Engineer</title>
<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@400;500;600;700&display=swap" rel="stylesheet" />
<link rel="icon" href="/assets/images/favicon.ico" sizes="any" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>