mirror of
https://github.com/ivabus/www
synced 2025-06-08 11:30:26 +03:00
31 lines
734 B
HTML
31 lines
734 B
HTML
<hr>
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col">
|
|
|
|
<div class="one-box-down">
|
|
<h4 class="text-center">Check out 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>
|
|
|
|
<hr>
|