|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
6 | | - <title>Sebi • Portfolio</title> |
| 6 | + |
| 7 | + <title>Sebastián Expósito Ruiz · Junior Developer</title> |
| 8 | + |
| 9 | + <meta name="description" |
| 10 | + content="Portfolio de Sebastián Expósito Ruiz · Junior Developer. Desarrollo de soluciones completas, automatización, PowerApps, Salesforce APEX, WordPress y aplicaciones multiplataforma."> |
| 11 | + |
| 12 | + <!-- Open Graph / Redes sociales --> |
| 13 | + <meta property="og:title" content="Sebastián Expósito Ruiz · Junior Developer"> |
| 14 | + <meta property="og:description" |
| 15 | + content="Desarrollador junior orientado a crear soluciones completas: automatización, PowerApps, WordPress y aplicaciones multiplataforma."> |
| 16 | + <meta property="og:type" content="website"> |
| 17 | + <meta property="og:url" content="https://sebigithub.github.io/"> |
| 18 | + <meta property="og:image" content="https://sebigithub.github.io/assets/img/preview.png"> |
| 19 | + |
| 20 | + <!-- Twitter / X --> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <meta name="twitter:title" content="Sebastián Expósito Ruiz · Junior Developer"> |
| 23 | + <meta name="twitter:description" |
| 24 | + content="Desarrollador junior orientado a crear soluciones completas: automatización, PowerApps, WordPress y apps multiplataforma."> |
| 25 | + <meta name="twitter:image" content="https://sebigithub.github.io/assets/img/preview.png"> |
| 26 | + |
| 27 | + <!-- Favicon temporal --> |
| 28 | + <link rel="icon" href="data:image/svg+xml, |
| 29 | + <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> |
| 30 | + <rect width='100' height='100' rx='20' fill='%230b0f14'/> |
| 31 | + <text x='50' y='58' font-size='46' fill='%23ffffff' text-anchor='middle' font-family='Segoe UI'>S</text> |
| 32 | + </svg>"> |
| 33 | + |
| 34 | + <!-- Tipografía --> |
7 | 35 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 36 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
9 | 37 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> |
| 38 | + |
10 | 39 | <link rel="stylesheet" href="assets/css/styles.css" /> |
11 | 40 | </head> |
| 41 | + |
12 | 42 | <body> |
13 | 43 | <header class="nav"> |
14 | 44 | <a class="brand" href="#hero">Sebi</a> |
|
0 commit comments