-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (358 loc) · 12.5 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
<!DOCTYPE html>
<html lang="en">
<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>Weinnand Hasanion | Web Developer.</title>
<link rel="icon" href="./img/pic.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="./css/index.css" />
</head>
<body>
<main id="hello">
<nav class="navbar">
<div class="nav-list animate__animated animate__fadeInDown">
<ul>
<li>
<a class="list-items active" id="list-hello" href="#hello"
>Hello</a
>
</li>
<li>
<a class="list-items" id="list-skills" href="#about">Skills</a>
</li>
<li>
<a class="list-items" id="list-resume" href="#education"
>Resume</a
>
</li>
<li>
<a class="list-items" id="list-contact" href="#contact"
>Contact</a
>
</li>
<li>
<a
href="https://github.com/weinnandhasanion?tab=repositories"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
<span class="menu-bars animate__animated animate__fadeInDown">
<i class="fas fa-bars" id="open-menu"></i>
<a
href="https://github.com/weinnandhasanion?tab=repositories"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
</span>
</nav>
<div class="list-div animate__animated animate__faster" id="list-div">
<span class="close-bar">
<i class="fas fa-times" id="close-menu"></i>
<a
href="https://github.com/weinnandhasanion?tab=repositories"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
</span>
<ul>
<li>
<a class="list-items active" id="list-hello" href="#hello">Hello</a>
</li>
<li>
<a class="list-items" id="list-skills" href="#about">Skills</a>
</li>
<li>
<a class="list-items" id="list-resume" href="#education">Resume</a>
</li>
<li>
<a class="list-items" id="list-contact" href="#contact">Contact</a>
</li>
</ul>
</div>
<div class="landing">
<div class="left">
<div class="title-cont">
<span class="animate__animated animate__faster animate__fadeInUp"
>Hello.</span
>
<span class="animate__animated animate__fast animate__fadeInUp"
>I'm <span class="name">Weinnand</span>,</span
>
<span class="animate__animated animate__fadeInUp"
>web developer.</span
>
</div>
</div>
<div class="right" id="particles-div"></div>
</div>
</main>
<section id="about">
<div id="info">
<div class="card">
<p style="font-weight: lighter">
<span style="font-weight: 700" id="entry-1"
>Hi, I am <span class="t-third">Weinnand Hasanion</span></span
>.
<br />
<br />
<span id="entry-2">
I am 23 years old and I am from the Philippines. I am very eager
and willing to learn new things as modern technology continues to
progress.
</span>
<br />
<br />
<span id="entry-3">
I am experienced in developing static websites using only
<span class="t-third">HTML</span>,
<span class="t-third">CSS</span>, and some
<span class="t-third">Javascript</span> using libraries such as
<i>jQuery</i> or <i>React</i>.
</span>
<br />
<br />
<span id="entry-3">
I also have experience in developing web-based applications using
<span class="t-third">PHP</span> and
<span class="t-third">Laravel</span>, and I have also used
databases like <span class="t-third">MySQL</span> and
<span class="t-third">MongoDB</span> for database design and
management.
</span>
<br />
<br />
<span>
I love coding and I aspire to be the best software engineer one
could become. Other skills include:
<br />
<span class="badge"> bootstrap </span>
<span class="badge"> materialize </span>
<span class="badge"> tailwindcss </span>
<span class="badge"> material-ui </span>
<span class="badge"> scss </span>
<span class="badge"> react </span>
<span class="badge"> redux </span>
<span class="badge"> typescript </span>
<span class="badge"> laravel </span>
<span class="badge"> docker </span>
<span class="badge"> jquery </span>
<span class="badge"> c </span>
<span class="badge"> dart </span>
<span class="badge"> flutter </span>
<span class="badge"> git </span>
<span class="badge"> git-flow </span>
<span class="badge"> ui/ux design </span>
<span class="badge"> wireframing </span>
</span>
</p>
</div>
</div>
<div id="skills">
<div class="card">
<h2 id="skilltext">Skills</h2>
<canvas id="skillMap"></canvas>
</div>
</div>
</section>
<section id="education">
<div class="card">
<div class="card-title">
<h3>Education</h3>
</div>
<hr style="width: 100%" />
<table class="table">
<tr>
<td><h2 class="t-fourth">University of San Carlos</h2></td>
<td>
<h2>
Bachelor of Science in Information and Communications Technology
</h2>
<h3>June 2016 - May 2021</h3>
<h2>Bachelor of Science in Computer Science</h2>
<h3>June 2015 - May 2016</h3>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td><h2 class="t-fourth">Mandaue Christian School</h2></td>
<td>
<h2>High School Graduate</h2>
<h3>June 2011 - March 2015</h3>
</td>
</tr>
</table>
<br />
<br />
<div class="card-title">
<h3>Work Experience</h3>
</div>
<hr style="width: 100%" />
<table class="table">
<tr>
<td><h2 class="t-fourth">Accenture Inc.</h2></td>
<td>
<h2>Software Engineer</h2>
<h3 class="work-desc">
• Writing test-driven and functional code to address
business requirements and solutions needed by clients <br />
• Working with latest frontend technologies such as React,
Typescript; React Redux for state management and Git for
software versioning <br />
• Communicating and working with offshore and onshore
colleagues to deliver high quality products for clients
</h3>
<h3>May 2022 - present</h3>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td><h2 class="t-fourth">Cradletech Solutions</h2></td>
<td>
<h2>Frontend Developer</h2>
<h3 class="work-desc">
• Worked part time as a frontend developer <br />
• Developed a chat functionality using React, Ant Design,
and Google Firebase<br />
• Worked with Head Developer to analyze business
requirements and convert them into functional code
</h3>
<h3>Mar 2022 - May 2022</h3>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td><h2 class="t-fourth">Enrise Global Inc.</h2></td>
<td>
<h2>Software Engineer</h2>
<h3 class="work-desc">
• Converting UI layouts into functional web pages using
React + Typescript <br />
• Developing web applications and software using Laravel
and microservices such as AWS, etc.<br />
• Working with skilled teammates on making software
engineering methodologies into tangible and feasible products
using state-of-the-art development frameworks and technologies
</h3>
<h3>Jul 2021 - May 2022</h3>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td><h2 class="t-fourth">Kredo IT Abroad Inc.</h2></td>
<td>
<h2>IT Intern</h2>
<h3 class="work-desc">
• Developed static web-based applications using Javascript
<br />
• Created raffle system for company Christmas party using
HTML, CSS, and Javascript <br />
• Contributed to company hiring task via LinkedIn
</h3>
<h3>Dec 2019 - Nov 2020</h3>
</td>
</tr>
<tr>
<td>
<br />
</td>
</tr>
<tr>
<td><h2 class="t-fourth">UniversalTech Inc.</h2></td>
<td>
<h2>On-The-Job Trainee</h2>
<h3 class="work-desc">
• Edited existing blogsites via WordPress <br />
• Improved SEO performance for existing blogsites<br />
• Created front-end for employee attendance tracking
system using HTML, CSS, and Javascript (jQuery)
</h3>
<h3>Aug 2019 - Nov 2019</h3>
</td>
</tr>
</table>
<br />
<br />
<button id="resume">View my resume here</button>
</div>
</section>
<section id="contact">
<div class="container">
<div id="container"></div>
<img src="./img/pic.png" alt="Weinnand" />
<div id="info-cont">
<h2>Weinnand Ondre A. Hasanion</h2>
<hr />
<div>
<div class="info-detail">
<span><i class="fa fa-map-marker-alt"></i></span>
<span class="pr-2"><h3>Cebu, Philippines</h3></span>
</div>
<div class="info-detail">
<span><i class="fa fa-phone-alt"></i></span>
<span class="pr-2"><h3>09206013530</h3></span>
</div>
<div class="info-detail">
<span><i class="fa fa-envelope"></i></span>
<span class="pr-2"><h3>[email protected]</h3></span>
</div>
</div>
<h3>Find me on:</h3>
<div class="socmed">
<i id="facebook" class="fa fa-facebook-f"></i>
<i id="twitter" class="fa fa-twitter"></i>
<i id="insta" class="fa fa-instagram"></i>
<i id="linkedin" class="fab fa-linkedin-in"></i>
</div>
</div>
</div>
</section>
<script
defer
src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"
></script>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script
src="https://kit.fontawesome.com/a06f703f0a.js"
crossorigin="anonymous"
></script>
<script src="./js/particles.js"></script>
<script src="./js/script.js"></script>
</body>
</html>