<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="main.css?nocache=1756058742">
<link rel="icon" type="image/x-icon" href="./assets/icons/favicon.ico">
<title>mewizard</title>
</head>
<body>
<header>
<a href="home.html" class="title"><img src="./assets/title.png" alt="mewizard"></a>
</header>
<div class="grid">
<div class="sidebar">
<nav>
<ul>
<a href="/home.html" class="navlink"><li class="navtext navtext--first">home</li></a>
<a class="navlink dropdown__btn"><li class="navtext">about</li></a>
<div class="dropdown__menu">
<a href="/about/me.html" class="navlink"><li class="navtext">me</li></a>
<a href="/about/site.html" class="navlink"><li class="navtext">the site</li></a>
</div>
<a href="/work.html" class="navlink"><li class="navtext navtext--current">my work</li></a>
<a href="/blog.html" class="navlink"><li class="navtext">blog</li></a>
<a href="/links.html" class="navlink"><li class="navtext ">links</li></a>
<a href="/guestbook.html" class="navlink"><li class="navtext">guestbook</li></a>
</ul>
<script src="/scripts/toggleDropdown.js"></script>
</nav>
</div>
<div class="content">
<div class="section">
<h2>Fraidy the Cat</h2>
<p>Fraidy is my OC. He was originally created to represent my fears in a cartoonish way, in hopes
of making them easier to overcome. Over time, he morphed into a deviant and a rascal, and my go-to
mode of self expression. I post Fraidy on
<a href="https://bsky.app/profile/fraidythecat.bsky.social">Bluesky</a> and
<a href="https://www.tumblr.com/fraidythecat">Tumblr</a>.
</p>
<div class="flex-container">
<figure class="flex__image">
<a href="https://mewizard.nekoweb.org/assets/art/chat-gpt.jpg">
<img src="https://mewizard.nekoweb.org/assets/art/chat-gpt.jpg" alt='Black and white cartoon cat sitting in a chair, with a caption reading "Oh, you asked ChatGPT?
Well I went on an 18-month vision quest, and it told me to tell you to go fuck yourself."'>
</a>
</figure>
<figure class="flex__image">
<a href="https://mewizard.nekoweb.org/assets/art/gender.jpg">
<img src="https://mewizard.nekoweb.org/assets/art/gender.jpg" alt='Black and white cartoon cat pointing backwards and saying, "Gender? Hardly know er!"'>
</a>
</figure>
<figure class="flex__image">
<a href="https://mewizard.nekoweb.org/assets/art/good-mood-amigo.jpg">
<img src="https://mewizard.nekoweb.org/assets/art/good-mood-amigo.jpg" alt='Black and white cartoon cat saying "Don't let anyone piss on your good mood, amigo.
If they do? Eat them!"'>
</a>
</figure>
<figure class="flex__image">
<a href="https://mewizard.nekoweb.org/assets/art/perspective-grid.jpg">
<img src="https://mewizard.nekoweb.org/assets/art/perspective-grid.jpg" alt='Black and white cartoon cat heads from various perspectives, aligned
in a flower pattern and surrounded by concentric stripes'>
</a>
</figure>
</div>
</div>
<div class="section">
<h3>Zines</h3>
<ul>
<li class="post-listing">
<a href="/work/drinking-fountain.html">Drinking Fountain</a>
<time datetime="2025-06-01" class="post-listing__time"> June 2025 </time>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>