-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
227 lines (197 loc) · 8.51 KB
/
index.html
File metadata and controls
227 lines (197 loc) · 8.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>Predictaventure</title>
<link rel="stylesheet" href="./public/css/index.css" type="text/css"></link>
<link href="https://fonts.googleapis.com/css?family=Heebo:400,500,800,900%7CLato:400,700,900%7COpen+Sans:400,400i,700,800%7CRoboto:400,400i,500,700,900" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
</head>
<body>
<header id="top-header" class="border-bottom">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<a href="#">
<h2 class="logo">predicta<span>venture</span></h2>
</a>
</div>
<div class="col-12 col-md-8 d-flex justify-content-end align-items-center menu-items">
<input type="checkbox" id="nav" class="hidden">
<label for="nav" class="nav-button">
<div class="button-line"></div>
<div class="button-line"></div>
<div class="button-line"></div>
</label>
<nav>
<div class="mobile-nav-container">
<a href="#features-section" class="px-1">Features</a>
<a href="#case-study-section" class="px-1">Case Study</a>
<a href="#methodology-section" class="px-1">Methodology</a>
<a href="about-us.html" class="px-1">About Us</a>
<a href="https://predict-a-venture.netlify.com/">Login</a>
</div>
</nav>
</div>
</div>
</div>
</header>
<section id="cta-section">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 order-12 order-lg-1">
<div class="row">
<div class="col-12">
<div class="pt-5 mt-5 d-none d-lg-block"></div>
<h1>Get startup trajectory predictions</h1>
<p>Discover the potential for any venture. Insights built on Crunchbase investment data.</p>
</div>
<div class="col-12 my-3 pb-4">
<a class="btn" href="https://predict-a-venture.netlify.com/register">Sign up</a>
</div>
</div>
</div>
<div class="col-12 col-lg-6 order-1 order-lg-12 py-5">
<a href="#a-demo-video">
<img src="./public/img/cta_img.png"
class="w-100"></img>
</a>
</div>
</div>
</div>
<div id="a-demo-video" class="video_wrap">
<a href="index.html" class="close bg-eucalyptus">X</a>
<video width="100%" controls>
<source src="./public/video/predictaventure.mp4" type="video/mp4">
Your browser does not support the video tag
</video>
</div>
</section>
<section id="process-section" class="py-4 text-white">
<div class="container">
<div class="row text-center">
<div class="col-12 col-md-3 mt-2">
<h4>Input your start-up.</h4>
</div>
<div class="col-12 col-md-1">
<i class="fas fa-arrow-right fa-2x d-none d-md-block mt-3"></i>
<i class="fas fa-arrow-down fa-2x d-md-none d-block"></i>
</div>
<div class="col-12 col-md-4 mt-2">
<h4>Run it against our model.</h4>
</div>
<div class="col-12 col-md-1">
<i class="fas fa-arrow-right fa-2x d-none d-md-block mt-3"></i>
<i class="fas fa-arrow-down fa-2x d-md-none d-block"></i>
</div>
<div class="col-12 col-md-3 mt-2">
<h4>Get a prediction.</h4>
</div>
</div>
</div>
</section>
<section id="features-section">
<div class="container-100">
<div class="row">
<div class="col-12 col-md-6 leftSlide-1 feature-img-wrapper">
<img src="./public/img/features.png"
class="w-100"></img>
</div>
<div class="col-12 col-md-5 feature-content">
<h2>Crunchbase Dataset</h2>
<p>A model is only as good as the data used to train it. By using Crunchbase we are able to incorporate the latest industry trends, investment insights, and rich company data.</p>
</div>
</div>
</div>
<div class="bg-sail">
<div class="container-100">
<div class="row">
<div class="col-12 col-md-1"></div>
<div class="col-12 col-md-5 order-12 order-md-1 feature-content">
<h2 class="pt-5">Delightful Frontend</h2>
<p>Use a frontend that streamlines data input while providing a pleasant user experience. Our form asks for only what the model requires to generate a prediction.</p>
</div>
<div class="col-12 col-md-6 order-1 order-md-12 rightSlide-2 feature-img-wrapper">
<img src="./public/img/features2.png"
class="w-100"></img>
</div>
</div>
</div>
</div>
<div class="container-100">
<div class="row">
<div class="col-12 col-md-6 leftSlide-3 feature-img-wrapper">
<img src="./public/img/features3.png"
class="w-100"></img>
</div>
<div class="col-12 col-md-5 feature-content">
<h2>Reliable Backend</h2>
<p>Designed as a standalone service our backend offers high reliability. The core API also supports 100% test coverage to ensure new features can be rolled out without risk of regression in functionality.</p>
</div>
</div>
</div>
</section>
<section id="case-study-section" class="py-5 text-white">
<div class="container">
<div class="row">
<div class="col-12 col-md-1 col-lg-2"></div>
<div class="col-12 col-md-10 col-lg-8 text-center ">
<h3>Example Case Study</h3>
<p> Given a fictitious company called Fabric Co we'll see how likely it is to succeed. The company is located in Singapore, Central Region, the industry is Retail, number of Founders is 2, number of funding rounds is 1, number of articles is 4, and number of employees is 7.</p>
<p> From this input we get back a 29.66% chance for venture capital investments.</p>
</div>
</div>
<div class="row px-4 case-imgs">
<div class="col-12 col-md-5 px-2 py-3 bg-shark d-flex align-items-center rounded-6 shadow-dark">
<img src="./public/img/prediction-input.png" class="w-100 rounded-6"/>
</div>
<div class="col-12 col-md-2 px-2 py-3 d-flex justify-content-center align-items-center">
<i class="fas fa-arrow-right fa-4x d-none d-md-block"></i>
<i class="fas fa-arrow-down fa-4x d-md-none d-block"></i>
</div>
<div class="col-12 col-md-5 px-2 py-3 bg-white d-flex align-items-center rounded-6 shadow-dark">
<img src="./public/img/prediction-pct.png" class="w-100 rounded-6"/>
</div>
</div>
</div>
</section>
<section id="methodology-section" class="py-5 my-5">
<div class="container">
<h2>Methodology</h2>
<div class="row mt-4">
<div class="col-12 py-4">
<h4>Data</h4>
<p>
We have a dataset of over 100,000 companies that have received funding in 100 different industries.
</p>
</div>
<div class="col-12 py-4">
<h4>Model</h4>
<p>
Our regression model uses a random forest classifier.
</p>
</div>
<div class="col-12 py-4">
<h4>Prediction</h4>
<p>
Our model predicts over 80% accuracy on whether a start-up is eligible for venture funding.
</p>
</div>
</div>
</div>
</section>
<footer class="bg-grey-333 text-white">
<div class="container">
<div class="row">
<div class="col-12 pt-2 text-center">
<p>© 2019 Predictaventure. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/scrollreveal/dist/scrollreveal.min.js"></script>
<script src="./public/js/sr-functions.js" async></script>
</body>
</html>