-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (73 loc) · 3.78 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
<html>
<head>
<title>Good Hats, LLC 🧢</title>
<style>
body {
background-color: linen;
}
a:link, a:visited {
color: maroon;
text-decoration-line: none;
}
a:hover {
text-decoration-line: underline;
}
a#hat {
font-size: 3em;
text-align: center;
}
span#goodhatsllc {
font-weight: bold;
}
</style>
</head>
<body>
<center>
<pre>
┌──────────────────────────────────────────────────────┐
│ __ │
│ /\ \ │
│ __ ___ ___ \_\ \ │
│ /'_ `\ / __`\ / __`\ /'_` \ │
│ /\ \L\ \/\ \L\ \/\ \L\ \/\ \L\ \ │
│ \ \____ \ \____/\ \____/\ \___,_\ │
│ \/___L\ \/___/ \/___/ \/__,_ / │
│ /\____/ │
│ \_/__/ │
│ __ __ │
│ /\ \ /\ \__ │
│ \ \ \___ __ \ \ ,_\ ____ │
│ \ \ _ `\ /'__`\ \ \ \/ /',__\ │
│ \ \ \ \ \/\ \L\.\_\ \ \_/\__, `\ │
│ \ \_\ \_\ \__/.\_\\ \__\/\____/ │
│ \/_/\/_/\/__/\/_/ \/__/\/___/ │
│ │
│ ___ ___ │
│ /\_ \ /\_ \ │
│ \//\ \ \//\ \ ___ │
│ \ \ \ \ \ \ /'___\ │
│ \_\ \_ \_\ \_/\ \__/ │
│ /\____\/\____\ \____\ │
│ \/____/\/____/\/____/ │
│ │
│ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ <span id="goodhatsllc">Good Hats, LLC</span> is a San Francisco based │ │
│ │ software and developer tooling company │ │
│ └──────────────────────────────────────────────────┘ │
│ ┌──────────────────────────────────────────────────┐ │
│ │ We're currently hard at work building a new way │ │
│ │ to write apps. │ │
│ │ You'll hear more from us soon... │ │
│ │ │ │
│ │ (If you're not one for waiting you can follow │ │
│ │ along at the <a href="https://github.com/GoodHatsLLC">GoodHatsLLC GitHub</a> account — or │ │
│ │ drop us a message at <a href="mailto:developer@goodhats.llc">developer@goodhats.llc</a>. │ │
│ │ We do enjoy a good chat now and then.) │ │
│ └──────────────────────────────────────────────────┘ │
└──────────────────────────────────────────────────────┘
</pre>
<p><a id="hat" href="https://adam.zethrae.us/">🧢</a></p>
</center>
</body>
</html>