mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:45:16 +03:00
Added bottles CTA to home page
This commit is contained in:
parent
2961aadd1d
commit
d4b62e442e
|
@ -152,6 +152,38 @@
|
|||
|
||||
</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 -->
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue