-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (59 loc) · 3.54 KB
/
index.html
File metadata and controls
61 lines (59 loc) · 3.54 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.png">
<title>Root Ventures</title>
<link rel="canonical" href="https://www.root.vc"/>
<meta property="og:site_name" content="Root Ventures"/>
<meta property="og:title" content="Root Ventures"/>
<meta property="og:url" content="https://www.root.vc"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="Deep tech seed investors supporting founders at the earliest stages. Best coffee in San Francisco ☕️"/>
<meta property="og:image" content="images/og-image.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta itemprop="name" content="Root Ventures"/>
<meta itemprop="url" content="https://www.root.vc"/>
<meta itemprop="description" content="Deep tech seed investors supporting founders at the earliest stages. Best coffee in San Francisco ☕️"/>
<meta itemprop="thumbnailUrl" content="images/og-image.png"/>
<link rel="image_src" href="images/og-image.png" />
<meta itemprop="image" content="images/og-image.png"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://www.root.vc">
<meta name="twitter:creator" content="@rootvc">
<meta name="twitter:site" content="@rootvc">
<meta name="twitter:title" content="Root Ventures">
<meta name="twitter:description" content="Join us! Investing in deep tech, automation, manufacturing, hardware, robotics, and more.">
<meta name="twitter:image" content="https://root.vc/images/og-image.png">
<meta name="description" content="Deep tech seed investors supporting founders at the earliest stages. Best coffee in San Francisco ☕️" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TQ954FQ');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="css/xterm.css" />
<link rel="stylesheet" href="css/styles.css" />
<script defer src="js/xterm.js"></script>
<script defer src="js/addon-fit.js"></script>
<script defer src="js/addon-web-links.js"></script>
<script defer src="js/app.bundle.js"></script>
</head>
<body>
<h1 style="display: none;">Root Ventures | Seeding bold engineers</h1>
<h2 style="display: none;">Seed stage venture capital firm investing in deep tech. San Francisco, CA</h2>
<img id="logo" src = "images/logo.png" alt="Root Ventures" style="display: none;"/>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TQ954FQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="aa-all" style="display: none;"></div>
<div id="files-all" style="display: none;"></div>
<div id="terminal"></div>
</body>
</html>