-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
89 lines (78 loc) · 3.21 KB
/
contact.html
File metadata and controls
89 lines (78 loc) · 3.21 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Stuffy
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20130720
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Visualizacion</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700|Archivo+Narrow:400,700" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="header">
<div id="logo">
<h1>Visualización dinámica de la evolución de redes de influencia política</h1>
</div>
</div>
<div id="menu-wrapper">
<div id="menu">
<ul>
<li class="current_page_item"><a href="index.html">Homepage</a></li>
<li><a href="article.html">Articulo</a></li>
<li><a href="specs.html">Especificaciones</a></li>
<li><a href="#">Contacto</a></li>
</ul>
</div>
</div>
<div style="clear: both;"> </div>
<div id="wrapper">
<!-- end #header -->
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="logo">
<div class="post">
<div class="post">
<h3 class="title"><a href="#">Contacto</a></h3>
<div style="clear: both;"> </div>
<div class="entry">
<p>
Este sistema fue desarrollado por:
<ul>
<li>Gerardo Chapa Quiroga <a href="mailto:A00800249@itesm.mx">A00800249@itesm.mx</a></li>
<li>Guillermo De los Santos García <a href="mailto:A01175180@itesm.mx">A01175180@itesm.mx</a></li>
<li>Oziel Alonso Garza López <a href="mailto:A00805074@itesm.mx">A00805074@itesm.mx</a></li>
<li>Jose I. Icaza <a href="mailto:josei09@gmail.com">josei09@gmail.com</a></li>
<li>Ernesto Eduardo Iglesias González <a href="mailto:edig50@gmail.com">edig50@gmail.com</a></li>
<li>Aldo Mendoza Saucedo <a href="mailto:A01160807@itesm.mx">A01160807@itesm.mx</a></li>
<li>Bely Anahí Mercado Garza <a href="mailto:bely432@gmail.com">bely432@gmail.com</a></li>
<li>Gabriela Reséndiz González <a href="mailto:gabyresendizg@gmail.com">gabyresendizg@gmail.com</a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div style="clear: both;"> </div>
</div>
</div>
</div>
<!-- end #page -->
</div>
<div id="footer">
<p>2013 ITESM|Realizado por SNAITESM
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />Este obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Licencia Creative Commons Atribución-CompartirIgual 4.0 Internacional</a>.
</p>
</div>
<!-- end #footer -->
</body>
</html>