@@ -8,19 +8,14 @@ export default function About() {
8
8
return (
9
9
< Layout >
10
10
< 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 >
17
13
< img
18
14
src = { me }
19
15
style = { {
20
16
borderRadius : '50%' ,
21
- minWidth : '14em' ,
22
- width : '14em' ,
23
- height : '14em' ,
17
+ width : '10em' ,
18
+ height : '10em' ,
24
19
} }
25
20
alt = ""
26
21
/>
@@ -34,6 +29,7 @@ export default function About() {
34
29
listStyleType : 'none' ,
35
30
padding : '0' ,
36
31
margin : '0' ,
32
+ fontSize : '1.1em' ,
37
33
} }
38
34
>
39
35
< li >
@@ -50,7 +46,7 @@ export default function About() {
50
46
href = "https://www.linkedin.com/in/kyleetilley/"
51
47
style = { { textDecoration : 'none' } }
52
48
>
53
- 👔 linkedin.com/ in/kyleetilley
49
+ 👔 in/kyleetilley
54
50
</ OutboundLink >
55
51
</ li >
56
52
@@ -117,11 +113,11 @@ export default function About() {
117
113
< p >
118
114
Over my career, I've worked across multiple industries, helping
119
115
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.
125
121
</ p >
126
122
127
123
< p >
0 commit comments