-
Notifications
You must be signed in to change notification settings - Fork 0
/
yonstresume.py
285 lines (237 loc) · 11.1 KB
/
yonstresume.py
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
import streamlit as st
st.set_page_config(page_title="Yon Rotem | CV", page_icon="https://i.ibb.co/Ks5WNfg/favicon-16x16.png")
hide_st_style = """
<style>
#MainMenu {visibility: hidden;}
footer {visibility: hidden;}
header {visibility: hidden;}
</style>
"""
st.markdown(hide_st_style, unsafe_allow_html=True)
st.title("Yon Rotem")
col1, col2 = st.columns([2, 40])
with col1:
st.markdown("[![Linkedin](https://i.ibb.co/dc9fNT5/linkedin24.png)](https://Linkedin.com/in/yonrotem)", unsafe_allow_html=True)
with col2:
st.markdown("[![Github](https://i.ibb.co/KqkzgpS/github24.png)](https://github.com/yonjovi)", unsafe_allow_html=True)
st.header("a finance specialist, programmer, creator")
st.info("Scroll right for more 👉👉")
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(
["CAREER PROFILE", "AREAS OF EXPERTISE", "SYSTEMS & APPLICATIONS", "CERTIFICATIONS & TRAINING", "CAREER", "📞"])
with tab1:
st.subheader("CAREER PROFILE")
st.write(
"A proactive and knowledgeable Financial Services and Client Services Management professional with extensive "
"experience and track record in achieving great results and providing outstanding client and business "
"support. I provide exceptional analysis and problem solving capabilities to deliver innovative solutions "
"that align with business strategies and goals.")
with tab2:
st.subheader("AREAS OF EXPERTISE")
st.markdown(
"- Managing client financial needs and providing service to ensure client satisfaction through accurate "
"and consistent reporting delivered in client review meetings.")
st.markdown(
"- Using my financial services and data analytics expertise to provide accurate and exquisite reporting "
"to evaluate client needs, objectives, and solutions.")
st.markdown(
"- Working with and leading a client services team to establish consistency, meet deadlines and achieve excellent results.")
st.markdown(
"- Writing compliant advice documents and presenting advice to clients while supporting a lead adviser and playing an integral part in client onboarding processes.")
st.markdown("- Implementing advice and executing trade orders in accordance with the advice provided to clients.")
st.markdown(
"- Evaluating, configuring, developing and deploying new strategies, using new system, software, and products to offer competitive solutions to the practice and its clients.")
st.markdown(
"- Keeping the business up to date with a fast-paced and changing financial services regulatory and compliance environment, leading to exceptional audit results.")
st.markdown(
"- Transferring financial and I.T knowledge back into business support functions as projects transition to completion.")
with tab3:
col1, col2 = st.columns([3, 2])
with col1:
st.subheader("SYSTEMS & APPLICATIONS")
st.write("🐍 Python - Advanced Skills")
st.write("💾 R - Intermediate Skills")
st.write("👾 JavaScript - Intermediate Skills")
st.write("💼 HTML & CSS - Intermediate Skills")
st.write("🎒 Microsoft Power Tools - Intermediate Skills")
st.write("💻 Microsoft Office Suite - Advanced Skills")
st.write("🧑🎨 Adobe Suite - Intermediate Skills")
st.write("🧮 XPLAN - Advanced Skills")
with col2:
st.subheader("LANGUAGES")
st.write("🇦🇺 English - Fluent")
st.write("🇮🇱 Hebrew - Fluent")
with tab4:
with st.container():
st.subheader("CERTIFICATIONS & TRAINING")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("##### Course")
with col2:
st.markdown("##### Institute")
with col3:
st.markdown("##### Year Completed")
col1, col2, col3 = st.columns(3)
with col1:
st.write("Foundations of Cyber Security")
with col2:
st.write("CyberCX & CompTIA")
with col3:
st.write("2022 (Current)")
col1, col2, col3 = st.columns(3)
with col1:
st.write("100 Days of Coding")
with col2:
st.write("Angela Yu")
with col3:
st.write("2022")
col1, col2, col3 = st.columns(3)
with col1:
st.write("Graduate of Data Analytics")
with col2:
st.write("Deakin University")
with col3:
st.write("2021")
col1, col2, col3 = st.columns(3)
with col1:
st.write("Diploma of Financial Planning")
with col2:
st.write("Kaplan Professional")
with col3:
st.write("2016")
col1, col2, col3 = st.columns(3)
with col1:
st.write("Bachelor of Business")
with col2:
st.write("Monash University")
with col3:
st.write("2012")
with tab5:
with st.container():
st.subheader("CAREER")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("#### Role")
with col2:
st.markdown("#### Organisation")
with col3:
st.markdown("#### Year")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.write("Client Services Manager")
with col2:
st.write("Calibre Private Wealth Advisers")
with col3:
st.write("2021 - Current")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.write("Associate Adviser")
with col2:
st.write("Maddern Financial Advisers")
with col3:
st.write("2020 - 2021")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.write("Client Services Manager")
with col2:
st.write("Portfolio Planners")
with col3:
st.write("2020")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.write("Services Team")
with col2:
st.write("Generation Life")
with col3:
st.write("2019 - 2020")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.write("Client Services")
with col2:
st.write("Taylors Accountants & Advisors")
with col3:
st.write("2010 - 2019")
st.write("")
st.subheader("Achievements")
with st.container():
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("###### Client Services Manager")
with col2:
st.markdown("###### Calibre Private Wealth Advisers")
with col3:
st.markdown("###### 2021 - Current")
st.write("")
st.markdown("- Responsible great audit results for which our firm received the highest audit score to date.")
st.markdown(
"- Implemented new ASIC regulations for Ongoing Service Agreements with 100% accuracy.")
st.markdown("- Produced accurate and descriptive reports for all client review meetings and implemented advice left "
"over from previous employees.")
st.markdown(
"- Assisted clients receive financial remediation from National Australia Bank (NAB).")
st.write("")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("###### Associate Adviser")
with col2:
st.markdown("###### Maddern Financial Advisers")
with col3:
st.markdown("###### 2020 - 2021")
st.write("")
st.markdown(
"- Managing 170 clients and ensuring client satisfaction through accurate and consistent reporting delivered in client review meetings.")
st.markdown(
"- Managed a difficult insurance claims for our biggest clients, and assisting clients with financials hardships keep during the COVID-19 pandemic, including early release of superannuation.")
st.markdown("- Placing and executing all trades for clients.")
st.markdown(
"- Acting as the only Associate Adviser and Client Services Manager for 3 months and meeting all deadlines and compliance requirements.")
st.write("")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("###### Client Services Manager")
with col2:
st.markdown("###### Portfolio Planners")
with col3:
st.markdown("###### 2020")
st.write("")
st.markdown("- Successfully managing the administration team and meeting deadlines with high quality results.")
st.markdown("- Completing the rollovers for our entire client base to our newly preferred platform.")
st.markdown(
"- Helping clients access funds and protect their wealth during market volatility in the beginning of the COVID-19 pandemic.")
st.write("")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("###### Services Team")
with col2:
st.markdown("###### Generation Life")
with col3:
st.markdown("###### 2019 - 2020")
st.write("")
st.markdown("- Managed to process the largest amount of applications per day in record time and accuracy rates.")
st.markdown(
"- Responsible along with the rest of the services team for a successful growth period for the business for which the Responsible along with the rest of the services team for a successful growth period for the business for which the business received reports for excellence.")
st.markdown("- Received a promotion for my dedication and hard work.")
st.write("")
col1, col2, col3 = st.columns(3)
with col1:
st.markdown("###### Client Services")
with col2:
st.markdown("###### Taylors Accountants & Advisors")
with col3:
st.markdown("###### 2010 - 2019")
st.write("")
st.markdown("- Achieved full-time employment during the completion of my tertiary education..")
st.markdown("- Promotion to Client Services Manager during my employment.")
st.markdown(
"- Providing support to the lead adviser and involvement in producing, presenting, and implementing all client advice.")
st.markdown(
"- Successfully managed to restore our server’s data from a backup without losing any files, after being the firm fell victim to a cyber-attack which held all client data for ransom.")
with tab6:
st.subheader("CONTACT ME")
st.write("📱 0422 815 384")
st.write("💬 [email protected]")