@@ -8,55 +8,77 @@ export default function About() {
8
8
return (
9
9
< Layout >
10
10
< img src = { banner } alt = "Me standing on stage giving a talk" />
11
- < h2 style = { { fontSize : '2em' } } > Kylee Tilley</ h2 >
12
-
13
- < section >
11
+ < div style = { { float : 'left' } } >
14
12
< div
15
13
style = { {
16
- float : 'left' ,
17
- padding : '1em' ,
18
- width : '10em' ,
19
14
marginRight : '1em' ,
20
15
} }
21
16
>
22
17
< img
23
18
src = { me }
24
19
style = { {
25
20
borderRadius : '50%' ,
26
- minWidth : '7em ' ,
27
- width : '7em ' ,
28
- height : '7em ' ,
21
+ minWidth : '14em ' ,
22
+ width : '14em ' ,
23
+ height : '14em ' ,
29
24
} }
30
25
alt = ""
31
26
/>
27
+ </ div >
32
28
33
- < ul >
29
+ < div >
30
+ < h2 style = { { fontSize : '2em' } } > Kylee Tilley</ h2 >
31
+
32
+ < ul
33
+ style = { {
34
+ listStyleType : 'none' ,
35
+ padding : '0' ,
36
+ margin : '0' ,
37
+ } }
38
+ >
34
39
< li >
35
- < OutboundLink href = "https://github.com/testingrequired" >
36
- github.com/testingrequired
40
+ < OutboundLink
41
+ href = "https://github.com/testingrequired"
42
+ style = { { textDecoration : 'none' } }
43
+ >
44
+ 🧑💻 github.com/testingrequired
37
45
</ OutboundLink >
38
46
</ li >
39
47
40
48
< li >
41
- < OutboundLink href = "https://www.linkedin.com/in/kyleetilley/" >
42
- linkedin.com/in/kyleetilley
49
+ < OutboundLink
50
+ href = "https://www.linkedin.com/in/kyleetilley/"
51
+ style = { { textDecoration : 'none' } }
52
+ >
53
+ 👔 linkedin.com/in/kyleetilley
43
54
</ OutboundLink >
44
55
</ li >
45
56
46
57
< li >
47
- < OutboundLink href = "https://bsky.app/profile/testingrequired.com" >
58
+ < OutboundLink
59
+ href = "https://bsky.app/profile/testingrequired.com"
60
+ style = { { textDecoration : 'none' } }
61
+ >
48
62
🦋 @testingrequired.com
49
63
</ OutboundLink >
50
64
</ li >
51
65
</ ul >
52
66
</ div >
67
+ </ div >
53
68
54
- < div style = { { fontSize : '1.15em' } } >
69
+ < section >
70
+ < div
71
+ style = { {
72
+ fontSize : '1.1em' ,
73
+ textJustify : 'inter-character' ,
74
+ textAlign : 'justify' ,
75
+ } }
76
+ >
55
77
< p >
56
- Hi there! I’m Kylee Tilley, a software engineer with over 10 years
57
- of professional experience. I started as a self-taught coder, making
58
- webpages (Geocities 😍) and writing small utilities to make my IT
59
- help desk job easier.
78
+ Hi there! I'm a software engineer with over 10 years of professional
79
+ experience. I started as a self-taught coder, making webpages
80
+ (Geocities 😍) and writing small utilities to make my IT help desk
81
+ job easier.
60
82
</ p >
61
83
62
84
< p >
0 commit comments