kubeload/templates/partials/_hero.jinja
2026-02-12 07:24:02 -08:00

27 lines
1.4 KiB
Django/Jinja

<section>
<div class="max-w-screen-xl px-4 pt-8 mx-auto text-center lg:pt-16 lg:px-12">
<h1 class="mb-4 text-3xl font-bold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-5xl">
개발자와 성장하는 기업을 위한 클라우드
</h1>
<p class="mb-8 text-gray-500 md:text-lg lg:text-xl sm:px-16 xl:px-48">
복잡한 설정 없이 단 몇 분 만에 배포하세요. 예측 가능한 정액제 요금으로 비즈니스 성장에 더 집중할 수 있는 환경을 제공해요.
</p>
<div class="flex flex-col mb-8 lg:mb-16 space-y-4 sm:flex-row sm:justify-center sm:space-y-0 sm:space-x-4">
<a href="#"
class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300">
빌드 시작하기
</a>
<a href="#"
class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-center text-gray-900 border border-gray-300 rounded-lg hover:bg-gray-100 focus:ring-4 focus:ring-gray-100">
개발 가이드
<svg class="w-5 h-5 ml-2 -mr-1"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd">
</path>
</svg>
</a>
</div>
</div>
</section>