-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
664 lines (648 loc) · 23.9 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
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-WEF4324ZQF"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-WEF4324ZQF");
</script>
<title>Venus Lumanglas</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="Software Engineer who is interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools."
/>
<meta
name="keywords"
content="bootstrap, resume, portfolio, personal website, software engineer, software developer"
/>
<meta name="author" content="Venus Lumanglas" />
<meta property="title" content="Venus Lumanglas | Personal Website" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:url" content="https://binos30.github.io" />
<meta name="twitter:title" content="Venus Lumanglas | Personal Website" />
<meta
name="twitter:description"
content="Software Engineer who is interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools."
/>
<meta name="twitter:image" content="src/img/profile.jpeg" />
<!-- Facebook Open Graph data -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://binos30.github.io" />
<meta property="og:title" content="Venus Lumanglas | Personal Website" />
<meta
property="og:description"
content="Software Engineer who is interested in devising a better problem-solving method for challenging tasks, and learning new technologies and tools."
/>
<meta property="og:image" content="src/img/profile.jpeg" />
<link rel="icon" type="image/jpeg" href="src/img/profile.jpeg" />
<!-- Bootstrap core CSS -->
<link href="src/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom fonts for this template -->
<link
href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i"
rel="stylesheet"
/>
<link href="src/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<link href="src/css/resume.min.css" rel="stylesheet" />
<style>
li.list-inline-item img {
width: 40px;
height: 40px;
}
</style>
</head>
<body id="page-top">
<nav
class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top"
id="sideNav"
>
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">
<img
class="img-fluid img-profile rounded-circle"
src="src/img/profile.jpeg"
alt="Profile Picture"
style="height: 40px"
/>
</span>
<span class="d-none d-lg-block">
<img
class="img-fluid img-profile rounded-circle mx-auto mb-2"
src="src/img/profile.jpeg"
alt="Profile Picture"
/>
</span>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education"
>Education</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests"
>Interests</a
>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<!-- About -->
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="about"
>
<div class="w-100">
<h1 class="mb-0">
Venus
<span class="text-primary">Lumanglas</span>
</h1>
<div class="subheading mb-5">
Philippines ·
<a href="mailto:vlumanglas30@gmail.com">vlumanglas30@gmail.com</a>
</div>
<p class="lead mb-5">
Software Engineer who is interested in devising a better
problem-solving method for challenging tasks, and learning new
technologies and tools.
</p>
<div class="social-icons">
<a href="https://www.facebook.com/B1NOS" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://github.com/binos30" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://gitlab.com/binos30" target="_blank">
<i class="fab fa-gitlab"></i>
</a>
<a href="https://www.linkedin.com/in/binos30/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Projects -->
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="projects"
>
<div class="w-100">
<h2 class="mb-5">Projects</h2>
<div class="resume-item row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/solanaland.png"
class="card-img-top"
alt="Solanaland Dashboard"
/>
<div class="card-body">
<h5 class="card-title">Solanaland</h5>
<p class="card-text">
Custom Project and Material Management System.
</p>
<p class="card-text">
<i>(Rails 6, PostgreSQL, React (TypeScript), Heroku)</i>
</p>
<a
href="https://solana-land-staging.herokuapp.com"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/brotherskeeper.png"
class="card-img-top"
alt="Brotherskeeper Member Profile"
/>
<div class="card-body">
<h5 class="card-title">Brotherskeeper</h5>
<p class="card-text">
Membership Management and Monitoring System for Christian
Organization.
</p>
<p class="card-text">
<i>(NodeJS, ReactJS, MongoDB, AWS Lambda)</i>
</p>
<a
href="https://bk-member-staging.digiteer.dev"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/brotherskeeper-revamp.png"
class="card-img-top"
alt="Brotherskeeper Member Dashboard"
/>
<div class="card-body">
<h5 class="card-title">Brotherskeeper (Revamp)</h5>
<p class="card-text">
Membership Management and Monitoring System for Christian
Organization.
</p>
<p class="card-text">
<i>
(Rails 7, PostgreSQL, Hotwire (Turbo + Stimulus), Heroku)
</i>
</p>
<a
href="https://www.brotherskeeper.ph"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/tic-tac-toe.png"
class="card-img-top"
alt="Tic Tac Toe UI"
/>
<div class="card-body">
<h5 class="card-title">Tic Tac Toe</h5>
<p class="card-text">Tic Tac Toe Game.</p>
<p class="card-text"><i>(HTML, CSS, JavaScript)</i></p>
<a
href="https://binos30.github.io/tic-tac-toe"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/todo.png"
class="card-img-top"
alt="Todo UI"
/>
<div class="card-body">
<h5 class="card-title">Todo</h5>
<p class="card-text">
Todo list app that stores items in the browser's local
storage.
</p>
<p class="card-text">
<i>(React (TypeScript), Tailwind CSS)</i>
</p>
<a
href="https://binos30.github.io/todo-list"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/foodie.png"
class="card-img-top"
alt="Foodie UI"
/>
<div class="card-body">
<h5 class="card-title">Foodie</h5>
<p class="card-text">
A social recipe app to keep track of new dishes, and share
with friends.
</p>
<p class="card-text"><i>(Flutter)</i></p>
<a
href="https://binos30.github.io/foodie-web"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="w-100"></div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/shopline.png"
class="card-img-top"
alt="Shopline UI"
/>
<div class="card-body">
<h5 class="card-title">Shopline</h5>
<p class="card-text">E-commerce app.</p>
<p class="card-text">
<i>
(Rails 7, PostgreSQL, Hotwire (Turbo + Stimulus), Tailwind
CSS, Stripe)
</i>
</p>
<a
href="https://shopline-t6yk.onrender.com"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/instablog.png"
class="card-img-top"
alt="InstaBlog UI"
/>
<div class="card-body">
<h5 class="card-title">InstaBlog</h5>
<p class="card-text">
A simple web app for CRUDing a blog post and sending
feedback email with authentication.
</p>
<p class="card-text">
<i>
(Rails 7, PostgreSQL, Solid Queue, Hotwire (Turbo +
Stimulus), Bootstrap, SendGrid)
</i>
</p>
<a
href="https://instablog.onrender.com"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 mb-3">
<div class="card">
<img
src="src/img/parking-dashboard.png"
class="card-img-top"
alt="Parking System UI"
/>
<div class="card-body">
<h5 class="card-title">Parking System</h5>
<p class="card-text">Parking allocation system.</p>
<p class="card-text">
<i>(Rails 7, PostgreSQL, React, React Bootstrap)</i>
</p>
<a
href="https://github.com/binos30/parking-system"
target="_blank"
class="stretched-link"
>
Website
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Education -->
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="education"
>
<div class="w-100">
<h2 class="mb-5">Education</h2>
<div
class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="resume-content">
<h3 class="mb-0">Batangas State University</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Information Technolgy - Business Analytics Track</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary"
><i class="fas fa-graduation-cap"></i> June 2015 - June
2019</span
>
</div>
</div>
<div
class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="resume-content">
<h3 class="mb-0">Batangas Eastern Colleges</h3>
</div>
<div class="resume-date text-md-right">
<span class="text-primary"
><i class="fas fa-graduation-cap"></i> June 2009 - March
2013</span
>
</div>
</div>
<div
class="resume-item d-flex flex-column flex-md-row justify-content-between"
>
<div class="resume-content">
<h3 class="mb-0">San Juan East Central School</h3>
</div>
<div class="resume-date text-md-right">
<span class="text-primary"
><i class="fas fa-graduation-cap"></i> June 2003 - March
2009</span
>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Skills -->
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="skills"
>
<div class="w-100">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<a href="https://html.com" target="_blank">
<img src="src/img/html5-original.svg" title="HTML5" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.w3schools.com/css" target="_blank">
<img src="src/img/css3-original.svg" title="CSS3" />
</a>
</li>
<li class="list-inline-item">
<a href="https://getbootstrap.com" target="_blank">
<img src="src/img/bootstrap-original.svg" title="Bootstrap" />
</a>
</li>
<li class="list-inline-item">
<a href="https://tailwindcss.com" target="_blank">
<img
src="src/img/tailwindcss-original.svg"
title="Tailwind CSS"
/>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.w3schools.com/js" target="_blank">
<img src="src/img/javascript-original.svg" title="JavaScript" />
</a>
</li>
<li class="list-inline-item">
<a href="https://jquery.com" target="_blank">
<img src="src/img/jquery-original.svg" title="jQuery" />
</a>
</li>
<li class="list-inline-item">
<a href="https://nodejs.org" target="_blank">
<img src="src/img/nodejs-icon.svg" title="Node.js" />
</a>
</li>
<li class="list-inline-item">
<a href="https://react.dev" target="_blank">
<img src="src/img/react-original.svg" title="React.js" />
</a>
</li>
<li class="list-inline-item">
<a href="https://hotwired.dev" target="_blank">
<img
src="src/img/hotwire.png"
title="Hotwire (Turbo + Stimulus)"
/>
</a>
</li>
<li class="list-inline-item">
<a href="https://rubyonrails.org" target="_blank">
<img
src="src/img/rails-plain-wordmark.svg"
title="Ruby on Rails"
/>
</a>
</li>
<li class="list-inline-item">
<a href="https://flutter.dev" target="_blank">
<img src="src/img/flutter-original.svg" title="Flutter" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linux.org" target="_blank">
<img src="src/img/linux-original.svg" title="Linux" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.mysql.com" target="_blank">
<img src="src/img/mysql-original.svg" title="MySQL" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.postgresql.org" target="_blank">
<img src="src/img/postgresql-original.svg" title="PostgreSQL" />
</a>
</li>
<li class="list-inline-item">
<a href="https://git-scm.com" target="_blank">
<img src="src/img/git-original.svg" title="Git" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.heroku.com" target="_blank">
<img src="src/img/heroku-original.svg" title="Heroku" />
</a>
</li>
<li class="list-inline-item">
<a href="https://render.com" target="_blank">
<img src="src/img/render.png" title="Render" />
</a>
</li>
<li class="list-inline-item">
<a href="https://www.netlify.com" target="_blank">
<img src="src/img/netlify-original.svg" title="Netlify" />
</a>
</li>
<li class="list-inline-item">
<a href="https://sendgrid.com" target="_blank">
<img src="src/img/sendgrid.png" title="SendGrid" />
</a>
</li>
<li class="list-inline-item">
<a href="https://stripe.com" target="_blank">
<img src="src/img/stripe.png" title="Stripe" />
</a>
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<!-- Interests -->
<section
class="resume-section p-3 p-lg-5 d-flex align-items-center"
id="interests"
>
<div class="w-100">
<h2 class="mb-5">Interests</h2>
<p class="mb-0">
I watch Christian, action, comedy, sci-fi and fantasy genre movies
and television shows. I listen to Christian music and I also love
reading books.
</p>
<br />
<div
class="resume-item d-flex flex-column flex-md-row justify-content-between"
>
<div class="card border-info mb-3 text-center">
<div class="card-body text-info">
<h5 class="card-title">Joshua 1:8</h5>
<p class="card-text">
Keep this Book of the Law always on your lips; meditate on it
day and night, so that you may be careful to do everything
written in it. Then you will be prosperous and successful.
</p>
</div>
</div>
<div class="card border-info mb-3 text-center card2">
<div class="card-body text-info">
<h5 class="card-title">Psalm 86:11-12</h5>
<p class="card-text">
Teach me Your way, Lord, that I may rely on Your faithfulness;
give me an undivided heart, that I may fear Your name. I will
praise You, Lord my God, with all my heart; I will glorify
Your name forever.
</p>
</div>
</div>
<div class="card border-info mb-3 text-center">
<div class="card-body text-info">
<h5 class="card-title">Psalm 119:2</h5>
<p class="card-text">
Blessed are those who keep His statutes and seek Him with all
their heart.
</p>
</div>
</div>
</div>
<br />
<a href="https://open.spotify.com/user/groundzero30" target="_blank">
<img
src="https://data-card-for-spotify.herokuapp.com/api/card?user_id=groundzero30"
alt="Data Card for Spotify"
style="max-width: 100%"
/>
</a>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="src/vendor/jquery/jquery.min.js"></script>
<script src="src/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="src/vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="src/js/resume.min.js"></script>
</body>
</html>