Dockerize Project
This commit is contained in:
commit
e679d02b41
205 changed files with 17941 additions and 0 deletions
67
templates/partials/landing/__features.html.twig
Executable file
67
templates/partials/landing/__features.html.twig
Executable file
|
@ -0,0 +1,67 @@
|
|||
{% block features %}
|
||||
<section class="features section">
|
||||
<div class="container">
|
||||
<div class="features-inner section-inner">
|
||||
<div class="features-wrap">
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-gauge-high fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">Fast</h4>
|
||||
<p class="text-sm mb-0">We have incredibly fast upload speeds.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-user-pen fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">Customization</h4>
|
||||
<p class="text-sm mb-0">You have the ability to customize every aspect of your
|
||||
experience.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-shield-halved fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">Secure</h4>
|
||||
<p class="text-sm mb-0">Your information is secure with us. We take our users'
|
||||
privacy seriously.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-hand-holding-dollar fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">Free</h4>
|
||||
<p class="text-sm mb-0">Our host won't make You pay any money for our services.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-infinity fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">No limits</h4>
|
||||
<p class="text-sm mb-0">There are no limits on Your enjoyment.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature text-center is-revealing">
|
||||
<div class="feature-inner">
|
||||
<div class="feature-icon">
|
||||
<i class="fa-solid fa-code-pull-request fa-4x"></i>
|
||||
</div>
|
||||
<h4 class="feature-title mt-24">Frequent Updates</h4>
|
||||
<p class="text-sm mb-0">We frequently update our host so that you never get bored
|
||||
when using it.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue