-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (144 loc) · 7.22 KB
/
index.html
File metadata and controls
160 lines (144 loc) · 7.22 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<html lang="es" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Sandro DevX - Full Stack Developer | Portfolio Profesional</title>
<meta name="title" content="Sandro DevX - Full Stack Developer | Portfolio Profesional" />
<meta name="description" content="Portfolio profesional de Sandro DevX - Desarrollador Full Stack especializado en React, Node.js y tecnologías modernas. Experiencia en proyectos innovadores y soluciones tech." />
<meta name="keywords" content="desarrollador, full stack, react, nodejs, javascript, typescript, portfolio, freelancer, programador" />
<meta name="author" content="Sandro DevX" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sandrodevx-portfolio.vercel.app/" />
<meta property="og:title" content="Sandro DevX - Full Stack Developer Portfolio" />
<meta property="og:description" content="Portfolio profesional showcasing innovative projects and technical expertise in modern web development." />
<meta property="og:image" content="/og-image.jpg" />
<meta property="og:site_name" content="Sandro DevX Portfolio" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sandrodevx-portfolio.vercel.app/" />
<meta property="twitter:title" content="Sandro DevX - Full Stack Developer Portfolio" />
<meta property="twitter:description" content="Portfolio profesional showcasing innovative projects and technical expertise." />
<meta property="twitter:image" content="/og-image.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sandro Gomez",
"jobTitle": "Full Stack Developer",
"description": "Experienced Full Stack Developer specializing in React, Node.js, and modern web technologies",
"url": "https://sandrodevx-portfolio.vercel.app",
"sameAs": [
"https://github.com/sandrogomez-dev",
"https://www.linkedin.com/in/sandro-gomez-21355b346/"
],
"knowsAbout": ["React", "Node.js", "TypeScript", "JavaScript", "Python", "Web Development"],
"alumniOf": "Platzi",
"worksFor": {
"@type": "Organization",
"name": "Freelancer"
}
}
</script>
<!-- Preload critical fonts -->
<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=Montserrat:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Performance hints -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<!-- Theme color -->
<meta name="theme-color" content="#0a0a0a" />
<meta name="msapplication-TileColor" content="#0a0a0a" />
<!-- PWA Configuration -->
<link rel="manifest" href="/manifest.json" />
<!-- Critical CSS will be inlined here in production -->
<style>
/* Critical CSS for preventing FOUC */
body {
margin: 0;
padding: 0;
background: #0a0a0a;
color: #ffffff;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
overflow-x: hidden;
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0a0a0a;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
transition: opacity 0.5s ease-out;
}
.loading-text {
font-family: 'JetBrains Mono', monospace;
font-size: 1.2rem;
background: linear-gradient(120deg, #8B7355, #A68A64, #D4A373);
background-size: 200% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
animation: shimmer 2s ease-in-out infinite;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
opacity: 0.8;
}
50% {
opacity: 1;
}
100% {
background-position: 200% 0;
opacity: 0.8;
}
}
</style>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loading-text">npm install awesome-portfolio...</div>
</div>
<!-- Main App Container -->
<div id="root"></div>
<!-- Console Easter Egg -->
<script>
console.log(`
╔══════════════════════════════════════════════════════════════════════════════╗
║ 🚀 SANDRO DEVX 🚀 ║
║ Full Stack Developer Portfolio ║
╠══════════════════════════════════════════════════════════════════════════════╣
║ ║
║ 📧 Email: sandrodevx@gmail.com ║
║ 🔗 LinkedIn: https://www.linkedin.com/in/sandro-gomez-21355b346/ ║
║ 🐙 GitHub: https://github.com/sandrogomez-dev ║
║ 💼 Portfolio: https://sandrodevx-portfolio.vercel.app ║
║ ║
║ 🛠️ Tech Stack: React • Node.js • TypeScript • Python • AWS ║
║ 💡 Specialized in: Modern Web Apps • API Development • DevOps ║
║ ║
║ ¿Interesado en colaborar? ¡Contáctame! ║
║ ║
╚══════════════════════════════════════════════════════════════════════════════╝
`);
console.log('💰 Salary Range: $40k - $80k USD (Remote/Hybrid)');
console.log('🌟 Available for: Full-time • Freelance • Consulting');
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>