-
Notifications
You must be signed in to change notification settings - Fork 387
/
resources.html
426 lines (388 loc) · 20.7 KB
/
resources.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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<!-- not working -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>LoopBack 4</title>
<!-- Bootstrap core CSS -->
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<link href="css/loopback.css" rel="stylesheet">
<link href="css/resources.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150726441-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-150726441-2');
</script>
</head>
<body>
<!-- Navbar -->
<div id="navbar-template"></div>
<!-- Header -->
<div class="r-masthead">
<div class="container-fluid"></div>
<div class="header-space"></div>
<h2>We are here to help!</h2>
<br>
<h5 style="font-weight: normal">Here are some more goodies for your reference.</h5>
<div class="header-space"></div>
</div>
<!-- Developer resources section -->
<section class="even-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Developer resources</h3>
<p>Learn how to get things done in LoopBack.</p>
<p style="height:24px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="/doc/en/lb4">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/docs-icon-1x.png" alt="Documentation icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Explore the documentation</h5>
<p class="regular text-gray">See the full documentation, regularly updated and improved detailed API reference documentation.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://github.com/loopbackio/loopback-next/issues" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/issue-icon-1x.png" alt="Issues icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">View our GitHub issues</h5>
<p class="regular text-gray">Contribute, report bugs, and propose features on our GitHub's issues page.</p>
</div>
</div>
</a>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://join.slack.com/t/loopbackio/shared_invite/zt-2s5ttd53m-yaYSDEpU5LSv9APk0KKVng" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/devchat-icon-1x.png" alt="Chat room icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Participate in our Slack community</h5>
<p class="regular text-gray">Join the LoopBack Slack community for realtime discussions with fellow LoopBack developers.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://github.com/loopbackio/loopback-next/blob/master/docs/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/contribute-icon-1x.png" alt="Contribute icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Contribute to LoopBack</h5>
<p class="regular text-gray">We have a collection of awesome things regarding LoopBack. Check them out and contribute!</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Tutorials section -->
<section class="odd-section">
<div class="container" style="padding-bottom: 48px;">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Learn from our tutorials</h3>
<p>Complete end-to-end tutorials while also learning LoopBack 4 concepts.</p>
<p style="height:24px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="/doc/en/lb4/Extending-LoopBack-4.html" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/extension-icon-1x.png" alt="Extension Icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Tutorial for Extension Developers</h5>
<p class="regular text-gray">Create new extensions and contribute to new features for LoopBack 4.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="/doc/en/lb4/Tutorials.html">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/application-icon-1x.png" alt="Application Icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Tutorial for Application Developers</h5>
<p class="regular text-gray">Create new applications using LoopBack 4 for all of your API needs.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Integration section -->
<section class="odd-section">
<div class="container" style="padding-bottom: 48px;">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Integrate with Other Products</h3>
<p>Integrating LoopBack with other products and libraries.</p>
<p style="height:24px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2" href="openapi-to-graphql.html" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/homepage/conveyorbelt-2x.png" alt="OpenAPI-to-GraphQL Icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">OpenAPI-to-GraphQL</h5>
<p class="regular text-gray">Create a GraphQL interface with OpenAPI Specification.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
<a class="card-2" href="https://ibm-apiconnect.github.io/test-and-monitor/" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/apic-atm.png" alt="Application Icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">API Connect Test and Monitor</h5>
<p class="regular text-gray">Automated your API testing with this no-code solution.</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Blog posts section -->
<section class="odd-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Blog posts</h3>
<p>The go-to place for all developer related information and tips.</p>
<p style="height:24px"></p>
</div>
</div>
<!-- Getting the six most recent blog posts from website -->
<script>
jQuery.ajax({
url: 'https://strongloop.com/blog-archives/',
success: function(data) {
const body = jQuery(data);
const list = body.find('li').toArray();
const links = body.find('a').toArray();
for(var i = 1; i < 7; i++) {
var post = 'post' + i.toString();
var link = 'link' + i.toString();
var date = 'date' + i.toString();
document.getElementById(post).innerHTML = list[i + 8].innerText.slice(0, list[i + 8].innerText.lastIndexOf(" -"));
document.getElementById(link).href = links[i + 9];
document.getElementById(date).innerHTML = list[i + 8].innerText.slice(list[i + 8].innerText.lastIndexOf("-") + 2);
}
}
});
</script>
<div class="row text-center" style="justify-content: center">
<div class="col-md-4">
<a id="link1" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post1" class="card-title"></h5>
<p id="date1" class="regular text-gray date"></p>
</a>
</div>
<div class="col-md-4">
<a id="link2" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post2" class="card-title"></h5>
<p id="date2" class="regular text-gray date"></p>
</a>
</div>
<div class="col-md-4">
<a id="link3" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post3" class="card-title"></h5>
<p id="date3" class="regular text-gray date"></p>
</a>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-md-4">
<a id="link4" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post4" class="card-title"></h5>
<p id="date4" class="regular text-gray date"></p>
</a>
</div>
<div class="col-md-4">
<a id="link5" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post5" class="card-title"></h5>
<p id="date5" class="regular text-gray date"></p>
</a>
</div>
<div class="col-md-4">
<a id="link6" class="card-3" target="_blank" rel="noopener noreferrer">
<h5 id="post6" class="card-title"></h5>
<p id="date6" class="regular text-gray date"></p>
</a>
</div>
</div>
<!-- Older button -->
<div>
<div class="row text-center" style="justify-content: center">
<h6 style="margin-top: 18px; padding-right: 6px;">OLDER</h6>
<a href="https://strongloop.com/strongblog/tag_LoopBack.html" target="_blank" rel="noopener noreferrer">
<img class="navigation" src="images/resources/forward_32.svg" alt="Forward button" height="23" width="23"
style="margin-top:18px;">
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Presentation section -->
<section class="even-section">
<div class="container">
<div class="col-lg-12 text-center">
<h3 class="section-heading" style="padding-top: 48px;">Presentations</h3>
<p>See videos and slides from events.</p>
</div>
<div class="col-md-12 row">
<div class="col-md-6">
<p style="height:6px;"></p>
<div class="text-center" style="justify-content: center">
<div class="card-2 pres multiple-links" onclick="window.open('https://www.youtube.com/watch?v=i3UW5PhDoQg')">
<div class="col-sm-12 row" style="transform: translateY(0%);">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title no-link">REST APIs in Minutes with LoopBack 4</h5>
<p class="regular text-gray" style="margin-bottom: 8px;">Janny Hou | Toronto Meetup 2019</p>
<a href="https://www.slideshare.net/DaveWhiteley1/2019-02-05-toronto-cloud-integration-meetup" target="_blank" rel="noopener noreferrer"
onclick="window.open('https://www.slideshare.net/DaveWhiteley1/2019-02-05-toronto-cloud-integration-meetup')">
<div class="row">
<img class="icon slides-icon" src="images/resources/slideshare-brands.svg" alt="Slideshare icon"/>
<p class="regular text-gray">Slides</p>
</div>
</a>
</div>
</div>
</div>
<a class="card-2 pres" href="https://www.youtube.com/watch?v=W5u_YF96q6o&list=PL2I5I38o2kSCPCIxd8IjzYAMZnxcy3BYo&index=3&t=0s" target="_blank" rel="noopener noreferrer">
<div class="col-sm-12 row">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">LoopBack 4 Demo Example Todo Application</h5>
<p class="regular text-gray"> Biniam Admikew | Toronto Meetup 2019</p>
</div>
</div>
</a>
<a class="card-2 pres" href="https://jsi2018.sched.com/event/HYVB?iframe=no" target="_blank" rel="noopener noreferrer">
<div class="col-sm-12 row">
<div class="col-sm-3">
<img class="icon" src="images/resources/slideshare-brands.svg" alt="Slideshare icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">The Art of Building Node.js Projects at Scale</h5>
<p class="regular text-gray"> Raymond Feng | Node+JS Interactive 2018</p>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6">
<p style="height: 6px;"></p>
<a class="card-2 pres" href="https://vimeo.com/287508709" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">Async Functions in Practice</h5>
<p class="regular text-gray">Miroslav Bajtos | Node Summit 2018</p>
</div>
</div>
</a>
<a class="card-2 pres" href="https://vimeo.com/287513753" target="_blank" rel="noopener noreferrer">
<div class="row">
<div class="col-sm-3">
<img class="icon" src="images/resources/play_128.svg" alt="Play icon"/>
</div>
<div class="col-sm-9">
<h5 class="card-title">The Art of Extensibility and Composability</h5>
<p class="regular text-gray">Taranveer Virk | Node Summit 2018</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- Loopback integration section -->
<section class="odd-section">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 style="padding-top: 80px;">Show off your LoopBack integration!
<p class="p regular" style="margin-top: 8px;margin-bottom:48px;">We have prepared brand assets that you can include in your site or app.</h3>
<a class="btn btn-secondary" role="button" style="padding-left:60px; padding-right:60px; margin-bottom: 80px;"
href=https://loopback.io/images/branding/LoopBack_Brand_Assets_v1.0.zip>Download Brand Assets</a>
</div>
<div class="col-md-4">
<img class="logo" src="images/global/loopback-mark-frame-blue.svg" alt="LoopBack mark frame" height="192" width="169" style="margin-top:80px;"/>
</div>
</div>
</div>
</section>
<hr class="hairline">
<!-- footer -->
<footer>
<div id="footer-template"></div>
</footer>
<!-- Scripts -->
<script src="/dist/jquery/jquery-3.4.1.min.js" crossorigin="anonymous"></script>
<script src="dist/popper/1.14.0/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="dist/bootstrap/js/bootstrap.min.js"></script>
<!-- GitHub button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Load the NavBar template -->
<script>
$(function(){
$("#navbar-template").load("navbar-template.html");
$("#footer-template").load("footer-template.html");
});
</script>
</body>