forked from tchelinuxpelotas/tchelinuxpelotas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramacao.html
More file actions
114 lines (100 loc) · 4.17 KB
/
programacao.html
File metadata and controls
114 lines (100 loc) · 4.17 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width">
<meta name="description" content="TchêLinux Pelotas 2014 : TcheLinux Pelotas 2014" />
<link rel="Favicon Icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<link rel="stylesheet" href="stylesheets/font-awesome.min.css">
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
<title>TchêLinux Pelotas 2014 - 27/09/2014</title>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51911360-1', 'tchelinuxpelotas.org');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">TCHÊLINUX PELOTAS 2014</h1>
<h3 id="project_tagline">Encontro de usuários GNU/Linux do Rio Grande do Sul</h3>
<div id="tchelinux_pin">
<img src="rsz_1logo.png" /><br>
TchêLinux
</div>
</header>
<a id="forkme_banner" href="https://github.com/tchelinuxpelotas/tchelinuxpelotas.github.io">Ver no GitHub</a>
<div class="container">
<div id="slides">
<img src="images/Foto1.jpg" alt="">
<img src="images/Foto2.JPG" alt="">
<img src="images/Foto4.jpg" alt="">
<img src="images/Foto5.jpg" alt="">
</div>
</div>
<br>
</div>
<div class="main_menu">
<a class="main_menu_link" href="index.html">Home</a>
<a class="main_menu_link" href="sobre.html">Sobre o TchêLinux</a>
<a class="main_menu_link" href="programacao.html">Programação do Evento</a>
<a class="main_menu_link" href="" onclick="alert('Em Breve');">Call for Papers</a>
<a class="main_menu_link" href="" onclick="alert('Em Breve');">Inscrições</a>
<a class="main_menu_link" href="">Apoio</a>
<a class="main_menu_link" href="">Material de Divulgação</a>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>Grade de Programação do Evento:</h3>
<p style="white-space:pre-line;">
Em breve... :(
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<center>
<h3 style="color:white;">Apoio/Patrocínio:</h3>
<a href="https://ufpel.edu.br/"><img src="images/Marca A TraЗo UFPEL_10042014.png" style="max-width:300px;"/></a>
<a href="http://www.quadroweb.com.br/site/"><img src="images/quadrologo.png" style="max-width:300px;"/></a>
</center>
<br>
<center><p class="copyright">TchêLinux Pelotas 2014 maintained by <a href="https://github.com/felipecorrea">Felipe Corrêa</a></p></center>
</footer>
</div>
</body>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="javascripts/jquery.slides.min.js"></script>
<script>
$(function(){
$('#slides').slidesjs({
width: 960,
height: 400,
play: {
active: true,
auto: true,
interval: 5000,
swap: true
}
});
});
</script>
<script type="text/javascript">stLight.options({publisher: "9ab5dc98-87d2-4466-83e5-99e66ebdd17b", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<script>
var options={ "publisher": "9ab5dc98-87d2-4466-83e5-99e66ebdd17b", "position": "right", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "", "", "googleplus", "wordpress"]}};
var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
</script>
</html>