-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 2.19 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>DevHunter, Una iniciativa para fomentar el emprendimiento tecnológico en Córdoba. </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Una iniciativa para fomentar el emprendimiento tecnológico en Córdoba." />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<h1 style=" margin-top:10px;"><a href="index.html"><img width="90%" src="images/DevHunter-Logo-300.png"></a></h1>
<nav id="nav">
<ul>
<li><a href="https://github.com/orgs/devhunterco/people">Comunidad</a></li>
<li><a href="https://trello.com/b/vbgSpQZs/agenda-devhunter">Agenda</a></li>
<li><a href="#">Proyectos</a></li>
<li><a href="#" class="button special">Ingresar</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Muy pronto la comunidad <br>Devhunter</h2>
<p><a style="color:white; border-bottom: 1px dotted white;;" href="http://juliocesar.io/blog/2015/02/06/una-iniciativa-para-fomentar-emprendimiento/">Una iniciativa para fomentar el emprendimiento</a> tecnológico en Córdoba - Colombia.</p>
<ul class="actions">
<li>
<a href="https://github.com/devhunterco" class="button big"> <i class="fa fa-github"></i>
Participar en Github</a>
</li>
</ul>
<p><h2 style="font-size:24px;">Apoya:</h2>
<a href="http://caribemesh.org/"><img src="images/caribemesh_logo.png"></a>   <a href="http://brujulab.co/"><img src="images/brujulab_logo.png"></a>
</p>
<p style="font-size:13px; margin-top:10px;">Hecho con <i class="fa fa-heart-o"></i> en Córdoba-Colombia</p>
</section>
</body>
</html>