www_mycelium/templates/partials/contact.html
sasha-astiadi 97509845b5 ok
2024-05-21 08:15:21 +02:00

14 lines
873 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 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">
<div class="hidden lg:col-span-5 lg:flex">
<img src="images/hero2.png#mx-auto">
</div>
<div class="mr-auto place-self-center lg:col-span-7">
<h4><b>About Us</b></h4>
<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>
<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>
</div>
</div>
<!-- End block -->