<style>
body {
border: none;
}
.container {
max-width: 800px;
margin: 20px auto 0;
text-align: center;
padding: 0 1rem;
}
h1 {
font-size: 3rem;
}
.profile-image {
border-radius: 10%;
height: 10rem;
}
p {
max-width: 600px;
text-align: center;
margin: 1rem auto 2rem;
}
ul {
display: flex;
justify-content: center;
font-size: 1.4rem;
margin: 0 auto 1.5rem;
max-width: 600px;
}
li {
list-style: none;
flex-grow: 1;
border-right: 1px solid lightgray;
}
li:last-child {
border: none;
}
.divider {
color: lightgray;
}
.svg-image {
height: 2rem;
width: 2rem;
vertical-align: middle;
}
@media (max-width: 600px) {
html { font-size: 16px; }
}
</style>
Hi, I'm TJ. I'm a software developer, tech author, speaker, and a
Principal Developer Advocate for Blues.
I have over a decade of development experience, including a few years working
on the jQuery, NativeScript, and Kendo UI teams. Nowadays I spend my time
helping developers build awesome IoT experiences.