mirror of
https://github.com/ivabus/www
synced 2024-11-22 19:45:06 +03:00
Added CTA to packages page
This commit is contained in:
parent
15caafad44
commit
b85f1cb3de
2 changed files with 17 additions and 12 deletions
|
@ -125,18 +125,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.term-blue{
|
|
||||||
color: #2675f5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.term-orange{
|
|
||||||
color: #ff8e00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.term-yellow{
|
|
||||||
color: #ffff00;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Teal Impact Section -->
|
<!-- Teal Impact Section -->
|
||||||
|
|
|
@ -28,4 +28,21 @@
|
||||||
}
|
}
|
||||||
</style>
|
</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 }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue