-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (56 loc) · 2.56 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0051)http://zynga.github.io/gh-pages-template/#questions -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Github Pages Template - A common template for all Zynga Open Source Github Pages</title>
<link type="text/css" rel="stylesheet" media="all" href="style.css">
<link rel="shortcut icon" href="http://clarindata.github.io/favicon.ico" type="image/x-icon">
<meta name="robots" content="index,follow">
</head>
<body>
<div id="container">
<div id="header">
<a href="http://clarindata.github.io/#top" id="logo"><img src="logo.png"></a>
<h1 id="slogan" xml:lang="es">Clarín Data</h1>
<span id="tagline">Proyectos de la seccion Data de Clarin.com</span>
<ul id="pagenav">
<li><a href="#about">Sobre Nosotros</a></li>
<li><a href="#projects">Proyectos</a></li>
<li><a href="https://github.com/ClarinData/">GitHub</a></li>
<li><a href="http://clarin.com/">Clarin.com</a></li>
</ul>
</div>
<div id="content">
<a name="top"></a>
<h1 id="about">Sobre Nosotros</h1>
<p></p>
<h1 id="projects">Proyectos</h1>
<p></p>
<pre>
<code>
Proyecto:
Nombre: Soccer Ball Passing Network Graph
Descripcion: Grafico de los pases entre los jugadores de
la selección Argentina en el partido frente a Holanda.
GitHub: <<a href="https://github.com/ClarinData/SoccerBallPassingNetworkGraph">https://github.com/ClarinData/SoccerBallPassingNetworkGraph</a>>
URL: <<a href="http://www.clarin.com/pases-seleccion-argentina">http://www.clarin.com/pases-seleccion-argentina/</a>>
Lenguajes: Javascript
Librerias: <a href="http://d3js.org/">D3.js</a>
<img width="838px" src="projects/Soccer Ball Passing Network Graph.png">
</code>
</pre>
<pre>
<code>
Proyecto:
Nombre: Mundial Brasil 2014 / Kilometros recorridos
Descripcion: Grafico de los Kilometros reccorridos
por las selecciones en el mundial del 2014.
GitHub: <<a href="https://github.com/ClarinData/MundialBrasil-KilometrosRecorridos">https://github.com/ClarinData/MundialBrasil-KilometrosRecorridos</a>>
URL: <<a href="http://www.clarin.com/kilometros-brasil2014/">http://www.clarin.com/kilometros-brasil2014/</a>>
Lenguajes: Javascript
Librerias: <a href="http://d3js.org/">D3.js</a>
<img width="838px" src="projects/KM-recorridos.png">
</code>
</pre>
</div>
</body>
</html>