chore: never did like those class conventions
This commit is contained in:
parent
40a873a354
commit
9317a760b0
63 changed files with 247 additions and 256 deletions
|
@ -3,7 +3,7 @@ title: 400
|
|||
layout: default
|
||||
permalink: /400.html
|
||||
---
|
||||
<div class="text--centered">
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<div class="text-centered">
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>Nah, that's a bad request.</p>
|
||||
</div>
|
|
@ -4,13 +4,13 @@ layout: default
|
|||
permalink: /404.html
|
||||
image: /assets/img/404.jpg
|
||||
---
|
||||
<div class="four-oh-four__wrapper">
|
||||
{% image 'https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&w=1000', title, 'image__banner', 'eager' %}
|
||||
<div class="text--centered">
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<div class="four-oh-four-wrapper">
|
||||
{% image 'https://coryd.dev/.netlify/images/?url=/assets/img/404.jpg&w=1000', title, 'image-banner', 'eager' %}
|
||||
<div class="text-centered">
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
What kind of idiots do you have working here? <a href="/">Hurry up and skip out on the room service bill!</a>
|
||||
</div>
|
||||
<hr class="large__spacing" />
|
||||
<hr class="large-spacing" />
|
||||
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount, hasSpace:true %}
|
||||
{% render "partials/addon-links.liquid", posts:collections.posts, analytics:analytics, links:links %}
|
||||
</div>
|
|
@ -6,13 +6,13 @@ permalink: /about.html
|
|||
{%- assign artist = music.artists | first -%}
|
||||
{%- assign book = books | first -%}
|
||||
{%- assign show = tv | first -%}
|
||||
<div class="avatar__wrapper flex--centered">
|
||||
<div class="avatar__wrapper--interior">
|
||||
<div class="avatar-wrapper flex-centered">
|
||||
<div class="interior">
|
||||
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
|
||||
{% image 'https://coryd.dev/.netlify/images/?url=/assets/img/avatar.png&w=600', about_alt, '', 'eager' %}
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="page__header text--centered">Hi, I'm Cory</h2>
|
||||
<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 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>.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ description: 'These are awesome blogs that I enjoy and you may enjoy too.'
|
|||
{% render "../assets/styles/pages/blogroll.css" %}
|
||||
{% endcapture %}
|
||||
<style>{{ css }}</style>
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<p>You can <a onclick="clicky?.log('/blogroll','OPML download', 'download');" href="/blogroll.opml">download an OPML file</a> containing all of these feeds and import them into your RSS reader.</p>
|
||||
<table>
|
||||
<tr>
|
||||
|
@ -20,7 +20,7 @@ description: 'These are awesome blogs that I enjoy and you may enjoy too.'
|
|||
<tr>
|
||||
<td>{{ blog.name }}</td>
|
||||
<td><a href="{{ blog.url }}">{{ blog.url | replace: "https://", "" }}</a></td>
|
||||
<td class="blog--roll__icons">
|
||||
<td class="blog-roll-icons">
|
||||
{%- if blog.feed -%}
|
||||
<a href="{{ blog.feed }}">{% tablericon "rss" "Subscribe via RSS" %}</a>
|
||||
{%- else -%}
|
||||
|
|
|
@ -3,10 +3,10 @@ title: Success
|
|||
layout: default
|
||||
permalink: /contact/success.html
|
||||
---
|
||||
<div class="text--centered">
|
||||
<h2 class="contact__success--header">{{ title }}</h2>
|
||||
<div class="text-centered">
|
||||
<h2 class="contact-success-header">{{ title }}</h2>
|
||||
I'll be in touch soon! <a href="/">Head home</a>
|
||||
</div>
|
||||
<hr class="large__spacing" />
|
||||
<hr class="large-spacing" />
|
||||
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount, hasSpace:true %}
|
||||
{% render "partials/addon-links.liquid", posts:collections.posts, analytics:analytics, links:links %}
|
|
@ -4,9 +4,9 @@ layout: default
|
|||
permalink: /contact.html
|
||||
description: 'How to contact me.'
|
||||
---
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<div class="contact__wrapper">
|
||||
<div class="column contact__description">
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
<div class="contact-wrapper">
|
||||
<div class="column description">
|
||||
<p>Fill out the form to get in touch. Or I've got other options 👇🏻</p>
|
||||
<ul>
|
||||
<li>Ping me on <a href="https://social.lol/@cory">Mastodon</a></li>
|
||||
|
@ -28,7 +28,7 @@ description: 'How to contact me.'
|
|||
<input type="email" name="email" placeholder="Email" required />
|
||||
</label>
|
||||
<textarea name="message" placeholder="Message" required></textarea>
|
||||
<div class="flex--centered justify--centered">
|
||||
<div class="flex-centered justify-centered">
|
||||
<button type="submit">Send message</button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: /feeds.html
|
|||
description: 'Content feeds exposed by and generated from my site.'
|
||||
---
|
||||
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
These are web feeds, also known as [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(web_standard)) feeds. Subscribe by copying the URL from the address bar into your newsreader. Visit [About Feeds](https://aboutfeeds.com) to get started with newsreaders and subscribing. It's free.
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@ layout: now
|
|||
permalink: /now.html
|
||||
description: "See what I'm doing now."
|
||||
---
|
||||
<h2 class="now__section--header flex--centered">
|
||||
<h2 class="now-header flex-centered">
|
||||
{% tablericon "clock-heart" "Currently" %}
|
||||
Currently
|
||||
</h2>
|
||||
<div class="now__section--text">
|
||||
<div class="now-text">
|
||||
{% render "partials/now/status.liquid", status:status %}
|
||||
<p>
|
||||
{% tablericon "map-2" "Map" %}
|
||||
|
@ -27,11 +27,11 @@ description: "See what I'm doing now."
|
|||
<a href="https://coryd.dev/posts/2024/on-getting-tattooed/">Getting tattooed</a>.
|
||||
</p>
|
||||
</div>
|
||||
<h2 class="now__section--header flex--centered">
|
||||
<h2 class="now-header flex-centered">
|
||||
{% tablericon "terminal-2" "Making" %}
|
||||
Making
|
||||
</h2>
|
||||
<div class="now__section--text">
|
||||
<div class="now-text">
|
||||
<p>
|
||||
{% tablericon "code" "Hacking" %}
|
||||
Hacking away on projects like this page, my <a href="/">blog</a>, and whatever else I can find time for.
|
||||
|
|
|
@ -4,11 +4,11 @@ layout: default
|
|||
permalink: /referrals.html
|
||||
description: 'Referral links for services that I use.'
|
||||
---
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
Referral links for services I use. I save some money, and you do as well if you choose to use them.
|
||||
|
||||
<ul>
|
||||
<ul class="link-list">
|
||||
<li><a onclick="clicky?.log('/referrals', 'Clicky referral', 'click')" href="https://clicky.com/101449513">Clicky</a></li>
|
||||
<li><a onclick="clicky?.log('/referrals','NextDNS referral', 'click')" href="https://nextdns.io/?from=m56mt3z6">NextDNS</a></li>
|
||||
<li><a onclick="clicky?.log('/referrals','DNSimple referral', 'click')" href="https://dnsimple.com/r/3a7cbb9e15df8f">DNSimple</a></li>
|
||||
|
|
|
@ -9,7 +9,7 @@ permalink: /stats.html
|
|||
<p><strong>Top tags</strong></p>
|
||||
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount %}
|
||||
<p><strong>Popular posts</strong></p>
|
||||
<ol class="link__list">
|
||||
<ol class="link-list">
|
||||
{% assign posts = collections.posts | getPopularPosts: analytics %}
|
||||
{% for post in posts limit: 10 %}
|
||||
<li>
|
||||
|
|
|
@ -15,7 +15,7 @@ eleventyComputed:
|
|||
{{ post.date | date: "%B %e, %Y" }}
|
||||
</time>
|
||||
<a href="{{ post.url }}">
|
||||
<h2 class="flex--centered">{{ post.data.title }}</h2>
|
||||
<h2 class="flex-centered">{{ post.data.title }}</h2>
|
||||
</a>
|
||||
<p class="p-summary">{{ post.data.post_excerpt | markdown }}</p>
|
||||
<p><a href="{{ post.url }}">Read more →</a></p>
|
||||
|
|
|
@ -5,11 +5,11 @@ permalink: /uses.html
|
|||
description: 'Software, tools and services that I use regularly.'
|
||||
image: /assets/img/pages/uses.jpg
|
||||
---
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
Software and services that I use for work and my own enjoyment.
|
||||
|
||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'image__banner', 'eager' %}
|
||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'image-banner', 'eager' %}
|
||||
|
||||
<h3>Computer setup</h3>
|
||||
|
||||
|
|
Reference in a new issue