coopcloud.tech/themes/cloud.autonomic.zone/layouts/partials/index/server_hero.html

22 lines
880 B
HTML

<section id="server-hero" class="hero is-medium">
<div class="container">
<div class="hero-body has-text-centered">
<div class="columns is-centered">
<div class="column is-four-fifths-desktop is-two-thirds-tablet">
<p class="title is-size-2">
Setup your server with ease,
</p>
<p class="subtitle is-size-2">
you already have everything at home.
</p>
</div>
</div>
</div>
<div class="hero-foot has-text-centered ">
<p class="is-size-3"><b>Learn More</b></p>
<!-- SVG provided by LineIcons https://lineicons.com under CC BY-SA 4.0 -->
<!-- Colour has been changed and this SVG is also licensed under CC BY-SA 4.0 as per its license requirements -->
<a><img alt="Down Chevron" width="40px" src="/svg/chevron-down.svg"></a>
</div>
</div>
</section>