-
Notifications
You must be signed in to change notification settings - Fork 2
/
features.html
76 lines (68 loc) · 2.73 KB
/
features.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
74
75
76
<!DOCTYPE html>
<!--[if lte IE 8]> <html class="oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<title>Workshop Pyladies - Fundão</title>
<link rel="stylesheet" href="css/all.css" />
<link rel="stylesheet" href="css/screen.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div class="wrapper-holder">
<div class="header-holder">
<header id="header">
<a class="logo" href="index.html">Workshop PyLadiesRio - Fundão</a>
<a class="menu_trigger" href="#">menu</a>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">Sobre</a></li>
<li><a class="active" href="features.html">Programação</a></li>
<li><a href="organizers.html">Organizadoras</a></li>
</ul>
</nav>
<div class="clear"></div>
</header>
</div>
<section class="main">
<div class="content">
<h1>12 de abril</h1>
<div class="entry">
<p> Dojo de python para iniciantes</p>
</div>
<h1>13 de abril</h1>
<div class="entry">
<ul>
<li> 13:00h - 13:20h : Thais Viana - Abertura e apresentação da proposta do dia.</li>
<li> 13:20h - 14:00h : Gustavo - GPS dos ônibus do RJ</li>
<li> 14:00h - 14:40h : Gabriel - Machine Learning</li>
<li> 14:40h - 15:20h : Nathalia - Não precisa ser programador pra ser feliz.</li>
<li> 15:20h - 16:00h : Silvia Benza - Utilizando workflows científicos na bioinformática</li>
<li> 16:00h - 16:40h : Adnet - Big Data Corp</li>
</div>
</div>
</section>
</div>
<footer id="footer">
<div class="footer-content">
<p class="copy">Copyright 2014 Fittie. All rights reserved.</p>
<ul class="social">
<li class="facebook"><a href = "https://www.facebook.com/Pyladies-Fund%C3%A3o-175651059479718/?fref=ts">Facebook</a></li>
</ul>
</div>
</footer>
</div>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
</body>
</html>