-
Notifications
You must be signed in to change notification settings - Fork 0
/
investors.html
149 lines (131 loc) · 5.94 KB
/
investors.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Investors & Board of Directors - Wild Rydes</title>
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr.js"></script>
</head>
<body class="page-investors">
<div class="top-section">
<header class="site-header">
<div class="site-logo dark">Wild Rydes</div>
<div class="row column medium-8 large-6 xlarge-5 xxlarge-4">
<h1 class="title">Backed By Top Decile Investors</h1>
<p class="content">
We would not be anywhere without our trusted investors. We thank each of them for where we are today.
</p>
</div>
<nav class="site-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="unicorns.html">Meet the Unicorns</a></li>
<li><a href="investors.html">Investors & Board of Directors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="apply.html">Apply</a></li>
</ul>
</nav>
<button type="button" class="btn-menu"><span>Menu</span></button>
</header>
<div class="investors-list">
<div class="row">
<div class="columns large-4">
<div class="investor">
<h2 class="title pcp">Penglai Communications and Post New Century Technology Corporation Ltd</h2>
<div class="subtitle">Global Communications Provider</div>
<p class="content">
PCPNCTC was formed in 2008 to hold the telecommunications services, media, and IT businesses of Penglai Communications and Post LTD, a multinational mass media and telecommunications company. PCPL provides broadband subscription television services, fixed telephone, and mobile telephone across 20 countries and 3 continents.
</p>
</div>
</div>
<div class="columns large-4">
<div class="investor">
<h2 class="title awesome">Tenderloin Capital</h2>
<div class="subtitle">Venture Capital Firm</div>
<p class="content">
What makes us awesome sauce and not your typical venture firm? Backed by over three decades of experience and partnering successfully with entrepreneurs, Tenderloin Capital was founded to serve the needs of early-stage founders. It’s not just our experience that sets us apart; we relate to our entrepreneurs as people, not just as investments. Tenderloin Capital backs entrepreneurs who are building market-disrupting social-mobile-local-machine learned-artificially-intelligent cognitive experiences.
</p>
</div>
</div>
<div class="columns large-4">
<div class="investor">
<h2 class="title barn">The Barn</h2>
<div class="subtitle">Accelerator</div>
<p class="content">
The Barn is an institution for primarily incubating chicken eggs as well as the next revolutions in precision agriculture technology. The Barn created the industry defining model for funding sustainable, humane, non-GMO, and fairtrade early stage businesses in animal husbandry. We look forward to working with you.
</p>
</div>
</div>
</div>
</div>
</div>
<section class="board-directors">
<div class="row">
<div class="columns large-4 large-push-4">
<div class="intro block">
<h2 class="title">Our Board of Directors</h2>
<p class="content">
Wild Rydes has a talented Board of Directors which advises the company on strategy and enabling business success. Using its collective leadership intangibles, the Board works with Wild Rydes to ideate solutions and form audacious ideas to the company’s most pressing business challenges. The Board and the Company work together to make informed problem solving decisions using process optimization and agile decision making techniques.
</p>
</div>
</div>
<div class="columns large-4 large-pull-4">
<div class="one block">
<h3 class="title">Dr. Tim Wagner</h3>
<p class="content">Chairman of the Board, Grand Master of the Serverless Rite</p>
</div>
</div>
<div class="columns large-4">
<div class="two block">
<h3 class="title">Vaughn R. Nicholson</h3>
<p class="content">EIR at Awesome Sauce Capital</p>
</div>
</div>
</div>
<div class="row">
<div class="columns large-4">
<div class="three block">
<h3 class="title">Conway Bulle</h3>
<p class="content">Partner at The Barn</p>
</div>
</div>
<div class="columns large-4">
<div class="four block">
<h3 class="title">Dr. Samantha Walleford, PhD</h3>
<p class="content">Managing Partner at Tenderloin Capital</p>
</div>
</div>
<div class="columns large-4">
<div class="five block">
<h3 class="title">Qilin Fei</h3>
<p class="content">Chairman of the Central Committee for Planning at PENGLAI COMMUNICATIONS AND POST NEW CENTURY TECHNOLOGY CORPORATION LTD</p>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="row column">
<nav class="footer-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="unicorns.html">Meet the Unicorns</a></li>
<li><a href="investors.html">Investors & Board of Directors</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="apply.html">Apply</a></li>
</ul>
</nav>
</div>
<div class="row column">
<div class="footer-legal">
©WildRydes Inc<br>
All Rights Reserved
</div>
</div>
</footer>
<script src="js/vendor.js"></script>
<script src="js/main.js"></script>
</body>
</html>