This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
341 lines (247 loc) · 12.8 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
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
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>WP API Libraries | Third-Party API Libraries built exclusively for WordPress.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Matching Third Party APIs with WordPress Developers. Creating WordPress specific API LIbraries for some of the most popular APIs available." />
<meta name="keywords" content="WordPress, API, API PHP Library, API Client, API Library">
<meta name="author" content="WP API Libraries" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- <link rel="shortcut icon" href="images/favicon.ico"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- FontAwesome CSS -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- Our Stylesheet -->
<link href="assets/css/style.css" rel="stylesheet">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86396230-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body data-spy="scroll" data-target="#data-scroll">
<!-- Navbar -->
<div class="navbar navbar-custom sticky" role="navigation">
<div class="container">
<!-- Navbar-header -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="ti-menu"></i>
</button>
<!-- LOGO -->
<a class="navbar-brand logo" href="https://wp-api-libraries.com">
WP API Libraries
</a>
</div>
<!-- end navbar-header -->
<!-- menu -->
<div class="navbar-collapse collapse" id="data-scroll">
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="index.html#home">Home</a>
</li>
<li class="">
<a href="index.html#about">About the Project</a>
</li>
<li class="">
<a href="index.html#libraries">Libraries</a>
</li>
<li class="">
<a href="index.html#request-library">Request a New Library</a>
</li>
<li class="">
<a href="index.html#get-involved">Get Involved</a>
</li>
</ul>
</div>
<!--/Menu -->
</div>
<!-- end container -->
</div>
<!-- HOME -->
<section class="home bg-home" id="home">
<div class="bg-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="home-fullscreen">
<div class="full-screen">
<div class="home-wrapper home-wrapper-alt">
<div class="row">
<div class="col-md-6">
<h1>Matching Third Party APIs <br /> with WordPress Developers.</h1>
<h4>Creating WordPress specific API Libraries for some of the most popular APIs available.</h4>
<a href="index.html#about" class="btn btn-custom">Learn more</a>
<!-- <a href="https://vimeo.com/175710248" class="video-btn btn popup-video"><i class="glyphicon glyphicon-play"></i>Watch Video</a> -->
</div>
</div>
</div>
</div>
</div>
</div> <!-- end col -->
</div> <!-- end row -->
</div>
<!-- end container -->
</section>
<!-- END HOME -->
<!-- About the Project -->
<section class="section" id="about">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2>About the Project</h2>
</div>
</div>
</div>
<!-- end row -->
<p>APIs have become quite popular. Many API providers write clients for popular coding languages such as Javascript, PHP, Ruby, etc. We could use the PHP Libraries provided, but they are just not built with WordPress in mind. We decided we wanted to create standards-based API Libraries specific to WordPress.</p>
<div class="row vertical-content about">
<div class="col-sm-5">
<div class="about-box">
<h3>WordPress Specific</h3>
<h4>All the API Libraries we create are built specifically for WordPress.</h4>
</div>
</div> <!-- end col -->
<div class="col-sm-7 text-center">
<i class="fa fa-wordpress" aria-hidden="true" style="font-size: 137px;"></i>
</div> <!-- end col -->
</div>
<!-- end row -->
<div class="row vertical-content about">
<div class="col-sm-7 text-center">
<img src="assets/images/codeclimate-gpa.png" alt="codeclimate-gpa" class="img-responsive" width="214" height="137">
</div> <!-- end col -->
<div class="col-sm-5">
<div class="about-box">
<h3>Built to Standards</h3>
<h4>WordPress has coding standards and our API Libraries will be built to those standards.</h4>
<p>All of our repos will be using CodeClimate, which reports a GPA so you can decide if the library is ready for your project.</p>
</div>
</div> <!-- end col -->
</div>
<!-- end row -->
<div class="row vertical-content about">
<div class="col-sm-5">
<div class="about-box">
<h3>Plugin or Download?</h3>
<h4>You choose, you can run our APIs as a plugin, or just include the files within your project.</h4>
</div>
</div> <!-- end col -->
<div class="col-sm-7 text-center">
<i class="fa fa-plug" aria-hidden="true" style="font-size: 137px;"></i>
</div> <!-- end col -->
</div>
<!-- end row -->
</div> <!-- end container -->
</section>
<!-- end About Project -->
<!-- Libraries -->
<section class="section bg-lightgray" id="libraries">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<i class="ti-tag"></i>
<p>Built specifically for WordPress</p>
<h2>A PHP Client Library for your favorite APIs</h2>
</div>
</div>
</div>
<!-- end row -->
<div class="row">
<div class="col-sm-12">
<div id="github-projects"></div>
</div>
</div>
</div> <!-- end container -->
</section>
<!-- end Libraries -->
<!-- Request Library -->
<section class="section bg-dark" id="request-library">
<div class="container">
<div class="row text-center">
<div class="col-sm-12">
<a href="https://github.com/wp-api-libraries/wp-api-libraries.com/issues/new" class="btn btn-custom">Request a New Library</a>
<br /><br /><br />
<p>This button will open a <a href="https://github.com/wp-api-libraries/">GitHub</a> issue to request a new API Library.</p>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</section>
<!-- Get Involced -->
<section class="section" id="get-involved">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h2>Get Involved</h2>
<h4>We are looking for those who want to get involved with this project, if that is you, please contact us.</h4>
<a href="https://wp-api-libraries-slack-join.herokuapp.com/" class="btn btn-custom">Join us on Slack!</a>
</div>
</div>
</div>
<!-- end row -->
</div> <!-- end container -->
</section>
<!-- FOOTER -->
<footer class="bg-dark footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<h4 class="logo">WP API Libraries</h4>
<p>Matching Third Party APIs with WordPress Developers. Please share our project and get involved.</p>
<ul class="list-inline social">
<li>
<a href="https://github.com/wp-api-libraries"><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-6 col-md-offset-4">
<h5>Useful Links</h5>
<ul class="list-unstyled footer-list">
<li>
<a href="index.html#home">Home</a>
</li>
<li>
<a href="index.html#about">About the Project</a>
</li>
<li>
<a href="index.html#libraries">Libraries</a>
</li>
<li>
<a href="index.html#request-library">Request a New Library</a>
</li>
<li>
<a href="index.html#get-involved">Get Involved</a>
</li>
</ul>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
</footer>
<!-- end FOOTER -->
<!-- COPYRIGHT -->
<div class="footer-alt bg-dark">
<p class="copy-rights">WP API Libraries. <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPLv3</a> Licensed. Sponsored by <a href="https://www.imforza.com">imFORZA</a>.</p>
</div>
<!-- Javascript. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="assets/js/jquery.sticky.min.js"></script>
<script src="assets/js/main.min.js"></script>
<script src="assets/js/github.min.js"></script>
<script type="text/javascript">
jQuery(function() {
jQuery("#github-projects").loadRepositories("wp-api-libraries");
});
</script>
</body>
</html>