-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 3.42 KB
/
Copy pathindex.html
File metadata and controls
71 lines (68 loc) · 3.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!--BASICS-->
<meta name="description" content="Professional Software Developer with 5+ years of experience in .NET, Salesforce, and modern Web Components. Based in Colombia. יֵשׁוּעַ">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob:; frame-src *; style-src * 'unsafe-inline';">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="theme-color" content="#333333">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="JoseRiosDev">
<meta name="format-detection" content="telephone=no">
<meta name="googlebot" content="notranslate">
<meta name="google" content="nositelinkssearchbox">
<!--Open Graph (Facebook / LinkedIn / Discord)-->
<meta property="og:type" content="website">
<meta property="og:url" content="https://joseriosdev.github.io/">
<meta property="og:title" content="Jose Rios | Staff Engineer">
<meta property="og:description" content="Specialist in ERP plugins, .NET, and Salesforce development. Check out my latest Frontend Mentor challenges. μετάνοια">
<meta property="og:image" content="./media/profile_pic.jpg">
<!--Twitter/X-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://joseriosdev.github.io/">
<meta name="twitter:title" content="Jose Rios | Staff Engineer">
<meta name="twitter:description" content="Building custom ERP solutions and mastering modern web architecture. κύριος λόγος ἀρχῇ">
<meta name="twitter:image" content="./media/profile_pic.jpg">
<title>Jose Rios | Staff Engineer</title>
<link rel="shortcut icon" href="./media/me.ico" type="image/x-icon">
<link rel="stylesheet" href="./main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,600;1,200;1,600&display=swap" rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Jose Rios",
"jobTitle": "Staff Engineer",
"url": "https://joseriosdev.github.io/",
"address": {
"@type": "PostalAddress",
"addressLocality": "Barranquilla",
"addressCountry": "Colombia"
},
"sameAs": [
"https://github.com/joseriosdev",
"https://www.linkedin.com/in/joseriosdev"
],
"knowsAbout": ["Salesforce", ".NET Framework", "SQL Server", "JavaScript", "Web Components"],
"worksFor": {
"@type": "Organization",
"name": "Jalasoft"
}
}
</script>
</head>
<body>
<script type="module" src="./js/main.js"></script>
<script type="module" src="./js/cmp_floatingMenu.js"></script>
<script type="module" src="./js/cmp_dialogBubble.js"></script>
<script type="module" src="./js/cmp_resume.js"></script>
</body>
</html>