mejorar posicionamiento landing
This commit is contained in:
parent
2b1c4087bf
commit
c1c8288d88
1 changed files with 9 additions and 9 deletions
|
@ -46,15 +46,15 @@ export async function render(data) {
|
||||||
<style dangerouslySetInnerHTML={{ __html: css }}></style>
|
<style dangerouslySetInnerHTML={{ __html: css }}></style>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col font-sans">
|
<body class="flex flex-col font-sans">
|
||||||
<nav class="sticky top-0 w-full bg-blanco px-16 py-4">
|
<div class="flex min-h-screen w-full flex-col items-stretch">
|
||||||
|
<nav class="w-full bg-blanco px-16 py-4">
|
||||||
<LogoInline class="h-12" />
|
<LogoInline class="h-12" />
|
||||||
</nav>
|
</nav>
|
||||||
<section class="min-h-screen">
|
<section class="grid flex-1 grid-cols-1 md:grid-cols-2">
|
||||||
<div class="grid h-full grid-cols-1 md:grid-cols-2">
|
<div class="flex min-h-[40vh] items-center justify-center bg-naranja p-[15%]">
|
||||||
<div class="flex h-full min-h-[40vh] items-center justify-center bg-naranja p-[15%]">
|
|
||||||
<LogoGrande containerClass="flex-1 min-w-[25vw]" class="w-100" />
|
<LogoGrande containerClass="flex-1 min-w-[25vw]" class="w-100" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col bg-celeste py-[30%] pl-[20%] pr-[40%]">
|
<div class="flex flex-col bg-celeste py-[20%] pl-[20%] pr-[40%]">
|
||||||
<IconosLanding class="w-3xl min-w-[20vw]" />
|
<IconosLanding class="w-3xl min-w-[20vw]" />
|
||||||
<h2 class="my-[20%] text-[5vmin] leading-none">
|
<h2 class="my-[20%] text-[5vmin] leading-none">
|
||||||
Hackeamos
|
Hackeamos
|
||||||
|
@ -67,8 +67,8 @@ export async function render(data) {
|
||||||
</h2>
|
</h2>
|
||||||
<Wave class="mt-4 w-32" />
|
<Wave class="mt-4 w-32" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
<section class="min-h-screen bg-blanco">
|
<section class="min-h-screen bg-blanco">
|
||||||
<WobbleVioleta />
|
<WobbleVioleta />
|
||||||
<div class="mx-auto w-32 pt-8">
|
<div class="mx-auto w-32 pt-8">
|
||||||
|
|
Reference in a new issue