-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (61 loc) · 2.97 KB
/
index.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
<!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 rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="stylesheet" href="css/style.css">
<script src="js/script.js"></script>
<title>CampusFP</title>
</head>
<body>
<button type="button" onclick="confirmacion()" >Prueba a dar click</button>
<div id="principio">
<div id="logo">
<img src="img/logo.jfif" alt="Logo">
</div>
<div id="titulo">
<h1>SUPERMERCADO</h1>
</div>
<div id="texto">
<p>Si pincha en la foto te llevara a una pagina en la cual se realizara una búsqueda en la que aparecerán todos los productos de la categoría seleccionada..</p>
</div>
<div id="texto2">
<p>Si pincha en la foto te llevara a una pagina en la cual se realizara una búsqueda en la que aparecerán todos los productos y a pinchar en el producto te saldrá mas información de este</p>
</div>
<div id="texto3">
<p>Si pincha en la foto te llevara a una pagina en la cual se realizara una búsqueda en la que aparecerán todos los productos del cliente seleccionado.</p>
</div>
<div id="foto">
<a href="pagina3.html"><img src="img/foto1.jpg" alt="Ventas" width="60%"></a>
</div>
<div id="foto2">
<a href="pagina1.html"><img src="img/foto2.jpg" alt="Cat" width="50%"></a>
</div>
<div id="foto3">
<a href="pagina2.html"><img src="img/foto3.jpg" alt="Clientes" width="50%"></a>
</div>
<div id="pie">
<footer><hr>
<div id="contenedor">
<div id="info">
<h1>Información</h1>
<p>Atención al cliente</p>
<p>Nº de telefono</p>
<p>Correo Electrónico</p>
</div>
<div id="mapa">
<center><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3039.509891470254!2d-3.619321484294681!3d40.37539046607591!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd422501fa45ef9d%3A0x30f890108294a41d!2sINFORMATICA%20THE%20PC%20ROOM!5e0!3m2!1ses!2ses!4v1638378303771!5m2!1ses!2ses" width="500" height="300" align="center" style="border:0;" allowfullscreen="" loading="lazy"></iframe></center>
</div>
<div id="derecha">
<h1>Atención</h1>
<p>Contáctenos</p>
<p>Dirección</p>
<p>---------</p>
</div>
</div>
</footer>
</div>
</body>
</html>