-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (51 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="robots" content="noindex">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Keza Tegarben</title>
<meta property="og:title" content="Keza Tegarben" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://keza-tegarben.com/">
<meta property="og:description" content="General Partners" />
<meta name="description" content="General Partners">
<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=Noto+Sans&family=Playfair+Display&display=swap" rel="stylesheet">
</head>
<body style="background-color: #FCFCFC; font-family: serif;">
<style>
html{
font-size: 2.7vh;
}
*{
font-family: 'Noto Sans', sans-serif;
}
p{
line-height: 1.6;
}
</style>
<div style="width: 100%; max-width: 36rem;">
<h1 class="sr-only" style="display: none;" style="color: black;">Keza Tegarben</h1>
<p style="margin-top: 0;" style="color: black;">From ideas to partners,<br>
we'll meet at a bar. <br>
<br>
We put people together. <br>
We think of ideas. <br>
We invest. We execute. <br>
Sometimes everything. <br>
<br>
We're not vc's. <br>
We're partners. <br>
<br>
We like dividends, quick exits, and staying private, <br>but we'll take optimal paths. <br>
<br>
We're not actively seeking anything, <br>but maybe we can build something together. <br>
<br>
Respectfully, <br>
Keza Tegarben
</p>
</div>
</body>
</html>