-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgonzalo.html
More file actions
88 lines (77 loc) · 3.87 KB
/
gonzalo.html
File metadata and controls
88 lines (77 loc) · 3.87 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Akilia Partners</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="site.webmanifest"> -->
<!-- <link rel="apple-touch-icon" href="icon.png"> -->
<!-- Place favicon.ico in the root directory -->
<!-- <link rel="stylesheet" href="css/normalize.css"> -->
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="css/scroll.css">
<link rel="stylesheet" href="css/style.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- /Fonts -->
</head>
<body>
<header>
<!-- Navigation -->
<nav class="navbar border-bottom fixed-top navbar-expand-lg navbar-light bg-white px-md-4">
<div class="container-fluid">
<!-- back -->
<div tabindex=0 class="d-inline align-middle" role="link" onclick="window.location='index.html'">
<button type="button" class="btn bg-transparent lh-1">
<i class="material-icons">arrow_back</i>
</button>
<a class="pl-2" href="#">
<img src="img/akilia-logo.svg" alt="logo" width="" height="16">
</a>
</div>
<!-- /back -->
<!-- links -->
<!-- <div class="d-flex justify-content-end">
<ul class="navbar-nav align-items-center">
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div> -->
<!-- /links -->
</div>
</nav>
<!-- /Navigation -->
</header>
<main class="container-fluid">
<div class="wrapper profile">
<div class="row align-center justify-content-center align-center">
<div class="col-md-7">
<h2 class="featurette-heading">Gonzalo Rubio Paris</h2>
<p class="lead">
has over 20 year experience in finance and VC investment, having personally invested in Digital Health, MedTech and Biotech. He has cultivated a network of entrepreneurs and investors that provide access to deal flow and support in due diligence processes. He initiated his career as an equities broker in 1999 and in 2001 he participated in his first capital raising for technology ventures. In 2006, Gonzalo co-founded an event driven fund.
<br /><br />
In 2007, he help lead the Series A financing round of AmWell, the largest Telehealth Enterprise Platform in the US, and has actively collaborated with Amwell in capital raising and business development throughout its journey. Through, 2012-2016 Gonzalo sailed with his family on a catamaran over 36,000 nm from Europe to NZ. Since 2016, he is full-time focused on VC investments, initially advising companies with capital raising activities and subsequently leading investments via SPVs. Gonzalo is an active investor, board member and observer in several companies.
</p>
<!-- <div class="row row-cols-2 row-cols-lg-3 g-2 g-lg-3 pt-4">
<div class="col-4">
<div class="p-3 border bg-light">Email</div>
</div>
<div class="col-4">
<div class="p-3 border bg-light">LinkedIn</div>
</div>
<div class="col-4">
<div class="p-3 border bg-light">Twitter</div>
</div>
</div> -->
</div>
</div>
</div><!-- /.container -->
</main>
</body>
</html>