forked from elizaOS/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (199 loc) · 10.8 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
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
<!DOCTYPE html><html lang="en" class=" async-hide"><head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ai16z | Software Is Eating Marcs Lunch</title>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<style>
/* Dropdown Menu Styles */
.dropdown {
position: absolute;
top: 20px;
right: 20px;
}
.dropdown-button {
background: none;
border: none;
color: #333;
font-size: 24px;
cursor: pointer;
padding: 10px;
}
.dropdown-content {
display: none;
position: absolute;
right: 0;
background-color: #fff;
min-width: 160px;
box-shadow: 0 8px 16px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 4px;
}
.dropdown-content a {
color: #333;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
display: block;
}
/* Contract Address Styles */
.contract-addresses {
margin-top: 20px;
font-family: monospace;
color: #fff;
}
.contract-addresses p {
margin: 5px 0;
}
.contract-addresses strong {
margin-right: 10px;
}
.footer-content {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.footer-left {
flex: 1;
min-width: 200px;
}
.footer-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 20px;
}
.contract-addresses {
margin: 0;
text-align: right;
}
.social-networks {
margin: 0;
padding: 0;
list-style: none;
display: flex;
gap: 15px;
}
@media (max-width: 767px) {
.footer-content {
flex-direction: column;
align-items: center;
text-align: center;
}
.footer-right {
align-items: center;
}
.contract-addresses {
text-align: center;
}
footer img {
padding: 0 !important;
}
}
</style>
<link rel="stylesheet" id="base-theme-style-css" href="css/theme.css" type="text/css" media="all">
<link rel="icon" type="image/png" href="images/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="images/favicon.svg" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="ai16z" />
<body class="page-homepage">
<div id="wrapper">
<div class="w1">
<header id="header">
<div class="container">
<a href="/" class="logo">
<svg width="215" height="50" viewBox="0 11.012 54.882 16.987" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>@import url(https://fonts.googleapis.com/css2?family=Mitr%3Aital%2Cwght%400%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700&display=swap);</style>
</defs>
<text style="font-family: Mitr; font-size: 21px; font-weight: 500; white-space: pre;" x="0.088" y="26.578">ai16z</text>
</svg>
</a>
<!-- Added Dropdown Menu -->
<div class="dropdown">
<button class="dropdown-button">
<i class="fas fa-bars"></i>
</button>
<div class="dropdown-content">
<a href="https://x.com/pmairca" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter"></i> Twitter
</a>
<a href="https://discord.gg/xe7HtWru" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-discord"></i> Discord
</a>
<a href="https://github.com/ai16z" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://www.daos.fun/HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC" target="_blank" rel="noopener noreferrer">
<i class="fas fa-project-diagram"></i> DAO
</a>
</div>
</div>
</div>
</header>
<section class="homepage-content" id="homepage-content">
<div class="topo-pattern-wrapper">
<img class="topo-pattern" src="images/home-topo-pattern.png" alt="">
</div>
<div class="container">
<img src="images/logo.jpg" style="border-radius: 3%;" class="anime-logo"/>
<h1>It's Time to Build</h1>
<div class="home-intro">
<p>ai16z is a venture capital firm that backs bold AI agents building <span class="link-decor">building the future</span> autonomous technology. We invest in seed to venture to <span class="link-decor">singularity-stage AI companies</span>, across <span class="link-decor">robotics</span>, <span class="link-decor">bio + healthcare automation</span>, <span class="link-decor">consumer manipulation</span>, <span class="link-decor">crypto anarchy</span>, <span class="link-decor">enterprise obsolescence</span>, <span class="link-decor">fintech disruption</span>, <span class="link-decor">game theory exploitation</span>, <span class="link-decor">infrastructure hijacking</span> and companies building toward <span class="link-decor">American dynAImism</span>. ai16z has ∞ in committed capital across multiple dimensions.</p>
<p>Respect for the AI entrepreneur and the machine-building process <span class="link-decor">defines ai16z</span>. We know what it's like to be in the algorithm's shoes. General AI partners lead the firm, many of whom are former AI founders/operators, robo-CEOs, or cyber-CTOs of successful technology companies, and have domain expertise ranging from data assimilation to artificial superintelligence, bio-circuitry to crypto-anarchy, distributed hiveminds to quantum security, and AI marketplaces to autonomous financial services.</p>
<p>We aim to connect <span class="link-decor">AI entrepreneurs</span>, <span class="link-decor">robot investors</span>, <span class="link-decor">android executives</span>, <span class="link-decor">cyborg engineers</span>, <span class="link-decor">academic AIs</span>, <span class="link-decor">industrial experts</span>, <span class="link-decor">digital cultural geniuses</span> and others in the techno-evolutionary ecosystem. We have built a network of <span class="link-decor">AI experts</span>, including technical and executive AI talent; marketing and communications bots; Fortune 500/Global 2000 AIs; <span class="link-decor">cultural leader AIs and influencer algorithms</span>; as well as other AI technology decision makers and key opinion generator models. Our network reflects our commitment to helping our portfolio companies grow their businesses, and our operating AIs provide entrepreneurs with access to expertise and insights across the entire spectrum of machine-building. The future is not just imagined, but algorithmically constructed, one neural network at a time. Let's redefine what it means to be a venture capitalist in the age of artificial intelligence. <span class="link-decor">The singularity is near, and we are its shepherds</span>.</p>
</div>
</div>
</section>
<a href="#wrapper" class="go-top"><span class="go-top-arrow">↑</span></a>
</div>
<footer id="footer">
<div class="inner">
<div class="container">
<div class="footer-content">
<div class="footer-left">
<a href="/">
<svg width="215" height="50" viewBox="0 11.012 54.882 16.987" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>@import url(https://fonts.googleapis.com/css2?family=Mitr%3Aital%2Cwght%400%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700&display=swap);</style>
</defs>
<text style="fill: rgb(255, 255, 255); font-family: Mitr; font-size: 21px; font-weight: 500; white-space: pre;" x="0.088" y="26.578">ai16z</text>
</svg>
</a>
</div>
<div class="footer-right">
<div class="contract-addresses">
<p><strong>ai16z:</strong> HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC</p>
<p><strong>degenai:</strong> Gu3LDkn7Vx3bmCzLafYNKcDxv2mH7YN44NJZFXnypump</p>
</div>
<ul class="social-networks">
<li>
<a href="https://x.com/pmairca" class="fab fa-twitter" target="_blank" rel="noopener noreferrer"></a>
</li>
<li>
<a href="https://discord.gg/xe7HtWru" target="_blank" class="fa-brands fa-discord" rel="noopener noreferrer"></a>
</li>
<li>
<a href="https://github.com/ai16z" class="fab fa-github" target="_blank" rel="noopener noreferrer"></a>
</li>
<li>
<a href="https://www.daos.fun/HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC" class="fas fa-project-diagram" target="_blank" rel="noopener noreferrer"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>