-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
330 lines (273 loc) · 13.1 KB
/
Copy pathindex.html
File metadata and controls
330 lines (273 loc) · 13.1 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
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
<!DOCTYPE html>
<html lang="zh">
<!--style sheet from w3 schools-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Main page for Cloudkernel Technologies (Shenzhen) Co.,Ltd">
<meta name="author" content="Cloudkernel-tech">
<link rel="canonical" href="cloudkernel-tech.github.io/">
<title>Cloudkernel Technologies</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="assets/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.baomitu.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://cdn.baomitu.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://cdn.baomitu.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://cdn.baomitu.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this theme -->
<!--<link href="assets/css/agency.min.css" rel="stylesheet">-->
<link href="assets/css/agency.css" rel="stylesheet">
<!-- Page container change top padding when nav shrinks -->
</head>
<body id="page-top">
<!-- Navigation -->
<!-- style setting to preserve lowercase letters in display -->
<style>
/* CSS to ensure preservation of capitalization */
.preserve-capitalization {
text-transform: none !important; /* Use !important to override other styles */
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img height="60" src="assets/img/company/logo_en.png"/></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto"><li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="#products">Products</a></li>
<li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="#solutions">Solutions</a></li>
<li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="https://discourse.cloudkernel.cn">Forum</a></li>
<li class="nav-item dropdown"><div class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Shop
</a>
<div class="dropdown-menu preserve-capitalization" aria-labelledby="navbarDropdown"><a class="dropdown-item" href="https://shop281159518.taobao.com/index.htm">Taobao Shop</a>
<a class="dropdown-item" href="shop.html">Paypal</a></div>
</div></li>
<li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
<li class="nav-item dropdown"><a class="nav-link js-scroll-trigger" href="news.html">News</a></li>
<li class="nav-item dropdown"><div class="nav-item dropdown">
<button class="nav-link btn btn-lg btn-info dropdown-toggle" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
🌏Language
</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton"><a class="dropdown-item" href="/zh/index.html">中文</a></div>
</div></li>
</ul>
</div>
</div>
</nav>
<!-- End Navigation -->
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text"><div class="intro-heading text-uppercase"><p>Building Infrastructure for General Robot Intelligence</p>
</div><a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="/about.html">See More</a></div>
</div>
</header>
<!-- End Header -->
<!-- products -->
<section class="page-section" id="products">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Products</h2>
</div>
</div>
<div class="row text-center col-centered">
<div class="col-md-4">
<a href="https://cloudkernel.top/kerloud-autopilot/index.html"> <img src="assets/img/products/fcu_icon.png" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://cloudkernel.top/kerloud-autopilot/index.html">Autopilot</a></p>
</h4>
<div class="text-muted"><p>An open source autopilot compatible with PX4 and Ardupilot communities</p>
</div>
</div>
<div class="col-md-4">
<a href="https://kerlouduav.readthedocs.io"> <img src="assets/img/products/drone_icon.jpeg" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://kerlouduav.readthedocs.io">UAV</a></p>
</h4>
<div class="text-muted"><p>Facilitating developments for flying drones</p>
</div>
</div>
<div class="col-md-4">
<a href="https://kerloud-flyingrover.readthedocs.io"> <img src="assets/img/products/flyingrover_icon.png" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://kerloud-flyingrover.readthedocs.io">Flying Rover</a></p>
</h4>
<div class="text-muted"><p>Powering flying cars in future</p>
</div>
</div>
<div class="col-md-4">
<a href="https://kerloud-vtol.readthedocs.io"> <img src="assets/img/products/vtol_icon.png" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://kerloud-vtol.readthedocs.io">VTOL</a></p>
</h4>
<div class="text-muted"><p>Enhancing industrial applications in ecosystem</p>
</div>
</div>
<div class="col-md-4">
<a href="https://kerloud-autocar.readthedocs.io"> <img src="assets/img/products/rover_icon.png" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://kerloud-autocar.readthedocs.io">Rover</a></p>
</h4>
<div class="text-muted"><p>Unveiling the mask of self-driving autonomy</p>
</div>
</div>
<div class="col-md-4">
<a href="https://kerloud-dasa.readthedocs.io"> <img src="assets/img/products/dasa_icon_v2.png" width="250" height="160"> </a>
<h4 class="product-heading"><p><a href="https://kerloud-dasa.readthedocs.io">DASA</a></p>
</h4>
<div class="text-muted"><p>Integrated solution for robot arena</p>
</div>
</div>
</div>
</div>
</section>
<!-- End products -->
<!-- solutions -->
<section class="page-section" id="solutions" style="padding:30px 0px 0px">
<div class="w3-container w3-blue-grey" style="padding:50px 0px">
<!--Header-->
<div class="row w3-blue-grey">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Solutions</h2>
</div>
</div>
<!--Solutions-->
<!--Pursuit--->
<div class="container" style="padding:125px 0px 60px">
<div class="w3-row-padding w3-blue-grey">
<!--image-->
<div class="w3-col m8">
<img src="assets/img/solutions/pursuit_view.png" class="w3-image w3-right" width="750" height="525">
</div>
<!--intro-->
<div class="w3-col m4">
<h1 class="w3-xlarge"><b>Pursuit: Autonomous Driving Suite for Industrial Applications</b></h1>
<p class="w3-large">Pursuit is an autonomous driving suite specifically for vertical markets in agriculture and surveillance, aiding partners to deliver autonomous driving services with maximized efficiency to end-users</p>
<p class="w3-large"><a href="https://cloudkernel.top/pursuit" class="w3-button w3-black"><i class="fa fa-th"> </i>Find More</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- end solutions -->
<!-- Contact -->
<section class="page-section" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">
<p>Contact Us</p>
</h2>
<h3 class="section-subheading text-muted">Baoan District, Shenzhen, China, 518000</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<form id="contactForm"
action="https://formspree.io/[email protected]"
novalidate="novalidate" method="POST">
<!--name="sentMessage"-->
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input name="name" class="form-control" id="name" type="text"
placeholder="Name*"
required="required" data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input name="_replyto" class="form-control" id="email" type="email"
placeholder="Email*"
required="required" data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input name="phone" class="form-control" id="phone" type="tel"
placeholder="Phone Number"
required="required" data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea name="message" class="form-control" id="message"
placeholder="Message*"
required="required" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<input type="hidden" name="_subject" id="email-subject"
value="Contact Form Submission">
<div class="clearfix"></div>
<div class="col-lg-12 text-center">
<div id="success"></div>
<button id="sendMessageButton" class="btn btn-primary btn-xl text-uppercase"
type="submit">Send Message</button>
</div>
<input type="text" name="_gotcha" style="display:none">
<input type="hidden" name="_next" value="#" />
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Footer -->
<footer class="footer" id="footer" style="background-color:white;">
<div class="container">
<div class="row align-items-center">
<!--github.io tracker-->
<div class="col-md-4">
<script type='text/javascript' id='clustrmaps' src='//cdn.clustrmaps.com/map_v2.js?cl=ffffff&w=a&t=tt&d=T9s-udWJA3FvjfJ1rnqVFIKep6CY5c8uiIYNGVsY21U'></script>
</div>
<!-- Social Media -->
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="https://github.com/cloudkernel-tech">
<i class="fab fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://space.bilibili.com/599433509">
<i class="fas fa-video"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://blog.csdn.net/coolkesword">
<i class="fas fa-blog"></i>
</a>
</li>
</ul>
</div>
<!-- Legal -->
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="legal.html">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="assets/js/jqBootstrapValidation.js"></script>
<script src="assets/js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="assets/js/agency.min.js"></script>
</body>
</html>