add ourverse link & align secs

This commit is contained in:
samaradel 2023-07-12 16:49:15 +03:00
parent 9678b52231
commit a68898c375
4 changed files with 15 additions and 9 deletions

View File

@ -23,7 +23,7 @@ weight: 2
<div class="container mx-auto">
{% row(style="center" margin="withContainer" padding="both") %}
{% row(style="center" margin="narrow" padding="both") %}
![image](./img/phone1.png)

View File

@ -50,7 +50,7 @@ Have no concerns about your data being manipulated or stolen.
<!-- section 3 features title -->
{% row(style="center" margin="withContainer" padding="top") %}
{% row(style="center" margin="narrow" padding="top") %}
# Decentralized Smartphone <br> Like No Other
@ -59,7 +59,7 @@ Discover many unique features of __OurPhone&trade;__ that makes it <br>the ultim
{% end %}
{% row(style="center" margin="withContainer" padding="none") %}
{% row(style="center" margin="narrow" padding="none") %}
![Image](./img/data.png#sm#mx-auto)
### 100% Data Ownership
@ -79,7 +79,7 @@ __OurApps&trade;__: decentralized SuperApps powered by __OurPhone&trade;__ are
{% end %}
{% row(style="center" margin="withContainer" padding="bottom") %}
{% row(style="center" margin="narrow" padding="bottom") %}
![Image](./img/decentralized.png#sm#mx-auto)
### Decentralized Network Support
@ -102,7 +102,7 @@ Any transfer of data is powered by __Planetary Network&trade;__: a fully encrypt
<!-- section 5 apps -->
{% row(style="center" margin="withContainer" padding="top") %}
{% row(style="center" margin="narrow" padding="top") %}
# OurVerse&trade; <br> Our Limitless Possibilities

View File

@ -168,7 +168,7 @@ Fast and Responsive Display with High Durability
{% end %}
{% row(style="center" margin="narrow" padding="bottom") %}
{% row(margin="narrow" padding="bottom") %}
### __OurPhone<sup>X</sup>__
<br>

View File

@ -120,9 +120,15 @@
{% if '<a' in header_label %}
{% set link_label = header_label | striptags %}
{% set link_path = header_label | split(pat="%22") | safe%}
{% if header_label is containing("http") %}
<a href="{{link_path[1]}}" target="_blank" class="text-lg leading-6 font-medium text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{link_label}}
</a>
{% else %}
<a href="{{link_path[1]}}" class="text-lg leading-6 font-medium text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{link_label}}
</a>
{% endif %}
{% else %}
<div class="relative">
{% set button_id = header_label ~ "-menu-btn" | slugify %}