-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
317 lines (285 loc) · 10.7 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
<!DOCTYPE html>
<html>
<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">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.2/css/font-awesome.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="icon" href="./assets/favicon-portfolio.png" type="image/x-icon" />
<title>Igor Silveira</title>
</head>
<body>
<main>
<!-- MENU WEB -->
<nav id="navbar">
<ul>
<li><a href="#about">About me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- MENU WEB [END] -->
<!-- MENU MOBILE -->
<div class="menu-mobile">
<h3 id="menu-toggle">Menu</h3>
</div>
<ul id="menu">
<li><a href="#about">About me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!-- MENU MOBILE [END] -->
<!-- SLIDER -->
<section id="welcome-section">
<div class="welcome-img"></div>
<div class="placeholder-background"></div>
<div class="greeting">
<div style="text-align: right !important; ">
<h1>Fullstack Developer</h1>
</div>
<div class="social-networks">
<div class="network-linkedin">
<a href="https://www.linkedin.com/in/igor-zollim/" target="_blank">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</div>
<div class="network-facebook">
<a href="https://www.facebook.com/igor.zollim/" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</div>
<div class="network-instagram">
<a href="https://www.instagram.com/igor.zollim/" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</div>
<div class="network-github">
<a href="https://github.com/igorzs" target="_blank">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
<div class="network-whatsapp">
<a href="https://api.whatsapp.com/send?phone=5551986526254&text=Ol%C3%A1%20Igor" target="_blank">
<i class="fa fa-whatsapp" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</section>
<!-- SLIDER [END] -->
<!-- SOBRE MIM -->
<section id="about">
<h1 class="section-heading">Who am I?</h1>
<div class="section-content">
<p>
Hello, I'm <b>Igor Silveira</b>, holding a degree in Systems Analysis and Development from the Federal Institute of Rio Grande do Sul.
<br />
<br />
My experience spans building websites, e-commerce platforms, Linux virtual machines, intelligent assistants, and proficiency in PHP and Node.JS development.
<br />
<br />
Currently, I contribute to CliniSYS, focusing on proposing enhancements and automating internal processes within the healthcare sector.
</p>
<div class="section-profile-img">
<img src="./assets/profile.png" class="profile-img" />
</div>
</div>
</section>
<!-- SOBRE MIM [END] -->
<!-- HABILIDADES -->
<section id="skills">
<h1 class="section-heading">Skills</h1>
<div class="section-content skill-container">
<div class="skill">
<img class="php-skill" alt="php" src="./assets/php-skill.png">
<h2>PHP</h2>
<p>PHP development and API consumption (Vista Soft, Omie, One Signal, etc.)</p>
</div>
<div class="skill">
<img class="html-js-skill" alt="html-css-js" src="./assets/html-js-skill.png">
<h2>Frontend</h2>
<p>
Organization of the layout and data that returns from the application's Backend.
</p>
</div>
<div class="skill">
<img class="wordpress-skill" alt="wordpress" src="./assets/wordpress-skill.png">
<h2>WordPress</h2>
<p>
Institutional websites, virtual stores and websites for distance learning.
</p>
</div>
<div class="skill">
<img class="react-skill" alt="react" src="./assets/react-skill.png">
<h2>React</h2>
<p>
Hybrid applications with the help of Node.js.
</p>
</div>
<div class="skill">
<img class="java-skill" alt="java" src="./assets/java-skill.png">
<h2>Java</h2>
<p>
Object orientation.
</p>
</div>
<div class="skill">
<img class="node-skill" alt="node" src="./assets/node-skill.png">
<h2>Node.js</h2>
<p>
Backend based on JavaScript and Express.
</p>
</div>
<div class="skill">
<img class="azure-skill" alt="azure" src="./assets/azure.png">
<h2>Azure Cloud</h2>
<p>
Virtual machine and database management.
</p>
</div>
<div class="skill">
<img class="chatbot-skill" alt="chatbot" src="./assets/chatbot.png">
<h2>Chatbots</h2>
<p>
Chatbots for WhatsApp with artificial intelligence.
</p>
</div>
<div class="skill">
<img class="crawling-skill" alt="crawling" src="./assets/crawling.png">
<h2>Web Crawling</h2>
<p>
Selenium + Php-webdriver.
</p>
</div>
</div>
</section>
<!-- HABILIDADES [END] -->
<!-- PORTFOLIO PROJETOS -->
<section id="projects">
<h1 class="section-heading">My Projects</h1>
<div class="section-content project-container">
<p>
Here are some client idea projects and personal study work.
</p>
<div class="project">
<a href="https://github.com/igorzs/app-omnistack-be-the-hero" target="_blank">
<img src="./assets/be-the-hero-projects.png" alt="Be The Hero" class="image-project">
<div class="overlay">
<div class="title-project">Be The Hero</div>
<div class="desc-project">
Node.js
<br />
React.js
<br />
React Native
</div>
</div>
</a>
</div>
<div class="project">
<a href="http://uniclinicas.net/" target="_blank">
<img src="./assets/uniclinicas-projects.png" alt="uniclinicas" class="image-project">
<div class="overlay">
<div class="title-project">Uniclinicas</div>
<div class="desc-project">
WordPress
<br />
HTML/CSS/JS
</div>
</div>
</a>
</div>
<div class="project">
<a href="https://www.actionconsultoriarh.com.br/" target="_blank">
<img src="./assets/action-projects.png" alt="Action Consultoria" class="image-project">
<div class="overlay">
<div class="title-project">Action Consultoria</div>
<div class="desc-project">
PHP
<br />
WordPress
<br />
HTML/CSS/JS
</div>
</div>
</a>
</div>
</div>
<div class="section-content project-container" style="margin-top: 15px;">
<div class="project">
<a href="https://github.com/igorzs/sintra/" target="_blank">
<img src="./assets/sintra.jpeg" alt="Be The Hero" class="image-project">
<div class="overlay">
<div class="title-project">Assistant Sintra</div>
<div class="desc-project">
Venom Bot
<br />
Node.js
<br />
NLP.js
<br />
MySQL
</div>
</div>
</a>
</div>
</div>
</section>
<!-- PORTFOLIO PROJETOS [END] -->
<!-- BT GITHUB -->
<div class="github-projects">
<a href="https://github.com/igorzs" class="bt-portfolio" target="_blank">
<span>View More</span>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
<!-- BT GITHUB [END] -->
<!-- EXPERIENCIA [END] -->
<section id="experience">
<h1 class="section-heading">Experience</h1>
<div class="section-content">
<img src="./assets/orni-exp.jpg" />
<div class="experience-info">
<h1 class="experience-heading">Orni - Development and Digital Marketing Porto Alegre</h1>
<p>
Expertise in technical support, development of institutional websites, virtual stores with WordPress,
Woocommerce and PHP, software for lead and cash management using SuiteCRM.
<br />
<br />
Responsible for the security and maintenance of dedicated Linux servers and management of agile teams using the Scrum methodology.
</p>
</div>
<div class="experience-info">
<h1 class="experience-heading">Lydia - Intelligent Systems</h1>
<p>
Development of integrations with CRMs, maintenance of Voip Asterisk applications, Azure Cloud and proposing improvements and automating internal processes.
<br />
<br />
Experience with MySQL relational database and Web Crawling with Selenium and PHP.
</p>
</div>
<img src="./assets/lydia.png" />
</div>
</section>
<!-- EXPERIENCIA [END] -->
<!-- ENTRAR EM CONTATO -->
<section id="contact">
<h1 class="section-heading">Need help with your project?</h1>
<a href="https://api.whatsapp.com/send?phone=5551986526254&text=Ol%C3%A1%20Igor" target="_blank" class="bt-whats">
<img alt="Entrar em contato" src="./assets/bt-whats-en.png">
</a>
</section>
<!-- ENTRAR EM CONTATO [END] -->
</main>
<footer><a href="https://github.com/igorzs" target="_blank">Developed by Igor Silveira</a> <i class="fa fa-github"
aria-hidden="true"></i></footer>
<script src="javascript.js"></script>
</body>
</html>