feat: spruce up design

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:06:48 -07:00
parent 2614dff452
commit 94e28067f9
No known key found for this signature in database
51 changed files with 480 additions and 202 deletions

View file

@ -4,7 +4,7 @@ layout: now
permalink: /now.html
description: "See what I'm doing now."
---
<h2 class="now-header flex-centered">
<h2 class="section-header flex-centered">
{% tablericon "clock-heart" "Currently" %}
Currently
</h2>
@ -27,7 +27,7 @@ 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-header flex-centered">
<h2 class="section-header flex-centered">
{% tablericon "terminal-2" "Making" %}
Making
</h2>

View file

@ -11,11 +11,14 @@ eleventyComputed:
{% assign posts = collections[tag] | reverse %}
{% for post in posts %}
<article class="h-entry">
<time class="dt-published" datetime="{{ post.date }}">
{{ post.date | date: "%B %e, %Y" }}
</time>
<div class="flex-centered gap-xs icon-small icon-light">
{% tablericon "calendar-month" "Date" %}
<time class="dt-published" datetime="{{ post.date }}">
{{ post.date | date: "%B %e, %Y" }}
</time>
</div>
<a href="{{ post.url }}">
<h2 class="flex-centered">{{ post.data.title }}</h2>
<h3 class="flex-centered">{{ post.data.title }}</h3>
</a>
<p class="p-summary">{{ post.data.post_excerpt | markdown }}</p>
<p><a href="{{ post.url }}">Read more →</a></p>

View file

@ -9,8 +9,6 @@ image: /assets/img/pages/uses.jpg
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' %}
<h3>Computer setup</h3>
- Midnight MacBook Air (2022 - M2)