-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
373 lines (290 loc) · 15.6 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="eg">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/contact.css">
<link rel="stylesheet" href="css/education.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/skills.css">
<!-- box icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!-- header design -->
<header class="header">
<a href="#" class="logo">Rafael.<span class="animate" style="--i:1;"></span></a>
<div class="bx bx-menu" id="menu-icon"><span class="animate" style="--i:2;"></span></div>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
<span class="active-nav"></span>
<span class="animate" style="--i:2;"></span>
</nav>
</header>
<!-- home section design -->
<section class="home show-animate" id="home">
<div class="home-content">
<h1>Hi, I'm <span>Rafael Lopes</span><span class="animate" style="--i:2;"></span></h1>
<div class="text-animate">
<h3>Frontend Developer</h3>
<span class="animate" style="--i:3;"></span>
</div>
<p>Graduated in Analysis and Systems Development from the UNINTER International University Center.
<span class="animate" style="--i:4"></span>
</p>
<div class="btn-box">
<a href="mailto:raffa.llops@gmail.com" class="btn">Hire Me</a>
<a href="https://wa.me/5541998988562" class="btn" target="_blank">Let's Talk</a>
<span class="animate" style="--i:5;"></span>
</div>
</div>
<div class="home-sci">
<a href="https://www.linkedin.com/in/raffael-lopes-analista/" target="_blank"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/RaffaelLopes" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://br.pinterest.com/raffallops/" target="_blannk"><i class='bx bxl-pinterest'></i></a>
<span class="animate" style="--i:6;"></span>
</div>
<div class="home-imgHover"></div>
<span class="animate home-img" style="--i:7;"></span>
</section>
<!-- about section design -->
<section class="about" id="about">
<h2 class="heading">About <span>Me</span><span class="animate scroll" style="--i:1;"></span></h2>
<div class="about-img">
<img src="images/rafa.png" alt="">
<span class="circle-spin"></span>
<span class="animate scroll" style="--i:2;"></span>
</div>
<div class="about-content">
<h3>Frontend Developer!<span class="animate scroll" style="--i:3;"></span></h3>
<p>"Graduated in Environmental Management and Systems Analysis, with over 12 years of experience in
the educational field, focusing on environmental issues. I worked in the Chemical Processing and
Biotechnological Research Group of Natural Products at the Federal Technological University of
Paraná (2017-2018). Currently, I am transitioning my career, seeking opportunities to gain
experience in the technology field. I value teamwork and actively contribute by collaborating
with others and providing assistance in the best possible way. I find great satisfaction in both
teaching and learning. I am seeking a professional opportunity that allows for my intellectual,
professional, and technical growth, enabling me to contribute to the organization for a long time
as we grow together."
<span class="animate scroll" style="--i:4;"></span>
</p>
</div>
<div class="btn-box btns">
<a href="http://lattes.cnpq.br/4329876751502878" class="btn" target="_blank">Read more</a>
<span class="animate scroll" style="--i:5;"></span>
</div>
</section>
<!-- education section design-->
<section class="education" id="education">
<h2 class="heading">My <span>Journey</span><span class="animate scroll" style="--i:1;"></span></h2>
<div class="education-row">
<div class="education-column">
<h3 class="title">Education<span class="animate scroll" style="--i:2;"></span></h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2017 - 2018 </div>
<h3>Master Degree - Federal Technological University of Paraná (UTFPR).</h3>
<p>Graduate Program in Environmental Science and Technology.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2009 - 2010 </div>
<h3>Graduate Professional Degree - Pontifical Catholic University of Paraná (PUCPR).</h3>
<p>Biotechnology.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2018 - 2020 </div>
<h3>Associates degree - UNINTER International University Center.</h3>
<p>Technology in Analysis and Systems Development.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2007 - 2008 </div>
<h3>Associates degree - Camões Integrated Colleges.</h3>
<p>Environmental Management Technology.</p>
</div>
</div>
<span class="animate scroll" style="--i:3;"></span>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience<span class="animate scroll" style="--i:5;"></span></h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2011 - 2023 </div>
<h3>Sole Proprietorship - Teaching Advisor - UNINTER International University Center.</h3>
<p>Provision of services for the educational field.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2017 - 2018 </div>
<h3>Researcher - Federal Technological University of Paraná (UTFPR).</h3>
<p>Chemical and Biotechnological Processing of Natural Products.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar'></i> 2009 - 2009 </div>
<h3>Sole Proprietorship - Igplan Inteligência Geográfica Ltda.</h3>
<p>Field assistant in land use and occupancy processes and part of the bird team for
the preparation of the Environmental Impact Assessment (EIA) and Environmental Impact
Report (RIMA) for Small Hydroelectric Power Plants. Field assistant in the bird team
for the preparation of the EIA/RIMA for the Engenho Velho, Vista Alegre, and Paiol
Grande Small Hydroelectric Power Plants in the Iratim River Basin, state of Paraná.</p>
</div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
</section>
<!-- skills section design -->
<section class="skills" id="skills">
<h2 class="heading">
My
<span><a href="https://cursos.alura.com.br/user/raffa-amb/fullCertificate/09658a97c258c411f993d7cb3853145c" target="_blank" style="color: #0286EC;">Skills</a> <span class="animate scroll" style="--i:1;"></span></span>
</h2>
<div class="skills-row">
<div class="skills-column">
<h3 class="title"> Web Development <span class="animate scroll" style="--i:2;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>HTML</h3></a>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>CSS</h3></a>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>JavaScript</h3></a>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>React</h3></a>
<div class="bar"><span></span></div>
</div>
<div class="progress">
</div>
<span class="animate scroll" style="--i:3;"></span>
</div>
</div>
<!-- Controle versão GIT-->
<div class="skills-column">
<h3 class="title">Version Control (Git) <span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Git and Github: Control and Share Your Code</h3></a>
<div class="bar"><span></span></div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
<!-- DataBase-->
<div class="skills-column">
<h3 class="title">Database <span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>SQL with MySQL Server from Oracle</h3></a>
<div class="bar"><span></span></div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
<!-- Cloud Computing and Cloud Infrastructure-->
<div class="skills-column">
<h3 class="title">Cloud Computing and Cloud Infrastructure <span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Oracle Cloud Infrastructure (OCI)</h3></a>
<div class="bar"><span></span></div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
<!-- Python, Data Science on OCI, and Oracle Analytics-->
<div class="skills-column">
<h3 class="title">Python, Data Science on OCI, and Oracle Analytics <span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Data Visualization; Machine Learning; Oracle ADS; Python Data Science; Python Pandas</h3></a>
<div class="bar"><span></span></div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
<!-- Business Agility-->
<div class="skills-column">
<h3 class="title">Business Agility <span class="animate scroll" style="--i:5;"></span></h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Agility; Agile Management; Agile Enterprise; Organization of Agile Teams</h3></a>
<div class="bar"><span></span></div>
</div>
<span class="animate scroll" style="--i:6;"></span>
</div>
</section>
<!-- contact section design-->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span> <span class="animate scroll" style="--i:1;"></span></h2>
<form action="https://formsubmit.co/raffa.llops@gmail.com" method="POST">
<div class="input-box">
<div class="input-field">
<input type="text" placeholder="Full Name" required> <span class="animate scroll" style="--i:3;"></span>
<span class="focus"></span>
</div>
<div class="input-field">
<input type="text" placeholder="Email Address" required><span class="animate scroll" style="--i:5;"></span>
<span class="focus"></span>
</div>
</div>
<div class="input-box">
<div class="input-field">
<input type="number" placeholder="Mobile Number" required><span class="animate scroll" style="--i:3;"></span>
<span class="focus"></span>
</div>
<div class="input-field">
<input type="text" placeholder="Email Subject" required><span class="animate scroll" style="--i:5;"></span>
<span class="focus"></span>
</div>
</div>
<div class="textarea-field">
<textarea name="message" id="contact-message" cols="100" rows="10" placeholder="Your Message" required></textarea>
<span class="focus"></span>
<span class="animate scroll" style="--i:7;"></span>
</div>
<div class="btn-box btns">
<button type="submit" class="btn">Submit</button>
<span class="animate scroll" style="--i:9;"></span>
</div>
</form>
</section>
<!-- footer design -->
<footer class="footer">
<div class="footer-text">
<p> Copyright © 2023 by Rafael Lopes Ferreira | All Rights Reserved.</p>
<span class="animate scroll" style="--i:1"></span>
</div>
<div class="footer-iconTop">
<a href="#"><i class='bx bx-up-arrow-alt'></i></a>
<span class="animate scroll" style="--i:3;"></span>
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>