forked from hero/www_hero_project
fix img
This commit is contained in:
parent
a2c3924dff
commit
7fc35a13ea
@ -1,5 +1,8 @@
|
||||
<!-- 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 text-gray-900 dark:text-white">Hero Labs</h1>
|
||||
@ -7,6 +10,7 @@
|
||||
<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>
|
||||
|
||||
<h5><u><b> <a href onclick="hero.md">Contact Hero Labs</a></u></h5>
|
||||
|
||||
|
||||
|
||||
<div class="space-y-4 sm:flex sm:space-y-0 sm:space-x-4 border-t border-gray-200 my-7 dark:border-gray-700">
|
||||
@ -39,10 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden lg:mt-0 lg:col-span-5 lg:flex">
|
||||
<img src="images/hero2.png#mx-auto" alt="hero image">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="border-t border-gray-200 dark:border-gray-700">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user