-
Notifications
You must be signed in to change notification settings - Fork 0
/
diseno3D.html
55 lines (54 loc) · 2.08 KB
/
diseno3D.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
<!DOCTYPE html>
<html>
<head>
<title>ac-Impresión 3D</title>
<link rel="stylesheet" type="text/css" href="estilo.css">
<meta charset="utf-8">
</head>
<body>
<header>
<div id="menu-contenedor"></div>
<script src="js/menu.js"></script>
</header>
<main>
<section class="seccion-horizontal">
<section class="seccion1-diseno3D">
<h1>Impresión personalizada de artículos 3D!</h1>
</section>
</section>
<section class="seccion-horizontal">
<section class="seccion2-diseno3D">
<div class="imagen-contenedor">
<img src="imgs/Espacio para tutorial 3D.jpg" alt="Tutorial Crear Artículo 3D">
</div>
<div class="imagen-contenedor">
<h1>Tutorial</h1>
<h3>Mira como usar nuestra app para que puedas crear tu artículo coleccionable personalizado =]</h3>
</div>
</section>
</section>
<section class="seccion-horizontal">
<section class="seccion3-diseno3D">
<h1>Crea tu árticulo Personalizado</h1>
<div class="imagen-contenedor">
<button class="boton-contacto">Diseñar</button>
</div>
<div class="imagen-contenedor">
<button class="boton-contacto">Guardar</button>
</div>
<div class="imagen-contenedor">
<button class="boton-contacto">Listo para impresión</button>
</div>
<div class="imagen-contenedor">
<button class="boton-contacto">Eliminar</button>
</div>
</section>
</section>
</main>
<footer class="pie-de-pagina">
<h3 style="color: white;text-align: center;">NUESTRA DIRECCIÓN - Bogotá: xxxxx </h3>
<h3 style="color: white;text-align: center;">CONTACTANOS: compras@articulosdecoleccionycomics.com preguntasysugerencias@articulosdecoleccionycomics.com (57) 60 ########</h3>
<h3 style="color: white;text-align: center;">HORARIO DE NUESTRA TIENDA - Martés - Sábado 9:00 - 21:00</h3>
</footer>
</body>
</html>