-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·50 lines (41 loc) · 2.01 KB
/
index.html
File metadata and controls
executable file
·50 lines (41 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Artificial Intelligence Robotics Autonomous Driving Self-driving car open-source deep learning computer vision natural language processing">
<meta name="author" content="http://www.opensourcesdc.com">
<title>OpenSourceSDC</title>
<!-- Bootstrap -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-theme.css" rel="stylesheet">
<link href="assets/css/font-awesome.css" rel="stylesheet">
<!-- siimple style -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div id="wrapper">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>OpenSourceSDC</h1>
<h2 class="subtitle"><br>In order for individual developers to create breakthroughs in artificial intelligence and robotics, we need to provide access to GPU supercomputing for hyperparameter tuning and training on large datasets, world-class mentorship from experts, and vehicles/robots fitted with costly sensors for testing.</h2>
<h2 class="subtitle"><br>We make all of that accessible to any developer who proves that their code is good, with code completely open-sourced.</h2>
<h2 class="subtitle"><br>Launching in late 2017, stay tuned.</h2>
<h2 class="subtitle"><br>Can't wait to be involved?</h2>
<div id="countdown"></div>
<a href="https://goo.gl/forms/qBriPBr8S1Ox9eCf2"><button type="submit" class="btn btn-theme">Join our contributor community</button></a>
<div class="social">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-lg-offset-3">
<p class="copyright">© OpenSourceSDC - All Rights Reserved</p>
</div>
</div>
</div>
</div>
</body>
</html>