website/templates/home/components/_vision.html

40 lines
1.3 KiB
HTML

<section class="home__vision-container">
<p class="home__vision-text">
<em class="home__vision-title">Imagine a world...</em><br />
<span class="home__vision-text-line">
...where the services that you use for are not only reliable but also
<i>radically</i> transparent.<br />
</span>
<span class="home__vision-text-line">
...where the software that you rely on is 100% Free.<br />
</span>
<span class="home__vision-text-line">
...where Free Software developers are treated just as fairly as they treat
their users.<br />
</span>
<span class="home__vision-text-line">
...where freedom doesn't come at the cost of comfort and reliability.<br />
</span>
<span class="home__vision-text-line">
...where Free Software is not only comparable to proprietary software in
features but leads the charge in the ecosystem.<br />
</span>
</p>
<div class="home__vision-action-container">
<h2 class="home__vision-intro-title">Meet Gna!</h2>
<p class="home__vision-intro-tagline">
Where sustainable free homes are created for free software development
</p>
<div>
<button class="home__vision-aciton-btn">
<a href="/about" class="home__vision-action-link">Learn More</a>
</button>
</div>
</div>
</section>