-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
375 lines (364 loc) · 14 KB
/
template.html
File metadata and controls
375 lines (364 loc) · 14 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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html>
<head>
<title>MARJORIE's Resume</title>
<link rel="stylesheet" href="css/skeleton.css" />
<link rel="stylesheet" href="css/layout.css" />
<link
href="https://fonts.googleapis.com/css?family=Quicksand:400,700"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<!-- Using the Skeleton.css to make two columns on my resume
the first column is about 30% of the page, while the second
column is about 70% of the page
Sixteen columns take up the whole page-->
<div class="container sixteen columns">
<!--The left column - five columns of the total 16 (31% of the page)-->
<div class="five columns left_side">
<ul class="contactInfo">
<li class="">
<h2 class="top_page">MARJORIE D. MCGAHEY</h2>
</li>
<li class="top_contact contact">
(+1) 718-564-6972<img
class="icon"
src="images/phone_icon.jpg"
alt="phone icon"
width="23"
/>
</li>
<li class="contact">
<a href="mailto:[email protected]">[email protected]</a>
<img
class="icon"
src="images/email_icon.jpg"
alt="email icon"
height="20"
width="20"
/>
</li>
<li class="contact">
<a href="http://marjorie-info.me">http://marjorie-info.me</a>
<img
class="icon"
src="images/website_icon.jpg"
alt="email icon"
height="20"
width="20"
/>
</li>
<li class="contact">
<a href="www.linkedin.com"
>www.linkedin.com/me</a
>
<img
class="icon"
src="images/linkedin.png"
alt="linkedin icon"
height="21"
width="23"
/>
</li>
<li class="contact">
<a href="https://stackoverflow.com"
>stackoverflow.com/me</a
>
<img
class="icon"
src="images/stack_overflow_icon.png"
alt="stack_overflow icon"
height="21"
width="23"
/>
</li>
<li class="contact">
<a href="https://github.com">github.com/me</a>
<img
class="icon"
src="images/github_icon.jpg"
alt="github icon"
height="21"
width="23"
/>
</li>
<li class="contact">
<div class="address_top">
526 Longview Avenue, Brooklvn
</div>
NY 11226
<img
class="icon"
src="images/mail_icon.jpg"
alt="mail icon"
height="20"
width="22"
/>
</li>
</ul>
<div class="small_section">
<h4>EDUCATION</h4>
<div class="education">
<div class="where">FOREIGN TRADE UNIVERSITY</div>
<div>SEP 2010 - JUNE 2015</div>
<div>Major: Economics and International Business</div>
</div>
<div class="education">
<div class="where">UNIVERSITY OF ECONOMICS</div>
<div>SEP 2012 - JUNE 2014</div>
<div>Major: Chief accountant</div>
</div>
</div>
<!--small_section-->
<div>
<h4>PRIMARY SKILLS</h4>
<!--spilt this into two columns to have the skills listed out
To fit within the five columns the columns have to be 2 and
3 columns (using the skeleton)-->
<div>
<span class="where">C++, C</span>
<span class="left_padding_150px">10+ yrs</span>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
</div>
</div>
<!-- End of C++ -->
<div>
<div>
<span class="where">Python</span>
<span class="left_padding_150px">10 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End of Python -->
<div>
<div>
<span class="where">MacOS Apps Development</span>
<span class="left_padding_20px">5+ yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End MacOS Apps Development -->
<div>
<div>
<span class="where">Windows Apps Development</span>
<span class="left_padding_10px">5 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End Windows Apps Development -->
<div>
<div>
<span class="where">Linux Apps Development</span>
<span class="left_padding_20px">3 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End Linux Apps Development -->
<div>
<div>
<span class="where">micro-services</span>
<span class="left_padding_10px">2 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End micro-services -->
<div>
<div>
<span class="where">distributed-computing</span>
<span class="left_padding_10px">2 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End micro-services -->
<div>
<div>
<span class="where">Machine Learning</span>
<span class="left_padding_10px">1 + yrs</span>
</div>
<div>
<div class="box"></div>
<div class="box"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
<div class="box white"></div>
</div>
</div>
<!-- End Machine Learning -->
</div>
<!--small_section-->
</div>
<!-- left_side -->
<!--The right column - 11 columns of the total 16 (68% of the page)-->
<!--This column is for my experience and jobs -->
<div class="eleven columns right_side">
<h3>
Take advantages of sales skills & experience and understanding
of types market to become a professional Sales Staff and bring a lot value to Customers.
Becoming a professional in marketing, going to work in dynamic working environment with
challenges to develop myself. From that, I will contribute to development of your Company.
</h3>
<div class="top">
<h3>WORK EXPERIENCE</h3>
<div>
<span class="where">Superstar Trader</span>
<span>THE TRADING COMPANY</span>
<span class="when">April 2020 - Present</span>
<ul>
<li>Accomplished trader with a proven track record of success within a prominent trading company.</li>
<li>Demonstrated exceptional skills in navigating the complexities of the market and leveraging opportunities for profitable outcomes.</li>
<li>Adept at analyzing market trends, identifying lucrative prospects, and executing strategic trades with precision.</li>
<li>Consistently achieved impressive financial results through a combination of astute decision-making, meticulous research, and disciplined risk management.</li>
<li>Possess an unwavering dedication to continuous learning and staying abreast of industry developments to maintain a competitive edge.</li>
<li>Recognized for exceptional problem-solving abilities, adaptability, and resilience in fast-paced and volatile trading environments.</li>
<li>Effective communicator and collaborator, adept at building strong relationships with clients, colleagues, and stakeholders.</li>
<li>Display a strong work ethic, unyielding commitment, and an insatiable drive for achieving outstanding results in the world of trading.</li>
</ul>
</div>
<!-- Current Job-->
<div>
<span class="where">Market Researcher</span>
<span>IPSOS BUSINESS CO.</span>
<span class="when">Jan 2015 - Apr 2020</span>
<ul>
<li>Distinction as an accomplished market researcher, revered for driving strategic insights and informing critical business decisions.</li>
<li>Proficient in conducting comprehensive market analysis, utilizing a diverse range of research methodologies, and extracting actionable intelligence.</li>
<li>Demonstrated expertise in identifying emerging trends, consumer behavior patterns, and competitive landscapes to unlock untapped market potential.</li>
<li>Proven track record of delivering in-depth reports, encompassing market sizing, segmentation, and forecasting, that have guided successful product launches and market entry strategies.</li>
<li>Exceptional data interpretation skills, leveraging advanced analytics tools and techniques to extract meaningful insights and translate them into actionable recommendations.</li>
<li>Strong ability to synthesize complex information and distill it into concise, impactful summaries that effectively communicate findings to stakeholders at all levels.</li>
<li>Proficient in utilizing both quantitative and qualitative research methods, adept at conducting surveys, focus groups, and interviews to uncover valuable customer insights.</li>
<li>Known for meticulous attention to detail, ensuring accuracy and reliability of research findings to support informed decision-making.</li>
<li>Collaborative team player, adept at working cross-functionally with diverse stakeholders, including marketing, product development, and sales teams, to align research outcomes with organizational objectives.</li>
<li>Dedicated to staying abreast of market trends, industry developments, and emerging research methodologies to continuously enhance research capabilities and deliver superior results.</li>
</ul>
</div>
<!-- last Job-->
</div>
<!-- end section -->
<h3>SKILLS & TOOLS</h3>
<table>
<tr>
<td class="large_column">Relational Databases(RDBMS)</td>
<td>JavaScript</td>
<td>Xcode</td>
<td>Docker</td>
</tr>
<tr>
<td>Computer Networking</td>
<td>Rust lang</td>
<td>Visual Studio</td>
<td>Podman</td>
</tr>
<tr>
<td>MacOS, Linux Shell Scripting</td>
<td>Git</td>
<td>GNU make</td>
<td>localstack</td>
</tr>
<tr>
<td>C++ Template Metaprogramming</td>
<td>Jira</td>
<td>CMake</td>
<td>Nginx</td>
</tr>
<tr>
<td>GCC linker internals</td>
<td>Intel Vtune</td>
</tr>
<tr>
<td>boost-cpp</td>
<td>Valgrind</td>
</tr>
</table>
<!--three columns-->
</div>
<!-- End of container -->
</div>
<!--right_side-->
</div>
<!-- container -->
</body>
</html>