-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProyecto.html
92 lines (72 loc) · 3.36 KB
/
Proyecto.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Krub:wght@400;700&display=swap" rel="stylesheet">
<title>Proyecto</title>
<link rel="stylesheet" href="./CSS/Style.CSS">
</head>
<body>
<!--Esto es un coñaso deja la carrera-->
<header>
<h1 class="titulo">Informatica crow <span>Ivan</span></h1>
</header>
<div class="nav-bg"> <!--Esto sirve para que el codigo se mas facil de leer-->
<nav class="navegacion-principal">
<a href="./index.html">Inicio</a>
<a href="#">Sobre mi</a>
<a href="#">Clientes</a>
<a href="./Proyecto.html">Proyectos</a>
<a href="#"> Contacto </a>
</nav>
</div>
<section class="hero">
<div class="contenido-hero">
<h2 class="titulo" >Diseño y desarrollo <span>Web</span></h2>
<h2>Freelancer</h2>
<div class="location">
<p> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-map-pin" width="60" height="60" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffec00" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<circle cx="12" cy="11" r="3" />
<path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" />
</svg> IES Ana Luisa Benítez, Las Palmas de Gran Canaria</p>
</div>
<a class="boton" href="#">Contactar</a>
</div>
</section>
<br>
<br>
<table >
<tr>
<th>Objetos</th>
<th> Stoncks</th>
<th>Precio</th>
<th> Dia de entrega </th>
<th>Link a la pagina</th>
</tr>
<tr>
<td>Apple Macbook Air 13</td>
<td> 10</td>
<td>1367€</td>
<td>20/10/2022</td>
<td> <a href="https://www.pccomponentes.com/portatiles?msclkid=9ea490c4b3ec15193fb3f38ce02a816a&utm_source=bing&utm_medium=cpc&utm_campaign=002%20-%20Port%C3%A1tiles%20-%20bing&utm_term=%2Bportatiles&utm_content=Port%C3%A1tiles">Pc componentes</a></td>
</tr>
<tr>
<td>Tablet Lenovo M10 Plus</td>
<td>20</td>
<td>194€</td>
<td>24/10/2022</td>
<td> <a href="https://www.pccomponentes.com/portatiles?msclkid=9ea490c4b3ec15193fb3f38ce02a816a&utm_source=bing&utm_medium=cpc&utm_campaign=002%20-%20Port%C3%A1tiles%20-%20bing&utm_term=%2Bportatiles&utm_content=Port%C3%A1tiles">Pc componentes</a></td>
</tr>
<tr>
<td>Apple iphone 14 móvil libre</td>
<td>Agotados</td>
<td>1009€</td>
<td>No disponible</td>
<td> <a href="https://www.pccomponentes.com/portatiles?msclkid=9ea490c4b3ec15193fb3f38ce02a816a&utm_source=bing&utm_medium=cpc&utm_campaign=002%20-%20Port%C3%A1tiles%20-%20bing&utm_term=%2Bportatiles&utm_content=Port%C3%A1tiles">Pc componentes</a></td>
</tr>
</table>
</body>
</html>