-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·341 lines (312 loc) · 17.2 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
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html>
<head>
<!-- ==========================
Meta Tags
=========================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ==========================
Title
=========================== -->
<title>Breno Leite</title>
<!-- ==========================
Favicons
=========================== -->
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon.png">
<!-- ==========================
Fonts
=========================== -->
<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=Lilita+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<!-- ==========================
CSS
=========================== -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/creative-brands.css" rel="stylesheet" type="text/css">
<link href="css/vertical-carousel.css" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css">
<link href="css/language.css" rel="stylesheet">
<!-- ==========================
JS
=========================== -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" ng-app="myHomePage" ng-controller="textCtr">
<!-- ==========================
HEADER - START
=========================== -->
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavigation"><i class="fa fa-bars"></i></button>
<img src="image/Breno_Leite2.png" class="navbar-logo pull-left" alt="" />
<a href="index.html" class="navbar-brand animated flipInX">Breno Leite</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="myNavigation">
<ul class="nav navbar-nav navbar-right animated flipInX">
<li><a href="#about" class="scroll">{{text.navbar[0]}}</a></li>
<li><a href="#interests" class="scroll">{{text.navbar[1]}}</a></li>
<li><a href="#contact" class="scroll">{{text.navbar[2]}}</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<div class="jumbotron">
<img src="image/Breno_Leite.png" class="img-responsive scrollpoint sp-effect3" alt="" />
<div class="social-wrapper">
<h2 class="scrollpoint sp-effect3">Breno Leite</h2>
<ul class="brands brands-inline hidden-xs scrollpoint sp-effect2">
<li><a href="https://www.linkedin.com/in/brenolleite"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</header>
<div class="pull-right languagedropdown">
<ul class="languagepicker">
<li id="en_US" ng-click="changeLang('en_US')"><img src="image/usa.png"/><span class="language">{{text.lang[0]}}</span></li>
<li id="pt_BR" ng-click="changeLang('pt_BR')"><img src="image/brazil.png"/><span class="language">{{text.lang[1]}}</span></li>
</ul>
</div>
<!-- ==========================
HEADER - END
=========================== -->
<!-- ==========================
ABOUT - START
=========================== -->
<section id="about" class="content-first">
<div class="container">
<div class="row">
<div class="col-sm-2 hidden-xs scrollpoint sp-effect1"><!-- Profile image -->
<img src="image/Breno_Leite2.png" class="image-bordered img-responsive" alt="" />
</div><!-- Profile end -->
<div class="col-md-7 col-sm-6 scrollpoint sp-effect1"><!-- Profile description -->
<h3>Breno Leite</h3>
<p class="about" ng-show="currentLang === 'en_US'">
First of all I am a computer lover, and I have been studying these machines since 2009.
After all this time, one thing I have learned is that it is impossible to know everything about them.
The areas I am more familiar with are software development, web development, game development, machine learning
and computer vision. I love to face new challenges, and I like to solve them in the best way possible.
That is the main reason why I chose Computer Science as my Major, on this field I can develop tools which will
help people and it is full of challenges. I am currently part of the
<a href='https://recodbr.wordpress.com/'>RECOD</a> research group, in the <a href='http://www.ic.unicamp.br/'>Institute of Computing</a> at Unicamp.
My research focus is on automatic violence detection on videos through computer vision and machine learning techniques.
I am also a data engineer at one of the biggest banks in Brazil - <a href='https://www.itau.com.br/'>Itaú Unibanco</a>, where I deal
with different problems in the big data world.
</p>
<p class="about" ng-show="currentLang === 'pt_BR'">
Acima de muitas coisas sou uma pessoa apaixonada por computadores, venho estudando o funcionamento dessas máquinas desde 2009.
Demorou um pouco, mas aprendi que é impossível saber tudo sobre elas. Por isso as áreas que
sou mais familiarizado são desenvolvimento de softwares, desenvolvimento web, desenvolvimento de jogos, aprendizagem de máquinas
e visão computacional. Eu adoro enfrentar novos desafios, normalmente tento resolvê-los da melhor forma possível.
Esse foi o motivo de ter escolhido me tornar um cientista da computação, essa área me proporciona as condições necessárias para
desenvolver ferramentas que ajude pessoas e além disso é uma área cheia de desafios. Atualmente, faço parte do grupo de pesquisas
<a href='https://recodbr.wordpress.com/'>RECOD</a>, que fica no <a href='http://www.ic.unicamp.br/'>Instituto de Computação</a> da Unicamp.
Minha pesquisa tem como foco a detecção automática de violência através de técnicas de visão computacional e aprendizado de máquina.
Sou também um dos engenheiros de dados de um dos maiores bancos do Brasil - <a href='https://www.itau.com.br/'>Itaú Unibanco</a>, onde
eu trabalho com diferentes problemas relacionados com big data.
</p>
</div><!-- Profile description end-->
<div class="col-md-3 col-sm-4 scrollpoint sp-effect2"><!--Timeline-->
<div class="timeline">
<a href="https://www.itau.com.br/">
<div class="event">
<div class="event-info">
<div class="date">2018</div>
</div>
<span>{{text.lifeEvents[4]}}</span>
</div>
</a>
<a href="http://www.unicamp.br/">
<div class="event">
<div class="event-info">
<div class="date">2017</div>
</div>
<span>{{text.lifeEvents[3]}}</span>
</div>
</a>
<a href="http://www.virtual.inf.br/">
<div class="event">
<div class="event-info">
<div class="date">2015</div>
</div>
<span>{{text.lifeEvents[2]}}</span>
</div>
</a>
<a href="http://www.msstate.edu/">
<div class="event">
<div class="event-info">
<div class="date">2014</div>
</div>
<span>{{text.lifeEvents[1]}}</span>
</div>
</a>
<a href="http://www.utfpr.edu.br/">
<div class="event">
<div class="event-info">
<div class="date">2011</div>
</div>
<span>{{text.lifeEvents[0]}}</span>
</div>
</a>
</div><!--timeline-->
<div class="timeline timeline_resume">
<a id="skills-toggle" class="btn btn-primary" ng-show="currentLang === 'en_US'" href="Files/en_US-Resume.pdf"><i class="fa fa-arrow-circle-o-down"></i> Resume</a>
<a id="skills-toggle" class="btn btn-primary" ng-show="currentLang === 'pt_BR'" href="Files/pt_BR-Resume.pdf"><i class="fa fa-arrow-circle-o-down"></i> Currículo </a>
</div>
</div><!--col 3 end-->
</div><!--Row about end-->
</div><!-- Container end-->
</section>
<!-- ==========================
ABOUT - END
=========================== -->
<!-- ==========================
QUOTES - START
=========================== -->
<section id="quotes" class="content-first">
<div class="container">
<div class="row scrollpoint sp-effect3">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="blockquote-reverse">
<p><i class="fa fa-quote-left"></i> Do you remember the guy that gave up? Neither does anybody else.</p>
<footer> Unknown</footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- ==========================
QUOTES - END
=========================== -->
<!-- ==========================
SERVICER - START
=========================== -->
<section id="interests" class="content-second">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="scrollpoint sp-effect3">{{text.interestsTitle}}</h2>
<p class="scrollpoint sp-effect3"> {{text.interestsPhrase}}</p>
</div>
<div class="col-md-6 service scrollpoint sp-effect2">
<img src="image/Machine_Learning.png" alt="">
<h3>{{text.interestsTitles[0]}}</h3>
<p>{{text.interestsTexts[0]}}</p>
</div>
<div class="col-md-6 service scrollpoint sp-effect2">
<img src="image/ico1.png" alt="">
<h3>{{text.interestsTitles[1]}}</h3>
<p>{{text.interestsTexts[1]}}</p>
</div>
</div>
</div>
</section>
<!-- ==========================
SERVICES - END
=========================== -->
<!-- ==========================
QUOTES - START
=========================== -->
<section id="quotes" class="content-first">
<div class="container">
<div class="row scrollpoint sp-effect3">
<div class="col-sm-8 col-sm-offset-2">
<blockquote class="blockquote-reverse">
<p><i class="fa fa-quote-left"></i>
Not everything that can be counted counts.<br>
Not everything that counts can be counted.
</p>
<footer> Albert Einstein</footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- ==========================
QUOTES - END
=========================== -->
<!-- ==========================
CONTACT - START
=========================== -->
<section id="contact" class="content-first">
<div class="container">
<h2 class="scrollpoint sp-effect3">{{text.contact[0]}}</h2>
<div class="contact-alert">
</div>
<div class="row">
<div class="col-sm-12">
<img src="image/macbook.png" class="img-responsive hidden-xs" alt="">
<div class="macbook-inner black">
<div class="row scrollpoint sp-effect4">
<div class="col-sm-8">
<h3 class="hidden-xs">{{text.contact[1]}}</h3>
<form role="form" id="contactForm"
action="https://formspree.io/[email protected]"
method="POST">
<div class="form-group control-group">
<div class="controls">
<p class="help-block"></p>
<input type="text" class="form-control" placeholder="{{text.contact[2]}}" id="subject" name="_subject">
</div>
</div>
<div class="form-group control-group">
<div class="controls">
<p class="help-block"></p>
<input type="email" class="form-control" placeholder="Email" id="email" name="email">
</div>
</div>
<div class="form-group control-group">
<div class="controls">
<p class="help-block"></p>
<textarea class="form-control" placeholder="{{text.contact[3]}}" id="message" name="message"></textarea>
</div>
</div>
<div class="form-group">
<button type="submit" ng-click="checkForm($event)" class="btn btn-primary">{{text.contact[4]}}</button>
</div>
</form>
</div>
<div class="col-sm-4">
<img src="image/Breno_Leite.png" class="contact-image image-responsive hidden-xs hidden-sm" alt="" />
<div class="contact-info">
<p>Breno Leite</p>
<p>Campinas, São Paulo</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================
CONTACT - END
=========================== -->
<!-- ==========================
JS
=========================== -->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/creative-brands.js"></script>
<script src="js/jquery.easy-pie-chart.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/custom.js"></script>
<script src="https://code.angularjs.org/1.5.8/angular.min.js"></script>
<script src="https://code.angularjs.org/1.5.8/angular-cookies.min.js"></script>
<script src="js/texts.js"></script>
</body>
</html>