-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (97 loc) · 4.35 KB
/
index.html
File metadata and controls
113 lines (97 loc) · 4.35 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mark</title>
<meta name="description" content="Mark (markeyys).Software Engineer">
<meta name="keywords" content="markeyys">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<div id="header">
<div id="head">Mark Pang (Jun Rong)<span class="cursor">_</span></div>
</div>
<div id="content">
<div class="container">
<div id="bar">
<div class="icon icon-red"></div>
<div class="icon icon-yellow"></div>
<div class="icon icon-green"></div>
</div>
<div id="screen">
<div id="innercontent">
<div id="contentheader">INTRO</div>
<div class="topic_header">NAME</div>
<div class="topic_text">
Mark Pang
</div>
<div class="topic_header">DESCRIPTION</div>
<div class="topic_text">
I'm a software engineer based in Singapore, passionate in using technology to impact and improve lives.
I'm also a huge advocate for good software structure and attentive towards system design.
</div>
<div class="topic_header">Contact Me</div>
<div class="topic_text">
<a href="mailto:junrong9@gmail.com">e-mail</a> - This would be the best way to contact me.
</div>
<div class="topic_header">EDUCATION</div>
<div class="topic_text">
<ul>
<li><a href="https://www.singaporetech.edu.sg/undergraduate-programmes/ict-software-engineering" target="_blank">Singapore Institute of Technology</a> - Bachelors in Software Engineering</li>
</ul>
</div>
<div class="topic_header">PAST EXPERIENCE</div>
<div class="topic_text">
<ul>
<li><a href="https://glints.com/" target="_blank">Glints</a> - Software Engineer Intern (June 2020 to Present) </li>
<li><a href="https://www.busuncle.sg/" target="_blank">Bus Uncle Company </a> - Software Engineer Intern (July to August 2019) </li>
<li><a href="https://www.amaris.ai/" target="_blank">Amaris AI</a> - Project Intern (May to June 2019) </li>
</ul>
</div>
<div class="topic_header">PROJECTS</div>
<div class="topic_text">
Some of the projects I have done:
<ul>
<li><a>The Charitable Food</a> - An android application written in Kotlin that allows user to meet and donate food to various food organisations.</li>
<li><a href='https://github.com/markeyys/Pakking_Frontend/' target = "_blank">Pakking</a> - A web app developed using React that displays real time updates on carpark lots availability in Singapore </li>
<li><a href="https://github.com/markeyys/SavingFoodBot" target="_blank">Saving Food Bot</a> - A telegram bot that notifies user on leftover hawker food in Singapore</li>
<li><a href="https://github.com/shawnlim23/ict2101-2019t1-team18-frontend" target="_blank">Amble</a> - An android app developed using React native that aims to improve commute journey by improving the first and last mile segment</li>
<li><a>Volunteering Hearts</a> - A cross platform mobile application developed using Ionic Framework allowing user to link up and volunteer with various organisations</li>
<p>For more visit <a href="https://github.com/markeyys" target="_blank">here</a></p>
</ul>
</div>
<div class="topic_header">SKILLS</div>
<div class="topic_text">
<ul>
<li>Javascript</li>
<li>Kotlin</li>
<li>Java</li>
<li>Python</li>
<li>C#</li>
<li>C++</li>
</ul>
</div>
<div id="innerfooter">
Latest Update - 20/06/2020 V-2.2.9
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="wrapper">
<div class="social-icons">
<a href="https://github.com/markeyys" target="_blank"><i class="fa fa-github-alt fa-lg" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/junrongpang/" target="_blank"><i class="fa fa-linkedin fa-lg" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/markeyys/" target="_blank"><i class="fa fa-instagram fa-lg" aria-hidden="true"></i></a>
</div>
<div class="wrap";>
<a href="https://tinyurl.com/markeyys-resume"target="_blank">Resume</a>
</div>
</div>
</div>
</body>
</html>