update images at why page
This commit is contained in:
parent
633d68c244
commit
b864b35331
BIN
static/images/efficient.jpeg
Normal file
BIN
static/images/efficient.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
BIN
static/images/scalability.jpeg
Normal file
BIN
static/images/scalability.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
BIN
static/images/security.jpeg
Normal file
BIN
static/images/security.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 251 KiB |
@ -14,7 +14,9 @@
|
||||
This means that data is sent along the most direct and efficient route, reducing the time it takes for information to travel from the source node to the destination node. </p>
|
||||
</div>
|
||||
<div class="mt-16 sm:mt-24 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about1.jpg"
|
||||
{# <img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about1.jpg"
|
||||
alt="Mobile App Screenshot"> #}
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/efficient.jpeg"
|
||||
alt="Mobile App Screenshot">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,9 @@
|
||||
<div class="relative isolate">
|
||||
<div class="mx-auto max-w-7xl px-6 py-24 lg:flex lg:items-center lg:gap-x-20 lg:px-8">
|
||||
<div class="mt-16 sm:mt-24 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about3.jpg"
|
||||
{# <img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about3.jpg"
|
||||
alt="Mobile App Screenshot"> #}
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/security.jpeg"
|
||||
alt="Mobile App Screenshot">
|
||||
</div>
|
||||
<div class="mx-auto max-w-xl lg:mx-0 lg:flex-auto">
|
||||
|
@ -15,7 +15,9 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="mt-16 sm:mt-24 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about4.jpg"
|
||||
{# <img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/about4.jpg"
|
||||
alt="Mobile App Screenshot"> #}
|
||||
<img class="w-full max-w-md h-auto object-cover rounded-xl" src="/images/scalability.jpeg"
|
||||
alt="Mobile App Screenshot">
|
||||
</div>
|
||||
</div>
|
||||
|
@ -224,7 +224,7 @@
|
||||
}
|
||||
|
||||
.active{
|
||||
color: #c7c7c7 !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
.nav_btn:hover {
|
||||
color: #c7c7c7 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user