html-fliers/sandbox-repair-day/index.html

68 lines
1.7 KiB
HTML
Raw Normal View History

2025-05-22 17:02:12 -04:00
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css" />
</head>
<style media="print">
@page {
margin: 0;
}
body {
margin: 0;
}
</style>
<body style="position: relative">
<div class="date">May 30th<br />12 - 5 pm</div>
<main>
Come to repair day @ Sandbox!<br /><br />
Repair days are community events where we help each other fix broken
items, anything from electronics to clothing.<br /><br />
Bring something to repair, tools, a friend, or just your own skills. All
are welcome.
</main>
<footer>
483 Moreland Ave NE<br />
33°46'03.2"N, 84°20'55.7"W<br />
We're on the 3rd floor
</footer>
<img
src="image.png"
style="
filter: brightness(0) saturate(100%) invert(68%) sepia(36%)
saturate(6650%) hue-rotate(343deg) brightness(93%) contrast(85%);
transform: rotate(-15deg);
position: absolute;
right: 0;
bottom: 2rem;
"
/>
<img
src="image1.png"
style="
filter: brightness(0) saturate(100%) invert(90%) sepia(21%)
saturate(380%) hue-rotate(130deg) brightness(90%) contrast(91%);
transform: rotate(15deg);
position: absolute;
left: 0;
bottom: 2rem;
width: 500px;
"
/>
<img
src="image2.png"
style="
filter: brightness(0) saturate(100%) invert(32%) sepia(25%)
saturate(1251%) hue-rotate(341deg) brightness(94%) contrast(88%);
transform: rotate(15deg);
position: absolute;
left: 0;
top: 2rem;
width: 500px;
"
/>
</body>
</html>