-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
120 lines (119 loc) · 4.08 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Toastcat</title>
<meta
name="description"
content="toast cat toast cat toast cat toast cat toast cat"
/>
<link rel="shortcut icon" type="image/jpg" href="" />
<script src="/script.js" defer></script>
<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=Germania+One&family=Spectral&display=swap"
rel="stylesheet"
/>
<meta name="og:image" content="/static/img/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<script
async
src="https://espy.boehs.org/colophon.js"
data-website-id="749bc29c-4daa-401e-93c8-22d655ec2eb0"
></script>
</head>
<body>
<aside></aside>
<main>
<h1>Toastcat</h1>
<h2>Limited Liability Company</h2>
<p>
Formed and lead in the great Commonwealth of Massachusetts by its sole
member, a certain
<a new-color="#fff8f5" href="https://boehs.org">Evan Boehs</a>.
</p>
<p>
It was formed with the purpose of engaging in any lawful act or activity
for which a limited liability company may be formed under the LLC Act
and to engage in any and all activities necessary or incidental thereto.
</p>
<p>
Ok, I'll cut the act. We make products with love that lasts. We seek not
to maximize profits, but to grow sustainably while making our world
better than we found it. If this sounds like you, reach out.
</p>
<h2><span class="rotate">🔨</span> Selected Works 🔨</h2>
<ul class="cards">
<li>
<img
class="otherOtherShadow"
src="https://pinefore.com/branding/Icon.png"
/>
<div>
<h3>
<a href="https://pinefore.com" new-color="#2D7048">Pinefore</a>
</h3>
<p>Tools for a kinder, smaller web</p>
</div>
</li>
<li>
<img src="/static/img/lym.png" />
<div>
<h3><a href="/sonema" new-color="#1A5890">Sonema</a></h3>
<p>An app for the Rate Your Music community</p>
</div>
</li>
<li>
<img
class="otherOtherShadow"
src="https://raw.githubusercontent.com/elk-zone/elk/main/public/pwa-192x192.png"
/>
<div>
<h3>
<a new-color="#CC7D24" href="https://elk.zone/home">Elk.zone</a>
</h3>
<p>
List support & ongoing maintenance for the Elk Mastodon Client
</p>
</div>
</li>
<li>
<img class="otherOtherShadow" src="https://evan.rest/favicon.png" />
<div>
<h3>
<a new-color="#E15CE1" href="https://evan.rest">Evan.rest</a>
</h3>
<p>Ongoing experiments in human-computer interaction</p>
</div>
</li>
<li>
<img class="otherShadow" src="https://emojicdn.elk.sh/🌱" />
<div>
<h3>
<a new-color="#fff8f5" href="https://boehs.org">Boehs.org</a>
</h3>
<p>The home page of Evan Boehs</p>
</div>
</li>
</ul>
<h2><span class="rotate">✈️</span> Mail ✈️</h2>
<p>
In the event you have questions, comments, clarifications, work
opportunities, or other stuff of that sort, you may reach me at
<a href="mailto:[email protected]">[email protected]</a>
</p>
<footer>
<span class="cat">😽</span><span>🍻</span
><span class="cat rotate">😽</span>
</footer>
<sub style="text-align: center; display: block"
><a href="https://enterprise.evan.rest/">Employees Only!</a> •
© About... Now :)
</sub>
</main>
<aside></aside>
</body>
</html>