-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproximamente.html
76 lines (57 loc) · 2.51 KB
/
proximamente.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ALTMANN - Modelando Conocimiento</title>
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="site-header">
<div class="contenedor contenido-header">
<div class="barra">
<a href="/">
<img src="img/colresin-altmann.PNG" alt="Logotipo Altmann">
</a>
<nav class="navegacion">
<a href="productos.html">Productos</a>
<a href="soluciones.html">Soluciones</a>
<a href="contacto.html">Contacto</a>
<a href="iniciosesion.html">Iniciar Sesión</a>
</nav>
</div>
</div> <!-- Contenedor -->
</header>
<main class="contenedor seccion contenido-centrado d-block">
<h2 class="fw-300 centrar-texto">Estos documentos estarán disponibles muy pronto</h2> <br>
<form action="">
<!-- <fieldset class="navegacion documentos">
<nav class="agregar">
<a href="ingresardociso.html">+ Agregar</a>
<hr>
</nav>
<a href="bodega.html">Documento 1</a><br>
<a href="controlcalidad.html">Documento 2</a><br>
<a href="despachos.html">Documento 3</a><br>
<a href="produccion.html">Documento 4</a><br>
<a href="ventas.html">Documento 5</a><br>
</fieldset> -->
</form>
</main>
<!-- Sección Pie de página-->
<footer class="site-footer seccion">
<div class="contenedor contenedor-footer">
<nav class="navegacion">
<a href="productos.html">Productos</a>
<a href="soluciones.html">Soluciones</a>
<a href="contacto.html">Contacto</a>
<a href="iniciosesion.html">Iniciar Sesión</a>
</nav>
<p class="copyright">Todos los derechos reservados 2019 © </p>
</div>
</footer>
</body>
</html>