-
Notifications
You must be signed in to change notification settings - Fork 1
/
mc4.html
298 lines (269 loc) · 12.3 KB
/
mc4.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="pt-br">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-706449-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-706449-9');
</script>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Iº FBTA</title>
<meta name="description" content="Iº FÓRUM BAIANO DE TECNOLOGIAS ABERTAS">
<meta name="keywords" content="evento computação, ciências da computação, sistemas de informação, engenharia de computação, ti, ufrb, cetec, fbta, feira de santana, sbc, web, mobile, desktop, nuvem, iot, software livre, hardware, open source">
<meta name="author" content="EcompJr">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<style>
.progrm {
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
border-radius: 2px;
border: 0;
}
ul.justified {
float: none;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 33%;
}
.tg {
border-collapse: collapse;
border-spacing: 0;
}
.tg td {
font-family: Arial, sans-serif;
font-size: 14px;
padding: 10px 5px;
border-style: solid;
border-width: 0px;
overflow: hidden;
word-break: normal;
border-top-width: 1px;
border-bottom-width: 1px;
}
.tg th {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: normal;
padding: 10px 5px;
border-style: solid;
border-width: 0px;
overflow: hidden;
word-break: normal;
border-top-width: 1px;
border-bottom-width: 1px;
}
.tg .tg-yw4l {
vertical-align: top
}
.tg .tg-9hbo {
font-weight: bold;
vertical-align: top
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$(".btn1").click(function() {
if ($('.progrm1').css('display') == "none") {
$(".progrm3").fadeOut()
$(".progrm2").fadeOut()
$(".progrm1").show("slow")
} else {
$(".progrm1").fadeOut()
}
});
$(".btn2").click(function() {
if ($('.progrm2').css('display') == "none") {
$(".progrm1").fadeOut()
$(".progrm3").fadeOut()
$(".progrm2").show("slow")
} else {
$(".progrm2").fadeOut()
}
});
$(".btn3").click(function() {
if ($('.progrm3').css('display') == "none") {
$(".progrm1").fadeOut()
$(".progrm2").fadeOut()
$(".progrm3").show("slow")
} else {
$(".progrm3").fadeOut()
}
});
});
</script>
<!-- Slider
================================================== -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" media="screen">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400" rel="stylesheet" type="text/css">
<!-- <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script> -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="tf-menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"> I FBTA</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#tf-home" class="page-scroll">Início</a></li>
<li><a href="index.html#tf-sobre" class="page-scroll">O Evento</a></li>
<li><a href="index.html#tf-info" class="page-scroll">Área do participante</a></li>
<li><a href="index.html#tf-programacao" class="page-scroll">Programação</a></li>
<li><a href="index.html#tf-clients" class="page-scroll">Palestrantes</a></li>
<li><a href="index.html#tf-minicursos" class="page-scroll">Cursos</a></li>
<li><a href="index.html#tf-inscricao" class="page-scroll">INSCRIÇÃO</a>
<li><a href="index.html#tf-organization" class="page-scroll">Organização</a>
<li><a href="index.html#tf-contato" class="page-scroll">Contato</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Default Page
==========================================-->
<!-- Chamadas Section
==========================================-->
<div id="sec-chamadas" class="">
<div class="overlay">
<div class="container">
<div class="section-title center text-center">
<h2><strong>Usando Docker no ambiente de desenvolvimento</strong></h2>
<div class="line">
</div>
</div>
<div>
<hr>
<p class="text-justify">
Docker foi a tecnologia que revolucionou a forma de desenvolver e entregar software. Com o docker é possível rodar exatamente o mesmo serviço em produção e em desenvolvimento.
Sem dizer que o Docker tornou muito mais simples o desenvolvedor deixar pronto e versionável o software que vai rodar em produção.
Nesse minicurso você vai aprender como o Docker funciona e como usá-lo do seu dia a dia. E nunca mais dê aquela desculpa barata para o seu professor: "mas na minha máquina funciona...".
</p>
<p> Atenção: os participantes devem trazer seus laptops.
<div>
<h3>Duração: 4h</h3>
</div>
</div>
<div class="text-left">
<h3>Ministrantes:</h3>
<div class="hover-bg">
<a href="https://www.linkedin.com/in/robsonpeixoto
" target="_blank">
<div class="hover-test"></div>
<h3>Robson Roberto de Souza Peixoto (JusBrasil)</h3>
<img src="img/palestrantes/robson.jpg" alt="Foto" class="img-circle team-img">
</a>
</div>
</div>
<div>
<p class="text-justify">
Engenheiro de Software com 10 anos de experiência em desenvolvimento e infraestrutura de softwares de alta performance e de alta concorrência, Robson Peixoto atualmente trabalha na Jusbrasil, sendo um dos responsáveis por gerenciar a infraestrutura onde rodam os micro-serviços e desenvolvimento backend.
</p>
<div class="hover-bg">
<a href="https://leanpub.com/dockerparadesenvolvedores" target="_blank">
<div class="hover-test"></div>
<h3>Rafael Gomes (Engenheiro DevOps na Stone Pagamentos)</h3>
<img src="img/palestrantes/rafaelgomes.jpeg" alt="Foto" class="img-circle team-img">
</a>
</div>
</div>
<div>
<p class="text-justify">
Soteropolitano, hacker urbano e consultor de infraestrutura, formado na Universidade de Salvador no curso de Gestão de Redes. Trabalha atualmente como especialista na Stone Pagamentos, focado em infraestrutura como código, cultura devops e cloud. Certificado em LPIC-1, MCSO e Zabbix Certified Specialist. Autor do livro <a href="https://leanpub.com/dockerparadesenvolvedores">"Docker para desenvolvedores"</a>.
</p>
</div>
</div>
</div>
</div>
<!-- RODAPE -->
<nav id="footer">
<div id="tf-contato" class="container">
<div class="pull-left fnav">
<p>Todos os direitos reservados. COPYRIGHT © 2017. Desenvolvido por <a href="http://ecompjr.com.br/" style="font-size:14px; font-weight: bold" target="_blank">EcompJr</a>.</p>
</div>
<div class="pull-right fnav">
<ul class="footer-social">
<li>Contato: <a href="mailto:[email protected]">[email protected]</a></li>
<!-- <li><a href="#"><i class="fa fa-google-plus"></i></a></li> -->
<!-- <li><a href="#"><i class="fa fa-twitter"></i></a></li> -->
</ul>
</div>
</div>
</nav>
<!-- RODAPE COLABORADORES -->
<div id="apoio">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6">
<h6><p><b>Realização:</b></p></h6>
<a href="http://www.uefs.br/" target="_blank"><img src="img/uefs.png" class="logoapoio" alt="Logo UEFS"></a>
<a href="http://portal.ifba.edu.br/" target="_blank"><img src="img/logoIFBA.png" class="logoapoio" alt="Logo IFBA"></a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 col-lg-6">
<h6><p><b>Apoio:</b></p></h6>
<a href="http://www.fapesb.ba.gov.br/" target="_blank"><img src="img/logo_topo_fapesb.png" class="logoapoio" alt="Logo Fapesb"></a>
<a href="http://ecompjr.com.br/" target="_blank"><img id="logoEcompJr" src="img/logoNome.png" class="logoapoio" alt="Logo"></a>
</div>
<!-- <div class="col-md-6 col-sm-6 col-xs-6 col-lg-6">
<h6><p><b>Patrocinio</b></p></h6>
<img src="img/logo_sbc.png" class="logoapoio" alt="Logo">
</div> -->
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script src="js/owl.carousel.js"></script>
<!-- Javascripts
================================================== -->
</body>
</html>