-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
101 lines (76 loc) · 2.28 KB
/
about.Rmd
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
---
title: "Mengyun(Jaffie) Yang"
image: "image/my.png"
description: |
Some additional details about the blog
links:
- label: LinkedIn
url: https://www.linkedin.com/in/mengyun-yang/
- label: GitHub
url: https://github.com/myan0065
- label: Email
url: [email protected]
output:
postcards::trestles
---
```{css, echo = FALSE}
body {
background-color: #325c59;
}
.distill-site-header {
--title-size: 25px;
--text-color: #fffbf0;
--text-size: 20px;
--hover-color: white;
--bkgd-color: #325c59;
}
.fill {
color: #fffbf0;
font-family: 'Open Sans', sans-serif;
}
h1{
color: #fffbf0;
font-family: 'Fira Mono', monospace;
}
h2{
color: #fffbf0;
font-family: 'Fira Mono', monospace;
}
.distill-site-header .title {
font-size: 40px;
font-family: 'Bungee Shade', cursive;
}
.btn-outline-dark {
color: #fffbf0;
border-color: #fffbf0;
}
.btn-outline-dark:hover {
color: #325c59;
background-color: #fffbf0;
border-color: #fffbf0;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid #fffbf0;
}
```
## Bio
[Hello, I am Jaffie, a performance-driven and self-motivated business analytics postgraduate student with over 5 years’ experience in marketing and 3 years in banking & finance. Currently working towards a master degree in Business Analytics at Monash University. Enjoying overcoming challenges and aiming to apply my data analytic thinking and decision-making skills to solve real-life situations.]{.fill}
<br><br>
## Education
[**Monash University** | Melbourne, AU
Master of Business Analytics | Mar 2021 - Present]{.fill}
[**Monash University** | Melbourne, AU
Bachelor of Business (Banking & Finance) | Mar 2007 - Nov 2010]{.fill}
<br><br>
## Experience
[**Marketing and Operations Coordinator** | CBRE | Jan 2019 - Apr 2021<br>]{.fill}
[**Sales and Leasing Administrator** | Collins Commercial | Mar 2018 - Dec 2018<br>]{.fill}
[**Property Management Administrative Assistant** | Fletcher's Real Estate | Mar 2017 - Mar 2018<br>]{.fill}
[**Personal Assistant** | Almas Real Estate | Nov 2015 - Mar 2017<br>]{.fill}
[**Mortgage Broker** | Fortune Financial Services | Oct 2012 - Nov 2015<br>]{.fill}
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```