34 lines
2.1 KiB
Markdown
34 lines
2.1 KiB
Markdown
---
|
|
layout: default
|
|
title: About
|
|
meta:
|
|
site:
|
|
name: 'Cory Dransfeldt'
|
|
description: "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 and tv and movies."
|
|
url: https://coryd.dev
|
|
logo:
|
|
src: https://coryd.dev/assets/img/logo.webp
|
|
width: 2000
|
|
height: 2000
|
|
language: en-US
|
|
title: 'Cory Dransfeldt • About'
|
|
description: 'Husband, dad, developer, music nerd.'
|
|
url: https://coryd.dev/about
|
|
image:
|
|
src: https://coryd.dev/assets/img/avatar.webp
|
|
---
|
|
<div class="flex items-center justify-center w-full not-prose mb-6">
|
|
<div class="border border-teal-700 dark:border-teal-300 bg-white rounded-full overflow-hidden p-4">
|
|
{% capture about_alt %}{{ site.name }} - image by David Neal / @reverentgeek{% endcapture %}
|
|
{% image './src/assets/img/avatar.webp', about_alt, 'max-w-xs w-full h-auto', '600px', 'eager' %}
|
|
</div>
|
|
</div>
|
|
<h1 class="text-xxl font-black -leading-tight tracking-normal dark:text-gray-200 md:text-3xl text-center">Hi, I'm Cory</h1>
|
|
|
|
I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, <a href="https://www.last.fm/user/cdrn_" rel="noopener noreferrer">music</a>, writing, <a href="https://www.goodreads.com/user/show/168570560-cory-dransfeldt" rel="noopener noreferrer">reading</a> and <a href="https://trakt.tv/users/cdransf" rel="noopener noreferrer">tv</a> and <a href="https://letterboxd.com/cdme" rel="noopener noreferrer">movies</a>.
|
|
|
|
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) and mentor for [Underdog Devs](https://www.underdogdevs.org).
|
|
|
|
I tend to write about whatever strikes me, with a focus on development, technology, automation or issues I run into with these things. This is all typically light on editing with and heavy on spur of the moment thoughts.
|
|
|
|
[You can also see what I'm doing now](/now) or [check out the webrings I'm a member of](/webrings).
|