Added CTA to packages page

This commit is contained in:
Thomas Smith 2023-01-25 18:06:35 -05:00
parent 15caafad44
commit b85f1cb3de
2 changed files with 17 additions and 12 deletions

View file

@ -125,18 +125,6 @@
display: inline-block;
}
.term-blue{
color: #2675f5;
}
.term-orange{
color: #ff8e00;
}
.term-yellow{
color: #ffff00;
}
</style>
<!-- Teal Impact Section -->

View file

@ -28,4 +28,21 @@
}
</style>
<hr>
<section>
<div class="container">
<div class="row two-boxes">
<div class="col">
<h2 class="display-3 text-center">Wanna help us with the top 300 packages?</h2>
<p class="lead text-center">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>
</div>
</section>
<div class="full-width-cta-container">
{{- partial "full-width-cta-split.html" . -}}
</div>
{{ end }}