Skip to content

Commit 60dfc06

Browse files
authored
add Unbanked as user (#958)
1 parent d087d4f commit 60dfc06

File tree

3 files changed

+43
-5
lines changed

3 files changed

+43
-5
lines changed

images/users/unbanked_logo.png

7.3 KB
Loading

index.html

+15
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,27 @@ <h3 class="section-heading">Who's using LoopBack?</h3>
333333
<img src="images/users/swissdev-jobs.png" width="60%"/>
334334
</a>
335335
</div>
336+
</div>
337+
<p></p>
338+
<div class="row text-center" style="justify-content: center">
339+
<div class="col-md-2">
340+
<span class="helper"></span>
341+
</div>
336342
<div class="col-md-2">
337343
<span class="helper"></span>
338344
<a href="https://wizerg.com/" target="_blank" rel="noopener noreferrer">
339345
<img src="images/users/wizerg_logo.png" width="60%"/>
340346
</a>
341347
</div>
348+
<div class="col-md-2">
349+
<span class="helper"></span>
350+
<a href="https://www.unbanked.com.br" target="_blank" rel="noopener noreferrer">
351+
<img src="images/users/unbanked_logo.png" width="70%"/>
352+
</a>
353+
</div>
354+
<div class="col-md-2">
355+
<span class="helper"></span>
356+
</div>
342357
</div>
343358
<div class="row text-center" style="justify-content: center">
344359
<p style="padding-top:64px">

what-our-users-say.html

+28-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- not working -->
99
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
1010

11-
<title>LoopBack 4</title>
11+
<title>LoopBack</title>
1212

1313
<!-- Bootstrap core CSS -->
1414
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
@@ -78,6 +78,11 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
7878
<hr class="hairline">
7979
<section class="odd-section">
8080
<div class="container">
81+
<p style="height:24px"></p>
82+
<div class="row text-center" style="justify-content: center">
83+
Wanna tell us about your LoopBack usage?
84+
Click &nbsp;<a href="https://github.com/strongloop/loopback-next/issues/3047" target="_blank" rel="noopener noreferrer"> here</a>.
85+
</div>
8186
<p style="height:24px"></p>
8287
<div class="row text-center" style="justify-content: center">
8388
<div class="col-sm-12 col-md-6">
@@ -205,14 +210,19 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
205210
<div class="col-sm-12 col-md-6">
206211
<a class="card-2">
207212
<div class="row" style="padding:10px">
208-
"We use LoopBack to solve our client needs with rapid development, so we can focus on biz rules to get an awesome solution."
213+
"Unbanked is a Brazilian fintech focused on digital and open banking solutions.
214+
Being a modular and open platform, integrating the financial ecosystem in an agile
215+
and secure way, we believe that the best way to do it is with freedom, transparency
216+
and being as open as possible. For this reason, we chose to use LoopBack as the
217+
framework for our main API and micro-services, so that we could take advantage of
218+
all scalability, security, best practices and of course, the incredible support created
219+
around this opensource community."
209220
<br>
210221
<br>
211-
<b>Oliver Cera, CEO, Kumisoft</b>
222+
<b>Danilo Castro, CEO, Unbanked Pagamentos</b>
212223
</div>
213224
</a>
214225
</div>
215-
216226
<div class="col-sm-12 col-md-6">
217227
<a class="card-2">
218228
<div class="row" style="padding:10px">
@@ -227,7 +237,20 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
227237
</a>
228238
</div>
229239
</div>
230-
240+
<div class="row text-center" style="justify-content: center">
241+
<div class="col-sm-12 col-md-6">
242+
<a class="card-2">
243+
<div class="row" style="padding:10px">
244+
"We use LoopBack to solve our client needs with rapid development, so we can focus on biz rules to get an awesome solution."
245+
<br>
246+
<br>
247+
<b>Oliver Cera, CEO, Kumisoft</b>
248+
</div>
249+
</a>
250+
</div>
251+
<div class="col-sm-12 col-md-6">
252+
</div>
253+
</div>
231254
</div>
232255
</div>
233256
</section>

0 commit comments

Comments
 (0)