-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
636 lines (596 loc) · 19 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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<meta name = "viewport" content= "width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv = "X-UA-Compatible" content = "IE = edge,chrome = 1">
<meta name = "HandheldFriendly" content = "true">
<meta name = "description" content = " A Software Developer from Batangas, Philippines.">
<meta name = "author" content = "rmarasigan" />
<meta name = "keywords" content = "barangay, barangay system, barangay web-based system, barangay software, barangay management system, barangay management information, barangay management information system, management, management information, management information system, local government, office management, barangay clearance, barangay id, brgy clearance, barangay permit, indigency, business permit, report, data analysis, information, web-based application, web-based, application, system, software, software developer, developer, front-end developer, back-end developer, front-end, back-end, devops, aws, aws-cdk, aws-sdk, amazon web services, serverless, go-lang, typescript, opentelemetry, otel, aws-services, rmarasigan, javascript, typescript, docker">
<title>
rmarasigan | Software Developer
</title>
<link rel = "icon" href = "assets/img/avatar.ico">
<link rel = "preload" href = "assets/bootstrap-5.0.2/css/bootstrap.min.css" as = "style">
<link rel = "stylesheet" href = "assets/bootstrap-5.0.2/css/bootstrap.min.css">
<link rel = "preload" href = "assets/css/base.css" as = "style">
<link rel = "stylesheet" href = "assets/css/base.css">
<link rel = "preload" href = "assets/css/main.css" as = "style">
<link rel = "stylesheet" href = "assets/css/main.css?v=1.1">
</head>
<body>
<nav class = "navbar navbar-expand-lg fixed-top navbar-scroll">
<div class = "container-fluid">
<a class = "navbar-brand">
<span class = "mdi mdi-bash"></span>
rmarasigan
</a>
<button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbar-toggler-content" aria-controls = "navbar-toggler-content" aria-expanded = "false" aria-label = "Toggle navigation">
<span class = "mdi mdi-menu"></span>
</button>
<div class = "navbar-collapse collapse justify-content-end ml-auto" id = "navbar-toggler-content">
<ul class = "navbar-nav">
<li class = "nav-item">
<a class = "nav-link" href = "#experience">
.experience()
</a>
</li>
<li class = "nav-item">
<a class = "nav-link" href = "#skills">
.skills()
</a>
</li>
</ul>
</div>
</div>
</nav>
<header class = "jumbotron jumbotron-fluid parallax vh-100">
<div class = "container">
<div class = "row">
<div class = "col-12">
<h1 class = "display-4">
Hi there,
</h1>
<h1 class = "display-4">
I'm Shanelle.
<span class = "wave">👋</span>
<span>😁</span>
</h1>
<p class = "lead">
Software Developer from Philippines.
</p>
<p>
I personally prefer to keep learning, continue challenging myself and do interesting things that matter.
</p>
<button type = "button" class = "hdr__btn-about-me mr-4" data-bs-toggle = "modal" data-bs-target = "#modal__about-me">
<div class = "label">
<span class = "hdr__btn-hover-effect"></span>
<span class = "hdr__btn-text">
About Me
</span>
</div>
</button>
</div>
</div>
</div>
</header>
<main class = "container-fluid">
<!-- Work Experience -->
<section class = "row p-lg-5 p-sm-2 parallax text-white" id = "experience">
<h2 class = "section__head">
experience
</h2>
<div class = "row row-cols-1 row-cols-md-4 g-4 my-4 px-4">
<div class = "col">
<div class = "card h-100 glass__effect" data-label = "March 2022 – Present">
<div class = "card-body">
<h5 class = "card-title mt-4">
Web Developer
</h5>
<h6 class = "card-subtitle mb-3">
<a class = "experience__link" href = "https://www.arcanys.com/" target = "_blank" rel = "noopener">
Arcanys
</a>
</h6>
<h6 class = "card-text mt-4">
<a class = "experience__link" href = "https://tiqqe.com/" target = "_blank" rel = "noopener">
TIQQE
</a>
<p>
Svenska Retursystem AB,
Sonat AB
</p>
</h6>
<ul>
<li>
Daily Scrum Meeting
</li>
<li>
Understand requirements and deliver complete functionality
</li>
<li>
Collaborate with client to determine requirements for the software
</li>
<li>
Develop and test software to meet clients' needs
</li>
<li>
Developing documentation for the client and future software developer
</li>
<li>
Troubleshooting, debugging, maintaining, and improving existing software
</li>
<li>
Refining and rewriting as necessary and communicating with the developer involved in the project
</li>
</ul>
</div>
</div>
</div>
<div class = "col">
<div class = "card h-100 glass__effect" data-label = "May 2021 – March 2022">
<div class = "card-body">
<h5 class = "card-title mt-4">
Software Developer Supervisor
</h5>
<h6 class = "card-subtitle mb-3">
<a class = "experience__link" href = "https://www.integritynet.biz/" target = "_blank" rel = "noopener">
IntegrityNet Solutions and Services
</a>
</h6>
<ul>
<li>
Daily Meetings
<ul>
<li>
Engineering team
</li>
<li>
Development team
</li>
<li>
Upper management
</li>
</ul>
</li>
<li>
Performing technical support to other employees
</li>
<li>
Managing all the activities of the software development
</li>
<li>
Supervise and delegate duties to the development team
</li>
<li>
Collaborating with front-end users on software functionality
</li>
<li>
Performing maintenance and testing to keep software functioning
</li>
<span id = "dots">......</span>
<span id = "more" style = "display: none;">
<li>
Troubleshooting, debugging, maintaining, and improving existing software
</li>
<li>
Managing the development, deployment, and integration of software solutions
</li>
<li>
<b>Domain management</b>
<ul>
<li>
Creating a new domain (.ph / .com)
</li>
<li>
Generate and renew certificate (Certbot)
</li>
</ul>
</li>
<li>
<b>Server Administrator</b>
<ul>
<li>
Web
</li>
<li>
Application
</li>
</ul>
</li>
<li>
<b>Database Administrator</b>
<ul>
<li>
MySQL
</li>
</ul>
</li>
<li>
<b>Email Server Administrator</b>
<ul>
<li>
Monitoring
</li>
<li>
Troubleshooting
</li>
<li>
Account management
</li>
</ul>
</li>
</span>
</ul>
<button type = "button" class = "btn-see-more mr-4 float-end">
<div class = "label">
<span class = "see-more__btn-hover-effect"></span>
<span class = "see-more__btn-text">
See more
</span>
</div>
</button>
</div>
</div>
</div>
<div class = "col">
<div class = "card h-100 glass__effect" data-label = "January 2019 – February 2022">
<div class = "card-body">
<h5 class = "card-title mt-4">
Software Developer | Freelancer
</h5>
<br>
<h6 class = "card-text">
<a class = "experience__link" href = "https://www.barangayinfosys.com/" target = "_blank" rel = "noopener">
Barangay Management Information System (BAMIS)
</a>
</h6>
<p class = "card-text">
This product is focused on gathering and organizing data in one of the most easily overlooked units of governance in the LGU, the Barangay offices.
</p>
<ul>
<li>
Version 1: Front-end developer
</li>
<li>
Version 2: Front-end and Backend developer
</li>
<li>
Understand requirements and deliver complete functionality
</li>
<li>
Collaborate with client to determine requirements for the software
</li>
</ul>
</div>
</div>
</div>
<div class = "col">
<div class = "card h-100 glass__effect" data-label = "June 2018 – May 2021">
<div class = "card-body">
<h5 class = "card-title mt-4">
Business Development Coordinator
</h5>
<h6 class = "card-subtitle mb-3">
<a class = "experience__link" href = "https://www.integritynet.biz/" target = "_blank" rel = "noopener">
IntegrityNet Solutions and Services
</a>
</h6>
<ul>
<li>
Daily Meetings
</li>
<li>
CTO's assistant
</li>
<li>
Brochure designing
</li>
<li>
Build a printer server
<ul>
<li>
Install an OS image on SD Card (Banana Pi Mi)
</li>
</ul>
</li>
<li>
Performing technical support to other employees
</li>
<li>
Printer PCB prototyping and checking of pin connections
</li>
<li>
Troubleshooting, debugging, maintaining, and improving existing software
</li>
<li>
<b>Domain management</b>
<ul>
<li>
Creating a new domain (.ph / .com)
</li>
<li>
Generate and renew certificate (Certbot)
</li>
</ul>
</li>
<li>
<b>Email Server Administrator</b>
<ul>
<li>
Monitoring
</li>
<li>
Troubleshooting
</li>
<li>
Account management
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<h2 class = "section__head">
/experience
</h2>
</section>
<!-- Skills -->
<section class = "row p-lg-5 p-sm-2 parallax" id = "skills">
<h2 class = "section__head">
skills
</h2>
<div class = "row my-4 px-4">
<div class = "col-lg-3 col-sm-12 skills__section-content">
<div class = "skils__icon">
<h1 class = "mdi mdi-fountain-pen"></h1>
</div>
<h3 class = "skils__title">
Designer
</h3>
<h6 class = "skils__subtitle">
UX <span class = "mdi mdi-dots-horizontal"></span>
UI <span class = "mdi mdi-dots-horizontal"></span>
Web
</h6>
<ul class = "list-unstyled">
<li>
Figma
</li>
<li>
Pen & Paper
</li>
</ul>
<h6 class = "skils__subtitle">
Minimum knowledge on
</h6>
<p>
Adobe Photoshop
</p>
</div>
<div class = "col-lg-3 col-sm-12 skills__section-content">
<div class = "skils__icon">
<h1 class = "mdi mdi-code-tags"></h1>
</div>
<h3 class = "skils__title">
Front-End Developer
</h3>
<h6 class = "skils__subtitle">
Design and develop UI
</h6>
<p>
HTML, CSS, Javascript, Markdown
</p>
<h6 class = "skils__subtitle">
JavaScript Framework
</h6>
<p>
jQuery
</p>
<h6 class = "skils__subtitle">
UI Framework
</h6>
<p>
Bootstrap
</p>
<h6 class = "skils__subtitle">
Version Control System
</h6>
<p>
Github, Gitlab
</p>
</div>
<div class = "col-lg-3 col-sm-12 skills__section-content">
<div class = "skils__icon">
<h1 class = "mdi mdi-code-braces"></h1>
</div>
<h3 class = "skils__title">
Back-End Developer
</h3>
<h6 class = "skils__subtitle">
Web App Functions
</h6>
<p>
GO, TypeScript, Serverless
</p>
<h6 class = "skils__subtitle">
APIs
</h6>
<p>
REST API, JSON APIs
</p>
<h6 class = "skils__subtitle">
Database
</h6>
<p>
MySQL, SQLite, AWS DynamoDB
</p>
<h6 class = "skils__subtitle">
Minimum knowledge on
</h6>
<p>
PHP, Python
</p>
<h6 class = "skils__subtitle">
Others
</h6>
<p>
RSyslog, RRDTool
</p>
</div>
<div class = "col-lg-3 col-sm-12 skills__section-content">
<div class = "skils__icon">
<h1 class = "mdi mdi-all-inclusive"></h1>
</div>
<h3 class = "skils__title">
DevOps
</h3>
<h6 class = "skils__subtitle">
Plan <span class = "mdi mdi-dots-horizontal"></span>
Build <span class = "mdi mdi-dots-horizontal"></span>
Deploy <span class = "mdi mdi-dots-horizontal"></span>
Operate
</h6>
<p>
Amazon Web Services, AWS CDK, AWS SDK
</p>
<h6 class = "skils__subtitle">
AWS Services
</h6>
<p>
Lambda Function, API Gateway, S3, SQS <br/>
DynamoDB, EventBridge, CodePipeline <br/>
CloudFormation, CloudWatch, X-Ray
</p>
<h6 class = "skils__subtitle">
Minimum knowledge on
</h6>
<p>
Docker, Terraform, OpenTelemetry
</p>
</div>
</div>
<h2 class = "section__head">
/skills
</h2>
</section>
<!-- Footer -->
<footer class = "row">
<div class = "col-12">
<ul class = "social__media">
<li class = "list-inline-item">
<a role = "button" class = "btn btn-transparent" href = "mailto:marasiganshanelle@gmail.com" target = "_blank" rel = "noopener">
<i class = "mdi mdi-gmail"></i>
</a>
</li>
<li class = "list-inline-item">
<a role = "button" class = "btn btn-transparent" href = "https://github.com/rmarasigan" target = "_blank" rel = "noopener">
<i class = "mdi mdi-github"></i>
</a>
</li>
<li class = "list-inline-item">
<a role = "button" class = "btn btn-transparent" href = "https://www.linkedin.com/in/rmarasigan" target = "_blank" rel = "noopener">
<i class = "mdi mdi-linkedin"></i>
</a>
</li>
<li class = "list-inline-item">
<a role = "button" class = "btn btn-transparent" href = "https://www.twitter.com/rmarasigan_" target = "_blank" rel = "noopener">
<i class = "mdi mdi-twitter"></i>
</a>
</li>
<li class = "list-inline-item">
<a role = "button" class = "btn btn-transparent" href = "https://open.spotify.com/playlist/707s4FXwLtFQYvqONSkIFk?si=f1bd58a5bdee4730" target = "_blank" rel = "noopener">
<i class = "mdi mdi-spotify"></i>
</a>
</li>
</ul>
</div>
<div class = "col-12 ft__signature">
<lead>
© rmarasigan | <span class = "year"><script>document.write(/\d{4}/.exec(Date())[0])</script></span> All Rights Reserved
<br>
Made with <a href = "https://getbootstrap.com/" target = "_blank" rel = "noopener"> <span class = "mdi mdi-bootstrap"></span> Bootsrap</a>
</lead>
</div>
</footer>
<!-- About Me Modal -->
<div class = "modal fade" id = "modal__about-me" data-bs-backdrop = "static" data-bs-keyboard = "false" tabindex = "-1" aria-labelledby = "modal__about-me" aria-hidden = "true">
<div class = "modal-dialog modal-dialog-centered modal-lg">
<div class = "modal-content">
<div class = "modal-body">
<section class = "row">
<div class = "col-lg-6 col-sm-12 modal__about-wrapper">
<div class = "modal__about-content">
<h3 class = "modal__about-title">
About Me.
</h3>
<div class = "modal__about-text">
About
</div>
<h4 class = "modal__about-subtitle">
Software Developer
</h4>
<div class = "modal__about-avatar">
<img src = "assets/img/avatar.png" alt = "modal__about-avatar">
</div>
<p>
I'm Shanelle, a <b>Software Developer</b>. I love to read books primarily to learn, grow and feed my curiosities. Also, I love to take photos because it captures the moment in time that you'll be able to remember years from now.
</p>
<p>
In <b>Web Development</b>, I have a background in both <b>back-end</b> and <b>front-end</b> development. I design and build user interfaces. I prefer to keep learning, continue challenging myself, and do interesting things that matter. Code things from scratch and bring ideas to life in the browser.
</p>
</div>
</div>
<div class = "col-lg-6 col-sm-12 modal__contact-wrapper">
<div class = "modal__contact-content">
<div class = "d-flex justify-content-between">
<h3 class = "modal__contact-title">
<span class="mdi mdi-handshake"></span>
Let's connect?
</h3>
<span class = "btn-close mdi mdi-window-close" data-bs-dismiss = "modal" aria-label = "Close"></span>
</div>
<div class = "modal__contact-list">
<div class = "justify-between" id = "modal__contact-list-wrapper">
<a role = "button" class = "btn btn-transparent" href = "mailto:marasiganshanelle@gmail.com" target = "_blank" rel = "noopener">
<i class = "mdi mdi-mailbox-open"></i>
<span>marasiganshanelle@gmail.com</span>
</a>
</div>
<div class = "justify-between" id = "modal__contact-list-wrapper">
<a role = "button" class = "btn btn-transparent" href = "https://www.linkedin.com/in/rmarasigan" target = "_blank" rel = "noopener">
<i class = "mdi mdi-linkedin"></i>
<span>rmarasigan</span>
</a>
</div>
<div class = "justify-between" id = "modal__contact-list-wrapper">
<a role = "button" class = "btn btn-transparent" href = "https://github.com/rmarasigan" target = "_blank" rel = "noopener">
<i class = "mdi mdi-github"></i>
<span>rmarasigan</span>
</a>
</div>
<div class = "justify-between" id = "modal__contact-list-wrapper">
<a role = "button" class = "btn btn-transparent" href = "https://www.twitter.com/rmarasigan_" target = "_blank" rel = "noopener">
<i class = "mdi mdi-twitter"></i>
<span>@rmarasigan_</span>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</main>
<!-- Script -->
<script src = "assets/js/jquery-3.2.1.min.js"></script>
<script src = "assets/bootstrap-5.0.2/js/popper.min.js"></script>
<script src = "assets/bootstrap-5.0.2/js/bootstrap.min.js" async></script>
<script src = "assets/js/main.js?v=2.0"></script>
</body>
</html>