-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (58 loc) · 2.41 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Talks by decasaalcole</title>
<link rel="stylesheet" href="frontpage/stylesheets/styles.css">
<link rel="stylesheet" href="frontpage/stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="shortcut icon" type="image/png" href="/images/favicon.ico" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Talks</h1>
<p>Talks about the project</p>
<p class="view"><a href="https://github.com/decasaalcole/talks">View the Project on GitHub <small>decasaalcole/talks</small></a>
</p>
<ul>
<li><a href="https://github.com/decasaalcole/talks/zipball/master">Download <strong>ZIP File</strong></a>
</li>
<li><a href="https://github.com/decasaalcole/talks/tarball/master">Download <strong>TAR Ball</strong></a>
</li>
<li><a href="https://github.com/decasaalcole/talks">View On <strong>GitHub</strong></a>
</li>
</ul>
</header>
<section>
<p style="width:200px;">
<img src="images/logo100.png" alt="De Casa al Cole">
</p>
<h3>
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
<span class="octicon octicon-link"></span>
</a>Welcome to De Casa al Cole talks</h3>
<p>This repository hosts talks related with <a href="http://decasaalcole.com">De Casa al Cole</a>, a project developed to help teachers and education professionals to order by travel time all the education centers at the region of Valencia, Spain.</p>
<h3>Talks</h3>
<ul>
<li><a href="summerhackvlc/">#SummerHackVLC 5 minutes talk</a> (in Spanish)</li>
<li><a href="makingof/">Making of</a>, a talk to <a href="http://valencia.geoinquietos.org">Geoinquietos Valencia</a> local group.
</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/decasaalcole">decasaalcole</a>
</p>
<p>
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a>
</small>
</p>
</footer>
</div>
<script src="frontpage/javascripts/scale.fix.js"></script>
</body>
</html>