This repository was archived by the owner on Mar 13, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathinvestors.html
More file actions
348 lines (332 loc) · 18.2 KB
/
investors.html
File metadata and controls
348 lines (332 loc) · 18.2 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SigLens | Investors</title>
<link rel="icon" href="/favicon.svg">
<!-- Font-awesome Family -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Main CSS File -->
<link rel="stylesheet" href="css/style.css">
<!--Meta Tags-->
<meta name="description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.siglens.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="SigLens">
<meta property="og:description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<meta property="og:image" content="https://www.siglens.com/assets/sig-share-img.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="siglens.com">
<meta property="twitter:url" content="https://www.siglens.com/">
<meta name="twitter:title" content="SigLens">
<meta name="twitter:description" content="SigLens is an open source alternative to Splunk/DataDog
100x more efficient than Splunk and helps your reduce your observability bill by 90%.">
<meta name="twitter:image" content="https://www.siglens.com/assets/sig-share-img.png">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RGR7MCHV8F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-RGR7MCHV8F');
</script>
<body id="dark-theme">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg fixed-top py-2 px-4 px-md-0">
<div class="container">
<a class="navbar-brand " href="index.html">
<div class="d-flex">
<div class="pr-1"><img src="./assets/ss-logo.svg" alt="siglens-logo"></div>
<div class="font-weight-bold text-white h2 pl-1">SigLens</div>
</div>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://siglens.github.io/siglens-docs/"
target="_blank">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog/allblogs.html">Blogs</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Company </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="/investors.html">Investors</a>
<a class="dropdown-item" href="/press-news.html">Press & News</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Community </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://github.com/siglens/siglens">GitHub</a>
<a class="dropdown-item" href="/slack.html">Slack</a>
</div>
</li>
<li>
<a href="./index.html#getting-started" id="try-now-btn">Try Now</a>
</li>
<li>
<a href="/schedule-demo.html" id="book-demo-btn">Get a Demo</a>
</li>
<li>
<a href="/slack.html" target="_blank">
<img src="assets/slack.svg" width="22" height="22" alt="">
</a>
</li>
<li>
<a href="https://github.com/siglens/siglens" target="_blank">
<img src="assets/github.svg" width="24" height="24" alt="github-logo" />
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Landing Section -->
<section class="container text-white my-md-5 my-0 h-50 position-relative pt-5 pt-md-0">
<img src="./assets/main-gradient.svg" alt="gradient" class="light-gradient position-absolute">
<h1 class="main-heading text-center text-white font-weight-light mb-md-4 mb-3 pt-5" style="font-size: 42px;">Investors</h1>
</section>
<section class="investors-screen">
<div class="container mt-5 pt-2 pt-md-5">
<div class="row align-items-center mb-5">
<div class="col-md-7 col-sm-12 px-5">
<div class="investor-details">
<h2 class="mb-4">
Elizabeth Weil, John Smothers, Kevin Weil, Christine O'Brien
</h2>
<h5 class="mb-5">
Partners @ Scribble Ventures
</h5>
<p class="para pr-5">
Elizabeth, John, Kevin, and Christen are operators and investors coming from Instagram,
Twitter, a16z. Their past investments include SpaceX, Coinbase, Slack, Clubhouse, Carta,
Figma. They have done a phenomenal job at identifying high potential early stage companies
as demonstrated by their portfolio.
</p>
<hr class="my-4" />
<div class="row align-items-center">
<div class="col-3">
<a href="https://www.linkedin.com/company/scribble-ventures/" target="_blank">
<img src="assets/linkedin.svg">
</a>
</div>
<div class="col-9 d-flex justify-content-end">
<a href="https://www.scribble.vc/" target="_blank">
<img src="assets/scribble-ventures-logo.svg" style="max-width: 100%">
</a>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-sm-12 mt-5 mt-md-0">
<div>
<img src="assets/sccribble-group.png" class="img-fluid">
</div>
</div>
</div>
<div class="row align-items-center mt-5 pt-0 pt-md-5 flex-md-row flex-column-reverse">
<div class="col-md-4 col-sm-12">
<div>
<img src="assets/gaurav-manglik.svg" class="img-fluid">
</div>
</div>
<div class="col-md-8 col-sm-12 px-5">
<div class="investor-details my-5">
<h2 class="mb-4">
Gaurav Manglik
</h2>
<h5 class="mb-5">
Partner @ WestWave Capital</h5>
<p class="para">
Gaurav has been a key driver of innovation in the cloud computing industry. He
co-founded
CliQr Technologies and served as its CEO until it was acquired by Cisco. At Cisco,
Gaurav
led cloud engineering for Cisco’s cloud and container initiatives. He serves on boards
of
several companies.
</p>
<hr class="my-5" />
<div class="row align-items-center">
<div class="col-3">
<a href="https://www.linkedin.com/in/gmanglik" target="_blank">
<img src="assets/linkedin.svg">
</a>
</div>
<div class="col-9 d-flex justify-content-end">
<a href="https://www.westwavecapital.com/" target="_blank">
<img src="assets/westwave-capital-logo.svg" style="max-width: 100%">
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center pt-0 pt-md-5">
<div class="col-md-8 col-sm-12 px-5">
<div class="investor-details my-5">
<h2 class="mb-4">
Luofei Deng
</h2>
<h5 class="mb-5">
Managing Partner @ Forward Slash Capital </h5>
<p class="para pr-5">
Luofei is a seed-stage investor with over a decade of experience providing support and
capital to startups. He is privileged to have worked with such impactful companies as
HubSpot, BigCommerce, and Sumo Logic -- to mention a few. Currently, he resides in
Boston
with his wife, daughter, and obscure collection of vintage electronics.
</p>
<hr class="my-5" />
<div class="row align-items-center">
<div class="col-3">
<a href="https://www.linkedin.com/in/luofei" target="_blank">
<img src="assets/linkedin.svg">
</a>
</div>
<div class="col-9 d-flex justify-content-end">
<a href="https://forwardslash.vc/" target="_blank">
<img src="assets/forward-slash-capital-logo.svg" style="max-width: 100%">
</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div>
<img src="assets/luofei-deng.svg" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="container angels">
<h1 class="main-header mt-5 pt-5">Angels</h1>
<section class="m-5">
<div class="row">
<div class="col-md-4 col-sm-12 d-flex justify-content-around flex-column">
<a href="https://www.linkedin.com/in/manikg" target="_blank">
<div class="angel-card p-md-4 p-3 d-flex flex-column justify-content-around">
<h3>
Manik Gupta
</h3>
<h6 class="pt-2">ex-CPO @ Uber, CVP @ Microsoft</h6>
<a href="https://www.linkedin.com/in/manikg" target="_blank">
<img src="assets/linkedin-white.svg" alt="">
</a>
</div>
</a>
</div>
<div class="col-md-4 col-sm-12 d-flex justify-content-around flex-column">
<a href="https://www.linkedin.com/in/ganesh-pai" target="_blank">
<div class="angel-card p-md-4 p-3 d-flex flex-column justify-content-around">
<h3>
Ganesh Pai
</h3>
<h6 class="pt-2">CEO @ Uptycs</h6>
<a href="https://www.linkedin.com/in/ganesh-pai" target="_blank">
<img src="assets/linkedin-white.svg" alt="">
</a>
</div>
</a>
</div>
<div class="col-md-4 col-sm-12 d-flex justify-content-around flex-column">
<a href="https://www.linkedin.com/in/sridharsrinath" target="_blank">
<div class="angel-card p-md-4 p-3 d-flex flex-column justify-content-around">
<h3>
Srinath Sridhar
</h3>
<h6 class="pt-2">CEO @ Reggie.ai</h6>
<a href="https://www.linkedin.com/in/sridharsrinath" target="_blank">
<img src="assets/linkedin-white.svg" alt="">
</a>
</div>
</a>
</div>
</div>
</section>
</div>
</section>
<footer id="footer" class="pb-5">
<div class="container">
<div class="row py-0 py-md-5">
<div class="col-md-7 d-flex flex-row pl-5 footer-links order-1 order-md-0 mt-5 mt-md-0">
<div>
<a href="https://siglens.github.io/siglens-docs/" target="_blank"
class="footer-nav-heading">Docs</a>
</div>
<div>
<a href="/blog/allblogs.html" class="footer-nav-heading">Blogs</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="footer-nav-heading">Company</a>
<a class="mt-3 pl-2" href="/investors.html">Investors</a>
<a class="mt-3 pl-2" href="/press-news.html">Press & News</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="footer-nav-heading">Community</a>
<a class="mt-3 pl-2" href="https://github.com/siglens/siglens">GitHub</a>
<a class="mt-3 pl-2" href="/slack.html">Slack</a>
</div>
</div>
<div class="col-md-5 text-md-start order-0 order-md-1 mx-4 mx-md-0">
<h5 class="text-start font-weight-bold text-white">Subscribe to our newsletter</h5>
<form class="d-flex gap-4 align-items-end flex-row " id="newsletter-form">
<button class="btn btn-primary mt-2" id="ns-form-btn">
<a href="https://forms.gle/D4UmjNiJuzTe1Jnd7" target="_blank">Subscribe</a>
</button>
</form>
</div>
<div class="col-md-4 col-sm-12 mt-5 pl-5 order-2 order-md-2">
<div class="d-flex">
<a class="mr-4" href="https://twitter.com/SigLensHQ" target="_blank">
<div class="icon-container"><i class="fa-brands fa-x-twitter"></i></div>
</a>
<a class="mr-4" href="https://www.linkedin.com/company/sigscalr-io/" target="_blank">
<div class="icon-container"><i class="fa-brands fa-linkedin-in"></i></div>
</a>
<a class="" href="https://www.siglens.com/blog/blog-rss.xml" target="_blank" title="Subscribe to RSS feed">
<div class="icon-container">
<i class="fa-solid fa-rss"></i>
</div>
</a>
</div>
</div>
</div>
<div class="d-flex justify-content-center credits flex-column align-items-center mt-5 mt-md-0">
<img src="./assets/ss-logo.svg" alt="siglens-logo" style="height: 50px;">
<div class="font-weight-bold text-white h1 mb-4 mt-2">SigLens</div>
<div class="text-center">Made with ❤️ in New Hampshire, California, Montana and India.</div>
<div>Copyright © 2025 - <strong class="text-white pointer-event">SigLens.</strong></div>
</div>
</div>
</footer>
<!-- jQuery and JS bundle w/ Popper.js -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="./js/main.js"></script>
</body>
</html>