website/templates/home/components/_banner-new.html

51 lines
1.7 KiB
HTML

<div class="index-banner__container">
<div class="index-banner">
<div class="index-banner__content-container">
<h1 class="index-banner__title">Easiest way to deploy websites</h1>
<p class="index-banner__tagline">
JAMstack platform with focus on privacy and speed
</p>
<ul class="index-banner__features-list">
<li class="index-banner__features">
<b>Seamless Git Integration</b> making migration easy
</li>
<li class="index-banner__features">
<b>Pull Request Previews</b> to verify changes before deployment
</li>
<li class="index-banner__features">
<b>Server-less form submissions</b> to collect data from visitors
</li>
<li class="index-banner__features">
<b>Global CDN</b> for high-speed access from across the world
</li>
<li class="index-banner__features">
<b>
100%
<a href="https://www.gnu.org/philosophy/free-sw.html"
>Free Software</a
> </b
>: deploy your own instance
</li>
<li class="index-banner__features">
25% of the income dedicated to sustain Free Software dependencies
</li>
</ul>
<button class="index-banner__main-action-btn">
<a
href="https://demo.librepages.org"
class="index-banner__main-action-link"
>Get Started</a
>
</button>
</div>
<div class="index-banner__logo-container">
<img
class="index-banner__logo"
src="{{ get_url(path='/tmp-logo.png', cachebust=true) }}"
alt="LibrePages logo"
/>
</div>
</div>
</div>