You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shooflenet/index.html

60 lines
2.5 KiB

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects, by Shoofle</title>
<link href="./static/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="./static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
<link href="./static/shoofle.css" rel="stylesheet" type="text/css">
<style>
body {
padding: 1em;
}
</style>
</head>
<body>
<div class="row-fluid">
<div class="span8">
<div class="row-fluid">
1 month ago
<div class="span4">
<div class="small_project web">
<p class="description">The shoofle.net constellation!</p>
<p class="name"> I run a gitea server on <a href="https://git.shoofle.net">git.shoofle.net</a> and this server at <a href="https://shoofle.net">shoofle.net</a>.</p>
</div>
</div>
1 month ago
<div class="span4">
<div class="small_project art">
<p class="description"><a href="articles/circle-script/">Circle Script</a></p>
<p class="name">I created an artsy phonetic writing system for making intricate circles.</p>
</div>
</div>
1 month ago
<div class="span4">
<div class="small_project game">
<p class="description"><a href="articles/atelier-phoebe">Atelier Phoebe</a></p>
<p class="name">An Atelier fangame made for the <a href="https://www.lexaloffle.com/pico-8.php">Pico-8</a></p>
</div>
</div>
1 month ago
</div>
<div class="row-fluid">
<div class="span6">
<div class="small_project game">
1 month ago
<p class="description"><a href="articles/mindjail-engine">A 2D Physics-Based Game Engine in Python with OpenGL</a></p>
<p class="name">The Mindjail Engine, my hand-crafted 2D game engine!</p>
</div>
</div>
</div>
</div>
<div class="span4">
<div class="about">
<h1>Hi! I'm Shoofle. I'm a lot of person.</h1>
<p>I'm a housewife, an artist, a woodworker, and a programmer. I generally find myself in the New York Capital District or Boston, but I like to couchsurf around and visit friends all over.</p>
<p>I like to think of myself as a creative person, and I have a voracious appetite for learning. It's been a while since I graduated from college but I like to think of myself as a perpetual student.</p>
<p>I think we have twin responsibilities to make the world better for those around us, and to enjoy what time we have on this earth.</p>
<p>You might know me as Shoofle, Ada, or Amazing.</p>
</div>
</div>
</div>
</body>
</html>