-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (92 loc) · 4.23 KB
/
index.html
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
<!DOCTYPE html>
<html lang="pt-BR" class="dark" dir="ltr">
<head>
<!-- Configurações básicas e codificação -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Título otimizado (57 caracteres) -->
<title>Jeferson Reis | Desenvolvedor Full-Stack & Designer Gráfico</title>
<!-- Metadados principais -->
<meta name="author" content="Jeferson Reis Almeida">
<meta name="description"
content="Desenvolvedor Full-Stack e Designer Gráfico especializado em React, Node.js e UX/UI. Criação de sites, sistemas web e identidade visual profissional.">
<meta name="robots" content="index, follow, max-image-preview:large">
<meta name="canonical" href="https://jefersonreis-github-io.vercel.app/">
<!-- Open Graph optimizado -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Portfólio Jeferson Reis">
<meta property="og:title" content="Jeferson Reis | Desenvolvedor Full-Stack & Designer Gráfico">
<meta property="og:description"
content="Soluções completas em desenvolvimento web e design gráfico. Transforme suas ideias em realidade digital.">
<meta property="og:image" content="https://jefersonreis-github-io.vercel.app/assets/images/og-image.webp">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="pt_BR">
<!-- Twitter Card atualizado -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@jeffinx___">
<meta name="twitter:title" content="Jeferson Reis | Desenvolvedor Full-Stack & Designer Gráfico">
<meta name="twitter:description"
content="Desenvolvimento web profissional e design impactante para seu negócio digital.">
<meta name="twitter:image" content="https://jefersonreis-github-io.vercel.app/assets/images/twitter-card.webp">
<!-- Favicon moderno com fallbacks -->
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/assets/images/icon/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/images/icon/apple-touch-icon.png">
<link rel="manifest" href="/assets/images/icon/site.webmanifest">
<!-- Pré-carregamento crítico -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap"
as="style" crossorigin="anonymous">
<link rel="preload" href="/assets/images/Linkedin-foto.webp" as="image" type="image/webp">
<link rel="preload" href="/assets/images/nebula-space-blue-12k-2v.webp" as="image" type="image/webp">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap" media="print"
onload="this.media='all'" crossorigin="anonymous"> <noscript>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap"
crossorigin="anonymous">
</noscript>
<!-- Estilos críticos inline -->
<style>
/* Critical CSS aqui */
</style>
<!-- Schema.org otimizado -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jeferson Reis",
"url": "https://jefersonreis-github-io.vercel.app/",
"image": "https://jefersonreis-github-io.vercel.app/assets/images/Linkedin-foto.webp",
"jobTitle": "Desenvolvedor Full-Stack | Designer Gráfico",
"address": {
"@type": "PostalAddress",
"addressLocality": "Camaçari",
"addressRegion": "BA",
"addressCountry": "BR"
},
"sameAs": [
"https://www.linkedin.com/in/jeferson-reis-877a942b7/",
"https://github.com/Jeffinp",
"https://www.instagram.com/jeffinx___/"
],
"knowsAbout": [
"React",
"Node.js",
"UX/UI Design",
"Desenvolvimento Web",
"Design Gráfico",
"Front-end Development",
"Back-end Development"
]
}
</script>
</head>
<body class="dark:bg-slate-900">
<div id="root"></div>
<!-- Scripts otimizados -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>