edit colors
@ -2,7 +2,7 @@
|
||||
|
||||
##
|
||||
|
||||
![](./public/images/logo_placeholder.png)
|
||||
![](./public/images/logo_placeholder1.png)
|
||||
|
||||
## About
|
||||
|
||||
|
@ -7,5 +7,5 @@ draft: false
|
||||
sort_by: weight
|
||||
weight: 1
|
||||
extra:
|
||||
logo_path: images/logo_placeholder.png
|
||||
logo_path: images/logo_placeholder1.png
|
||||
---
|
||||
|
@ -4,7 +4,7 @@ description: "NEAR is on a mission to empower everyone to take back control of t
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "/images/logo_placeholder.png"
|
||||
logoPath: "/images/logo_placeholder1.png"
|
||||
imgPath: ""
|
||||
---
|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 452 KiB After Width: | Height: | Size: 543 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 466 KiB After Width: | Height: | Size: 560 KiB |
Before Width: | Height: | Size: 394 KiB After Width: | Height: | Size: 470 KiB |
Before Width: | Height: | Size: 410 KiB After Width: | Height: | Size: 471 KiB |
BIN
content/home/img/lgo.png
Normal file
After Width: | Height: | Size: 378 KiB |
Before Width: | Height: | Size: 452 KiB After Width: | Height: | Size: 536 KiB |
BIN
content/home/img/oz_home22.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
content/home/img/referral4.png
Normal file
After Width: | Height: | Size: 336 KiB |
BIN
content/home/img/secure1.png
Normal file
After Width: | Height: | Size: 472 KiB |
Before Width: | Height: | Size: 829 KiB After Width: | Height: | Size: 819 KiB |
Before Width: | Height: | Size: 604 KiB After Width: | Height: | Size: 694 KiB |
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 646 KiB |
@ -25,7 +25,7 @@ weight: 1
|
||||
|
||||
|||
|
||||
|
||||
![placeholder](./img/oz_home2.png#mx-auto)
|
||||
![placeholder](./img/oz_home22.png#mx-auto)
|
||||
|
||||
{% end %}
|
||||
|
||||
@ -169,7 +169,7 @@ OurZone™ empowers businesses to operate within an independent economic environ
|
||||
|
||||
<div class="mx-4 my-4">
|
||||
|
||||
![Image](./img/secure.png#sm#mx-auto)
|
||||
![Image](./img/secure1.png#sm#mx-auto)
|
||||
### Powered by Data Sovereign Tech
|
||||
Your Privacy, Your Data, Your Security. Our Quantum Safe Storage will empower you to safeguard your digital information.
|
||||
|
||||
@ -259,6 +259,6 @@ Be a part of our referral program and unlock exciting rewards by sharing the rev
|
||||
|||
|
||||
|
||||
|
||||
![Image](./img/referral3.png#lg#mx-auto)
|
||||
![Image](./img/referral4.png#lg#mx-auto)
|
||||
|
||||
{% end %}
|
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 402 KiB |
Before Width: | Height: | Size: 317 KiB |
Before Width: | Height: | Size: 384 KiB |
Before Width: | Height: | Size: 331 KiB |
Before Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 497 KiB |
Before Width: | Height: | Size: 331 KiB After Width: | Height: | Size: 432 KiB |
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 346 KiB |
Before Width: | Height: | Size: 813 KiB After Width: | Height: | Size: 806 KiB |
BIN
content/signup/img/header5.png
Normal file
After Width: | Height: | Size: 399 KiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 162 KiB |
BIN
content/signup/img/tz4.png
Normal file
After Width: | Height: | Size: 646 KiB |
@ -29,7 +29,7 @@ Join our exclusive community and be part of the revolutionary Neo-Digital Freezo
|
||||
|
||||
<div class="pt-0 lg:pt-12">
|
||||
|
||||
![Image](./img/header4.png#mx-auto)
|
||||
![Image](./img/header5.png#mx-auto)
|
||||
|
||||
</div>
|
||||
{% end %}
|
||||
|
@ -105,14 +105,14 @@ img[src*="#fig"] {
|
||||
}
|
||||
h3 {
|
||||
@apply text-xl lg:text-3xl font-normal my-4;
|
||||
color:#1c5d34;
|
||||
color:#oab7a9;
|
||||
}
|
||||
h3 strong {
|
||||
@apply font-medium;
|
||||
}
|
||||
h4 {
|
||||
@apply text-xl lg:text-2xl font-normal my-4;
|
||||
color:#1c5d34;
|
||||
color:#oab7a9;
|
||||
}
|
||||
h5 {
|
||||
@apply text-xl lg:text-xl font-normal;
|
||||
@ -146,11 +146,11 @@ img[src*="#fig"] {
|
||||
}
|
||||
|
||||
a:hover{
|
||||
color: #1c5d34;
|
||||
color: #oab7a9;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
color: #1c5d34;
|
||||
color: #oab7a9;
|
||||
}
|
||||
|
||||
button {
|
||||
@ -187,7 +187,7 @@ header .customize {
|
||||
footer .customize {
|
||||
/* width: 100vw; */
|
||||
color: #fff;
|
||||
background-color: #1c5d34;
|
||||
background-color: #19b9f7;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
BIN
static/images/logo_placeholder1.png
Normal file
After Width: | Height: | Size: 21 KiB |