site: shorten anchor links

This commit is contained in:
Evgeny Poberezkin
2022-11-12 09:48:55 +00:00
parent d85aa655cb
commit 8d0ec01a9b
3 changed files with 6 additions and 6 deletions

View File

@@ -76,8 +76,8 @@
<div class="w-full container px-5 hidden md:flex items-center justify-center gap-[50px] py-[24px] xl:absolute bottom-0 z-10">
<a href="#why-simplex" class="menu-link">Why SimpleX</a>
<a href="#features" class="menu-link">Features</a>
<a href="#simplex-privacy" class="menu-link">SimpleX privacy</a>
<a href="#simplex-network" class="menu-link">SimpleX network</a>
<a href="#privacy" class="menu-link">SimpleX privacy</a>
<a href="#network" class="menu-link">SimpleX network</a>
</div>
</div>
</section>

View File

@@ -155,8 +155,8 @@ html {
/* Nav and Menu */
#why-simplex::before,
#features::before,
#simplex-privacy::before,
#simplex-network::before {
#privacy::before,
#network::before {
display: block;
content: " ";
margin-top: -26px;

View File

@@ -59,7 +59,7 @@ active_home: true
</section>
{# what makes simplex private #}
<section id="simplex-privacy" class="bg-primary-bg-light dark:bg-primary-bg-dark py-[85px] overflow-hidden px-5">
<section id="privacy" class="bg-primary-bg-light dark:bg-primary-bg-dark py-[85px] overflow-hidden px-5">
<div class="container scale-100">
<p class="text-grey-black dark:text-white text-[45px] text-center font-bold mb-[60px]">What makes SimpleX <span class="gradient-text">private</span></p>
@@ -95,7 +95,7 @@ active_home: true
</section>
{# Network #}
<section id="simplex-network" class="bg-secondary-bg-light dark:bg-secondary-bg-dark py-[85px] px-5">
<section id="network" class="bg-secondary-bg-light dark:bg-secondary-bg-dark py-[85px] px-5">
<div class="container">
<p class="text-grey-black dark:text-white text-[45px] text-center font-bold mb-[21px]">SimpleX <span class="gradient-text">Network</span></p>
<p class="text-black dark:text-white text-[16px] font-normal text-center mb-[95px]">Simplex Chat provides the best privacy by combining the advantages of P2P and federated networks.</p>