chore: make about page consistent w/home
This commit is contained in:
parent
ed54e036ac
commit
6c179829f7
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.10.6",
|
"version": "7.10.7",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -3,6 +3,9 @@ title: About
|
||||||
layout: default
|
layout: default
|
||||||
permalink: /about.html
|
permalink: /about.html
|
||||||
---
|
---
|
||||||
|
{%- assign artist = artists | first -%}
|
||||||
|
{%- assign book = books | first -%}
|
||||||
|
{%- assign show = tv | first -%}
|
||||||
{% capture css %}
|
{% capture css %}
|
||||||
{% render "../assets/styles/pages/about.css" %}
|
{% render "../assets/styles/pages/about.css" %}
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
@ -15,7 +18,7 @@ permalink: /about.html
|
||||||
</div>
|
</div>
|
||||||
<h2 class="page__header text--centered">Hi, I'm Cory</h2>
|
<h2 class="page__header text--centered">Hi, I'm Cory</h2>
|
||||||
|
|
||||||
I'm a software developer based in Camarillo, California. 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).
|
<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>.
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
|
||||||
|
|
Reference in a new issue