|
1 | 1 | <!DOCTYPE html> |
2 | | -<html lang="es"> |
| 2 | +<html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>eferro • Proyectos</title> |
7 | | - <meta name="description" content="Índice de proyectos y aplicaciones de eferro"> |
| 6 | + <title>eferro • Projects</title> |
| 7 | + <meta name="description" content="Index of eferro's projects and apps"> |
8 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
10 | 10 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet"> |
|
13 | 13 | <body> |
14 | 14 | <main class="container"> |
15 | 15 | <header class="header"> |
16 | | - <h1 class="title">Proyectos de eferro</h1> |
17 | | - <p class="subtitle">Índice rápido de mis aplicaciones y sitio web.</p> |
| 16 | + <h1 class="title">eferro Projects</h1> |
| 17 | + <p class="subtitle">Quick index of my apps and website.</p> |
18 | 18 | </header> |
19 | 19 |
|
20 | 20 | <nav class="links"> |
21 | 21 | <a class="card" href="https://eferro.github.io/eferro-picks-site/" target="_blank" rel="noopener noreferrer"> |
22 | 22 | <span class="card-title">eferro Picks</span> |
23 | | - <span class="card-desc">Links y recomendaciones seleccionadas</span> |
| 23 | + <span class="card-desc">Curated links and recommendations</span> |
24 | 24 | </a> |
25 | 25 | <a class="card" href="https://eferro.github.io/simplecalendar/" target="_blank" rel="noopener noreferrer"> |
26 | 26 | <span class="card-title">SimpleCalendar</span> |
27 | | - <span class="card-desc">Calendario simple y minimalista</span> |
| 27 | + <span class="card-desc">Simple, minimalist calendar</span> |
28 | 28 | </a> |
29 | 29 | <a class="card" href="https://eferro.github.io/focus/" target="_blank" rel="noopener noreferrer"> |
30 | 30 | <span class="card-title">Focus</span> |
31 | | - <span class="card-desc">Pomodoro / enfoque sin distracciones</span> |
| 31 | + <span class="card-desc">Pomodoro / distraction-free focus</span> |
32 | 32 | </a> |
33 | 33 | <a class="card" href="https://www.eferro.net/" target="_blank" rel="noopener noreferrer"> |
34 | | - <span class="card-title">Blog / Web personal</span> |
| 34 | + <span class="card-title">Blog / Personal website</span> |
35 | 35 | <span class="card-desc">eferro.net</span> |
36 | 36 | </a> |
37 | 37 | </nav> |
38 | 38 |
|
39 | 39 | <footer class="footer"> |
40 | | - <p>© <span id="year"></span> eferro. Hecho con HTML y CSS.</p> |
| 40 | + <p>© <span id="year"></span> eferro. Built with HTML and CSS.</p> |
41 | 41 | </footer> |
42 | 42 | </main> |
43 | 43 |
|
|
0 commit comments