-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathabout.html
64 lines (50 loc) · 2.85 KB
/
about.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
<!-- About Us -->
<div class="section">
<h2 id="about">Who's this?</h2>
<div class="px-10 lg:px-20 sm:px-16 py-10 mb-10 bg-yellow-200 rounded-lg shadow-lg">
<p>Userbase is a small independent business, based in Seattle, USA. We offer a simple service to make it easy to create secure web apps. And that's it. We're not in it to dominate the market, conquer the competition, or disrupt anything. This is a simple product, and we intend to keep it simple. We have no illusions of grandeur, and we're structured to be lean, profitable, and sustainable. We're not beholden to any investors, and we're here for the long haul.</p>
<p>If you have any questions, or if we can do anything to help you, please <a href="mailto:[email protected]">get in touch</a>.</p>
<p>Thank you!</p>
<p>— <a href="https://twitter.com/dvassallo" target="_blank" rel="noopener noreferrer">Daniel Vassallo</a> (founder & owner)</p>
</div>
<p>A special thanks to the people and businesses who have made Userbase a reality, and continue making it so:</p>
<div class="text-center">
<h4 id="saas">Development</h4>
<ul class="list-none ml-0">
<li><a href="https://twitter.com/justinberman95" target="_blank">Justin Berman</a></li>
<li><a href="https://twitter.com/mastrolinux" target="_blank">Luca Cipriani</a></li>
<li><a href="https://twitter.com/amdaddeo" target="_blank">Tony D'Addeo</a></li>
</ul>
<h4 id="saas">Hosting</h4>
<ul class="list-none ml-0">
<li><a href="https://aws.amazon.com" target="_blank">Amazon Web Services</a></li>
<li><a href="https://netlify.com" target="_blank">Netlify</a></li>
<li><a href="https://github.com/encrypted-dev/userbase" target="_blank">GitHub</a></li>
</ul>
<h4 id="saas">Security</h4>
<ul class="list-none ml-0">
<li><a href="https://www.cossacklabs.com" target="_blank">Cossack Labs</a></li>
</ul>
<h4 id="saas">Payments</h4>
<ul class="list-none ml-0">
<li><a href="https://stripe.com" target="_blank">Stripe</a></li>
</ul>
<h4 id="saas">Communication</h4>
<ul class="list-none ml-0">
<li><a href="https://basecamp.com" target="_blank">Basecamp</a></li>
<li><a href="https://twitter.com/UserbaseHQ" target="_blank">Twitter</a></li>
<li><a href="https://zoom.us" target="_blank">Zoom</a></li>
</ul>
<h4 id="saas">Accounting</h4>
<ul class="list-none ml-0">
<li><a href="https://gusto.com" target=" _blank">Gusto</a></li>
<li><a href="https://bench.co" target=" _blank">Bench</a></li>
</ul>
<h4 id="saas">Legal</h4>
<ul class="list-none ml-0">
<li><a href="https://www.linkedin.com/in/tracey-l-freed-2586b25/" target="_blank">Tracey L. Freed</a></li>
<li><a href="https://www.linkedin.com/in/charlene-minx-3996297/" target="_blank">Charlene (Oh) Minx</a></li>
</ul>
</div>
</div>
<hr>