This commit is contained in:
sasha-astiadi
2024-05-06 23:46:03 +02:00
parent a3951b00a5
commit cb2923d4e0
11 changed files with 53 additions and 32 deletions

View File

@@ -0,0 +1,16 @@
<!-- Start block -->
<section class="py-4">
<div class="max-w-screen-xl px-4 py-0 mx-auto lg:py-0 lg:px-6 flex flex-col lg:flex-row items-center border-2">
<div class="max-w-screen-sm lg:flex-1 text-center lg:text-left">
<h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-900 dark:text-white">Be a part of the New Internet</h2>
<p class="mb-6 font-light text-gray-500 dark:text-gray-400 md:text-lg"> Start Owning Your Data and Digital Life.</p>
<button><a href="#">Be a Hero</a> </button>
</div>
<div class="flex-1">
<img src="images/banner.png" alt="Free Trial Image" class="w-full h-auto">
</div>
</div>
</section>
<br>
<br>
<!-- End block -->

View File

@@ -1,14 +1,11 @@
<!-- Start block -->
<br>
<br>
<div class="max-w-screen-xl px-4 pb-8 mx-auto lg:pb-16">
<div class="max-w-screen-xl px-4 py-12 mx-auto lg:pb-16">
<h2 class="mb-4 text-3xl font-bold tracking-tight text-gray-900 lg:mb-8 lg:text-3xl dark:text-white">Frequently Asked Questions</h2>
<!-- Start block -->
<div class="grid divide-y divide-neutral-200 max-w-xl mx-auto mt-8 shadow">
<div class="py-5">
<details class="group px-4 pb-4">
<details class="group px-4 py-4">
<summary class="flex justify-between items-center font-medium cursor-pointer list-none">
<p> What is Hero and how does it work within the Mycelium network?</p>
<span class="transition group-open:rotate-180">
@@ -58,7 +55,8 @@
The Mycelium network is built on the principles of inclusivity and equality, providing equal access to its decentralized infrastructure. This ensures that all users, regardless of their background or location, have the opportunity to participate, earn, and contribute to the network, thereby fostering a community that values diversity and equal opportunity. Learn more about these technologies: Mycelium Project Manual
</h6>
</details>
</div>
</div>
</div>
</div>
<!-- End block -->