-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (139 loc) · 5.72 KB
/
Copy pathindex.html
File metadata and controls
167 lines (139 loc) · 5.72 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
<!DOCTYPE html>
<html lang="en" ng-app>
<head>
<meta charset="utf-8">
<title>CrowdShelf</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="dist/css/normalize.css">
<link rel="stylesheet" href="dist/css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/customv2.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<link rel="stylesheet" href="css/github-prettify-theme.css">
<link rel="icon" type="image/png" href="dist/images/favicon.png">
<script type="text/javascript">
function postContactToGoogle(){
$.ajax({
url: "https://docs.google.com/forms/d/1EryQMrocUUef2PtBVah67YeMV6ZpGhXPPUQWQkSsKpk/formResponse",
data: {"entry.452555678" : "Tabbar"},
type: "POST",
dataType: "xml",
statusCode: {
0: function () {
// window.location.replace("ThankYou.html");
},
200: function () {
// window.location.replace("ThankYou.html");
}
}
});
}
</script>
</head>
<body>
<div class="background">
<img src="images/books.jpg" >
</div>
<nav class="fixed-menu">
<li>
<a href="#top">
<button class="button">Top </button>
</a>
</li>
<li>
<a href="#application">
<button class="button">Application</button>
</a>
</li>
<li>
<a href="#api">
<button class="button">API</button>
</a>
</li>
</nav>
<div class="container">
<section class="header">
<h2 class="title">CrowdShelf</h2>
<h5>Share your knowledge — Share your books</h5>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<a name="application"></a>
<h3 class="title">Mobile Application</h3>
<br>
<br>
<br>
<div class="row">
<div class = "one-half column">
<iframe width="300" height="215" src="https://www.youtube.com/embed/1XoJX8JwlgI"
frameborder="0" allowfullscreen>
</iframe>
<br>
<br>
<h4>iOS</h4>
<p>Version 0.5 is soon available in TestFlight. Does this seem like something you could like to test? Send us your email in the feedback form and become a beta user.</p>
</div>
<div class = "one-half column">
<iframe width="300" height="215" src="https://www.youtube.com/embed/W49AWUzAlLE"
frameborder="0" allowfullscreen>
</iframe>
<br>
<br>
<br>
<h4>Android</h4>
<p>Download this application <a href="http://tinyurl.com/nb6dbds">from Google Play</a> and join the development.</p>
</div>
<br>
<br>
<br>
<br>
<br>
<div class="row">
<iframe src="https://docs.google.com/forms/d/1mm2NFh0aYenbGI52Zkz5-Q-n6DTUabumneJVF97mfC4/viewform?usp=send_form"
width="650"
height="840"
frameborder="0"
marginheight="0"
marginwidth="0">
Loading ..
</iframe>
</div>
</div>
<br>
<br>
<a name="api"></a>
<h3 class="title">API</h3>
<h6>An open source RESTful API service that is ready to use</h6>
<h6>Try it out in <a href="http://crowdshelf.xyz/api/">swagger</a></h6>
<br>
<div class="row">
<h4>API Demonstration Video</h4>
<iframe width="600" height="400" src="https://www.youtube.com/embed/mpz_q4-D-yw" frameborder="0" allowfullscreen>
</iframe>
</div>
<br> <br>
</section>
</div>
</body>
</html>