--- title: "Nekojimi's Webpage!!" permalink: "/" layout: "main" --- <div class="section"> <div class="intro-box"> <img src="static/catboy.png" class="catboy-img"> <div> <h1>Welcome to Nekojimi's official Web Area</h1> <p>Hi :3 My name is Nekojimi and I'm a catboy :3 And this website is for showing off things I've made! Here's some fun facts about me! </p> <ul style="list-style:inside"> <li>๐ I'm a cat!!</li> <li>๐งก I'm pan <3 that means I like boys and girls and everything else</li> <li>๐ด I'm also some kind of left-anarchist :D at least for the most part</li> <li>๐ป I tell computers what to do for a living but also for fun! i program in Java, C++, sometimes other stuff</li> </ul> </div> </div> </div> <div class="section"> <h1>Links</h1> <!-- ๐๐จ๐ฆ๐จ๐ --> <a href="https://mastodon.nekojimi.moe/@Nekojimi">[ ๐ Mastodon ]</a> <a href="https://t.me/Nekojimi">[ ๐ซ Telegram ]</a> <a href="https://fluff.nekojimi.moe/forgejo/">[ ๐จ Forgejo ]</a> <a href="https://bsky.app/profile/nekojimi.moe">[ ๐ฆ Bluesky ]</a> <a href="https://github.com/jimj316">[ ๐ Github ]</a> </div> <div class="section"> <h1>Projects</h1> {% for project in site.projects %} <!-- --> <div class="project-entry {% if project.nsfw %} nsfw {% endif %}" > <div class="project-txt"> <a href="{{ project.url }}"><h2>{{ project.name }}</h2></a> {% if project.summary %} <p>{{ project.summary }}</p> {% else %} <p>{{ project.excerpt }}</p> {% endif %} </div> <img class="project-img" src="/static/project-img/{{project.img_url}}"></img> </div> {% endfor %} </div> <div class="section"> <h1>Things</h1> {% for page in site.pages %} <div class="page-entry"> <a href="{{ page.url }}"><h2>{{ page.title }}</h2></a> </div> {% endfor %} </div>