change template sections to html sections

This commit is contained in:
nevfy 2024-01-22 21:24:08 +04:00
parent 8a4539cd21
commit b2c5f3eb73
1 changed files with 6 additions and 9 deletions

View File

@ -57,7 +57,7 @@ linkTitle = "SelfPrivacy"
</div> </div>
{{< /blocks/section >}} {{< /blocks/section >}}
{{< blocks/section color="100" type="section" >}} <section class="container-fluid">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center font-weight-bolder">Your personal services</h2> <h2 class="mx-auto text-center font-weight-bolder">Your personal services</h2>
</div> </div>
@ -129,9 +129,9 @@ linkTitle = "SelfPrivacy"
{{< /landing-service >}} {{< /landing-service >}}
</div> </div>
</div> </div>
{{< /blocks/section >}} </section>
{{< blocks/section color="100" type="section" >}} <section class="container-fluid">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center">Advantages</h2> <h2 class="mx-auto text-center">Advantages</h2>
</div> </div>
@ -174,12 +174,10 @@ linkTitle = "SelfPrivacy"
{{< landing-feature datactrl "Data control">}} {{< landing-feature datactrl "Data control">}}
<p class="card-text">Why do corporations need your data? To make you buy more and vote as they want. With SelfPrivacy, only you have your data.</p> <p class="card-text">Why do corporations need your data? To make you buy more and vote as they want. With SelfPrivacy, only you have your data.</p>
{{< /landing-feature >}} {{< /landing-feature >}}
</section>
{{< /blocks/section >}}
{{< blocks/section color="100" type="section" >}} <section class="container-fluid">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center">Supported by</h2> <h2 class="mx-auto text-center">Supported by</h2>
</div> </div>
@ -194,5 +192,4 @@ linkTitle = "SelfPrivacy"
</a> </a>
</div> </div>
</div> </div>
</section>
{{< /blocks/section >}}