-
Notifications
You must be signed in to change notification settings - Fork 1
/
investing.html
31 lines (30 loc) · 1.16 KB
/
investing.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
---
layout: default
title: "About Me"
---
<div class="flex-auto">
<div class="absolute top-0 right-0 p-2">
<a class="text-blue-300" href="/">back home</a>
</div>
<div class="sm:px-8 mt-9">
<div class="mx-auto w-full max-w-7xl lg:px-8">
<div class="relative px-4 sm:px-8 lg:px-12">
<div class="mx-auto max-w-2xl lg:max-w-5xl">
<div class="flex flex-col lg:flex-row lg:justify-between lg:mt-24">
<div class="max-w-2xl">
<h1
class="text-4xl font-extrabold tracking-tight bg-gradient-to-r from-blue-700 via-blue-400 to-blue-300 bg-clip-text text-transparent sm:text-5xl pb-1">
Investing
</h1>
<div class="flex flex-col mt-6 text-base text-zinc-600 dark:text-zinc-400 space-y-2">
<div>My partner and I do some angel investing through <a class="text-blue-600" href="https://scne.io">SCNE Ventures</a>, our family office.
Here are some of the super cool founders we've invested in.</div>
<div>GitButler</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>