-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
123 lines (119 loc) · 4.78 KB
/
Copy pathindex.htm
File metadata and controls
123 lines (119 loc) · 4.78 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Tiny Bit Farm is a software development and consulting business, grown from experience in Katy, Texas."
/>
<meta name="author" content="Tiny Bit Farm LLC" />
<meta name="theme-color" content="#f3efe7" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tinybit.farm/" />
<meta property="og:title" content="Tiny Bit Farm" />
<meta
property="og:description"
content="Thoughtful software development and consulting, grown from experience."
/>
<meta property="og:image" content="https://tinybit.farm/img/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Tiny Bit Farm — Good ideas, carefully grown."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Tiny Bit Farm" />
<meta
name="twitter:description"
content="Thoughtful software development and consulting, grown from experience."
/>
<meta name="twitter:image" content="https://tinybit.farm/img/og.png" />
<meta
name="twitter:image:alt"
content="Tiny Bit Farm — Good ideas, carefully grown."
/>
<title>Tiny Bit Farm</title>
<link rel="canonical" href="https://tinybit.farm/" />
<link rel="icon" href="img/favicon/favicon.ico" sizes="any" />
<link rel="icon" href="img/favicon/favicon-32x32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="img/favicon/favicon-16x16.png" type="image/png" sizes="16x16" />
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon-152x152.png" />
<link rel="stylesheet" href="styles.css" />
<script src="https://cdn.usefathom.com/script.js" data-site="KTNLKTCB" defer></script>
</head>
<body data-file-root=".">
<main class="site-shell">
<div class="hero">
<div class="brand-panel">
<span class="brand-kicker">Software, grown thoughtfully</span>
<div class="brand-frame">
<img
class="brand-mark"
src="img/tiny-bit-farm_logo_v6.svg"
alt="Tiny Bit Farm"
width="2348"
height="752"
/>
</div>
<span class="brand-location">Rooted in Katy, Texas</span>
</div>
<div class="content">
<section class="intro" aria-labelledby="intro-title">
<p class="eyebrow"><i aria-hidden="true"></i>Development & consulting</p>
<h1 id="intro-title">
Good ideas,
<em>carefully grown.</em>
</h1>
<p class="lede">
Tiny Bit Farm is a software development and consulting business,
grown from experience in Katy, Texas.
</p>
<a class="primary-action" href="mailto:hello@tinybit.farm">
Tell us what you’re growing <i aria-hidden="true">↗</i>
</a>
</section>
<a class="product-card" href="https://lightpost.app/?ref=tinybit.farm">
<div class="product-identity">
<p class="product-meta"><span>01</span>Our software</p>
<img
class="product-logo"
src="img/lightpost-logo-animated.svg"
alt="Lightpost"
/>
</div>
<div class="product-details">
<p>
A thoughtful church platform for the churches of Christ to stay organized
and connected.
</p>
<span class="product-link">
Visit Lightpost <i aria-hidden="true">↗</i>
</span>
</div>
<span class="product-accent" aria-hidden="true"></span>
</a>
</div>
</div>
</main>
<footer class="site-footer">
<p>© <span id="current-year"></span> Tiny Bit Farm LLC</p>
<nav aria-label="Company links">
<a href="mailto:hello@tinybit.farm">Contact</a>
<a href="/terms-of-service/">Terms of Service</a>
<a href="/privacy-policy/">Privacy Policy</a>
</nav>
</footer>
<script>
document.getElementById("current-year").textContent = new Date().getFullYear();
if (window.location.protocol === "file:") {
const fileRoot = document.body.dataset.fileRoot;
document.querySelectorAll('a[href^="/"]').forEach((link) => {
const path = link.getAttribute("href").replace(/^\/+|\/+$/g, "");
link.href = path ? `${fileRoot}/${path}/index.htm` : `${fileRoot}/index.htm`;
});
}
</script>
</body>
</html>