-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (117 loc) · 5.33 KB
/
index.html
File metadata and controls
124 lines (117 loc) · 5.33 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Diogo Pacheco - Portfolio | Cloud Architect & Cybersecurity Specialist</title>
<meta name="color-scheme" content="light dark" />
<meta name="description" content="Diogo Pacheco's Portfolio - AWS Cloud Architect certified, CCNA & CyberOps Certified. Software development experience through various projects. Expertise in cloud infrastructure, network security, and modern technologies." />
<meta name="author" content="Diogo Pacheco" />
<meta name="keywords" content="Diogo Pacheco, Portfolio, Cloud Architect, AWS, CCNA, CyberOps, Network Specialist, Cloud Engineer, DevOps, Software Developer, React, TypeScript" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://diogopacheco.com" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://diogopacheco.com" />
<meta property="og:title" content="Diogo Pacheco - Portfolio | Cloud Architect & Cybersecurity Specialist" />
<meta property="og:description" content="Diogo Pacheco's Portfolio - AWS Cloud Architect certified, CCNA & CyberOps Certified. Software development experience through various projects. Expertise in cloud infrastructure, network security, and modern technologies." />
<meta property="og:image" content="https://r2.diogopacheco.com/public/preview.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Diogo Pacheco Portfolio Preview" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@dspacheco132" />
<meta name="twitter:creator" content="@dspacheco132" />
<meta name="twitter:title" content="Diogo Pacheco - Portfolio | Cloud Architect & Cybersecurity Specialist" />
<meta name="twitter:description" content="Diogo Pacheco's Portfolio - AWS Cloud Architect certified, CCNA & CyberOps Certified. Software development experience through projects. Expertise in cloud infrastructure and security." />
<meta name="twitter:image" content="https://r2.diogopacheco.com/public/preview.webp" />
<meta name="twitter:image:alt" content="Diogo Pacheco Portfolio Preview" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.ico" />
<!-- Preload critical resources -->
<link rel="preload" href="https://r2.diogopacheco.com/public/photo-dspacheco.jpeg" as="image" type="image/jpeg" fetchpriority="high" />
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Diogo Pacheco",
"jobTitle": "Cloud Architect & Cybersecurity Specialist",
"url": "https://diogopacheco.com",
"image": "https://r2.diogopacheco.com/public/photo-dspacheco.jpeg",
"sameAs": [
"https://twitter.com/dspacheco132",
"https://github.com/dspacheco132"
],
"knowsAbout": [
"AWS Cloud Architecture",
"Network Security",
"DevOps",
"Software Development",
"React",
"TypeScript",
"Python",
"Docker",
"Kubernetes",
"Terraform"
],
"hasCredential": [
{
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Professional Certification",
"name": "AWS Cloud Architect",
"recognizedBy": {
"@type": "Organization",
"name": "Amazon Web Services"
}
},
{
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Professional Certification",
"name": "CCNA",
"recognizedBy": {
"@type": "Organization",
"name": "Cisco"
}
},
{
"@type": "EducationalOccupationalCredential",
"credentialCategory": "Professional Certification",
"name": "CyberOps",
"recognizedBy": {
"@type": "Organization",
"name": "Cisco"
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Diogo Pacheco - Portfolio",
"url": "https://diogopacheco.com",
"description": "Portfolio of Diogo Pacheco - AWS Cloud Architect certified, CCNA & CyberOps Certified. Software development experience through various projects.",
"author": {
"@type": "Person",
"name": "Diogo Pacheco"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://diogopacheco.com/projects?search={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>