-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (55 loc) · 2.72 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>
<title>Phil Corbett</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/main.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<header>
<a href="http://philcorbett.net">Phil Corbett</a>
</header>
<div class="hero">
<div class="left">
<p>
I'm an engineering leader who thrives on balancing technical challenges with the human side of management. Over
the years, I've worn many hats—from tackling deeply technical problems to guiding teams through ambiguity—and
I've learned that the key to success lies in authenticity and connection. When people feel empowered to bring
their true selves to work, amazing things happen.
</p>
<p>
As a manager, I focus on creating an environment where engineers can excel. I believe in clear communication,
aligning on shared goals, and removing roadblocks so teams can focus on what they do best: building great
solutions. I'm passionate about fostering a culture where people feel supported, valued, and excited to solve
problems together.
</p>
<p>
On the technical side, I enjoy diving into complex systems and breaking them down into manageable, scalable
solutions. I'm always curious and ready to explore new approaches, whether it's leveraging cutting-edge tools or
refining tried-and-true methods. At the core of my work is a belief in simplicity—whether it's in the systems we
build or the processes we follow.
</p>
<p>
Beyond the technical and managerial, I hold authenticity as a guiding principle. I believe leadership is about
more than just driving results; it's about building trust, understanding individual perspectives, and
encouraging people to grow both professionally and personally. My goal is to lead with empathy, stay adaptable,
and always keep learning.
</p>
<p>
When I'm not leading teams or solving problems, I'm likely exploring ways to be a better version of
myself—whether through studying psychology, reflecting on meaningful work, or figuring out how to bring more
balance and focus into my life.
</p>
</div>
<div class="image"></div>
</div>
</body>
<footer>
<ul>
<li><a target="_blank" href="https://www.linkedin.com/in/phil-corbett-live/">LinkedIn</a></li>
<li><a target="_blank" href="https://bsky.app/profile/philcorbett.net">BlueSky</a></li>
<li><a target="_blank" href="http://github.com/PureMunky" rel="me">Github</a></li>
<li><a target="_blank" href="https://www.paypal.me/philcorbettlive" rel="me">PayPal</a></li>
</ul>
</footer>
</html>