Skip to content

Commit

Permalink
AddedAwards
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthighs committed Nov 14, 2023
1 parent 3d7215b commit 19351c6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
Binary file added assets/docs/2ndSem22-23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 52 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,39 @@ <h1 class="text-dark fw-bolder">My Educational Background</h1>
<div class="d-flex align-items-center justify-content-between">
<div class="me-3 align-items-center">
<h5 class="text-primary fw-bolder">COLLEGE</h5>
<h1 class="text-dark fw-bolder">Bachelor of Science in Computer Engineering</h1>
<h1 class="text-dark fw-bolder p-0 m-0">Bachelor of Science in Computer Engineering</h1>
<div class="text-dark fst-italic">Polytechnic University of the Philippines - Parañaque Campus</div>
<div class="card-body">
<div class="timeline timeline-xs">
<!-- Timeline Item 1-->
<div class="timeline-item">
<div class="timeline-item-marker">
<div class="timeline-item-marker-indicator bg-blue"></div>
</div>
<div class="timeline-item-content">
Cum Laude
</div>
</div>
<!-- Timeline Item 2-->
<div class="timeline-item">
<div class="timeline-item-marker">
<div class="timeline-item-marker-indicator bg-blue"></div>
</div>
<div class="timeline-item-content">
Project Engineer of the Year 2023
</div>
</div>
<!-- Timeline Item 3-->
<div class="timeline-item">
<div class="timeline-item-marker">
<div class="timeline-item-marker-indicator bg-blue"></div>
</div>
<div class="timeline-item-content">
Service Award 2023
</div>
</div>
</div>
</div>
</div>
<img src="assets/img/PUPLogo.png" alt="..." style="width: 8rem" />

Expand All @@ -320,8 +351,21 @@ <h1 class="text-dark fw-bolder">Bachelor of Science in Computer Engineering</h1>
<div class="d-flex align-items-center justify-content-between">
<div class="me-3 align-items-center">
<h5 class="text-success fw-bolder">SENIOR HIGH</h5>
<h1 class="text-dark fw-bolder">General Academic Strand</h1>
<h1 class="text-dark fw-bolder p-0 m-0">General Academic Strand</h1>
<div class="text-dark fst-italic">Las Piñas City National Senior High School - CAA Campus</div>
<div class="card-body">
<div class="timeline timeline-xs">
<!-- Timeline Item 1-->
<div class="timeline-item">
<div class="timeline-item-marker">
<div class="timeline-item-marker-indicator bg-green"></div>
</div>
<div class="timeline-item-content">
With Honors
</div>
</div>
</div>
</div>
</div>
<img src="assets/img/CAASHS.jpg" alt="..." style="width: 8rem" />

Expand Down Expand Up @@ -570,6 +614,12 @@ <h1 class="text-dark fw-bolder">My Certifications</h1>
<img src="assets/docs/1stSem22-23.png"/>
</a>
</div>
<div class="col-xl-2 mb-3">
<!-- Illustration dashboard card example-->
<a class="card lift shadow-none rounded-0" href="assets/docs/2ndSem22-23.png" target=”_blank” data-bs-toggle="tooltip" data-bs-placement="top" title="2nd Sem A.Y. 22-23">
<img src="assets/docs/2ndSem22-23.png"/>
</a>
</div>
<div class="col-xl-2 mb-3">
<!-- Illustration dashboard card example-->
<a class="card lift shadow-none rounded-0" href="assets/docs/OJT 1 - Certificate.png" target=”_blank” data-bs-toggle="tooltip" data-bs-placement="top" title="On-the-Job Training I">
Expand Down

0 comments on commit 19351c6

Please sign in to comment.