2013-07-14 09:46:48 -04:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Projects, by Shoofle< / title >
2023-07-23 11:16:06 -04:00
< 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" >
2024-09-10 20:28:34 -04:00
< style >
body {
padding: 1em;
}
< / style >
2013-07-14 09:46:48 -04:00
< / head >
< body >
< div class = "row-fluid" >
< div class = "span8" >
2024-09-10 14:34:44 -04:00
< div class = "row-fluid" >
2024-09-10 19:46:42 -04:00
< div class = "span4" >
2024-09-10 14:34:44 -04:00
< 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 >
2024-09-10 19:46:42 -04:00
< div class = "span4" >
2024-09-10 14:34:44 -04:00
< div class = "small_project art" >
2024-09-10 19:30:09 -04:00
< p class = "description" > < a href = "articles/circle-script/" > Circle Script< / a > < / p >
2024-09-10 14:34:44 -04:00
< p class = "name" > I created an artsy phonetic writing system for making intricate circles.< / p >
< / div >
< / div >
2024-09-10 19:46:42 -04:00
< div class = "span4" >
< div class = "small_project game" >
< p class = "description" > < a href = "articles/atelier-phoebe" > Atelier Phoebe< / a > < / p >
2024-09-10 21:11:00 -04:00
< p class = "name" > An Atelier fangame made for the < a href = "https://www.lexaloffle.com/pico-8.php" > Pico-8< / a > .< / p >
2013-07-14 09:46:48 -04:00
< / div >
< / div >
2024-09-10 19:46:42 -04:00
< / div >
< div class = "row-fluid" >
2013-07-14 09:46:48 -04:00
< div class = "span6" >
< div class = "small_project game" >
2024-09-10 19:46:42 -04:00
< p class = "description" > < a href = "articles/mindjail-engine" > A 2D Physics-Based Game Engine in Python with OpenGL< / a > < / p >
2013-07-14 09:46:48 -04:00
< p class = "name" > The Mindjail Engine, my hand-crafted 2D game engine!< / p >
< / div >
< / div >
2024-09-10 21:11:00 -04:00
< div class = "span3" >
< div class = "small_project art" >
< p class = "description" > < a href = "articles/mirror-to-yesterday" > the Mirror to Yesterday< / a > < / p >
< p class = "name" > A mirror that shows you yesterday!< / p >
< / div >
< / div >
2013-07-14 09:46:48 -04:00
< / div >
< / div >
< div class = "span4" >
< div class = "about" >
< h1 > Hi! I'm Shoofle. I'm a lot of person.< / h1 >
2024-09-10 20:36:48 -04:00
< 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 >
2013-07-14 09:46:48 -04:00
< / div >
< / div >
< / div >
< / body >
< / html >