forked from henieMiriam/data-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1.51 KB
/
index.html
File metadata and controls
38 lines (36 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Data Dashboard</title>
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet">
</head>
<body>
<header>
<img src="assets/images/logo2.png" class="logo" alt="Logo Laboratoria">
<nav>
<ul>
<li> <a href="#"id="inicio" >Inicio</a></li>
<li> <a href="http://www.laboratoria.la/" target="_blank">Sobre Nosotros</a></li>
<li> <a href="http://empresas.laboratoria.la/" target="_blank">Empresas</a></li>
<li> <a href="http://convocatoria.laboratoria.la/" target="_blank">Postula</a></li>
<li> <a href="data/data.html">Data Dashboard</a></li>
</ul>
</nav>
</header>
<section class="container-back">
<img src="assets/images/fondo4.jpg" class="fondo" alt="Laptop Codigo">
<h1>Talento que transforma</h1>
<p> La mejor fuente de talento femenino tech <br>de Latinoamerica para el mundo.
<h2 id="values-titles">Misión:</h2>
<p id="important-values">Formamos el talento diverso que América<br> Latina necesita para avanzar en la era digital. </p>
<h2 id="values-titles">Visión:</h2>
<p id="important-values">Convertirnos en la principal fuente de talento <br>femenino tech de América Latina para el mundo </p>
</section>
<!-- Base de datos -->
<script src="js/data.js"></script>
<!-- Aquí va tus archivos JS -->
<script src="js/app.js"></script>
</body>
</html>