-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
56 lines (45 loc) · 1.9 KB
/
index2.html
File metadata and controls
56 lines (45 loc) · 1.9 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
<!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">
<title>Cardigan</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:300,100' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="assets/css/home.css" rel="stylesheet">
</head>
<body>
<img class="logo" src="assets/img/logo.png" alt="cardigan" />
<div class="stripLine">
<div class="redSquare"></div>
<div class="redSquare"></div>
<div class="redSquare"></div>
<div class="redSquare"></div>
</div>
<div class="content carBg full">
<div class="row">
<div class="msg">
<h1>Open Source Car Platform Today</h1>
<h2>Cardigan is an IOT car platform, we enable developers <br>to build and deliver amazing car apps.</h2>
<div class="comingSoon">
<span>Coming this summer on:</span><br>
<img src="assets/img/kickstarter.png" alt="soon on kickstarter"/>
</div>
</div>
<div class="getUpdates">
<form class="form-inline">
<div class="form-group">
<label for="email" class="pl10">Subscribe for updates</label><br>
<input type="email" class="form-control" id="email" placeholder="Email">
</div>
<button type="submit" class="btn btn-default">GO</button>
</form>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>