-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenglish.html
333 lines (315 loc) · 15.1 KB
/
english.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
<!DOCTYPE html>
<html>
<head>
<title>Adriano Resende</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/sprite.css">
</head>
<body>
<section class="header-bg">
<div class="container">
<div class="cd-intro">
<div class="cd-intro-content mask">
<div class="content-wrapper">
<!-- Name -->
<div class="perfil">
<h1>Curriculum Vitae</h1>
<h2 id="name">Adriano Resende</h2>
<h3 class="job">Front-end Designer & UI/UX Designer</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Content - Paper -->
<div class="container">
<div class="row paper">
<section class="col-md-12">
<div class="row">
<img src="imgs/photo.jpg" class="my-photo" alt="Adriano Resende" width="160" height="160">
<!-- Contact -->
<ul class="contact hidden-xs">
<li><i class="lnr lnr-location"></i>Belo Horizonte - MG / Brazil</li>
<li><a href="mailto:adrianorbs@gmail.com">
<i class="lnr lnr-envelope"></i>adrianorbs@gmail.com
</a>
</li>
<li><i class="lnr lnr-phone-handset"></i> +55 31 99808.9099 (Whatsapp)</li>
</ul>
<!-- I am... -->
<div class="col-xs-12">
<div class="ola">Hello there!</div>
<h4 class="iam">
<p>
I am brazilian, passionate about technology and design since I was a child,
at age 14 I developed my first website.
</p>
<p>
I have been working for more than 10 years in digital projects, with
experience in SPA, javascript, HTML/CSS3, UX/UI, with a very carrefully
touch regarding visual and interaction.
</p>
</h4>
</div>
</div>
</section>
<section class="col-xs-12">
<div class="row">
<div class="break-1 content skills">
<div class="line-out-left-1 hidden-xs"></div>
<div class="line-out-right-1 hidden-xs"></div>
<div class="bg-lines"></div>
<div class="bg-lines bottom"></div>
<h5 class="title text-center">My goal is</h5>
<div class="text-big">
<p>
to work in the <strong>front-end designer</strong> area, in
<strong>development</strong> of digital projects or websites
with high interaction and strong design.
</p>
<p>
One of my targets is to earn a internet design prize such as
<strong>awwwards.com</strong>.
</p>
</div>
</div>
</div>
</section>
<!-- Experiências -->
<section class="col-xs-12">
<div class="row">
<div class="break-2 content experience">
<div class="line-out-left-2 hidden-xs"></div>
<div class="line-out-right-2 hidden-xs"></div>
<h5 class="title text-center">My experiences</h5>
<ul class="timeline">
<li class="explorador">
<div class="timeline-badge earth"><i class="lnr lnr-earth"></i></div>
<div class="timeline-panel">
<div class="year">YEAR 1987</div>
<div class="timeline-heading">
<h4 class="timeline-title">A new explorer</h4>
</div>
<div class="timeline-body">
<p>Arrived on Earth in a Belo Horizonte, a beautifil place
in the middle of the mountains and with delicious cheese.</p>
</div>
</div>
</li>
<li class="timeline-inverted photoshop">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">1999</div>
<div class="timeline-heading">
<h4 class="timeline-title">First design step</h4>
</div>
<div class="timeline-body">
<p>The beginning of HTML4 and Photoshop 5.0 learning</p>
</div>
</div>
</li>
<li class="gameboy">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2001</div>
<div class="timeline-heading">
<h4 class="timeline-title">Online!</h4>
</div>
<div class="timeline-body">
<p>At the age 14, first website was developed on Game Boy Advance emulator</p>
</div>
</div>
</li>
<li class="timeline-inverted work">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2008 / 2009</div>
<div class="timeline-heading">
<h4 class="timeline-title">Job</h4>
</div>
<div class="timeline-body">
<p>First job as a computer maintenance trainee, moving after
to a PHP developer and designer.</p>
</div>
</div>
</li>
<li class="intip">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2009 until 2013</div>
<div class="timeline-heading">
<h4 class="timeline-title">INTIP</h4>
</div>
<div class="timeline-body">
<p>I participated in the development and growth of INTIP,
a internet company, working as front-end, team coordinator and information
architect.</p>
</div>
</div>
</li>
<li class="timeline-inverted event">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2015</div>
<div class="timeline-heading">
<h4 class="timeline-title">Business</h4>
</div>
<div class="timeline-body">
<p>Attended two Startup Weekend events and Lemonade pre-acceleration
program, with lots of learning, knowledge and fun.</p>
</div>
</div>
</li>
<li class="profit">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2016 until 2017</div>
<div class="timeline-heading">
<h4 class="timeline-title">Profit Real Estate</h4>
</div>
<div class="timeline-body">
<p>Developed real estate investment project with partners, working
with technology and design.</p>
</div>
</div>
</li>
<li class="timeline-inverted rockcontent">
<div class="timeline-badge point"></div>
<div class="timeline-panel">
<div class="year">2017 until 2018</div>
<div class="timeline-heading">
<h4 class="timeline-title">RockContent Startup</h4>
</div>
<div class="timeline-body">
<p>Worked as a frontend developer in a startup with strong culture,
with intensive learning and new skills and knowledge.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- Educação / Education -->
<section class="col-xs-12">
<div class="row">
<div class="content education">
<h5 class="title">Education</h5>
<div class="col-sm-4">
<div class="item">
<div class="logo">
<div class="logo-cotemig"></div>
</div>
<div class="title">Colégio Cotemig</div>
<div class="desc">
High school with <strong>computer management
technical</strong> course (2008)</strong>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="item">
<div class="logo">
<div class="logo-fumec"></div>
</div>
<div class="title">FUMEC</div>
<div class="desc">
<p><strong>Product Design</strong> until 3rd term (2010 - 2012)</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="item">
<div class="logo">
<div class="logo-unibh"></div>
</div>
<div class="title">UNIBH</div>
<div class="desc">
<p><strong>Computer Science</strong> until 3rd term (2012 - 2013)
<p>Degree in <strong>Internet system</strong> (2014 - 2016)</p>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- Ferramentas / Tools -->
<section class="col-xs-12">
<div class="row">
<div class="content tools">
<div class="line-out-left-4 hidden-xs"></div>
<div class="line-out-right-4 hidden-xs"></div>
<h5 class="title">Tools</h5>
<div class="col-sm-12">
<div class="item">
<div class="lnr icon-terminal"></div>
<div class="title">Terminal</div>
<div class="desc">The powerful root does it all</div>
</div>
<div class="item">
<div class="lnr lnr-code"></div>
<div class="title">VSCode</div>
<div class="desc">Modern editor</div>
</div>
<div class="item">
<div class="lnr icon-nanquim"></div>
<div class="title">Nanjing Pen</div>
<div class="desc">Anti-ballpoint-bug</div>
</div>
<div class="item">
<div class="lnr lnr-book"></div>
<div class="title">Notepad</div>
<div class="desc">The birth of ideas and inspirations</div>
</div>
<div class="item">
<div class="lnr lnr-music-note"></div>
<div class="title">Headphones</div>
<div class="desc">Turn on the music, focus and work!</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="col-xs-12">
<div class="row">
<div class="content portfolios text-center">
<h5 class="title">Check out my portfolio online</h5>
<div class="portfolio dribbble btn">
adrianoresende.com.br
</div>
</div>
</div>
</section>
<!-- Contratar -->
<section class="col-xs-12">
<div class="row">
<div class="break-1 content now">
<div class="line-out-left-3 hidden-xs"></div>
<div class="line-out-right-3 hidden-xs"></div>
<h5 class="title">Liked the curriculum?</h5>
<a href="mailto:adrianorbs@gmail.com" class="btn btn-primary">adrianorbs@gmail.com <i class="lnr lnr-envelope hidden-xs"></i></a>
</div>
</div>
</section>
<!-- Rodapé / Footer -->
<div class="col-xs-12">
<footer class="content footer">
<h5 class="title">Thank you! <strong>:)</strong></h5>
</footer>
</div>
</div>
<div class="text-center">
<div class="adriano"></div>
<p class="copyright">
Copyright © Adriano Resende 2018
</p>
</div>
</div>
</body>
</html>