-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (92 loc) · 3.16 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<script type="text/javascript" src="js/page.js"></script>
<title>Loh Jyh Yeong's Resume</title>
<link rel="icon" href="assets/github.png">
</head>
<body>
<div class="nameheader">
<h1>Loh Jyh Yeong</h1>
</div>
<div class="vitalsheader">
<ul>
<li><a href="mailto:[email protected]"><img src="assets/outlook.png" alt="Hotmail" width="50" height="50"></a></li>
<li><a href="https://github.com/yeong0809"><img src="assets/github.png" alt="GitHub" width="75" height="40"></a></li>
<li><a href="https://www.linkedin.com/in/jyhyeong/"><img src="assets/linkedin.jpg" alt="LinkedIn" width="40" height="40"></a></li>
</ul>
</div>
<div class="content">
<div class="contentobjective">
<p class="sectionheader">Objective</p>
<p>Seeking a competitive and challenging environment where I can serve your organization and establish an enjoyable career experience for myself.</p>
</div>
<div class="contenteducation">
<p class="sectionheader">Education</p>
<p class="header">degree, universiti malaysia pahang, 2018</p>
<p>Course taking: Bachelor of Computer Science(Software Engineering) with Honours.</p>
<p class="header">stpm, sekolah menengah kebangsaaan kuala kubu bharu, 2013</p>
<p>Subject: General Knowledge, Economics, Business, History</p>
</div>
<div class="contentexperience">
<p class="sectionheader">Experience</p>
<p class="header">croupier, genting berhad, 2013</p>
<ul>
<li>Exchange the cash note to cash chip</li>
<li>Dealing games with customer</li>
</ul>
<p class="header">internship, ghl epayments sdn bhd</p>
<ul>
<li>Develop native Android mobile applications</li>
<li>Enchance and maintain the mobile SDK</li>
<li>Develop new plugin for integration of eghl payment gateway services</li>
<li>Assist merchant to integrate the plugin</li>
</ul>
</div>
<div class="contentskills">
<p class="sectionheader">Skills and Abilities</p>
<p class="header">natural languages</p>
<ul>
<li>Mandarin</li>
<li>Malay</li>
<li>English</li>
</ul>
<p class="header">Programming languages</p>
<ul>
<li>Java</li>
<li>PHP</li>
<li>SQL</li>
<li>JavaScript</li>
</ul>
<p class="header">Frameworks</p>
<ul>
<li>Ionic</li>
<li>Cordova</li>
<li>Ruby on Rails</li>
</ul>
<p class="header">Software</p>
<ul>
<li>Android Studio</li>
<li>NetBeans</li>
<li>Git</li>
<li>Terminal</li>
</ul>
<p class="header">Adaptability</p>
<ul>
<li>Able to work on multiple projects simultaneously</li>
<li>Set priorities among the projects</li>
<li>Adapt to the changing of environment</li>
</ul>
<p class="header">Team-player and open-minded</p>
<p>Prefer to work in team and open to all suggestion or improvement throughout the projects</p>
</div>
<div class="contentproject">
<p class="sectionheader">Project</p>
<p class="header">Final year project</p>
<p>Tour Guide Application in Mobile platform by using crowdsourcing and Google Maps API</p>
</div>
</div>
</body>
</html>