-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (49 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wealth of Tractor Society</title>
<meta name="description" content="The Wealth of Tractor Society: local gift-economy two-wheel tractor share.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1">
<link id="favicon" rel="icon" type="image/png" sizes="32x32" href="favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital@0;1&family=Playfair+Display:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script type="text/javascript" src="scripts.js"></script>
</head>
<body>
<header>
<img class="seal" src="seal.svg">
<h1 class="site-title">Wealth of Tractor Society</h1>
<i class="date">Last updated: 17 December, 2022</i>
</header>
<section>
<h2><span class="fade">§1</span> About</h2>
<p>
We bought a BCS and you can join our society and use it too! It's a
BCS 7something. We have several implements: a power harrow, a flail
mower, and a buddy cart.
</p>
<h2><span class="fade">§2</span> Documentation</h2>
<p>
<ul>
<li>Pickup procedure:</li>
<li>Drop-off procedure:</li>
<li>Reciprocity:</li>
</ul>
</p>
<h2><span class="fade">§3</span> Contact us</h2>
<p>
<ul>
<li><a href="mailto:willharrisbraun@gmail.com">willharrisbraun@gmail.com</a></li>
<li><a href="mailto:kaija@gentletime.farm">kaija@gentletime.farm</a></li>
<li><a href="mailto:salt@gentletime.farm">salt@gentletime.farm</a></li>
</ul>
</p>
</section>
<footer>
Wealth of Tractor Society • 2022 • Chatham, NY
</footer>
</body>