-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMis Proyectos.html
70 lines (63 loc) · 1.92 KB
/
Mis Proyectos.html
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<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=Krub:wght@400;700&display=swap" rel="stylesheet">
<title>Diseñador Freelance</title>
<link rel="preload" href="css/styles.css" as="style">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<h1 class="titulo">Ismael Torrado <span>Proyects</span></h1>
</header>
<div class="bg-color">
<nav class="navegacion-principal contenedor">
<a href="index.html">Inicio</a>
<a href="#">Sobre Mí</a>
<a href="#">Clientes</a>
<a href="#">Contacto</a>
</nav>
</div>
<table>
<tr>
<th>Fecha</th>
<th>Proyecto</th>
<th>Link</th>
</tr>
<tr>
<td>03/09/08</td>
<td>Microsoft</td>
<td><a href="https://www.microsoft.com/es-es/">--></a></td>
</tr>
<tr>
<td>05/05/10</td>
<td>Apple</td>
<td><a href="https://www.apple.com/es/">--></a></td>
</tr>
<tr>
<td>06/11/2015</td>
<td>Sony</td>
<td><a href="https://www.sony.es">--></a></td>
</tr>
<tr>
<td>23/09/2019</td>
<td>New Yorker</td>
<td><a href="https://www.newyorker.de/es/">--></a></td>
</tr>
<tr>
<td>09/04/2021</td>
<td>Aena</td>
<td><a href="https://www.aena.es/es/pasajeros/pasajeros.html">--></a></td>
</tr>
<tr>
<td>13/70/2022</td>
<td>Toshiba</td>
<td><a href="https://www.toshiba.es">--></a></td>
</tr>
</table>
</body>
</html>