update themes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
title: "Geomind"
|
||||
description: "A cloud computing system designed for planetary-scale scalability, offering secure, immutable data storage that ensures integrity and permanence."
|
||||
title: "Home"
|
||||
description: "orem ipsum dolor sit amet consectetur adipiscing elit. Sit amet consectetur adipiscing elit quisque faucibus ex. Adipiscing elit quisque faucibus ex sapien vitae pellentesque."
|
||||
draft: false
|
||||
weight: 1
|
||||
extra:
|
||||
author: Geomind
|
||||
imgPath: home/geomind_logo.png
|
||||
author: Home
|
||||
imgPath: home/logo-placeholder.png
|
||||
|
||||
---
|
||||
|
||||
@@ -13,7 +13,7 @@ extra:
|
||||
|
||||
{{ hero_BG_video(
|
||||
video_BG="/videos/hero_bg.mp4",
|
||||
title="HEADER1",
|
||||
title="HERO",
|
||||
subtitle="Lorem ipsum dolor sit.",
|
||||
description="Lorem ipsum dolor sit amet consectetur adipiscing elit. Sit amet consectetur adipiscing elit quisque faucibus ex. Adipiscing elit quisque faucibus ex sapien vitae pellentesque.",
|
||||
button_text_1="Button1",
|
||||
@@ -88,9 +88,9 @@ Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, wh
|
||||
|
||||
printer took a galley of type and scrambled it to make a type specimen book
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a href="/page3" class="rounded-md mt-6 text-sm bg-gray-900 px-4 py-2 font-semibold text-white shadow-sm hover:bg-gray-500 hover:text-white">Button</a>
|
||||
<a href="/page3" class="bg-theme text-theme border border-solid rounded-md text-sm bg-gray-100 dark:bg-gray-900 px-4 py-2 font-semibold text-black dark:text-white shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700">Button</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -101,18 +101,18 @@ printer took a galley of type and scrambled it to make a type specimen book
|
||||
<!-- section 4 (hero) -->
|
||||
|
||||
<div class="relative isolate overflow-hidden lg:py-24 py-12">
|
||||
<img src="/images/hometech.jpg" alt="" class="absolute inset-0 -z-10 h-full w-full object-cover object-right md:object-center">
|
||||
<!-- <img src="/images/hometech.jpg" alt="" class="absolute inset-0 -z-10 h-full w-full object-cover object-right md:object-center"> -->
|
||||
<div class="mx-auto max-w-7xl px-6 py-12">
|
||||
|
||||
<div class="mx-auto max-w-2xl lg:mx-0">
|
||||
|
||||
##### TECHNOLOGY
|
||||
##### FEATUERS_2
|
||||
|
||||
## Compute, Data, and Network
|
||||
## Features component with Border
|
||||
|
||||
<br>
|
||||
|
||||
Our cloud platform harnesses the latest innovations in compute, data, and network technologies to deliver exceptional performance and efficiency.
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
|
||||
|
||||
</div>
|
||||
|
||||
@@ -122,24 +122,24 @@ Our cloud platform harnesses the latest innovations in compute, data, and networ
|
||||
|
||||
{{ features_card(
|
||||
title="Zero-OS",
|
||||
description="The Bare Metal Operating System can be hosted by everyone on any computer hardware and doesn’t need human intervention."
|
||||
description="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown."
|
||||
) }}
|
||||
|
||||
{{ features_card(
|
||||
title="QSS",
|
||||
description="The Quantum Safe Storage system is upto 10x more efficient, allows data to be stored with full control over locality, data can not be lost nor corrupted."
|
||||
description="TLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown."
|
||||
) }}
|
||||
|
||||
{{ features_card(
|
||||
title="Mycelium",
|
||||
description="Mycelium Network is compatible with any Internet and is capable to find the shortest path between participants (apps and people)."
|
||||
description="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown."
|
||||
) }}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="justify-center items-center flex">
|
||||
<a href="/technology" class="rounded-md mt-8 bg-indigo-400 px-3.5 py-2.5 font-semibold text-white shadow-sm hover:bg-indigo-600 hover:text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-400">Technologies</a>
|
||||
<a href="/page3" class="border border-white rounded-md mt-6 text-sm bg-gray-100 dark:bg-gray-900 px-4 py-2 font-semibold text-black dark:text-white shadow-sm hover:bg-gray-200 dark:hover:bg-gray-700">Button</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user