-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (37 loc) · 1.71 KB
/
index.html
File metadata and controls
44 lines (37 loc) · 1.71 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
39
40
41
42
43
44
<!DOCTYPE HTML>
<html>
<head>
<title>Nodebots México</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://use.fontawesome.com/3160e3f8b2.js"></script>
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Nodebots México</h2>
<p>3 años de comunidad Nodebots México<br />
<p>Síguenos en:</p>
<ul class="actions">
<li><a href="https://www.meetup.com/es-ES/NodeBotsMX/events/240789473/" class="button special" style="border:0px;"><i class="fa fa-meetup fa-3x"></i></a></li>
<li><a href="https://www.facebook.com/NodeBotsMX" class="button special" style="border:0px;"><i class="fa fa-facebook-square fa-3x"></i></a></li>
<li><a href="https://twitter.com/NodeBotsM" class="button special" style="border:0px;"><i class="fa fa-twitter-square fa-3x"></i></a></li>
</ul>
<p>Comunidades en:</p>
<ul class="actions">
<li><a href="https://www.facebook.com/nodebotschiapas" class="button special" style="border:0px;"><i class="fa fa-facebook-square fa-2x"></i> Chiapas</a></li>
<li><a href="https://www.facebook.com/NodeBotsMX" class="button special" style="border:0px;"><i class="fa fa-facebook-square fa-2x"></i> Monterrey</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>