-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·82 lines (74 loc) · 2.74 KB
/
index.html
File metadata and controls
executable file
·82 lines (74 loc) · 2.74 KB
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
<!DOCTYPE html>
<html lang="en">
<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 rel="stylesheet" href="style.css">
<title>Nuevo proyecto </title>
</head>
<body>
<nav class="navigationBar">
<ul class="navigationList">
<li></li>
<li>
<a href="https://www.apple.com/es/store">Tienda</a>
</li>
<li>
<a href="https://www.apple.com/es/mac/">Mac</a>
</li>
<li>
<a href="https://www.apple.com/es/ipad/">iPad</a>
</li>
<li>
<a href="https://www.apple.com/es/iphone/">iPhone</a>
</li>
<li>
<a href="https://www.apple.com/es/watch/">Watch</a>
</li>
<li>
<a href="https://www.apple.com/es/airpods/">AirPods</a>
</li>
<li>
<a href="https://www.apple.com/es/tv-home/">TV y Casa</a>
</li>
<li>
<a href="https://www.apple.com/es/services/">Solo en Apple</a>
</li>
<li>
<a href="https://www.apple.com/es/shop/accessories/all">Accesorios</a>
</li>
<li>
<a href="https://support.apple.com/es-es">Soporte</a>
</li>
</ul>
</nav>
<main>
<!-- COMENZO DEL MAIN -->
<section class="box1">
<h2 class="h2">iPhone 13 Pro</h2>
<h3 class="h3">Prodigioso Pro.</h3>
<div class="links">
<a class="link" href="https://www.apple.com/es/#ac-gn-menustate">Mas Informacion ></a>
<a class="link" href="https://www.apple.com/es/shop/goto/buy_iphone/iphone_13_pro">Comprar ></a>
</div>
</section>
<section class="box2">
</section>
<section class="box3"></section>
<div class="multipleBoxes">
<section class="smallBox boxWatch">
<h2 class="h2">Watch</h2>
<h3>Te presentamos nuestra pantalla <br> mas grande hasta la fecha.</h3>
<a class="link" href="https://www.apple.com/es/#ac-gn-menustate">Mas Informacion ></a>
<a class="link" href="https://www.apple.com/es/shop/goto/buy_iphone/iphone_13_pro">Comprar ></a>
</section>
<section class="smallBox boxOrange">
<h2 class="h2">Comienza el reto<br> Shot on iPhone.</h2>
<h3>Envia tus mejores fotos macro <br> antes del 16 de febrero.</h3>
<a class="link" href=" ">Mas Informacion ></a>
</section>
</div>
</main>
</body>
</html>