Skip to content

Commit 1aef88c

Browse files
committed
Commit 16 cambio la cabecera
1 parent 90d644d commit 1aef88c

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,42 @@
33
<head>
44
<meta charset="UTF-8" />
55
<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 -->
735
<link rel="preconnect" href="https://fonts.googleapis.com">
836
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
937
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
38+
1039
<link rel="stylesheet" href="assets/css/styles.css" />
1140
</head>
41+
1242
<body>
1343
<header class="nav">
1444
<a class="brand" href="#hero">Sebi</a>

0 commit comments

Comments
 (0)