heartwood every commit a ring

Update title

6e0fd41a by Isaac Bythewood · 1 year ago

modified pages/about.js
@@ -73,7 +73,7 @@ const About = () => {        </TransitionGroup>      </Words>      <Paragraph>        I am a <Strong>full-stack developer</Strong>. I enjoy working on        I am a <Strong>senior solutions architect</Strong>. I enjoy working on        everything from linux kernel modules to website front-ends. My first job        was <Strong>modifying kernel modules</Strong> for Digium Telephony Cards        to work on CentOS. I am currently doing a bit of everything — chiefly
modified pages/index.js
@@ -25,7 +25,7 @@ const Index = () => {  }, []);  return (    <Page title="Full-Stack Developer located in Elkin, NC">    <Page title="Senior Solutions Architect located in Elkin, NC">      <ImageWrapper>        <Image          src="/static/images/art/acrylic-pours/005.webp"
@@ -44,7 +44,7 @@ const Index = () => {          );        })}      </TransitionGroup>      <Description>Full-Stack Developer located in Elkin, NC</Description>      <Description>Senior Solutions Architect located in Elkin, NC</Description>      <Name>Isaac</Name>      <Name style={{ animationDelay: "100ms" }}>Bythewood</Name>    </Page>
modified site.config.js
@@ -1,8 +1,8 @@const strings = {  title: "Isaac Bythewood",  description:    "Isaac Bythewood is a Full-Stack Developer and Consultant located in " +    "Elkin, NC.",    "Isaac Bythewood is a Senior Solutions Architect and Consultant located " +    "in Elkin, NC.",};const theme = {