add donations page

This commit is contained in:
sorrel 2024-03-11 22:03:42 -04:00
parent 8e24723d3b
commit 4f40c16239
2 changed files with 60 additions and 1 deletions

51
donations/index.html Normal file
View file

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<title>Asheville Community Art Balcony</title>
<meta name="description" content="a community library print shop and maker space">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html {
background: #14213D;
color: #FCA311;
font-family: sans-serif;
}
body {
max-width: 50em;
margin: 0 auto;
line-height: 1.5;
overflow-wrap: break-word;
padding: 0 1em;
}
p {
color: #D9D9D9;
}
</style>
</head>
<body>
<h1>Asheville Community Art Balcony</h1>
<h2>we're seeking donations!</h2>
<p>please come into the tool library if you can donate any of:</p>
<ul>
<li>relief and reen printing ink</li>
<li>work tables</li>
<li>ink brayers</li>
<li>ink knives</li>
<li>carving tools for linoleum or wood</li>
<li>rags and cleaning supplies</li>
<li>heavy duty stapler</li>
<li>rotary cutter</li>
<li>cutting mats</li>
<li>spray bottles</li>
<li>aprons</li>
<li>metal cabinet for ink</li>
<li>drawers and cabinets</li>
<li>drying rack</li>
<li>craft paper roll</li>
<li>wooden spoons/barens</li>
<li>thread, pins, other sewing notions</li>
</ul>
</body>
</html>

View file

@ -22,10 +22,18 @@
p { p {
color: #D9D9D9; color: #D9D9D9;
} }
a {
color: #FCA311;
}
a:visited {
color: #CC7A00;
}
</style> </style>
</head> </head>
<body> <body>
<h1>Asheville Community Art Balcony</h1> <h1>Asheville Community Art Balcony</h1>
<p>a community library print shop and maker space</p> <p>located at the Tool Library</p>
<p>a new space to print, sew, and make stuff!</p>
<a href="/donation">help us by donating supplies!</a>
</body> </body>
</html> </html>