Skip to content

Commit 47e5974

Browse files
committed
Update about me
1 parent d1d5be7 commit 47e5974

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

src/pages/about.js

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,14 @@ export default function About() {
88
return (
99
<Layout>
1010
<img src={banner} alt="Me standing on stage giving a talk" />
11-
<div style={{ float: 'left' }}>
12-
<div
13-
style={{
14-
marginRight: '1em',
15-
}}
16-
>
11+
<div style={{ float: 'left', marginRight: '3em', marginBottom: '1em' }}>
12+
<div>
1713
<img
1814
src={me}
1915
style={{
2016
borderRadius: '50%',
21-
minWidth: '14em',
22-
width: '14em',
23-
height: '14em',
17+
width: '10em',
18+
height: '10em',
2419
}}
2520
alt=""
2621
/>
@@ -34,6 +29,7 @@ export default function About() {
3429
listStyleType: 'none',
3530
padding: '0',
3631
margin: '0',
32+
fontSize: '1.1em',
3733
}}
3834
>
3935
<li>
@@ -50,7 +46,7 @@ export default function About() {
5046
href="https://www.linkedin.com/in/kyleetilley/"
5147
style={{ textDecoration: 'none' }}
5248
>
53-
👔 linkedin.com/in/kyleetilley
49+
👔 in/kyleetilley
5450
</OutboundLink>
5551
</li>
5652

@@ -117,11 +113,11 @@ export default function About() {
117113
<p>
118114
Over my career, I've worked across multiple industries, helping
119115
organizations design and build greenfield applications, modernize
120-
legacy systems, optimize workflows, and establish best practices in
121-
development, testing, and delivery. My expertise spans the entire
122-
software lifecycle—from early product discussions to defining robust
123-
testing strategies, building automation frameworks, and mentoring
124-
teams on implementing scalable, testable, maintainable software.
116+
legacy systems, and establish best practices in development,
117+
testing, and delivery. My expertise spans the entire software
118+
lifecycle—from early product discussions to defining robust testing
119+
strategies, building automation frameworks, and mentoring teams on
120+
implementing scalable, testable, maintainable software.
125121
</p>
126122

127123
<p>

0 commit comments

Comments
 (0)