38 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <div class="bg-white fade-in lg:pt-24 pt-12 pb-4">
 | |
|     <div aria-hidden="true" class="relative items-center justify-center hidden lg:flex">
 | |
|       <img src="/images/aibox8.jpg" alt="AIBox" class="object-cover w-full md:w-3/4 lg:w-1/2" width="2432" height="1442">
 | |
|       <div class="absolute inset-0 bg-linear-to-t from-white"></div>
 | |
|     </div>
 | |
|   
 | |
|     <div class="relative mx-auto mt-4 max-w-7xl px-4 pb-16 sm:px-6 lg:px-8">
 | |
|       <div class="mx-auto max-w-2xl text-center lg:max-w-5xl">
 | |
|         <h2 class="text-balance font-normal tracking-tight text-black lg:text-[6rem] text-[2.5rem]">Push the Limits of AI—Your Way.</h2>
 | |
|         <p class="mt-8 fade-i lg:text-3xl text-xl leading-snug font-normal tracking-tight  text-gray-900"><span class="font-medium">AIBox</span> is built for those who think beyond limits—whether you're a hacker, AI researcher, or tech enthusiast, AIBox is your playground.</p>
 | |
|       </div>
 | |
|   
 | |
|       <dl class="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-6 gap-y-10 sm:grid-cols-2 sm:gap-y-16 lg:max-w-none lg:grid-cols-3 lg:gap-x-8">
 | |
|         <div class="border-t border-gray-200 pt-4">
 | |
|           <dt class="font-medium mt-2 lg:text-xl text-lg text-gray-900">For Developers & Hackers</dt>
 | |
|           <dd class="mt-2 lg:text-lg text-sm font-normal text-gray-900">Direct GPU programming with ROCm</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Custom containerization support</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900"> Full Linux kernel access</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Next-gen P2P networking</dd>
 | |
|         </div>
 | |
|         <div class="border-t  border-gray-200 pt-4">
 | |
|           <dt class="font-medium mt-2 lg:text-xl text-lg text-gray-900">For AI Researchers</dt>
 | |
|           <dd class="mt-2 lg:text-lg text-sm font-normal text-gray-900">Support for popular ML frameworks (PyTorch, TensorFlow)</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Large model training capability (up to 48GB VRAM)</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Distributed training support</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Dataset management tools</dd>
 | |
|         </div>
 | |
|         <div class="border-t border-gray-200 pt-4">
 | |
|           <dt class="font-medium mt-2 lg:text-xl text-lg text-gray-900">For Tech Enthusiasts</dt>
 | |
|           <dd class="mt-2 lg:text-lg text-sm font-normal text-gray-900">Water cooling management interface</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Power consumption monitoring</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Performance benchmarking tools</dd>
 | |
|           <dd class="mt-1 lg:text-lg text-sm font-normal text-gray-900">Resource allocation controls</dd>          
 | |
|         </div>
 | |
|       </dl>
 | |
|     </div>
 | |
|   </div>
 | |
|    |