Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Añadir ubicación del evento #34

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion src/components/AboutUs.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<div class="bg-mobile-about-section sm:bg-desktop-about-section bg-cover bg-no-repeat bg-top h-auto text-black">
<div class="max-w-screen-xl mx-auto px-10 md:px-8 py-16 md:py-24 space-y-8 text-center">
<div
id="about"
class="max-w-screen-xl mx-auto px-10 md:px-8 py-16 md:py-24 space-y-4 text-center"
>
<h2 class="text-2xl sm:text-3xl font-bold mx-auto ">¿QUÉ ES BUILD WITH AI BOLIVIA?</h2>
<p class="text-lg sm:text-xl leading-relaxed text-gray-700">
Es la primera hackathon tecnológica del país
Expand All @@ -12,5 +15,15 @@
innovadores, beneficiando a la sociedad boliviana con sus
habilidades técnicas y creativas.
</p>

<h2 class="text-2xl sm:text-3xl font-bold mx-auto">Ubicación del evento</h2>
<p>EMI Escuela Militar de Ingeniería - Irpavi, Av. Rafael Pabón, Lado Megacenter</p>
<iframe
class="mx-auto border md:w-1/2"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3824.818043789891!2d-68.08954372408195!3d-16.535281184213815!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x915f212398c5d1b5%3A0x1e20bc0a1880e88c!2sFW77%2BV6J%20Escuela%20Militar%20de%20Ingenier%C3%ADa%2C%20Av.%20Rafael%20Pab%C3%B3n%2C%20La%20Paz!5e0!3m2!1ses-419!2sbo!4v1714442392996!5m2!1ses-419!2sbo"
allowfullscreen=""
height="300"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
5 changes: 2 additions & 3 deletions src/components/Banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ import boliviaLogo from '../assets/images/bolivia-logo.svg';
/>
<div class="flex justify-center md:justify-start gap-3 px-4 md:px-20">
<a
href="https://b.link/RegistroBuildWithAI"
href="#about"
class="bg-black text-white flex items-center justify-center px-3 py-2 uppercase w-250"
target="_blank"
rel="noopener noreferrer"
>
Regístrate Aquí
Información
</a>
<a
href="https://b.link/BuildWithAIHackathon"
Expand Down
Loading