-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (92 loc) · 4.54 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<!-- <body background="images/bg.png"> -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>CoDivvy</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="bootstrap.css">
<!-- <link href="http://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- Custom styles for this template -->
<link href="http://getbootstrap.com/examples/cover/cover.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">CoDivvy</h3>
<ul class="nav masthead-nav">
<li class="active"><a href="#">Home</a></li>
<!-- <li><a href="#">About</a></li> -->
<!-- <li><a href="www.codivvy.com/about">About</a></li> -->
</ul>
</div>
</div>
<div class="inner cover">
<h1 class="cover-heading">CoDivvy: The peer-to-peer rental network for creative equipment.</h1>
<br>
<p class="lead">CoDivvy connects people who want to securely borrow or lend creative equipment like cameras, lenses, and audio equipment. Renters save money and time, and loaners earn money on equipment that would otherwise sit unused. <br>
<br>
We make the rental process easier so you can focus on the creative process.
<br>
<br>
Subscribe to our mailing list to be notified when we launch:
</p>
<p class="lead">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<div id="mc_embed_signup">
<style>
text-align: center;
</style>
<form action="//codivvy.us9.list-manage.com/subscribe/post?u=cb525b56c7bc31d00f057acc8&id=9aadc44c1a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_cb525b56c7bc31d00f057acc8_9aadc44c1a" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</p>
</div>
<div class="mastfoot">
<div class="inner">
<!-- <p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p> */-->
<a href="https://twitter.com/codivvy" class="btn btn-info btn-mini">Follow @CoDivvy</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/docs.min.js"></script>
</body>
</html>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-38293707-2', 'auto');
ga('send', 'pageview');
</script>