-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
84 lines (72 loc) · 4.18 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A new software development business, grown from experience, located in Katy, Texas.">
<meta name="author" content="Drew Johnston">
<link rel="icon" href="img/favicon/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="img/favicon/favicon-128.png" sizes="128x128" />
<style type="text/css">
@font-face {
font-family: "Open Sans";
src: url(fonts/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
}
body {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
</style>
<title>Tiny Bit Farm</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.usefathom.com/script.js" data-site="KTNLKTCB" defer></script>
</head>
<body class="bg-gray-50 text-stone-700">
<div class="flex-1 mt-20 md:mt-36 px-8 md:px-0">
<div class="max-w-md mx-auto">
<img src="img/tiny-bit-farm_logo_v6.svg" class="img-fluid" alt="Tiny Bit Farm Logo">
</div>
<div class="mx-auto mt-20">
<div class="text-center">
<p class="mb-10">
A software development & consulting business, grown from experience, located in Katy, Texas.
</p>
<a class="px-4 py-2 bg-transparent hover:bg-green-50 text-green-600 border border-green-600 rounded" href="mailto:[email protected]">
I have a project to grow!
</a>
</div>
</div>
<hr class="my-20 max-w-lg mx-auto border-gray-300">
<div class="max-w-lg mx-auto text-center">
<div class="flex flex-row space-x-8">
<a class="inline-block border border-gray-300 hover:bg-white shadow-md hover:shadow-xl rounded mx-auto px-8 sm:px-12 py-6 sm:py-8 mx-6" href="https://lightpost.app?ref=tinybitfarm.com">
<img class="w-40" src="img/lightpost-logo-animated.svg" />
</a>
<a class="inline-block border border-gray-300 hover:bg-white shadow-md hover:shadow-xl rounded mx-auto px-8 sm:px-12 py-6 sm:py-8 mx-6" href="https://church.directory?ref=tinybitfarm.com">
<img class="w-40" src="img/cd_logo_v2.svg" />
</a>
</div>
</div>
<div class="mt-12 text-center">
<span class="text-gray-700 text-sm">© 2024 Tiny Bit Farm LLC</span>
</div>
<div class="mt-2 mb-24">
<p class="text-sm text-center text-gray-500">
<a href="terms-of-service" class="hover:text-blue-500">Terms of Service</a> | <a href="privacy-policy" class="hover:text-blue-500">Privacy Policy</a>
</p>
</div>
</div>
</body>
</html>