diff --git a/src/_data/json/meta.json b/src/_data/json/meta.json index db953f21..c7c46c5e 100644 --- a/src/_data/json/meta.json +++ b/src/_data/json/meta.json @@ -1,6 +1,6 @@ { "siteName": "Cory Dransfeldt", - "siteDescription": "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.", + "siteDescription": "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading and tv and movies.", "author": "Cory Dransfeldt", "email": "coryd@hey.com", "url": "https://coryd.dev", diff --git a/src/_includes/partials/now/topper.liquid b/src/_includes/partials/now/topper.liquid index 6bac3efe..50a87d38 100644 --- a/src/_includes/partials/now/topper.liquid +++ b/src/_includes/partials/now/topper.liquid @@ -2,7 +2,7 @@ {%- assign book = books | first -%} {%- assign show = tv | first -%} <div class="now__topper"> - <p><strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, <a href="https://coryd.dev/now#artists">music</a>, writing, <a href="https://coryd.dev/now#books">reading</a>, <a href="https://coryd.dev/now#tv">tv</a> and <a href="https://coryd.dev/now#movies">movies</a>. Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>.</p> + <p><strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, <a href="https://coryd.dev/now#artists">music</a>, writing, <a href="https://coryd.dev/now#books">reading</a>, <a href="https://coryd.dev/now#tv">tv</a> and <a href="https://coryd.dev/now#movies">movies</a>. Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>.</p> {% render "partials/now/status.liquid", status:status %} {% render "partials/now-playing.liquid" %} </div> \ No newline at end of file diff --git a/src/pages/about.md b/src/pages/about.md index 72f31273..b8d85858 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -18,7 +18,7 @@ permalink: /about.html </div> <h2 class="page__header text--centered">Hi, I'm Cory</h2> -<strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://coryd.dev/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>. +<strong class="highlight-text">I'm a software developer based in Camarillo, California</strong>. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, [music](https://coryd.dev/now#artists), writing, [reading](https://coryd.dev/now#books), [tv](https://coryd.dev/now#tv) and [movies](https://coryd.dev/now#movies). Lately I've been{% if artist %} listening to a lot of <strong class="highlight-text">{{ artist.title }}</strong>,{% endif %} reading <strong class="highlight-text">{{ book.title }}</strong> and watching <strong class="highlight-text">{{ show.name }}</strong>. I build, maintain and design web applications. I've been coding professionally since 2010 with a focus on frontend technologies. I help organize [the Eleventy Meetup](https://11tymeetup.dev) and mentor through [Underdog Devs](https://www.underdogdevs.org). diff --git a/src/posts/2023/building-a-now-page-using-nextjs-and-social-apis.md b/src/posts/2023/building-a-now-page-using-nextjs-and-social-apis.md index b6f1fdf8..717f53fd 100644 --- a/src/posts/2023/building-a-now-page-using-nextjs-and-social-apis.md +++ b/src/posts/2023/building-a-now-page-using-nextjs-and-social-apis.md @@ -64,7 +64,7 @@ export default function Now(props) { <Status status={status} /> <p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100"> <MapPinIcon className="mr-1 inline h-6 w-6" /> - Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig. + Living in Camarillo, California with my beautiful family, 3 rescue dogs and a guinea pig. </p> <p className="mt-2 text-lg leading-7 text-gray-500 dark:text-gray-100"> <CodeBracketIcon className="mr-1 inline h-6 w-6" />