-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
25 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ | |
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="styles.css"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<title>KEVIN KHEW FAN KWANG</title> | ||
<title>Kevin Khew Fan Kwang</title> | ||
</head> | ||
|
||
<body> | ||
<div id="app"> | ||
<div class="top-panel"> | ||
<img v-bind:src="profile.img_url" v-bind:alt="profile.img_alt"> | ||
<img :src="profile.img_url" :alt="profile.img_alt"> | ||
<h1>{{ profile.name }}</h1> | ||
<p> | ||
<i class="fas fa-laptop-code"></i> {{ profile.position }} | | ||
|
@@ -38,9 +38,9 @@ <h3><i class="fas fa-tools"></i> SKILLS</h3> | |
<div class="inside-right-panel"> | ||
<div class="right-profile"> | ||
<h3><i class="fas fa-user"></i> PROFILE</h3> | ||
<p><i class="fab fa-linkedin"></i> <a v-bind:href="profile.linkedin" target="_blank">{{ profile.linkedin }}</a></p> | ||
<p><i class="fab fa-stack-overflow"></i> <a v-bind:href="profile.stackoverflow" target="_blank">{{ profile.stackoverflow }}</a></p> | ||
<p><i class="fab fa-github"></i> <a v-bind:href="profile.github" target="_blank">{{ profile.github }}</a></p> | ||
<p><i class="fab fa-linkedin"></i> <a :href="profile.linkedin" target="_blank">{{ profile.linkedin }}</a></p> | ||
<p><i class="fab fa-stack-overflow"></i> <a :href="profile.stackoverflow" target="_blank">{{ profile.stackoverflow }}</a></p> | ||
<p><i class="fab fa-github"></i> <a :href="profile.github" target="_blank">{{ profile.github }}</a></p> | ||
</div> | ||
|
||
<hr> | ||
|
@@ -49,7 +49,7 @@ <h3><i class="fas fa-user"></i> PROFILE</h3> | |
<h3><i class="fas fa-briefcase"></i> EMPLOYMENT HISTORY</h3> | ||
<div v-for="(employment, index) in employments"> | ||
<h4 v-html="employment.title"></h4> | ||
<img v-bind:src="employment.img_url" v-bind:alt="employment.img_alt"> | ||
<img :src="employment.img_url" :alt="employment.img_alt"> | ||
<p class="date" v-html="employment.date"></p> | ||
<p v-html="employment.description"></p> | ||
<br> | ||
|
@@ -62,8 +62,10 @@ <h4 v-html="employment.title"></h4> | |
<div class="right-education"> | ||
<h3><i class="fas fa-graduation-cap"></i> EDUCATION</h3> | ||
<div v-for="education in educations"> | ||
<h4 v-html="education.title"></h4> | ||
<img v-bind:src="education.img_url" v-bind:alt="education.img_alt"> | ||
<a :href="education.link" target="_blank"> | ||
<h4>{{ education.title }}</h4> | ||
<img :src="education.img_url" :alt="education.img_alt"> | ||
</a> | ||
<p class="date" v-html="education.date"></p> | ||
<p v-html="education.description"></p> | ||
</div> | ||
|
@@ -73,10 +75,13 @@ <h4 v-html="education.title"></h4> | |
|
||
<div class="right-certification"> | ||
<h3><i class="fas fa-scroll"></i> CERTIFICATIONS</h3> | ||
<div v-for="certification in certifications"> | ||
<img v-bind:src="certification.img_url" v-bind:alt="certification.img_alt"> | ||
<h4 v-html="certification.title"></h4> | ||
<p class="date" v-html="certification.date"></p> | ||
<div v-for="cert in certifications"> | ||
<a :href="cert.link" target="_blank"> | ||
<img :src="cert.img_url" :alt="cert.img_alt" class="img-zoom-2" | ||
:class="{ 'img-zoom-5': cert.title === 'Laravel Certified Developer' }"> | ||
<h4>{{ cert.title }}</h4> | ||
</a> | ||
<p class="date" v-html="cert.date"></p> | ||
<br> | ||
</div> | ||
</div> | ||
|
@@ -86,7 +91,7 @@ <h4 v-html="certification.title"></h4> | |
<div class="right-reference"> | ||
<h3><i class="fas fa-id-card"></i> REFERENCES</h3> | ||
<div v-for="reference in references"> | ||
<p><strong>{{ reference.name }}</strong> - <a v-bind:href="reference.linkedin_url" target="_blank">{{ reference.linkedin_url }}</a></p> | ||
<p><strong>{{ reference.name }}</strong> - <a :href="reference.link" target="_blank">{{ reference.link }}</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
"status": "success", | ||
"data": { | ||
"profile": { | ||
"name": "KEVIN KHEW FAN KWANG", | ||
"name": "Kevin Khew Fan Kwang", | ||
"img_url": "./image/kevinkhew.png", | ||
"img_alt": "kevinkhew", | ||
"position": "DevSecFinBizOps", | ||
"country": "MALAYSIA", | ||
"country": "Malaysia", | ||
"email": "[email protected]", | ||
"linkedin": "https://linkedin.com/in/kevin-khew", | ||
"stackoverflow": "https://stackoverflow.com/cv/k2levin", | ||
|
@@ -92,48 +92,56 @@ | |
], | ||
"education": [ | ||
{ | ||
"title": "<a href=\"http://www.utar.edu.my\" target=\"_blank\">UNIVERSITY OF TUNKU ABDUL RAHMAN (UTAR)</a>, PETALING JAYA", | ||
"title": "UNIVERSITY OF TUNKU ABDUL RAHMAN (UTAR)", | ||
"description": "<strong>Degree: Bachelor's Degree of Engineering</strong><br />Course name: Computer Engineering", | ||
"link": "https://www.utar.edu.my", | ||
"img_url": "./image/utar.png", | ||
"img_alt": "utar", | ||
"date": "May 2006 → Dec 2009" | ||
} | ||
], | ||
"certification": [ | ||
{ | ||
"title": "<a href=\"https://www.credly.com/badges/8ec13863-1d07-4c02-a7dc-3d98aef33b75\" target=\"_blank\">AWS Certified Cloud Practitioner</a>", | ||
"title": "AWS Certified Cloud Practitioner", | ||
"description": "", | ||
"link": "https://www.credly.com/badges/8ec13863-1d07-4c02-a7dc-3d98aef33b75", | ||
"img_url": "./image/aws_clf.png", | ||
"img_alt": "aws_certified_cloud_practitioner", | ||
"date": "Jul 2022 → Sep 2025" | ||
}, | ||
{ | ||
"title": "<a href=\"https://www.credly.com/badges/f70076a8-5865-4f33-a47d-844246b03640\" target=\"_blank\">AWS Certified Solutions Architect - Associate</a>", | ||
"title": "AWS Certified Solutions Architect - Associate", | ||
"description": "", | ||
"link": "https://www.credly.com/badges/f70076a8-5865-4f33-a47d-844246b03640", | ||
"img_url": "./image/aws_saa.png", | ||
"img_alt": "aws_certified_solutions_architect_associate", | ||
"date": "Aug 2022 → Aug 2025" | ||
}, | ||
{ | ||
"title": "<a href=\"https://www.credly.com/badges/35a35152-a287-407d-8547-fa6438aa800a\" target=\"_blank\">AWS Certified Developer - Associate</a>", | ||
"title": "AWS Certified Developer - Associate", | ||
"description": "", | ||
"link": "https://www.credly.com/badges/35a35152-a287-407d-8547-fa6438aa800a", | ||
"img_url": "./image/aws_dva.png", | ||
"img_alt": "aws_certified_developer_associate", | ||
"date": "Sep 2022 → Sep 2025" | ||
}, | ||
{ | ||
"title": "Laravel Certified Developer", | ||
"description": "", | ||
"link": "https://exam.laravelcert.com/is/kevin-khew-fan-kwang/certified-since/2022-02-20", | ||
"img_url": "./image/laravel_cert.png", | ||
"img_alt": "laravel_certified_developer", | ||
"date": "Feb 2022" | ||
} | ||
], | ||
"reference": [ | ||
{ | ||
"name": "Francis Pang", | ||
"linkedin_url": "https://www.linkedin.com/in/francis-pang-5569569b/" | ||
}, | ||
{ | ||
"name": "Jeremy Hor", | ||
"linkedin_url": "https://www.linkedin.com/in/jeremyhor/" | ||
"link": "https://www.linkedin.com/in/jeremyhor/" | ||
}, | ||
{ | ||
"name": "Ogbemudia Terry Osayawe", | ||
"linkedin_url": "https://www.linkedin.com/in/terdia/" | ||
"link": "https://www.linkedin.com/in/terdia/" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters