-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkexperience.html
133 lines (131 loc) · 5.44 KB
/
workexperience.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Experience</title>
</head>
<body>
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="index.html">
<h1><span>L</span>ouryn <span>N</span>athan</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="index.html" data-after="Home">Home</a></li>
<li><a href="about.html" data-after="About">About</a></li>
<li><a href="workexperience.html" data-after="Experience">Experience</a></li>
<li><a href="contact.html" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Workexp Section -->
<section id="aboutme">
<div class="aboutme container">
<div class="aboutme-top">
<h1 class="section-title">Work <span>Experiences</span></h1>
</div>
<div class="aboutme-bottom">
<div class="aboutme-item">
<div class="icon">
<img src="img/maccas.png"/>
</div>
<h2>Mcdonald's</h2>
<h4>Crew Member</h4>
<p>July 2019 - Jan 2020</p>
<p>I worked in a drive-thru, in McCafes and front counter where I have learned skills such as customer service, verbal communication and knowledge of food preparation and hygiene procedures.</p>
</div>
<div class="aboutme-item">
<div class="icon">
<img src="img/yoyoso.png"/>
</div>
<h2>Yoyoso</h2>
<h4>Sales Assistant</h4>
<p>July 2022 - Present</p>
<p>As a retail cashier, I process payments, maintain an accurate cash register and provide excellent customer service, requiring basic math and interpersonal skills.</p>
</div>
<div class="aboutme-item">
<div class="icon">
<img src="img/miltech.jpg"/>
</div>
<h2>Millenium Tech</h2>
<h4>IT Support</h4>
<p>June 2021 - Jul 2021</p>
<p>Setting up or functioning fresh installs in new computers/laptops, I learned basic repairing in hardware and servers. As well as doing customer service.</p>
</div>
<div class="aboutme-item">
<div class="icon">
<img src="img/countdown.jpg"/>
</div>
<h2>Countdown</h2>
<h4>Retail Assistant</h4>
<p>July 2020 - Aug 2020</p>
<p>I worked in different stations e.g. deli, bakery, where I have learned skills such as customer service, personal presentation, food safety, product knowledge and teamwork.</p>
</div>
</div>
</section>
<h1 class="section-title">Sk<span>i</span>lls</h1>
<div class="skills-diagram">
<dt class="skill-5">Teamwork</dt>
<dt class="skill-10">Customer Service</dt>
<dt class="skill-3">CSS</dt>
<dt class="skill-8">Html</dt>
<dt class="skill-4">Language Skill</dt>
<dt class="skill-6">Self-Management</dt>
<dt class="skill-7">JS</dt>
<dt class="skill-9">Interpersonal Skills</dt>
<p> </p>
<h3>Customer Service</h3>
<p>During my work experience at Mcdonald's we learned how to ensure that customers feel welcomed, that they have everything they need, and that they leave feeling special.</p>
<p> </p>
<h3>Interpersonal Skill</h3>
<p>In my role as an IT support at Millennium Technology we receive calls from different clients and must interact with customers for hours on end, so communication, along with patience, empathy, and active listening is vital</p>
<p> </p>
<h3>Language Skill</h3>
<p>Filipino-native</p>
<p> </p>
<h3>Teamwork</h3>
<p>Working in different jobs I've learned how to build and nurture strong relationships while effectively collaborating to get things done.</p>
<p> </p>
<h3>Self-Management</h3>
<p>Working for Millennium Technology it is important to get things done correctly so I've adapted the skill to ask questions first when starting a task to make sure that I'm performing it correctly or to see if I need to make changes.</p>
<p> </p>
<h3>Willingness to learn</h3>
<p>Working from different jobs I've learned the skill to actively listen to my managers and colleagues and being receptive to their suggestions and criticism to easily adapt into the new environment.</p>
</div>
</div>
</section>
<!--End of Workexp Section-->
<!--Footer-->
<section id="footer">
<div class="footer container">
<div class="brand"><h1><span>L</span>ouryn <span>N</span></span>than</h1></div>
<h2>Get in Touch:</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/Lowreenlimjoco/" target="_blank"><img src="img/facebook-new.png"/></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/ntnlou/" target="_blank"><img src="img/instagram-new.png"/></a>
</div>
<div class="social-item">
<a href="https://www.linkedin.com/in/louryn-nathan-054a85270/" target="_blank"><img src="img/linkedin-circled.png"/></a>
</div>
</div>
<p>Copyright © 2023 Louryn. All rights reserved</p>
</div>
</section>
<!--End of Footer-->
<script src="./app.js"></script>
</body>
</html>