-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
491 lines (461 loc) · 22.7 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
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" sizes="96x96" href="../assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Bertholf Ventures</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link href="../assets/css/bootstrap.css" rel="stylesheet" />
<link href="../assets/css/gaia.css" rel="stylesheet"/>
<link href="../assets/css/style.css" rel="stylesheet"/>
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Cambo|Lato:400,700' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="../assets/css/fonts/pe-icon-7-stroke.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-327387-73"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-327387-73');
</script>
</head>
<body>
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" color-on-scroll="200">
<!-- if you want to keep the navbar hidden you can add this class to the navbar "navbar-burger"-->
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="https://bertholfventures.com" class="navbar-brand">
<img src="../assets/img/logo.png" class="navbar-logo" />
</a>
</div>
<div class="collapse navbar-collapse">
<!-- <ul class="nav navbar-nav navbar-right navbar-uppercase">
<li>
<a href="home.html">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-danger">
<li>
<a href="blog-post.html">Blog post</a>
</li>
<li>
<a href="blog-posts.html">Blog Posts</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-danger">
<li>
<a href="about-us.html">About us</a>
</li>
<li>
<a href="contact-us.html">Contact us</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="signin.html">Signin</a>
</li>
<li>
<a href="signup.html">Signup</a>
</li>
<li>
<a href="../documentation/components.html">All components</a>
</li>
</ul>
</li>
<li>
<a href="pricing.html">Pricing</a>
</li>
<li>
<a href="https://www.creative-tim.com/product/gaia-bootstrap-template-pro" class="btn btn-danger btn-fill">Buy now</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-share-alt"></i> Share
</a>
<ul class="dropdown-menu dropdown-danger">
<li>
<a href="#"><i class="fa fa-facebook-square"></i> Facebook</a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i> Twitter</a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i> Instagram</a>
</li>
</ul>
</li>
</ul> -->
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<div class="section section-header">
<div class="parallax filter filter-color-black">
<div class="image" style="background-image: url('../assets/img/header-9.jpeg')">
</div>
<div class="container">
<div class="content">
<p><span>welcome to</span></p>
<h1>Bertholf Ventures</h1>
<div class="separator-container">
<div class="separator line-separator"><img src="../assets/img/logo_white.png" class="logo-icon" /></div>
</div>
<h5>Investing capital & time in Peace of Mind</h5>
</div>
</div>
</div>
<a href="" data-scroll="true" data-id="#firstSection" class="scroll-arrow hidden-xs hidden-sm">
<i class="fa fa-angle-down"></i>
</a>
</div>
<div class="section" id="firstSection">
<div class="container">
<div class="title-area">
<h2>Focus Areas</h2>
<div class="separator separator-danger">♦</div>
<p class="description">
Our primary areas of focus include both technology and real estate. Our tech plays fall into our area expertise in Software as a Service and eCommerce.
</p>
</div>
<div class="row" style="margin-bottom: 50px">
<div class="col-md-4 col-sm-6">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-cloud"></i>
</div>
<h3>SaaS</h3>
<p class="description">We have a deep background in development and scaling Software as a Service applications.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-cart"></i>
</div>
<h3>eCommerce</h3>
<p class="description">We have a portfolio of eCommerce sites in our "Commenc Com/merce" division.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="info-icon">
<div class="icon text-danger">
<i class="pe-7s-home"></i>
</div>
<h3>Real Estate</h3>
<p class="description">We are invested in both traditional real estate as well as CoLiving.</p>
</div>
</div>
</div>
</div>
<div class="parallax parallax-small">
<div class="image" style="background-image: url('../assets/img/project-4.jpg')"></div>
</div>
</div>
<div class="section section-our-projects section-our-projects-fluid">
<div class="title-area">
<h2>Our Investments</h2>
<div class="separator separator-danger">♦</div>
<p class="description">
The following comprise some our favorite projects and companies.
</p>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-balancedwheel.png" />
<a class="over-area" href="https://www.balancedwheel.co.uk/" target="_blank">
<div class="content">
<label class="label label-danger label-fill">PaaS</label>
<label class="label label-info label-fill">2021 Cohort</label>
<h3>Balanced Wheel</h3>
<p>Simplifying the journey through recovery to joy.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-medlyticsalt.png" />
<a class="over-area" href="http://medlyticsai.com/" target="_blank">
<div class="content">
<label class="label label-danger label-fill">OnPrem</label>
<label class="label label-info label-fill">2021 Cohort</label>
<h3>Medlytics</h3>
<p>Enabling standardization and interoperability in healthcare.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-marketaing.png" />
<a class="over-area" href="https://marketaing.com">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<label class="label label-info label-fill">2020 Cohort</label>
<h3>marketAIng</h3>
<p>Digital Marketing analysis & recommendations engine.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-upcode.png" />
<a class="over-area" href="https://upcodemo.com" target="_blank">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<h3>Upc<>de</h3>
<p>Springboard for rapid SaaS & eCommerce application deployment and management.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-diydifm.png" />
<a class="over-area" href="https://diydifm.com" target="_blank">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<h3>DIY:DIFM</h3>
<p>Digital Marketing training, reporting & management tools for agencies and freelancers.</p>
</div>
</a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-5.jpg" />
<a class="over-area" href="#">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<h3>EmpireCRM</h3>
<p></p>
</div>
</a>
</div>
</div> -->
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-flowerleis.png" />
<a class="over-area" href="https://flowerleis.com" target="_blank">
<div class="content">
<label class="label label-warning label-fill">eCommerce</label>
<h3>FlowerLeis</h3>
<p>Premium & wholesale fresh orchids & flower leis.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-surroundsme.png" />
<a class="over-area" href="#"><!--https://surrounds.me-->
<div class="content">
<label class="label label-info label-fill">SaaS</label>
<h3>SurroundsMe</h3>
<p>Social Advocacy management and tracking software.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/project-kndrd.png" />
<a class="over-area" href="https://kndrd.io" target="_blank">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<label class="label label-info label-fill">Exit</label>
<h3>Kndrd</h3>
<p>Management & collaboration platform for CoLiving Operators & Residents.<br />Exited 2019</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/exit-rbagency.png" />
<a class="over-area" href="#">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<label class="label label-info label-fill">Exit</label>
<h3>RB Agency</h3>
<p>Modeling & Talent Agency management software.<br />Exited 2018</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/exit-saas.png" />
<a class="over-area" href="https://saasventures.co" target="_blank" rel="nofollow">
<div class="content">
<label class="label label-danger label-fill">PaaS</label>
<label class="label label-info label-fill">Exit</label>
<h3>SaaS Ventures</h3>
<p>Platform as a Service for Software as a Service.<br />Exited 2015</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="project">
<img src="../assets/img/exit-webos.png" />
<a class="over-area" href="https://patents.google.com/patent/US20060294199">
<div class="content">
<label class="label label-danger label-fill">SaaS</label>
<label class="label label-info label-fill">Exit</label>
<h3>WebOS</h3>
<p>Content Management System.<br />Exited 2008</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="section section-get-started">
<div class="parallax filter filter-color-black">
<div class="image" style="background-image: url('../assets/img/header-13.jpeg')">
</div>
<div class="container">
<div class="title-area">
<h2 class="text-white">Want learn more?</h2>
<div class="separator">♦</div>
<p class="description">
Contact us
</p>
</div>
<div class="button-get-started">
<button type="button" class="btn btn-lg btn-danger btn-fill ">Contact</button>
</div>
</div>
</div>
</div> -->
<footer class="footer footer-big footer-color-black" data-color="black">
<div class="container">
<!-- <div class="row">
<div class="col-md-2 col-sm-3">
<div class="info">
<h5 class="title">Company</h5>
<nav>
<ul>
<li>
<a href="#">Home</a></li>
<li>
<a href="#">Find offers</a>
</li>
<li>
<a href="#">Discover Projects</a>
</li>
<li>
<a href="#">Our Portfolio</a>
</li>
<li>
<a href="#">About Us</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title"> Help and Support</h5>
<nav>
<ul>
<li>
<a href="#">Contact Us</a>
</li>
<li>
<a href="#">How it works</a>
</li>
<li>
<a href="#">Terms & Conditions</a>
</li>
<li>
<a href="#">Company Policy</a>
</li>
<li>
<a href="#">Money Back</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="info">
<h5 class="title">Latest News</h5>
<nav>
<ul>
<li>
<a href="#">
<i class="fa fa-twitter"></i> <b>Title</b> Text...
<hr class="hr-small">
</a>
</li>
<li>
<a href="#">
<i class="fa fa-twitter"></i> Text ...
</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-md-2 col-md-offset-1 col-sm-3">
<div class="info">
<h5 class="title">Follow us on</h5>
<nav>
<ul>
<li>
<a href="#" class="btn btn-social btn-facebook btn-simple">
<i class="fa fa-facebook-square"></i> Facebook
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-twitter btn-simple">
<i class="fa fa-twitter"></i> Twitter
</a>
</li>
<li>
<a href="#" class="btn btn-social btn-reddit btn-simple">
<i class="fa fa-google-plus-square"></i> Google+
</a>
</li>
</ul>
</nav>
</div>
</div>
</div> -->
<hr>
<div class="copyright">
© <script> document.write(new Date().getFullYear()) </script> Bertholf Ventures, LLC
</div>
</div>
</footer>
</body>
<!-- core js files -->
<script src="../assets/js/jquery.min.js" type="text/javascript"></script>
<script src="../assets/js/bootstrap.js" type="text/javascript"></script>
<!-- js library for devices recognition -->
<script type="text/javascript" src="../assets/js/modernizr.js"></script>
<!-- script for google maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
<!-- file where we handle all the script from the Gaia - Bootstrap Template -->
<script type="text/javascript" src="../assets/js/gaia.js"></script>
</html>