forked from hero/www_hero_project
14 lines
873 B
HTML
14 lines
873 B
HTML
<!-- 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 -->
|