-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (75 loc) · 3.5 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
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>Artículos de Colección y Comics</title>
<link rel="stylesheet" type="text/css" href="estilo.css">
<meta charset="utf-8">
<meta name="description" content="Encuentra los videojuegos, películas y cómics más raros y coleccionables en nuestra tienda en línea. Ofrecemos envío mundial y precios competitivos.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<img id="mario" src="imgs/mario-transparent-pixel 90.png" alt="Mama Mia!">
<img id="mario-izquierda" src="imgs/mario-transparent-pixel 90 mirando izquierda.png" alt="Mama Mia!" style="display:none;">
<script src="js/mario.js"></script>
<script src="js/mario-izquierda.js"></script>
<script src="js/index.js"></script>
<br>
<br>
<br>
<br>
<br>
<br>
<header>
<div id="menu-contenedor"></div>
<script src="js/menu.js"></script>
</header>
<main>
<section class="seccion-horizontal">
<section class="seccion1">
<h1>Artículos de Videojuegos/Pelis/Series + COMICS</h1>
<h3>!Aquí encontraras ese artículo/comic que no has logrado encontrar en otro lugar¡</h3>
<a href="contacto.html">
<button class="boton-contacto">Contáctanos</button>
</a>
</section>
</section>
<section class="seccion-horizontal">
<section class="seccion2">
<h1>Algunos de nuestros productos y servicios</h1>
<div class="imagen-contenedor">
<img src="imgs/comic batman begins.jpg" alt="https://www.comicstripshop.com/stripalbum/batman/batman-begins">
<a href="comics.html">
<h3>Comic Batman Begins</h3>
</a>
</div>
<div class="imagen-contenedor">
<img src="imgs/Varita mágica de Harry Potter flotante.jpg" alt="https://www.masgamers.com/la-edicion-de-coleccion-de-hogwarts-legacy-trae-una-varita-magica-flotante">
<a href="coleccionables.html">
<h3>Varita mágica de Harry Potter flotante</h3>
</a>
</div>
<div class="imagen-contenedor">
<img src="imgs/3D printer.png" alt="https://3dprintingindustry.com/wp-content/uploads/2015/10/3dprinting_aio1.png">
<a href="diseno3D.html">
<h3>Impresión 3D - Diseña tu propio artículo de colección y lo imprimiremos en 3D para ti</h3>
</a>
</div>
</section>
</section>
<section class="seccion-horizontal">
<section class="seccion3">
<h2>Exposición Proyecto Final Sitio Web </h2>
<a class="video-exposicion" href="https://clipchamp.com/watch/UwxTSiUTZ4I?utm_source=embed&utm_medium=embed&utm_campaign=watch">
<img style="height:22px;" src="https://clipchamp.com/e.svg" alt="Made with Clipchamp" />
</a>
<iframe allow="autoplay;" allowfullscreen style="border:none" src="https://clipchamp.com/watch/UwxTSiUTZ4I/embed" width="640" height="360"></iframe>
</section>
</section>
</main>
<footer class="pie-de-pagina">
<h3>NUESTRA DIRECCIÓN - Bogotá: xxxxx </h3>
<h3>CONTACTANOS: compras@articulosdecoleccionycomics.com preguntasysugerencias@articulosdecoleccionycomics.com (57) 60 ########</h3>
<h3>HORARIO DE NUESTRA TIENDA - Martés - Sábado 9:00 - 21:00</h3>
</footer>
</body>
</html>