-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
53 lines (45 loc) · 2.56 KB
/
Copy pathexperience.html
File metadata and controls
53 lines (45 loc) · 2.56 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
<!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>Experience</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="bio.html">Bio</a></li>
<li><a href="experience.html"><u>Experience</u></a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</nav>
</header>
<div class="experience">
<div class="maine">
<h1>Pleasure Beach</h1>
<p>During my time as a retail assistant at Blackpool Pleasure Beach, I was able to showcase my customer service skills in a high-pressure and dynamic environment. I was responsible for handling transactions, providing information about products and attractions, and ensuring that all customers had a positive experience. I consistently exceeded sales targets, demonstrating my ability to effectively communicate and sell products.</p>
<a href="https://www.blackpoolpleasurebeach.com/">
<img src="Pleasure.png" alt="Blackpool Pleasure Beach">
</a>
</div>
<div class="maine">
<h1>Cheaper Online</h1>
<p>During my time as a warehouse operative at Cheaper Online, I gained valuable experience in a fast-paced and dynamic work environment. I was responsible for the efficient and accurate handling of sock, ensuring that all products were properly stored, labeled and dispatched in a timely manner. I worked closely with my team to meet daily targets and deadlines, demonstrating strong teamwork and collaboration skills.</p>
<a href="https://www.cheaper-online.co.uk/">
<img src="cheaper.png" alt="Cheaper Online">
</a>
</div>
<div class="maine">
<h1>Currys</h1>
<p>During my time as a sales assistant at Currys, I developed my customer service skills, improved my sales techniques, and gained a deeper understanding of the technology industry. I consistently provided exceptional customer service, finding solutions to meet customer needs and building strong relationships. Working in a fast-paced retail environment required me to work effectively with others and to adapt quickly to new procedures and technologies.</p>
<a href="https://www.currys.co.uk/">
<img src="currys.png" alt="Currys">
</a>
</div>
</div>
</body>
</html>