fix: lang + tap target space
This commit is contained in:
parent
47163e6b7f
commit
d86ddc6694
4 changed files with 24 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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 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 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>
|
||||
{% render "partials/now/status.liquid", status:status %}
|
||||
{% render "partials/now-playing.liquid" %}
|
||||
</div>
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ image: /assets/img/ogi/about.jpg
|
|||
</div>
|
||||
<h2 class="page__header text--centered">Hi, I'm Cory</h2>
|
||||
|
||||
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).
|
||||
|
||||
|
|
Reference in a new issue