-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (67 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emmanuel Er CV</title>
</head>
<body>
<h1>Emmanuel Er</h1>
<img src="./assets/DP.JPEG" alt="Emmanuel Er" height="200"/ >
<h2>Education</h2>
<hr />
<h3>National University of Singapore</h3>
<p> Bachelor of Business Administration and Computer Science (Double Major) |Aug 2019 – May 2024
</p>
<ul>
<li>GPA: 4.44</li>
<li>Deans List (2021/2022)</li>
</ul>
<h2> Work Experience</h2>
<hr />
<h3>Am Academy</h3>
<p>Product Manager and Database Engineer | Sep 2020 - Present</p>
<ul>
<li> Designed and implemented a database system for questions, improving data organisation and accessibility. </li>
<li> Managed a team of 4 to roll out database questions on time </li>
<li> Designed and engineered a learning management system for AM Academy Students </li>
</ul>
<h3>Zenith Education Studios</h3>
<p>Education and Product Head | Jan 2020 - Dec 2022</p>
<ul>
<li> Assisted in the development and launch of a new Learning Management System </li>
<li> Managed a team of 10+ interns </li>
<li> Designed workflow for the team to hit weekly product deadline targets </li>
</ul>
<h3>Am Academy</h3>
<p>Marketing Intern | Nov 2019 - Aug 2019</p>
<ul>
<li> Developed a comprehensive marketing strategy, generating over 500 leads for the company. </li>
<li> Created and managed website and social media presence </li>
</ul>
<h3>Professional Investments Advisory Services (PIAS)</h3>
<p>Marketing and Lead Generation Intern</p>
<ul>
<li> Developed and executed marketing strategies to gain leads for the sales team </li>
<li> Generated over 1,000 monthly leads for agents using Facebook Advertising </li>
</ul>
<h2>Leadership Experience </h2>
<hr/>
<h3> NUS Lighthouse</h3>
<p> President of Lighthouse Skateboarding | Jan 2023 - Present</p>
<ul>
<li> Managed a team of 10 to organise weekly skateboarding sessions for the community </li>
<li> Organised and executed a skateboarding competition for the community </li>
</ul>
<h3> Singapore Armed Forces</h3>
<p> Platoon Commander | Dec 2017 - Present</p>
<ul>
<li> Managed a platoon of 30 soldiers in the Military Police, dealing with sensitive operations pertinent to military law </li>
<li> Planned and executed training for the platoon </li>
<li> Serving as a Military Platoon Commander in the Combat Engineers Formation (NSMAN)</li>
</ul>
<h2>Skills</h2>
<hr/>
<p> Skills: Financial Modelling | Accounting | Full-Stack Web Development | Business Analytics | Data Analytics with Python, R, SQL, Excel, MongoDB | Programming with Java, Python, C# | Product Management | Digital Marketing with Facebook, Google | Sales and Business Development</p>
</body>
</html>