-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (78 loc) · 4.94 KB
/
Copy pathindex.html
File metadata and controls
83 lines (78 loc) · 4.94 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
<!doctype html>
<html lang="en">
<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 — Deep tech seed fund in San Francisco</title>
<!-- Canonical is the apex host: www.root.vc 301s here, so declaring www
would name a URL that redirects away. -->
<link rel="canonical" href="https://root.vc/"/>
<meta property="og:site_name" content="Root Ventures"/>
<meta property="og:title" content="Root Ventures — Deep tech seed fund in San Francisco"/>
<meta property="og:url" content="https://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 ☕️"/>
<!-- Open Graph requires absolute URLs; relative paths are silently dropped. -->
<meta property="og:image" content="https://root.vc/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://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="https://root.vc/images/og-image.png"/>
<link rel="image_src" href="https://root.vc/images/og-image.png" />
<meta itemprop="image" content="https://root.vc/images/og-image.png"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://root.vc/">
<meta name="twitter:creator" content="@rootvc">
<meta name="twitter:site" content="@rootvc">
<meta name="twitter:title" content="Root Ventures — Deep tech seed fund in San Francisco">
<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 ☕️" />
<!-- Generated by scripts/build-pages.js from config/*.js — edit those,
not this. Defines the WebSite and Organization nodes that every page
in the static mirror references by @id. -->
<!-- BEGIN generated-jsonld -->
<!-- END generated-jsonld -->
<!-- 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>
<!-- Offscreen rather than display:none — screen readers announce these,
and search engines discount display:none text. -->
<h1 class="visually-hidden">Root Ventures | Seeding bold engineers</h1>
<h2 class="visually-hidden">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) -->
<!-- The block below is generated by scripts/build-pages.js from
config/*.js — edit those, not this. Most LLM crawlers do not run
JavaScript, so without it they see an empty terminal div. It is
offscreen rather than inside <noscript>: extraction pipelines strip
<noscript> as non-content, and Googlebot indexes the rendered DOM,
which drops it once JS runs. Sighted visitors never see it either
way, so the terminal is visually unchanged. -->
<!-- BEGIN generated-index -->
<!-- END generated-index -->
<div id="aa-all" style="display: none;"></div>
<div id="files-all" style="display: none;"></div>
<div id="terminal"></div>
</body>
</html>