Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Unbanked Pagamentos as user #958

Merged
merged 1 commit into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/users/unbanked_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,27 @@ <h3 class="section-heading">Who's using LoopBack?</h3>
<img src="images/users/swissdev-jobs.png" width="60%"/>
</a>
</div>
</div>
<p></p>
<div class="row text-center" style="justify-content: center">
<div class="col-md-2">
<span class="helper"></span>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://wizerg.com/" target="_blank" rel="noopener noreferrer">
<img src="images/users/wizerg_logo.png" width="60%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.unbanked.com.br" target="_blank" rel="noopener noreferrer">
<img src="images/users/unbanked_logo.png" width="70%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<p style="padding-top:64px">
Expand Down
33 changes: 28 additions & 5 deletions what-our-users-say.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- not working -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">

<title>LoopBack 4</title>
<title>LoopBack</title>

<!-- Bootstrap core CSS -->
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
Expand Down Expand Up @@ -78,6 +78,11 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
<hr class="hairline">
<section class="odd-section">
<div class="container">
<p style="height:24px"></p>
<div class="row text-center" style="justify-content: center">
Wanna tell us about your LoopBack usage?
Click &nbsp;<a href="https://github.com/strongloop/loopback-next/issues/3047" target="_blank" rel="noopener noreferrer"> here</a>.
</div>
<p style="height:24px"></p>
<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
Expand Down Expand Up @@ -205,14 +210,19 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
<div class="col-sm-12 col-md-6">
<a class="card-2">
<div class="row" style="padding:10px">
"We use LoopBack to solve our client needs with rapid development, so we can focus on biz rules to get an awesome solution."
"Unbanked is a Brazilian fintech focused on digital and open banking solutions.
Being a modular and open platform, integrating the financial ecosystem in an agile
and secure way, we believe that the best way to do it is with freedom, transparency
and being as open as possible. For this reason, we chose to use LoopBack as the
framework for our main API and micro-services, so that we could take advantage of
all scalability, security, best practices and of course, the incredible support created
around this opensource community."
<br>
<br>
<b>Oliver Cera, CEO, Kumisoft</b>
<b>Danilo Castro, CEO, Unbanked Pagamentos</b>
</div>
</a>
</div>

<div class="col-sm-12 col-md-6">
<a class="card-2">
<div class="row" style="padding:10px">
Expand All @@ -227,7 +237,20 @@ <h5 style="font-weight: normal">Let's continue to build our community together.<
</a>
</div>
</div>

<div class="row text-center" style="justify-content: center">
<div class="col-sm-12 col-md-6">
<a class="card-2">
<div class="row" style="padding:10px">
"We use LoopBack to solve our client needs with rapid development, so we can focus on biz rules to get an awesome solution."
<br>
<br>
<b>Oliver Cera, CEO, Kumisoft</b>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6">
</div>
</div>
</div>
</div>
</section>
Expand Down