-
Notifications
You must be signed in to change notification settings - Fork 7
feat: Create header #61
Changes from all commits
f228ab7
56bfac6
a221b7d
3c46f9e
32be4cc
db5ba2d
2cafa64
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -2,7 +2,109 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| import BaseLayout from "../layouts/BaseLayout.astro"; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <BaseLayout title="Hacktion"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <main class=""> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| asd | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <main> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Header --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <header class="w-full px-6 py-4 flex justify-between items-center border-b border-gray-300"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <div class="text-lg font-semibold"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <img src="/notion-logo.svg" alt="Notion logo" class="w-6 inline-block mr-2" /> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Notion Campus Leaders | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <nav class="flex space-x-6 text-sm font-medium"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#acerca" class="hover:underline">Acerca de nosotros</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#retos" class="hover:underline">Retos</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#sede" class="hover:underline">Sede</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#highlights" class="hover:underline">Highlights</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| href="#sponsor" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| class="bg-transparent border border-green-600 px-3 py-1 rounded hover:bg-green-100" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >Se sponsor</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#registro" class="bg-green-600 text-white px-3 py-1 rounded hover:bg-green-700" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >Regístrate</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </nav> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </header> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+7
to
+24
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
La etiqueta header en este contexto no se debería usar. Seria solo nav. En este caso @AaronVanScoit estaria trabajando en la barra de navegacion en el issue #44. No esta mal el querer aprovechar y solventarlo pero junto a eso, no se parece conforme a la maqueta |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Hero principal --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section class="text-center py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-sm text-gray-600">Notion Campus Leaders</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h1 class="text-5xl font-bold mt-2">Hacktion</h1> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p class="mt-2 text-lg text-gray-700">Construyamos el futuro juntos 🚀</p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <div class="mt-6 space-x-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| href="#acerca" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| class="bg-white border border-green-600 text-green-600 px-4 py-2 rounded hover:bg-green-50" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Conócenos | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <a href="#registro" class="bg-green-600 text-white px-4 py-2 rounded hover:bg-green-700"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Regístrate | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+27
to
+42
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
En si el contenido no esta mal, pero esta lejano al contenido original en esperado: El html semantico no esta mal, pero no son las etiquetas adecuadas. Hice anotaciones de unas etiquetas que podrian ser mas ad hoc |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Acerca de nosotros --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id="acerca" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| class="max-w-4xl mx-auto py-16 px-4 flex flex-col md:flex-row items-center gap-8" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| > | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <div class="flex-1"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Acerca de nosotros</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p class="mb-2"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Hacktion es un hackathon hecho por la comunidad de Notion Campus Leaders en colaboración | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| con muchas otras comunidades de desarrollo. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Busca crear un espacio donde personas que van adentrándose a la informática puedan | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| experimentar su primer hackathon, aprender y conectar con otros entusiastas de la | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tecnología. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <img | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| src="/tu-imagen.jpg" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| alt="Foto de la comunidad" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| class="rounded-lg shadow-lg w-full md:w-96" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| /> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Retos --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section id="retos" class="max-w-4xl mx-auto py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Retos</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Aquí puedes describir los retos principales del hackathon, categorías, tecnologías | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sugeridas, etc. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+45
to
+75
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Igual, no esta mal el aprovechar y solventar más issues, en este caso el #47. Ya @mendodevv se encuentra solucionando. Por esta parte igual, no se parece a la referencia |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Sede --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section id="sede" class="max-w-4xl mx-auto py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Sede</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Información sobre el lugar donde se realizará el evento, dirección, cómo llegar, etc. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Highlights --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section id="highlights" class="max-w-4xl mx-auto py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Highlights</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Resalta los puntos más importantes del evento, premios, invitados especiales, actividades, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| etc. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+77
to
+92
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Esta seccion no existe en la maqueta |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Sponsor --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section id="sponsor" class="max-w-4xl mx-auto py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Se sponsor</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Información para empresas o personas interesadas en patrocinar el evento. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <!-- Registro --> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <section id="registro" class="max-w-4xl mx-auto py-16 px-4"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <h2 class="text-3xl font-bold mb-4">Regístrate</h2> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Aquí puedes poner el formulario de registro o un enlace a un formulario externo. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </p> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </section> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+102
to
+108
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Esta seccion no existe en la maqueta |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </main> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </BaseLayout> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||



There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.