mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:35:06 +03:00
Added bottles CTA to home page
This commit is contained in:
parent
2961aadd1d
commit
d4b62e442e
1 changed files with 32 additions and 0 deletions
|
@ -152,6 +152,38 @@
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<!-- Bottle CTA -->
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
|
||||||
|
<div class="one-box-down">
|
||||||
|
<h4 class="text-center">Check our which versions we have bottled</h4>
|
||||||
|
<p class="text-center">We've compiled a list of every package that's been bottled, along with their corresponding versions.</p>
|
||||||
|
</div>
|
||||||
|
<a href="/bottles/">
|
||||||
|
<button class="detail-btn-large bottle-cta"><i class="icon-enter-arrow"></i>VIEW ALL BOTTLES</button>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.bottle-cta{
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Package CTA Section -->
|
<!-- Package CTA Section -->
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in a new issue