-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (75 loc) · 3.78 KB
/
Copy pathindex.html
File metadata and controls
84 lines (75 loc) · 3.78 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
<!doctype html>
<html lang="en">
<!--prettier-ignore-->
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5LWS37KN');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pablo Perez | QA Engineer & Web Developer</title>
<link rel="icon" type="image/svg+xml" href="/icon1.svg" />
<!-- Open Graph -->
<meta property="og:title" content="Pablo Perez | QA Engineer & Web Developer" />
<meta property="og:description" content="Hi, I'm Pablo Perez, a Full Stack Developer specializing in React, JavaScript, and creating custom, high-performance web applications. View my portfolio and services."/>
<meta property="og:image" content="https://pabloperezweb.com/og-image.png"/>
<meta property="og:url" content="https://pabloperezweb.com" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Hi, I'm Pablo Perez, a Full Stack Developer specializing in React, JavaScript, and creating custom, high-performance web applications. View my portfolio and services." />
<meta name="keywords" content="full stack developer, web development, portfolio, React, JavaScript, HTML, CSS" />
<meta name="format-detection" content="telephone=no" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Pablo Perez | QA Engineer & Web Developer" />
<meta name="twitter:description" content="Hi, I'm Pablo Perez, a Full Stack Developer specializing in React, JavaScript, and creating custom, high-performance web applications. View my portfolio and services." />
<meta name="twitter:image" content="https://pabloperezweb.com/og-image.png" />
<!-- Advanced SEO -->
<meta name="robots" content="index, follow" />
<meta name="author" content="Pablo Perez" />
<link rel="canonical" href="https://pabloperezweb.com" />
<!-- Mobile Design -->
<meta name="theme-color" content="#ffffff" />
<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=JetBrains+Mono:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- Schema.org-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Pablo Perez",
"jobTitle": "QA Engineer & Web Developer",
"url": "https://pabloperezweb.com/",
"image": "https://pabloperezweb.com/og-image.png",
"description": "Hi, I'm Pablo Perez, a Full Stack Developer specializing in React, JavaScript, and creating custom, high-performance web applications. View my portfolio and services.",
"sameAs": [
"https://github.com/yaoming16",
"https://www.linkedin.com/in/pablo-javier-perez-gimenez/",
"https://www.instagram.com/pabloperezweb/"
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-5LWS37KN"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>