-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhire.html
46 lines (44 loc) · 1.67 KB
/
hire.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
---
title: Hire me
layout: post
title-skip: true
---
<div class="hire-panel">
<h1>Need an engineering leader?</h1>
<p>
Hi, I'm Andrew.
I'm a software engineering manager based out of Austin, TX.
I am not actively looking for a new role, but I am open to hearing about new roles as either a software engineering manager or software engineer, both locally and remote.
</p>
<p>
Have an interesting role on your team? <a href="mailto:andrew.capshaw@gmail.com">Let's talk</a>.
</p>
</div>
<div class="hire-container">
<div class="hire-panel hire-panel--with-button">
<h1>Résumé in 10 seconds</h1>
<p>
<ul>
<li>I've been a Software Engineering Manager since 2019 and I was a Software Engineer prior to that.</li>
<li>I've built products usings Django, Java Spring, and React, among other things. I'm very flexible in stack.</li>
<li>I graduated from Rice University in 2014 with a degree in computer science.</li>
</ul>
</p>
<p>
<a class="hire-button" href="/resume/AndrewCapshaw_resume.pdf">Check out my full résumé</a>
</p>
</div>
<div class="hire-panel hire-panel--with-button">
<h1>Leadership beliefs, briefly</h1>
<p>
<ul>
<li>I serve my team. I'm there to create an environment where they can do their most impactful work.</li>
<li>I give my direct reports feedback early and often. I don't delay critical feedback.</li>
<li>I lead by example. I don't ask my team to exemplify behaviors that I can or do not exemplify.</li>
</ul>
</p>
<p>
<a class="hire-button" href="/work/leadership-philosophy/">Read my leadership beliefs</a>
</p>
</div>
</div>