-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
735 lines (693 loc) · 41.1 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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
<!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">
<!-- Website Title -->
<title>John Rey Dalangin - Portfolio</title>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Lightbox -->
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<!-- Text Rotator-->
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<!-- FlexSlider -->
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<!-- Theme Style -->
<link href="css/style.css" rel="stylesheet">
<!-- Animations -->
<link href="css/animate.css" rel="stylesheet">
<!-- Custom Favicon -->
<link href="img/content-logo.png" rel="shortcut icon" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.js"></script>
<script src="assets/respond/respond.min.js"></script>
<![endif]-->
</head>
<body id="top">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ==========================
HEADER SECTION
=========================== -->
<header id="home">
<!-- creative menu -->
<div class="container-fluid">
<div class="row">
<div class="menu-wrap">
<nav class="menu">
<!-- Menu Links -->
<div class="icon-list">
<a href="index.html#home"><i class="fa fa-fw fa-home"></i><span>Home</span></a>
<a href="index.html#about"><i class="fa fa-fw fa-quote-left"></i><span>About</span></a>
<a href="index.html#timeline"><i class="fa fa-fw fa-globe"></i><span>Timeline</span></a>
<a href="index.html#portfolio"><i class="fa fa-fw fa-picture-o"></i><span>Portfolio</span></a>
<a href="index.html#works"><i class="fa fa-fw fa-rss"></i><span>Works</span></a>
<a href="index.html#contact"><i class="fa fa-fw fa-envelope-o"></i><span>Contact</span></a>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button><!-- menu button -->
</div><!--/row-->
</div><!--/container-->
<!-- Header Image -->
<section class="hero" id="hero">
<div class="container">
<!-- Slider Button (don't edit!)-->
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"><span></span></a>
</div>
</div>
<!-- HEADER HEADLINE -->
<div class="row" id="#home">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
<span><span style="color:#05386B;">J</span><span class="logo-letter"><img src="img/content-logo.gif" alt="logo"></span>hn <span style="color:#05386B;">R</span>ey</span><br/>
<span><span style="color:#05386B">D</span>alangin</span>
</h1>
<h3 class="animated fadeInUp delay-05s"><span class="rotate">Computer Engineer, Web Developer, Graphic Designer</span></h3>
<div class="btn-container">
<a class="btn-download" href="files/Dalangin-JRG-CV.pdf">Download CV</a>
</div>
<div class="contact-icons">
<a href="https://www.facebook.com/johnrey.dalangin.77/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/john-rey-dalangin-489325192/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/dyanrei" target="_blank"><i class="fa fa-github"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="tel:+63 997 318 9859"><i class="fa fa-phone"></i></a>
</div>
<div class="content-logo"></div>
</div>
</div>
<!-- Learn More Button -->
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s ">
<p class="see-more">SEE MORE</p>
<p class="scrollto--arrow"><img src="img/scroll-down.png" alt="scroll down arrow"></p>
</a>
</div>
</div>
</div>
</section>
<!-- Header Image End -->
</header>
<!-- ==========================
HEADER SECTION END
=========================== -->
<!-- ==========================
ABOUT SECTION
=========================== -->
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<div class="row">
<div class="col-md-12 wp1">
<h1 class="arrow">A little <span class="about-span">about</span> me</h1>
<img src="img/about-me.png" alt="Image description" class="img-fluid">
<p>I am an ambitious and motivated individual with a passion for success. With a strong academic background in Computer Engineering, I am equipped with the skills and knowledge necessary to excel in web development. As a self-starter, I thrive in fast-paced environments and am comfortable working both independently and as part of a team. I am a natural problem-solver and have a keen eye for detail, enabling me to identify and resolve issues quickly and efficiently.</p>
</div>
</div>
</div>
</section>
<!-- ==========================
TIMELINE
=========================== -->
<section id="timeline">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-8 col-md-offset-2 wp1" style="text-align: center; margin-top: 50px; margin-bottom: 30px;">
<h1 class="arrow">Work and Education <span>Summary</span></h1><!-- Headline -->
</div>
<div class="Yearly-timeline">
<div class="timeline timeline1">
<div class="timeline-content">
<div class="timeline-icon"><i class="logo realme-logo" style="--logo-realme: url('../img/realme-logo.png')"></i></div>
<h2 class="title">Aftersales Warehouse Intern <br> <span>(February 2023 - April 2023)</span></h2>
<h4 class="subtitle">Realme Philippines</h4>
<p class="description">
As an intern, I gained expertise in handheld repair with a focus on level 2 repairs. With a keen eye for detail and a passion for problem-solving, I am confident in my ability to diagnose and repair a range of issues.
</p>
</div>
</div>
<div class="timeline timeline2">
<div class="timeline-content">
<div class="timeline-icon"><i class="logo qualfon-logo" style="--logo-qualfon: url('../img/qualfon-logo.png')"></i></div>
<h2 class="title">Customer Service Representative <br> <span>(August 2022 - October 2022)</span></h2>
<h4 class="subtitle">Qualfon Philippines</h4>
<p class="description">
As a Customer Service Representative for Qualfon Philippines Inc., I handled inbound calls for a US-based Telco company, providing assistance and resolving customer issues. My experience allowed me to develop strong communication and problem-solving skills while delivering excellent customer service.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content timeline3">
<div class="timeline-icon"><i class="logo plm-logo" style="--logo-plm: url('../img/plm-logo.png')"></i></div>
<h2 class="title">BS Computer Engineering <br> <span>(July 2019 - August 2023)</span></h2>
<h4 class="subtitle">Pamantasan ng Lungsod ng Maynila</h4>
<p class="description">
As a BS Computer Engineering student at Pamantasan ng Lungsod ng Maynila, I am gaining knowledge and skills in computer hardware and software, programming, and engineering principles. I am passionate about applying these skills to solve real-world problems and create innovative solutions.
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content timeline4">
<div class="timeline-icon"><i class="logo arellano-logo" style="--logo-arellano: url('../img/arellano-logo.png')"></i></div>
<h2 class="title">TVL-ICT <br> <span>(June 2017 - May 2019)</span></h2>
<h4 class="subtitle">Arellano University</h4>
<p class="description">
As a TVL-ICT senior high school student at Arellano University, I gained valuable technical skills and knowledge in the field of information and communications technology. This experience equipped me with a solid foundation to pursue my career goals in this dynamic and ever-evolving industry.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<section id="portfolio" class="site-section section-portfolio portfolio-color-bg">
<div class="container">
<div class="col-md-8 col-md-offset-2 wp1" style="text-align: center; margin-top: 50px; margin-bottom: 30px;">
<h1 class="arrow2">Recent <span class="portfolio-span">Projects</span></h1><!-- Headline -->
</div>
<div class="row">
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/MetaMed-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3>MetaMed</h3>
<h4>Web Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem1"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="https://dyanrei.github.io/metamed.github.io/service-6.html" target="_blank"><span class="glyphicon glyphicon-play"></span></a>
<a href="https://github.com/dyanrei/metamed.github.io.git" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/weShots-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3>weSHOTS</h3>
<h4>Web Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem2"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="https://dyanrei.github.io/weshotsweb.github.io/about.html" target="_blank"><span class="glyphicon glyphicon-play"></span></a>
<a href="https://github.com/dyanrei/weshotsweb.github.io.git" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/Hydroponika-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3><Hydro>Teknika</h3>
<h4>Web Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem4"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="https://dyanrei.github.io/hydroteknika.github.io/" target="_blank"><span class="glyphicon glyphicon-play"></span></a>
<a href="https://github.com/dyanrei/hydroteknika.github.io.git" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/MLBBgo-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3>MLBB-Go!</h3>
<h4>Web Game Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem3"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="https://dyanrei.github.io/MLBB-Go.github.io/index.html" target="_blank"><span class="glyphicon glyphicon-play"></span></a>
<a href="https://github.com/dyanrei/MLBB-Go.github.io.git" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/FixTrate-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3>FixTrate</h3>
<h4>Web Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem5"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="#" target="_blank"><span class="glyphicon glyphicon-play"></span></a>
<a href="#" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
<div class="col-md-4 col-xs-6 portfolio-section">
<div class="portfolio-item">
<img src="img/portfolio/thumbnails/Voting-thumbnail.png" class="img-res" alt="">
<div class="portfolio-item-info">
<h3>Armada Online Voting System</h3>
<h4>Web Application</h4>
<a href="#" data-toggle="modal" data-target="#portfolioItem6"><span class="glyphicon glyphicon-eye-open"></span></a>
<a href="https://github.com/dyanrei/armadavoting.github.io.git" target="_blank"><span class="glyphicon glyphicon-link"></span></a>
</div><!-- /.portfolio-item-info -->
</div><!-- /.portfolio-item -->
</div>
</div>
</div>
</section><!-- /.secton-portfolio -->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- Modals -->
<div id="portfolioItem1" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/MetaMed1.PNG" alt="">
<img class="img-res" src="img/portfolio/MetaMed2.png" alt="">
<img class="img-res" src="img/portfolio/MetaMed3.PNG" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title">MetaMed</h3>
<ul class="modal-language-list">
<li>HTML</li>
<li>CSS</li>
<li>SCSS</li>
<li>JavaScript</li>
</ul>
<p>MetaMed is an online pharmacy that offers a comprehensive range of prescription medications to customers, from generic to branded drugs. The service is designed to be convenient and efficient, with easy payment options and flexible delivery choices that make it simple to get the medications you need.
<br><br>The Armada team behind MetaMed has created a one-stop-shop for all your medication needs, so you don't have to visit multiple pharmacies or make time-consuming trips to get your prescriptions filled. Instead, you can order your medications with just a few clicks, and they will be delivered directly to your doorstep.
With MetaMed, you can be assured of the quality and authenticity of the medications you receive, as they source their products from licensed and reputable suppliers. They also offer competitive pricing, so you can save money on your prescriptions without compromising on quality.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="portfolioItem2" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/weSHOTS1.PNG" alt="">
<img class="img-res" src="img/portfolio/weSHOTS2.PNG" alt="">
<img class="img-res" src="img/portfolio/weSHOTS3.PNG" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title">weSHOTS</h3>
<ul class="modal-language-list">
<li>HTML</li>
<li>SCSS</li>
<li>Less</li>
<li>JavaScript</li>
</ul>
<p>weSHOTS (Software and Hardware Operating Technology Services), a company that has a great standing in the technology-based sectors. A complete package from software to hardware services, all in one site!
<br><br>Aside from the Hardware services, we also offer software services that suits your needs. Our company, weSHOTS, has the capability and experience to fix any problem for custom technology difficulties. Our friendly company has the best and professional software developers in the country, proposing a wide variety of sources and connections that are useful for your concerns. We also have other allied companies that provides the same help that our establishment offer.
<br><br>weSHOTS offers training courses facilitated by experienced instructors. WeSHOTS supports customers globally and its goal is to have mutually beneficial relationships with them. We offer quality customer service to meet all of their needs.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="portfolioItem3" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/MLBB1.PNG" alt="">
<img class="img-res" src="img/portfolio/MLBB2.PNG" alt="">
<img class="img-res" src="img/portfolio/MLBB3.PNG" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title">MLBB-Go!</h3>
<ul class="modal-language-list">
<li>HTML</li>
<li>JavaScript</li>
<li>CSS</li>
</ul>
<p>MLBB-Go! is an exciting card game that draws inspiration from the popular mobile game, "Mobile Legends." Featuring different character categories, including fighters, mages, and marksmen, players can choose their favorite hero to add to their deck. The game boasts impressive sound and graphics that bring the battlefield to life, immersing players in the world of MLBB-Go! With unique in-game statistics and a battle mechanic that keeps players on their toes, MLBB-Go! offers a thrilling gaming experience that fans of both card games and mobile legends are sure to love. Whether you're a seasoned gamer or a newcomer to the world of mobile gaming, MLBB-Go! is a must-try for anyone looking for an engaging and challenging card game experience.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="portfolioItem4" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/hydroteknika1.PNG" alt="">
<img class="img-res" src="img/portfolio/hydroteknika2.PNG" alt="">
<img class="img-res" src="img/portfolio/hydroteknika3.PNG" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title"><Hydro>Teknika</h3>
<ul class="modal-language-list">
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<p>The project aims to build a prototype for monitoring the pH and temperature level of water and the moisture level of soil in a hydroponic setup. The goal is to create a web interface that displays these measured values and indicates whether they are within the optimal range for the Pothos plant. The project utilizes various components, including Arduino Uno, ESP8266 NodeMCU, DS18B20 Temperature Sensor, pH Sensor, and Soil Humidity Hygrometer Moisture Sensor. The project aims to build a prototype for monitoring the pH and temperature level of water and the moisture level of soil in a hydroponic setup. The goal is to create a web interface that displays these measured values and indicates whether they are within the optimal range for the Pothos plant. The project utilizes various components, including Arduino Uno, ESP8266 NodeMCU, DS18B20 Temperature Sensor, pH Sensor, and Soil Humidity Hygrometer Moisture Sensor.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="portfolioItem5" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/thumbnails/FixTrate-thumbnail.png" alt="">
<img class="img-res" src="img/portfolio/thumbnails/FixTrate-thumbnail.png" alt="">
<img class="img-res" src="img/portfolio/thumbnails/FixTrate-thumbnail.png" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title">FixTrate</h3>
<ul class="modal-language-list">
<li>Arduino</li>
<li>HTML</li>
<li>SCSS</li>
<li>Less</li>
<li>JavaScript</li>
</ul>
<p>Fixtrate is an innovative web application developed as a college thesis project that utilizes IoT technology to detect and correct poor posture. The application features a wireless posture sensor and a separate web app for controls. The system is designed to provide real-time feedback to users, allowing them to adjust their posture and prevent long-term spinal damage. With its user-friendly interface and advanced technology, Fixtrate is a valuable tool for maintaining good posture and overall health.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<div id="portfolioItem6" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal"><span class="glyphicon glyphicon-remove"></span></a>
<div class="slider-wrapper">
<div class="slider">
<img class="img-res" src="img/portfolio/voting1.PNG" alt="">
<img class="img-res" src="img/portfolio/voting2.PNG" alt="">
<img class="img-res" src="img/portfolio/voting3.PNG" alt="">
<div class="arrowl left-arrow">❮</div>
<div class="arrowl right-arrow">❯</div>
</div>
</div>
</div>
<div class="modal-body">
<h3 class="modal-title">Armada Online Voting System</h3>
<ul class="modal-language-list">
<li>JavaScript</li>
<li>PHP</li>
<li>SCSS</li>
<li>Less</li>
<li>CSS</li>
<li>Hack</li>
</ul>
<p>The Armada Online Voting System is a web application designed to create a more efficient and effective voting system for schools and organizations. The system allows voters to securely cast their votes online, eliminating the need for manual paper ballots. The system also provides real-time results and analytics, allowing for quick and easy decision-making. With its user-friendly interface and secure technology, the Armada Online Voting System is an ideal solution for any organization looking to improve their voting process.</p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-fill">Visit Page</a>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!-- ==========================
CUSTOM SPACER
=========================== -->
<div class="spacer-cta text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html#contact" class="outline-btn">Hire John Rey</a>
</div>
</div>
</div>
</div>
<!-- ==========================
CUSTOM SPACER END
=========================== -->
<!-- ==========================
BLOG SECTION
=========================== -->
<section class="text-center section-padding " id="works">
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow-green"><span>Academic</span> Works</h1>
</div>
</div><br><br>
<!-- Blog Slider -->
<div class="row">
<div id="blogSlider">
<ul class="slides">
<li>
<!-- Blog Entry 1 -->
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/works/drowsiness.png" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h3 class="work-title">Real-Time Driver Drowsiness Detection Using OpenCV with Keras Convolutional Neural Network</h3><!-- Headline -->
<p>In this recent project, I developed a real-time driver drowsiness detection system using OpenCV and Keras Convolutional Neural Network. The system detects the driver's drowsiness by analyzing facial landmarks and triggering an alarm when necessary, potentially improving road safety.</p><!-- Description-->
<a href="files/drowsiness_detection.pdf" target="_blank" class="outline-btn-view">View</a>
</div>
<!-- Blog Entry 2 -->
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/works/pacss.png" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h3 class="work-title">Automated Merchandise Display Scheduler and Smart Retail Store Shelves Management and Monitoring System</h3><!-- Headline -->
<p>Developed an automated merchandise display scheduler and smart retail store shelves management and monitoring system, which enables efficient management and monitoring of store inventory and real-time updates on stock levels. The system improves the customer experience by ensuring products are always in stock and simplifies store operations by automating inventory management.</p><!-- Description -->
<a href="files/pacss.pdf" target="_blank" class="outline-btn-view">View</a>
</div>
<!-- Blog Entry 3 -->
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/works/fixtrate.png" class="grayscale" alt="Blog Item"><!-- Blog Image -->
</div>
</div>
<br>
<h3 class="work-title">Fixtrate: An IoT-based Posture Detection and Correction System</h3><!-- Headline -->
<p>Fixtrate is an IoT-based system for detecting and correcting posture, designed as a college thesis project. The system uses sensors to monitor the user's posture and provides corrective feedback to improve their overall spinal health. The project demonstrates the use of programming and IoT technologies to address a common health concern.</p><!-- Description-->
<a href="files/fixtrate.pdf" target="_blank" class="outline-btn-view">View</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ==========================
BLOG SECTION END
=========================== -->
<!-- ==========================
CONTACT SECTION
=========================== -->
<section class="text-center section-padding contact-wrap" id="contact">
<!-- To Top Button -->
<a href="index.html#top" class="up-btn"><i class="fa fa-chevron-up"></i></a>
<div class="container">
<!-- Headline -->
<div class="row">
<div class="col-md-12">
<h1 class="arrow">Drop <span>me</span> a line</h1>
</div>
</div>
<div class="row contact-details">
<!-- Adress Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-map-marker"></i><span>Address</span></h2>
<p class="contacts">2601 Jesus St. Pandacan, Manila</p>
</div>
</div>
<!-- Phone Number Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-mobile"></i><span>Phone</span></h2>
<p class="contacts">+63 997 318 9859</p>
</div>
</div>
<!-- E-Mail Box -->
<div class="col-md-4">
<div class="dark-box box-hover">
<h2><i class="fa fa-paper-plane"></i><span>Email</span></h2>
<p class="contacts"><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="row">
<!-- Google Maps (Change your Settings below) -->
<div class="col-md-6">
<div id="googlemaps"></div>
</div>
<!-- Contact Form -->
<div class="col-md-6 contact">
<form role="form">
<!-- Name -->
<div class="row">
<div class="col-md-6">
<!-- E-Mail -->
<div class="form-group">
<input type="text" class="form-control" placeholder="Your name">
</div>
</div>
<div class="col-md-6">
<!-- Phone Number -->
<div class="form-group">
<input type="email" class="form-control" placeholder="Email address">
</div>
</div>
</div>
<!-- Message Area -->
<div class="form-group">
<textarea class="form-control" placeholder="Write you message here..." style="height:232px;"></textarea>
</div>
<!-- Subtmit Button -->
<a href="#" class="outline-btn-send">Send message</a>
</form>
</div>
</div>
<br>
<!-- Social Buttons - use font-awesome, past in what you want -->
<div class="row">
<div class="col-md-12">
<div class="contact-icons">
<a href="https://www.facebook.com/johnrey.dalangin.77/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.linkedin.com/in/john-rey-dalangin-489325192/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/dyanrei" target="_blank"><i class="fa fa-github"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="tel:+63 997 318 9859"><i class="fa fa-phone"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================
CONTACT SECTION END
=========================== -->
<!-- ==========================
FOOTER SECTION
=========================== -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>John Rey Dalangin © 2023</p>
</div>
</div>
</div>
</footer>
<!-- ==========================
FOOTER SECTION END
=========================== -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="assets/smoothscroll/smoothscroll.js"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- classie.js -->
<script src="js/classie.js"></script>
<!-- FlexSlider -->
<script src="assets/flexslider/jquery.flexslider.js"></script>
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<!-- Text Rotator -->
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<!-- Lightbox.js -->
<script src="assets/lightbox/js/lightbox.min.js"></script>
<!-- Google Maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBqFfNlUail7eqw3POUiUH_0SzYpqsrySI&sensor=false"></script>
<!-- Theme JavaScript Core -->
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<!-- GOOGLE MAPS DATA -->
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
function init() {
// Basic options for a simple Google Map
// For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
var mapOptions = {
// How zoomed in you want the map to start at (always required)
zoom: 15,
scrollwheel: false,
// The latitude and longitude to center the map (always required)
center: new google.maps.LatLng(14.5937645, 121.0087244), // 2601 Jesus St. Pandacan Manila
// How you would like to style the map.
// This is where you would paste any style found on Snazzy Maps.
styles: [ { featureType:'water', stylers:[{color:'#F2F2F2'},{visibility:'on'}] },
{ featureType:'landscape', stylers:[{color:'#FFFFFF'}] },
{ featureType:'road', stylers:[{saturation:-100},{lightness:45}] },
{ featureType:'road.highway', stylers:[{visibility:'simplified'}] },
{ featureType:'road.arterial', elementType:'labels.icon', stylers:[{visibility:'off'}] },
{ featureType:'administrative', elementType:'labels.text.fill', stylers:[{color:'#ADADAD'}] },
{ featureType:'transit', stylers:[{visibility:'off'}] },
{ featureType:'poi', stylers:[{visibility:'off'}] }]
};
// Get the HTML DOM element that will contain your map
// We are using a div with id="googlemaps" seen below in the <body>
var mapElement = document.getElementById('googlemaps');
// Create the Google Map using our element and options defined above
var map = new google.maps.Map(mapElement, mapOptions);
}
</script>
<!-- TEXT ROTATOR SETTINGS -->
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
</script>
</body>
</html>