-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (85 loc) · 3.57 KB
/
Copy pathindex.html
File metadata and controls
87 lines (85 loc) · 3.57 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script>
(function(){var t=localStorage.getItem('theme');if(!t)t=window.matchMedia('(prefers-color-scheme:dark)').matches?'dark':'light';if(t==='dark')document.documentElement.classList.add('dark')})()
</script>
<link
href="https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Nunito:wght@400;600;700&family=Fira+Code:wght@400;500&display=swap"
rel="stylesheet"
/>
<title> portafolio | mmunoz</title>
<meta
name="description"
content="Desarrollador full-stack enfocado en el ecosistema TALL (Laravel, Livewire, Alpine, Tailwind). Paneles de administración, SaaS, APIs REST y proyectos open source."
/>
<meta property="og:title" content="portafolio | mmunoz" />
<meta
property="og:description"
content="Desarrollador full-stack enfocado en el ecosistema TALL (Laravel, Livewire, Alpine, Tailwind). Paneles de administración, SaaS, APIs REST y proyectos open source."
/>
<meta property="og:image" content="https://github.com/maycolmunoz.png?size=400" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mmunoz.netlify.app/" />
<meta property="og:locale" content="es_CO" />
<meta property="og:site_name" content="portafolio | mmunoz" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="portafolio | mmunoz" />
<meta
name="twitter:description"
content="Desarrollador full-stack enfocado en el ecosistema TALL (Laravel, Livewire, Alpine, Tailwind). Paneles de administración, SaaS, APIs REST y proyectos open source."
/>
<meta name="twitter:image" content="https://github.com/maycolmunoz.png?size=400" />
<link rel="canonical" href="https://mmunoz.netlify.app/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Maycol Muñoz",
"url": "https://mmunoz.netlify.app/",
"image": "https://github.com/maycolmunoz.png?size=400",
"jobTitle": "Full Stack Developer",
"knowsAbout": [
"Laravel",
"Vue",
"Livewire",
"Tailwind CSS",
"Filament",
"APIs REST"
],
"sameAs": [
"https://github.com/maycolmunoz",
"https://www.linkedin.com/in/maycolmunoz/",
"https://x.com/itsmmunoz"
]
}
</script>
</head>
<body class="bg-background">
<div id="app"></div>
<div id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{
pageLanguage: 'es',
includedLanguages: 'en,es,fr,de,pt,it,ja,zh-CN,ru,ko',
autoDisplay: false,
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
},
'google_translate_element',
)
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>