<?php
/*
 * A site for a tacky dev
 * **********************
 * What is this place?
 *
 * A scratch pad for some of my side projects
 * I have more, but these are the more interesting ones.
 *
 * Can I contact you?
 *
 * Sure, I am always up for meeting new and interesting people.
 * 🦋 BlueSky: @tacky.dev
 * ✉️ E-Mail: echo 'U2FsdGVkX19MVNQUlJHkTNBIKOWMVzc3m8zuKtE4' | openssl enc -aes-256-cfb8 -pbkdf2 -d -a [copy]
 *       : password: tacky
 *
 */

/* * Some projects */ function reveal_projects() {
    echo '<a href="https://www.se30.org/">SE/30 Project Site</a>';     echo '<a href="https://www.steamcast.com/">Steamcast</a>';     echo '<a href="https://www.radiotoolbox.com/">Radio Toolbox</a>'; }
reveal_projects();
?>