-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork-experience.html
More file actions
50 lines (50 loc) · 2.86 KB
/
work-experience.html
File metadata and controls
50 lines (50 loc) · 2.86 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
<!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="styles/styles.css">
<title>Work Experiences</title>
</head>
<body>
<div>
<header>
<nav>
<a href="personal-project.html">Personal Projects</a>
<a href="index.html">
<img src="images/porfolio_logo.png" alt="The logo of the website" class="logo">
</a>
<a href="work-experience.html">Work Expereinces</a>
</nav>
</header>
<main>
<div id="work-grid">
<img src="images/work2.jpeg" id="mission" alt="Me on my mission in Texas">
<h1 id="workheadline">Work Experience</h1>
<img src="images/wendys.avif" id="wendys" alt="A picture of a Wendy's">
<div class="colorandcenter" id="workpara">
During my time in high school, I was able to work in several different industries. I worked for Wendy’s, which helped me learn
the soft skills of good teamwork to accomplish goals in a restricted amount of time. I worked for a local landscaping company,
which helped me build my skills with effective communication with leadership and effective planning of time. We had a large
property that we covered, and we were in close contact with the managers to let them know about any issues that might have
arisen, as well as our progress across the property. Shortly after graduating, I was able to work as a tutor in an elementary
school, which again helped me to build skills with management, as I was always working closely with the teacher that I was
aiding. Following that, I was able to serve a mission for The Church of Jesus Christ of Latter-Day Saints. This experience
greatly helped me to grow in many of my soft skills, including working with a partner, team, and organization, as well as
adapting to needs and solving problems quickly. After returning home I was able to return to the elementary school and work as
a substitute teacher, which has helped me become more flexible, and able to solve problems with given information very quickly.
</div>
</div>
</main>
<footer>
<div class="footer_items">
<h2 id="github">GitHub Link</h2>
<a href="https://github.com/lincolnhuls/portfolio" id="github_link">Click Here</a>
<a href="site-plan.html" id="siteplan">Site Plan</a>
<h2 id="workemail">Work Email</h2>
<p id="email">hulsl------@-----.com</p>
</div>
</footer>
</div>
</body>
</html>