mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
Remove gumroad overlay
This commit is contained in:
parent
5e24433561
commit
957ae96ea9
3 changed files with 63 additions and 62 deletions
57
source/_partials/testimonials.blade.php
Normal file
57
source/_partials/testimonials.blade.php
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<section class="">
|
||||
<div class="max-w-screen-xl mx-auto md:grid md:grid-cols-2 md:px-6 lg:px-8">
|
||||
<div class="py-12 px-4 sm:px-6 md:flex md:flex-col md:py-16 md:pl-0 md:pr-10 lg:pr-16">
|
||||
<div class="md:flex-shrink-0">
|
||||
<img class="h-12" src="https://kronosapp.io/landing-assets/images/kronos/logo.svg" alt="Kronos">
|
||||
</div>
|
||||
<blockquote class="mt-8 md:flex-grow md:flex md:flex-col">
|
||||
<div class="max-w-3xl mx-auto text-xl font-medium leading-8 text-left text-gray-900">
|
||||
<p>
|
||||
“Tenancy for Laravel allowed us to effortlessly and quickly integrate the needed
|
||||
landlord/tenant functionality for our SaaS platform. It fits our needs perfectly.”
|
||||
</p>
|
||||
</div>
|
||||
<footer class="mt-8">
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 inline-flex rounded-full border-2 border-white">
|
||||
<img class="h-12 w-12 rounded-full" src="https://media-exp1.licdn.com/dms/image/C5603AQEmispANTVYDA/profile-displayphoto-shrink_800_800/0?e=1596067200&v=beta&t=UO5qyQNEg6ZnEOtd7XeS7N_EOV7pQwGOcVmJzhHpdUg" alt="Jørgen Solli" />
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<div class="text-base leading-6 font-medium text-gray-900">Jørgen Solli
|
||||
</div>
|
||||
<div class="text-base font-medium leading-6 text-gray-500">
|
||||
<a href="https://kronosapp.io/">Owner, Kronos</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="py-12 px-4 sm:px-6 md:py-16 md:pr-0 md:pl-10 lg:pl-16">
|
||||
<div class="md:flex-shrink-0">
|
||||
<img class="h-12" src="https://res.cloudinary.com/danskdynamit/image/upload/v1527500599/z81esdqpqebgwgqwsllj.svg" alt="Napp">
|
||||
</div>
|
||||
<blockquote class="mt-8 md:flex-grow md:flex md:flex-col">
|
||||
<div class="max-w-3xl mx-auto text-xl font-medium leading-8 text-left text-gray-900">
|
||||
<p>
|
||||
“This package enabled us to abstract all the context switching to focus our development efforts elsewhere. That resulted in significant performance increase. The event driven architecture is powerful, flexible and bends to all our needs.”
|
||||
</p>
|
||||
</div>
|
||||
<footer class="mt-8">
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 inline-flex rounded-full border-2 border-white">
|
||||
<img class="h-12 w-12 rounded-full" src="https://avatars1.githubusercontent.com/u/312065?s=400&v=4" alt="Mads Møller" />
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<div class="text-base leading-6 font-medium text-gray-900">Mads Møller
|
||||
</div>
|
||||
<div class="text-base font-medium leading-6 text-gray-500">
|
||||
<a href="https://napp.dk/en">CTO, Napp</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -479,63 +479,9 @@ fill="none" viewBox="0 0 404 784">
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<section class="bg-gray-50">
|
||||
<div class="max-w-screen-xl mx-auto md:grid md:grid-cols-2 md:px-6 lg:px-8">
|
||||
<div class="py-12 px-4 sm:px-6 md:flex md:flex-col md:py-16 md:pl-0 md:pr-10 lg:pr-16">
|
||||
<div class="md:flex-shrink-0">
|
||||
<img class="h-12" src="https://kronosapp.io/landing-assets/images/kronos/logo.svg" alt="Kronos">
|
||||
</div>
|
||||
<blockquote class="mt-8 md:flex-grow md:flex md:flex-col">
|
||||
<div class="max-w-3xl mx-auto text-xl font-medium leading-8 text-left text-gray-900">
|
||||
<p>
|
||||
“Tenancy for Laravel allowed us to effortlessly and quickly integrate the needed
|
||||
landlord/tenant functionality for our SaaS platform. It fits our needs perfectly.”
|
||||
</p>
|
||||
</div>
|
||||
<footer class="mt-8">
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 inline-flex rounded-full border-2 border-white">
|
||||
<img class="h-12 w-12 rounded-full" src="https://media-exp1.licdn.com/dms/image/C5603AQEmispANTVYDA/profile-displayphoto-shrink_800_800/0?e=1596067200&v=beta&t=UO5qyQNEg6ZnEOtd7XeS7N_EOV7pQwGOcVmJzhHpdUg" alt="Jørgen Solli" />
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<div class="text-base leading-6 font-medium text-gray-900">Jørgen Solli
|
||||
</div>
|
||||
<div class="text-base font-medium leading-6 text-gray-500">
|
||||
<a href="https://kronosapp.io/">Owner, Kronos</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
<div class="py-12 px-4 sm:px-6 md:py-16 md:pr-0 md:pl-10 lg:pl-16">
|
||||
<div class="md:flex-shrink-0">
|
||||
<img class="h-12" src="https://res.cloudinary.com/danskdynamit/image/upload/v1527500599/z81esdqpqebgwgqwsllj.svg" alt="Napp">
|
||||
</div>
|
||||
<blockquote class="mt-8 md:flex-grow md:flex md:flex-col">
|
||||
<div class="max-w-3xl mx-auto text-xl font-medium leading-8 text-left text-gray-900">
|
||||
<p>
|
||||
“This package enabled us to abstract all the context switching to focus our development efforts elsewhere. That resulted in significant performance increase. The event driven architecture is powerful, flexible and bends to all our needs.”
|
||||
</p>
|
||||
</div>
|
||||
<footer class="mt-8">
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 inline-flex rounded-full border-2 border-white">
|
||||
<img class="h-12 w-12 rounded-full" src="https://avatars1.githubusercontent.com/u/312065?s=400&v=4" alt="Mads Møller" />
|
||||
</div>
|
||||
<div class="ml-4">
|
||||
<div class="text-base leading-6 font-medium text-gray-900">Mads Møller
|
||||
</div>
|
||||
<div class="text-base font-medium leading-6 text-gray-500">
|
||||
<a href="https://napp.dk/en">CTO, Napp</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="bg-gray-50">
|
||||
@include('_partials.testimonials')
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center bg-gray-50">
|
||||
<div class="max-w-screen-xl px-4 py-12 mx-auto sm:px-6 lg:py-16 lg:px-8">
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
We try to make the boilerplate affordable for small startups, while also providing premium services for enterprise clients.
|
||||
</p>
|
||||
<p class="mt-2 text-xl leading-7 text-gray-300">
|
||||
One time payment.
|
||||
One time payment. Save tens of hours of development time and focus on your application, not boilerplate.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="mt-6 rounded-md shadow">
|
||||
<a href="https://gumroad.com/l/saas-boilerplate/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-standard">
|
||||
Details
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<div class="mt-6 rounded-md shadow">
|
||||
<a href="https://gumroad.com/l/saas-boilerplate-enterprise/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
|
||||
<a target="_blank" href="https://gumroad.com/l/saas-boilerplate-enterprise/launch-website" class="flex items-center justify-center px-5 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-900 hover:bg-gray-800 focus:outline-none focus:shadow-outline transition duration-150 ease-in-out" aria-describedby="tier-enterprise">
|
||||
Details
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -320,6 +320,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script>
|
||||
|
||||
@endsection
|
||||
Loading…
Add table
Add a link
Reference in a new issue