Added a background which is only slightly garish
This commit is contained in:
parent
5707dd0847
commit
b7d382d7ec
6 changed files with 59 additions and 0 deletions
59
index.html
Normal file
59
index.html
Normal file
|
@ -0,0 +1,59 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<title>Nupa's Page</title>
|
||||
|
||||
<style>
|
||||
|
||||
html {
|
||||
margin: 0 auto;
|
||||
max-width: 80ch;
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url('magenta-tile-4.png');
|
||||
color: darkgray;
|
||||
text-shadow: 2px 2px black;
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
max-width: 120ch;
|
||||
|
||||
}
|
||||
|
||||
h1, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
li:before {
|
||||
content: '●';
|
||||
padding: 20px;
|
||||
text-shadow: 2px 2px black;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Nupa's Page</h1>
|
||||
|
||||
<h3>A place to show off my projects.</h3>
|
||||
|
||||
<h2>Stuff I've made:</h2>
|
||||
|
||||
<ul>
|
||||
<li>Portal ZZT</li>
|
||||
<li>The ZZT Nanogame Collection</li>
|
||||
<li>Collabyrinth, a ZZT collab</li>
|
||||
<li>My 2007 Homepage and drawings</li>
|
||||
<li>flistify: a script to bulk-resize images for f-list</li>
|
||||
<li>braceless-javascript: a subset of javascript that looks like lisp.</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
magenta-tile-2.png
Normal file
BIN
magenta-tile-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
BIN
magenta-tile-3.png
Normal file
BIN
magenta-tile-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 665 B |
BIN
magenta-tile-4.png
Normal file
BIN
magenta-tile-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 B |
BIN
magenta-tiles.png
Normal file
BIN
magenta-tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
BIN
magenta-tiles.xcf
Normal file
BIN
magenta-tiles.xcf
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue