1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

web-app content formatting

This commit is contained in:
Lee Brown
2019-08-06 13:02:44 -08:00
parent 098544f83b
commit a327dc0197
23 changed files with 478 additions and 557 deletions

View File

@@ -6,7 +6,6 @@
{{ define "content" }}
<div class="container" id="page-content">
<h1 class="h1 mt-5 mb-3 text-dark">Pricing</h1>
<p class="lead mb-5">Start your Free 30 Day Trial. Solution to increase the performance and efficiency of your businesses processes that scales with you, your team and your company. No credit card needed.</p>
@@ -104,29 +103,21 @@
</div>
<!-- Start the Signup Container -->
<div class="container ">
<div class="row pt-5">
<div class="col-sm-8">
<h3 class="h2 text-success">Interested in our Service?</h3>
<p>Simplify your business processes with our innovative solution. Signup for your free trial now!</p>
</div>
<div class="col-sm-4 text-right">
<a class="btn btn-info" href="/signup">Try it Now</a>
</div>
<div class="container ">
<div class="row pt-5">
<div class="col-sm-8">
<h3 class="h2 text-success">Interested in our Service?</h3>
<p>Simplify your business processes with our innovative solution. Signup for your free trial now!</p>
</div>
<div class="col-sm-4 text-right">
<a class="btn btn-info" href="/signup">Try it Now</a>
</div>
</div>
</div>
<!-- /End the Featurettes -->
{{end}}
{{define "js"}}
<script>
$(document).ready(function() {
});
</script>
{{end}}