27 lines
676 B
Markdown
27 lines
676 B
Markdown
---
|
|
layout: default
|
|
title: ~rodrick
|
|
extra: saved-theme="dark"
|
|
permalink: /
|
|
---
|
|
|
|
Hewwo! I'm [Rodrick](https://shroom.ink)!
|
|
I'm an artist, game dev, and web dev.
|
|
|
|
I'm *also* a 32-Bit Cafe [event planner](https://32bit.cafe/community/).
|
|
|
|
Events:
|
|
{% assign not_ready = 0 %}
|
|
{% for event in site.events %}
|
|
{% if event.started %}
|
|
- [{{ event.title }}]({{ event.url | relative_url }})
|
|
{% else %}
|
|
{% assign not_ready = not_ready | plus: 1 %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% unless not_ready == 0 %}
|
|
- {{ not_ready }} being planned.
|
|
{% endunless %}
|
|
|
|
<iframe src="https://shroom.ink/guard.html/?site=&shroom=18" height="250px" width="200px" scrolling="no" frameborder="0"></iframe>
|