-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (51 loc) · 2.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Homepage</title>
<script src="https://kit.fontawesome.com/015d63ce65.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="styles/stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=Lobster|Permanent+Marker|Righteous&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="righteous">Welcome to Chris Dela Pena's Website</h1>
<nav>
<a href="index.html"><i class="fas fa-home"></i>Homepage</a>
<a href="about-me.html"><i class="far fa-smile-beam"></i>About Me</a>
<a href="my-projects.html"><i class="fas fa-folder-open"></i>My Projects</a>
<a href="contact-me.html"><i class="fas fa-envelope"></i>Contact Me</a>
</nav>
</header>
<h1>Welcome to the Home Page!</h1>
<section>
<h2>My name is Chris Dela Pena and it's great to meet you.</h2>
<img src="images/self.jpg" alt="A picture of me">
<h2>Professional Summary</h2>
<div class="container">
<div class="box">
<p class="important"> I'm currently an engineering manager working in the fast-paced Boeing 737 Wing Production line,
managing a 13-person team responsible for providing repairs to damaged hardware. The production
line produces 2 sets of Wings per day, comprised of thousands of parts, so working with a sense of urgency is part of the culture.</p>
</div>
<div class="box">
<p>Before that, I was an engineering manager in charge of build plan creation and hardware repairs at the Boeing Fabrication
tube and duct shop, which produces between 900,000 to 1,000,000 parts per year at high velocity. Before that, I was a lead engineer for a product and
process improvement, as well as hardware repair team.</p>
</div>
<div class="box">
<p>In each role, I've worked on several projects to improve organizational performance.
Due to the pace of my current and most recent positions, I am used to quickly responding to customer concerns
and resolving novel, production-stopping problems with urgency.</p>
</div>
</div>
<ul>
<li><a href="linked-files/Resume-2020.docx">Click here</a> to view my resume.</li>
<li><a href="https://www.linkedin.com/in/chrisdelapena/">Click here</a> to view my LinkedIn profile.</li>
</ul>
</section>
<footer>
<p>By Chris Dela Pena</p>
</footer>
</body>
</html>