File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { OutboundLink } from 'gatsby-plugin-google-analytics';
77export default function About ( ) {
88 return (
99 < Layout >
10- < img src = { banner } />
10+ < img src = { banner } alt = "Me standing on stage giving a talk" />
1111 < h2 style = { { fontSize : "2em" } } > About Me</ h2 >
1212
1313 < section >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default function Talks() {
4343 < li > Workshops</ li >
4444 < li > Mobbing, pairing, one-on-one</ li >
4545 < li > Customized</ li >
46- < li > 💻💥 Live coding</ li >
46+ < li > < span role = 'img' aria-label = 'Laptop' > 💻 </ span > < span role = 'img' aria-label = 'Explosion' > 💥 </ span > Live coding</ li >
4747 </ ul >
4848 </ section >
4949
@@ -78,7 +78,7 @@ export default function Talks() {
7878 < h3 > Contact</ h3 >
7979
8080 < p >
81- ✉️ kyleetilley[at]gmail.com
81+ < span role = 'img' aria-label = 'Email' > ✉️ </ span > kyleetilley[at]gmail.com
8282 </ p >
8383 </ section >
8484 </ Layout >
You can’t perform that action at this time.
0 commit comments