-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (138 loc) · 5.27 KB
/
Copy pathindex.html
File metadata and controls
145 lines (138 loc) · 5.27 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Portfolio profesional de Imanol Mugueta - Desarrollador Full Stack especializado en React, Node.js, y desarrollo web moderno. Proyectos, habilidades y experiencia en tecnología."
/>
<meta
name="keywords"
content="Imanol Mugueta, desarrollador full stack, programador web, React, Node.js, JavaScript, desarrollo web, frontend, backend, portfolio desarrollador, Navarra, España"
/>
<meta name="author" content="Imanol Mugueta" />
<meta name="robots" content="index, follow" />
<meta name="language" content="Spanish" />
<meta
name="google-site-verification"
content="N5nTu01nPzcJE-Fj7B1b4U1_8ohYZnqJ6C0aHupP4Zs"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://imamultidev.dev/" />
<meta
property="og:title"
content="Ima MultiDev - Desarrollador Full Stack"
/>
<meta
property="og:description"
content="Explora mis proyectos, habilidades y experiencia en desarrollo web Full Stack."
/>
<meta
property="og:image"
content="https://imamultidev.dev/images/portfolio-preview.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://imamultidev.dev/" />
<meta
property="twitter:title"
content="Ima MultiDev - Desarrollador Full Stack"
/>
<meta
property="twitter:description"
content="Explora mis proyectos, habilidades y experiencia en desarrollo web Full Stack."
/>
<meta
property="twitter:image"
content="https://imamultidev.dev/images/portfolio-preview.png"
/>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self' https: 'unsafe-inline' 'unsafe-eval'; img-src 'self' https: data:;"
/>
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-Frame-Options" content="DENY" />
<meta name="theme-color" content="#1a1a1a" />
<!-- Canonical URL -->
<link rel="canonical" href="https://imamultidev.dev/" />
<!-- Favicon y App Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<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" />
<link rel="author" href="/humans.txt" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="alternate" hreflang="es" href="https://imamultidev.dev" />
<link rel="alternate" hreflang="x-default" href="https://imamultidev.dev" />
<!-- Schema.org: Logo del portfolio -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Ima MultiDev",
"url": "https://imamultidev.dev",
"logo": "https://imamultidev.dev/images/logo.png",
"sameAs": [
"https://github.com/kodebidean",
"https://www.linkedin.com/in/imanol-mugueta-unsain/",
"https://twitter.com/KodeBidean"
]
}
</script>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@500;600;700&display=swap"
rel="stylesheet"
/>
<title>
Ima MultiDev - Desarrollador Full Stack | Portfolio Profesional
</title>
</head>
<body>
<div id="root" role="main" aria-label="Contenido principal"></div>
<!-- Microdata Schema.org -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["Person", "ProfessionalService"],
"name": "Imanol Mugueta",
"jobTitle": "Desarrollador Full Stack",
"url": "https://imamultidev.dev",
"image": "https://imamultidev.dev/images/portfolio-preview.png",
"description": "Desarrollador Full Stack especializado en React, Node.js y tecnologías web modernas",
"knowsAbout": [
"React",
"Node.js",
"JavaScript",
"Full Stack Development",
"Web Development"
],
"worksFor": {
"@type": "Organization",
"name": "Ima MultiDev"
},
"address": {
"@type": "PostalAddress",
"addressRegion": "Navarra",
"addressCountry": "ES"
},
"sameAs": [
"https://github.com/kodebidean",
"https://www.linkedin.com/in/imanol-mugueta-unsain/",
"https://twitter.com/KodeBidean"
]
}
</script>
<!-- Formulario oculto para Netlify -->
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
<input type="text" name="name" />
<input type="email" name="email" />
<textarea name="message"></textarea>
</form>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>