www_mycelium/templates/partials/contact.html

14 lines
873 B
HTML
Raw Normal View History

2024-05-06 20:53:21 +00:00
<!-- Start block -->
<div class="grid max-w-screen-xl px-4 pt-4 pb-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12 lg:pt-28">
2024-05-07 08:21:15 +00:00
<div class="hidden lg:col-span-5 lg:flex">
<img src="images/hero2.png#mx-auto">
</div>
2024-05-06 20:53:21 +00:00
<div class="mr-auto place-self-center lg:col-span-7">
2024-05-07 08:02:10 +00:00
<h4><b>About Us</b></h4>
2024-05-21 06:15:21 +00:00
<h2 class="mb-4 text-4xl font-extrabold tracking-tight dark:text-white">Mycelium Project</h1>
<p class="max-w-2xl mb-6">Mycelium Project provides a decentralized autonomous cloud technologies that allows anyone to become a cloud service provider.</p>
2024-05-06 20:53:21 +00:00
<p class="max-w-2xl mb-8">We aims to create a cloud where people and organizations can buy, sell, and use cloud resources autonomously,enable individuals to earn by providing compute, network, and storage capacity.</p>
2024-05-07 08:21:15 +00:00
</div>
2024-05-06 20:53:21 +00:00
</div>
<!-- End block -->