-
Notifications
You must be signed in to change notification settings - Fork 0
/
mycv.html
110 lines (105 loc) · 3.32 KB
/
mycv.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Me</title>
<link rel="stylesheet" href="./css/mycv.css" />
<link rel="icon" type="image/gif" href="animated_favicon1.gif" />
<link
rel="icon"
type="image/gif"
href="./static/Linkedin-Round-With-Border.ico"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body class="milky-white-background">
<nav>
<i
class="fa fa-angellist fa-3 nav-icon"
style="font-size: 60px"
aria-hidden="true"
></i>
<h1>Andrew Wong's CV</h1>
<div>
<a href="home.html"
><button class="border-button"><b>Back to Home</b></button></a
>
<a href="projects.html"
><button class="border-button"><b>View my projects</b></button></a
>
</div>
</nav>
<content>
<div class="get-touched">
<h1>Interested in what I can offer?</h1>
<a href="mailto: [email protected]"
><button class="border-button"><b>Email ME!</b></button></a
>
</div>
<div class="content-grid">
<div>
<h1 class="title-margin">My Education</h1>
<p>
University of York, MA. International Political Economy 2017- 2018
(Merit)
</p>
<p>
University of York, MA. Politics Economics and Philosophy: Economics
and Development 2016-2017
</p>
<p>
University of York, BA. Politics, Economics and Philosophy,
2013-2016
</p>
</div>
<div>
<h1 class="title-margin">My Work Experience</h1>
<h2>KVB PRIME, Manchester (Jan 2021 – Current)</h2>
<p>Marketing Operation Assitant</p>
<h2>KVB PRIME, Manchester (Nov 2019 – Jan 2021)</h2>
<p>Marketing Communication Executive</p>
<h2>Huawei, Reading (June 2019- Oct 2019)</h2>
<p>Project Coordinator</p>
<h2>NHS Interpreter (January 2018- January 2019)</h2>
<p>Freelancing Interpreter</p>
</div>
<div>
<h1 class="title-margin">Skills</h1>
<ul>
<li>React/React Native</li>
<li>JavaScrip</li>
<li>HTML/CSS</li>
<li>Python</li>
<li>SQL/NoSQL</li>
<li>Typescript</li>
<li>AngularJS</li>
</ul>
</div>
<div>
<h1 class="title-margin">Other Soft Skills</h1>
<ul>
<li>Great Research Skill</li>
<li>Teamwork</li>
<li>Project Management</li>
<li>Quick learner</li>
</ul>
</div>
<div>
<h1 class="title-margin">Reference</h1>
<h2>Amaya Yu Huang, Web Analyst, Experian</h2>
<p>Tel: 07927297810</p>
<p>Email: [email protected]</p>
<br />
<h2>Dr Dimitrios Stroikos, Associate Lecturer, University of York</h2>
<p>Email: [email protected]</p>
</div>
</div>
<div style="height: 100px"></div>
</content>
</body>
</html>