diff --git a/package.json b/package.json
index 7e66f5dd..59a54f80 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coryd.dev",
- "version": "7.0.3",
+ "version": "7.0.9",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {
diff --git a/src/_includes/partials/now/topper.liquid b/src/_includes/partials/now/topper.liquid
index fc5e2f92..092d36f0 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 -%}
-
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, tv and movies. Lately I've been{% if artist %} listening to a lot of {{ artist.title }},{% endif %} reading {{ book.title }} and watching {{ show.name }}.
+
I'm a software developer based in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading, tv and movies. Lately I've been{% if artist %} listening to a lot of {{ artist.title }},{% endif %} reading {{ book.title }} and watching {{ show.name }}.
{% render "partials/now/status.liquid", status:status %}
{% render "partials/now-playing.liquid" %}
\ No newline at end of file
diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css
index 81704cd1..49a23b0d 100644
--- a/src/assets/styles/index.css
+++ b/src/assets/styles/index.css
@@ -311,7 +311,7 @@ code {
article h2 {
color: var(--text-color);
line-height: var(--line-height-2xl);
- margin: 0 0 .375rem;
+ margin: 0 0 .85rem;
transition-property: color;
}
@@ -335,8 +335,14 @@ article [rel="author"] {
margin-bottom: .25rem;
}
+article p:first-child {
+ margin-top: .4rem;
+}
+
.tag:not(:last-child) {
- margin-right: .25rem;
+ margin-right: .85rem;
+ margin-bottom: .85rem;
+ display: inline-block;
}
/* buttons */
@@ -463,6 +469,19 @@ li {
line-height: var(--line-height-3xl);
}
+ article h2 {
+ margin: 0 0 .25rem;
+ }
+
+ article p:first-child {
+ margin-top: .75rem;
+}
+
+ .tag:not(:last-child) {
+ margin-right: .5rem;
+ margin-bottom: .5rem;
+ }
+
footer nav:first-child {
gap: .75rem;
}
diff --git a/src/pages/about.md b/src/pages/about.md
index 100d3e88..e0391fab 100644
--- a/src/pages/about.md
+++ b/src/pages/about.md
@@ -16,7 +16,7 @@ image: /assets/img/ogi/about.jpg
-I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, [music](https://last.fm/user/coryd_), writing, [reading](https://app.thestorygraph.com/profile/coryd), [tv](https://trakt.tv/users/cdransf) and [movies](https://trakt.tv/users/cdransf).
+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://last.fm/user/coryd_), writing, [reading](https://app.thestorygraph.com/profile/coryd), [tv](https://trakt.tv/users/cdransf) and [movies](https://trakt.tv/users/cdransf).
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).