portfolio/index.html

56 lines
3.5 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<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="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Cache control - always serve fresh HTML -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Google 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=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- SEO & Meta Tags -->
<title>Rafael González Albes | Professional Software Developer</title>
<meta name="description" content="Official portfolio of Rafael González Albes, a Professional Software Developer specializing in high-performance backends (PHP/Symfony), modern frontends (TypeScript/React), and containerized Docker systems." />
<meta name="keywords" content="Rafael Gonzalez Albes, Senior Software Engineer, Backend Developer, PHP Developer, Symfony Expert, Full Stack Developer, React, TypeScript, Docker, Hire Developer Europe, Software Architecture" />
<meta name="author" content="Rafael González Albes" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://rafaelgonzalezalbes.com/" />
<!-- Open Graph / LinkedIn / Facebook -->
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://rafaelgonzalezalbes.com/" />
<meta property="og:title" content="Rafael González Albes | Senior Software Engineer" />
<meta property="og:description" content="Specializing in scalable PHP (Symfony) backends, React frontends, and containerized architectures. View my professional timeline and tech stack." />
<meta property="og:image" content="/android-chrome-512x512.png" />
<meta property="profile:first_name" content="Rafael" />
<meta property="profile:last_name" content="González Albes" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://rafaelgonzalezalbes.com/" />
<meta name="twitter:title" content="Rafael González Albes | Senior Software Engineer" />
<meta name="twitter:description" content="Specializing in scalable PHP (Symfony) backends, React frontends, and containerized architectures. View my professional timeline and tech stack." />
<meta name="twitter:image" content="/android-chrome-512x512.png" />
</head>
<body>
<!--
Hey developer!
If you're reading this, send an email to rafaelgonzalezalbes@gmail.com
with the subject "Under the Hood" and I'll send you a virtual cookie 🍪
-->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>