-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (59 loc) · 2.92 KB
/
index.html
File metadata and controls
63 lines (59 loc) · 2.92 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
<!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="https://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>
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 to 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 by studying psychology and productivity techniques.
</p>
<p>
I'm available for free 30-minute chats about engineering leadership, management challenges, or just to connect.
Feel free to schedule some time with me via <a href="https://calendar.app.google/m8kSBYeTmrLFFDmb6">my
calendar</a>.
</p>
</div>
<div class="image"></div>
</div>
</body>
<footer>
<ul>
<li><a target="_blank" href="blog/index.html">Blog</a></li>
<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>