squi.bid/index.php
Squibid c47cfb0a27
remove the git category
that's enough web dev for a few years
2025-11-15 15:24:17 -05:00

69 lines
2.6 KiB
PHP

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Squibid's Site</title>
<link rel="stylesheet" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- prevent darkreader from messing with our already dark site -->
<meta name="darkreader-lock"/>
</head>
<body>
<div id="master">
<header>
<h1 id="font"><a href="/">Squibid</a></h1>
</header>
<div id="group"> <!-- Welcome Section -->
<p>
Welcome to my website. I do a bunch of coding, I try to lean towards
lower level languages (mostly C) as I find it more fun when there's a
challenge. As for the content of this website: I put blog posts up
when I've got something interesting to talk about. In addition to my
blog I host my own git server with stuff I make (you can find links
to the things I'm proud of below).
</p>
<p>
Thank you for visiting, if you've got something you wanna say to me,
feel free to contact me somewhere below:
</p>
<ul>
<li><a href="mailto:me@zacharyscheiman.com">email</a></li>
<li><a href="https://github.com/squibid">github.com</a></li>
<li><a href="https://codeberg.org/squibid">codeberg.org</a></li>
</ul>
<p>
If you wanna see the vast majority of my code you can find it at my
very own <a href="https://git.squi.bid/squibid">forgejo instance</a>.
The rest is just commits in other people's repos, which mostly happens
github.
</p>
</div>
<div id="group"> <!-- Blog Section -->
<hgroup>
<h2 id="font" style="margin-bottom: 0;">My Blog</h2>
<a href="/blog/rss.xml" title="rss">(rss btw)</a>
</hgroup>
<br>
<?php include_once("dynamic.php"); recent_blogs(); ?>
</div>
<div id="group"> <!-- People Section -->
<hgroup>
<h2 id="font" style="margin-bottom: 0;">Interesting People</h2>
<p style="margin-top: 0;">
(nvim users)
</p>
</hgroup>
<ul>
<li>
<a href="https://lunarflame.dev">lunarflame.dev</a>
- Fantastic game studio run by the amazing Adrian aka Phantom.
<li>
<a href="https://eggbert.xyz/">eggbert.xyz</a>
- Insanely intelligent developer who writes good blog posts and
great code.
</li>
</ul>
</div>
</div>
</body>
</html>