Browse Source

Add testimonial

pull/479/head
Thomas 4 years ago
parent
commit
c2feba9a74
  1. 25
      apps/client/src/app/pages/landing/landing-page.html

25
apps/client/src/app/pages/landing/landing-page.html

@ -107,6 +107,31 @@
</div>
</div>
<div class="row my-5">
<div class="col-md-6 offset-md-3">
<h2 class="h4 mb-1 text-center">
What our <strong>users</strong> are saying
</h2>
<div class="d-flex flex-row py-3">
<div class="d-flex justify-content-center">
<gf-logo
class="mr-3 mt-2 pt-1"
size="medium"
[hideName]="true"
></gf-logo>
</div>
<div>
<div>
Super slim app with a great user interface.<br />On top of that,
it's open source.
</div>
<div class="mt-2 text-muted">— Philipp, Germany 🇩🇪</div>
</div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col-md-6 offset-md-3">
<h2 class="h4 mb-1 text-center">

Loading…
Cancel
Save