-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkexperience.html
More file actions
78 lines (71 loc) · 4.11 KB
/
workexperience.html
File metadata and controls
78 lines (71 loc) · 4.11 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179066783-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179066783-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<title>Joshua Nwankwo</title>
</head>
<div class="container" id="navibar">
<nav class="navbar navbar-expand-lg sticky-top rounded-pill justify-content-around nav-justified darkLight">
<span class="nav-item">
<a class="nav-link navbar-brand" href="index.html">
<img class="animoji-avatar" src="images/animoji.png" alt="avatar">
</a>
</span>
<span class="nav-item">
<a class="nav-link" href="aboutme.html">About Me</a>
</span>
<span class="nav-item">
<a class="nav-link" href="education.html">Education</a>
</span>
<span class="nav-item">
<a class="nav-link" href="workexperience.html">Work Experience</a>
</span>
</nav>
</div>
<body>
<div class="container">
<div>
<div>
<p>
<img class="bodyImage" src="images/IMG_2635.jpg" alt="pic of josh in front of bmw logo">
One of the biggest flaws I've been able to improve upon would be my communication skills and its something that each of my work experiences
have helped me develop further. I was able to learn to speak more confidently with knowledge backing it and also being more concise
in all forms of communication. <i> If you would prefer a PDF copy of my resume, feel free to reach out via <a href="https://docs.google.com/forms/d/e/1FAIpQLSe57rDENK1yjWq_3UTnaCW6yZZcmcw-Th_O3rZTqF6BghPwAA/viewform?usp=sf_link" target="_blank">email</a> and I can send a copy immediately</i>
</p>
<h5>Student Assistant at Texas Tech University [Nov. 2018 -- Present]</h5>
<ul>
<li>Served as front line IT help support for student and faculty members</li>
</ul>
<h5>Corrosion Planning Co-op at BMW Manufacturing Co. [Summer 2020]</h5>
<ul>
<li>Performed periodic testing and analyzed corrosion film build data to ensure BMW Group standards are achieved</li>
<li>Utilized root cause analysis to solve daily issues relating to production line issues</li>
<li>Aided in design of increased durability and cost efficiency of production line fixture</li>
</ul>
<h5>New Model Planning Co-op at BMW Manufacturing Co. [Fall 2019]</h5>
<ul>
<li>Performed and analyzed cycle time data to identify pinch points and areas for work content redistribution</li>
<li>Coordinated with contractors to develop quotes and verify feasibility of new work deck designs</li>
</ul>
<h5>Irrigation Patroller at City of Frisco Public Works [Summer 2018 & Summer 2019]</h5>
<ul>
<li>Engaged with and educated citizens on proper outdoor water usage and conservation</li>
<li>Tracked violations and issues in central water use database</li>
<li>Worked with citizens and businesses to reduce water waste and streamline current water use</li>
</ul>
</div>
</div>
</div>
</body>
</html>