This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coryd.dev-eleventy/src/pages/now.html
2024-02-28 13:55:43 -08:00

40 lines
No EOL
1.2 KiB
HTML

---
title: Now
layout: now
permalink: /now.html
image: /assets/img/ogi/now.jpg
description: "See what I'm doing now."
---
<h2 class="now__section--header flex--centered">
{% tablericon "clock-heart" "Currently" %}
Currently
</h2>
<div class="now__section--text">
{% render "partials/now/status.liquid", status:status %}
<p>
{% tablericon "map-2" "Map" %}
Living in Camarillo, California with my beautiful family, 4 rescue dogs and a guinea pig.
</p>
<p>
{% tablericon "play-basketball" "NBA - Lakers" %}
Rooting for the <a href="https://lakers.com">Lakers</a>. 💜💛
</p>
</div>
<h2 class="now__section--header flex--centered">
{% tablericon "terminal-2" "Making" %}
Making
</h2>
<div class="now__section--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.
</p>
<p>
{% tablericon "hand-stop" "Ad and tracker-blocking" %}
Assembling lists of <a href="https://github.com/cdransf/awesome-adblock">ad and tracker-blocking tools</a>.
</p>
<p>
{% tablericon "brand-javascript" "JavaScript" %}
<a href="https://www.npmjs.com/~cdransf">Fiddling with simple web components</a>.
</p>
</div>