Compare commits

..

No commits in common. "cfaca7af9002ff9fab693c46beb29bb3ff8a7ce7" and "d0fd864ff034aabc5dcaa954498a6986afdb2a85" have entirely different histories.

4 changed files with 16 additions and 88 deletions

View File

@ -1,55 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS "Art"</title>
<style>
html {
height: 100%;
}
html, body {
margin: 0;
padding: 0;
}
body {
background: linear-gradient(to bottom right, steelblue, #152837);
}
main {
max-width: 800px;
margin: 1em auto;
padding: 2em;
background: white;
box-shadow: 3px 3px 6px black;
}
h1 {
margin-top: 0;
}
</style>
</head>
<body>
<main>
<h1>CSS Art</h1>
<p>The following pages are rendered with pure HTML and CSS.</p>
<p><strong>Note:</strong> These are likely disasters as far as accessibility and portability goes. They may not work well with custom browsers settings or even on mobile.</p>
<ul>
<li><a href='./vaporwave/'>Generic Vaporwave</a></li>
<li>
<a href='./says/trans/rights/'>Some</a>
<a href='./says/black/lives/matter/'>things</a>
I
want
to
say.
</li>
</ul>
</main>
</body>
</html>

Binary file not shown.

View File

@ -1,33 +1,13 @@
<!DOCTYPE html>
<html lang='en'>
<html>
<head>
<title>gamerdonkey's ~ page</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style>
@font-face {
font-family: "PixelOperator";
src: url("./fonts/PixelOperator-Bold.ttf");
}
html {
height: 100%;
}
body {
display: flex;
background: repeating-linear-gradient(rgb(0,0,170), rgb(0,0,170) 20px, rgb(0,170,170) 20px, rgb(0,170,170) 40px);
min-height: 100%;
height: 100%;
margin: 0;
font-family: PixelOperator, monospace, fixed;
font-size: 14pt;
}
a, a:visited {
color: #000070;
}
ul {
list-style-type: '> ';
font-family: monospace, fixed;
}
div.terminal {
@ -35,22 +15,20 @@
flex-direction: column;
align-items: center;
background: lightgray;
min-height: 92%;
height: 92%;
width: 92%;
max-width: 1280px;
margin: 2em auto;
margin: auto;
box-shadow: 6px 8px;
}
header {
margin-top: 2em;
font-weight: bold;
font-size: 12pt;
}
main {
max-width: 80ch;
margin: 0 0.5em;
width: 80ch;
}
</style>
</head>
@ -66,21 +44,26 @@
</header>
<main>
<h1> Welcome to My Small Corner of ~town</h1>
<h1> Welcome </h1>
<p> I'm a software developer and maker. I love <a href='https://tildeverse.org/' target='_blank'>tilde communities</a> and I try to use this space to explore my own creativity and some of the more beautiful aspects of the internet. More about me is on <a href='https://gamerdonkey.com' target='_blank'>my primary website</a>. If you're on tilde.town, feel free to email me or find me on IRC. </p>
<p> To my small corner of ~town.</p>
<p> After all this time, I'm still trying to feel out what I want this space to be. Some of what I do makes it to the internet, though. Check it out below. </p>
<ul>
<li>For more information about what this place is, check out the <a href='http://tilde.town/' target='_blank'>tilde.town front page</a> and <a href='https://medium.com/message/tilde-club-i-had-a-couple-drinks-and-woke-up-with-1-000-nerds-a8904f0a2ebf' target='_blank'>this blog post</a>.</li>
<li>You can learn more about me at <a href='https://gamerdonkey.com' target='_blank'>my primary website</a>.</li>
</ul>
<h3> My Things </h3>
<ul>
<li><a href='./gbcamera'>Game Boy Camera Photography</a></li>
<li><a href='./css-art.html'>CSS "Art"</a></li>
</ul>
<h3> Other People's Things </h3>
<h3> Things I Enjoy </h3>
<ul>
<li><a href='https://xkcd.com/1732/'>This comic</a> from XKCD. (Also <a href='https://xkcd.com/926/'>this one</a>)</li>
<li><a href='https://www.indiebound.org/book/9780593084694'><em>Humble Pi</em></a> by Matt Parker</li>
</ul>
</main>
</div> <!-- terminal -->

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>░▒▓█ 🅶🅴🅽🅴🆁🅸🅲 🆅🅰🅿🅾🆁🆆🅰🆅🅴 🅻🅰🅽🅳🆂🅲🅰🅿🅴 █▓▒░</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="landscape.css">
</head>
<body>