Skip to content

Commit

Permalink
feat(ultimo update barcamp2024): retoques finales de la pagina
Browse files Browse the repository at this point in the history
  • Loading branch information
EleazarPe committed Dec 12, 2024
1 parent 75ded6c commit e4605bb
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 45 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/events/2024/barcamp2024Conjunto.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/events/2024/barcamp2024Grupo1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/events/2024/barcamp2024Grupo2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/events/2024/barcamp2024Teatro.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/grupalBarCamp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 10 additions & 39 deletions src/components/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,23 @@ import ByNumber from "./ByNumber.astro";
<section class="relative pt-10 lg:pt-10" id="inicio">
<section class="mx-auto max-w-7xl w-full px-5 sm:px-2 md:px-2 lg:px-5">
<img id="big-vladi" src="./Icono-des-2024-dark.png" alt="Hero image" class="max-h-96">
<div class="flex items-center justify-center h-full">
<h1 class="text-3xl/tight sm:text-4xl/tight md:text-5xl/tight xl:text-6xl/tight font-bold text-heading-1 mt-16 mb-16">
<span class="text-transparent bg-clip-text bg-gradient-to-br from-[#00CBFE] via-[#008CF1] to-[#002B4A]">
CÓDIGO, CONEXIÓN y COMUNIDAD
</span>
</h1>
</div>
</section>
<Container className={"flex flex-col lg:flex-row gap-10 lg:gap-12"}>
<div class="absolute w-full lg:w-1/2 inset-y-0 lg:right-0 ">
<span class="absolute -left-6 md:left-[700px] top-24 lg:top-96 w-24 h-24 rotate-90 skew-x-12 rounded-3xl bg-red-500 blur-xl opacity-60 lg:opacity-95 lg:block hidden"></span>

<span class="absolute right-4 bottom-12 w-24 h-24 rounded-3xl bg-primary blur-xl opacity-80"></span>
</div>
<span class="w-4/12 lg:w-2/12 aspect-square bg-gradient-to-tr from-[#00CBFE] to-[#008CF1] absolute -top-5 lg:left-0 rounded-full skew-y-12 blur-2xl opacity-40 skew-x-12 rotate-90"></span>
<div class="relative flex flex-col items-center text-center lg:text-left lg:py-7 xl:py-8
lg:items-start lg:max-w-none max-w-3xl mx-auto lg:mx-0 lg:flex-1 lg:w-1/2">

<h1 class="text-3xl/tight sm:text-4xl/tight md:text-5xl/tight xl:text-6xl/tight font-bold text-heading-1">
Vive la experiencia Barcamp 2024
<span class="text-transparent bg-clip-text bg-gradient-to-br from-[#00CBFE] via-[#008CF1] to-[#002B4A]">
Noviembre 16
</span>
PUCMM Santiago
</h1>


<div class="mt-10 w-full flex max-w-md mx-auto lg:mx-0">
<div class="flex sm:flex-row flex-col gap-5 w-full">
<!-- <Button variant={"primary"} className={"min-w-max text-white"}>
<span class=" sm:flex relative z-[5]">
Regístrate
</span>
</Button> -->
</div>
</div>
</div>

<div class="relative flex flex-col text-center lg:text-left
lg:items-center gap-y-2 lg:max-w-none max-w-3xl mx-auto lg:mx-0 lg:flex-1 lg:w-1/2 items-center border shadow drop-shadow-xl rounded-xl pr-6 pl-6">

<!-- Ícono del ticket -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 69 69" >
<image href="/Soldout.png" x="0" y="0" width="69" height="69" />
</svg>

<h1 class="text-2xl/tight sm:text-2xl/tight md:text-4xl/tight font-bold text-heading-1">
<span class="text-transparent bg-clip-text bg-gradient-to-br from-[#00CBFE] via-[#008CF1] to-[#002B4A]">ENTRADAS AGOTADAS
</span>
</h1>

<p class="text-lg md:text-xl font-semibold text-heading-2 text-center mb-4">
CÓDIGO, CONEXIÓN y COMUNIDAD
</p>
</div>


</Container>

Expand Down
10 changes: 10 additions & 0 deletions src/data/allEvents.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
import type { TestimonialItem } from "../types/TestimonialItem";

const allEvents: TestimonialItem[] = [
{
image: [
"/events/2024/barcamp2024Conjunto.JPG",
"/events/2024/barcamp2024Grupo1.JPG",
"/events/2024/barcamp2024Grupo2.JPG",
"/events/2024/barcamp2024Teatro.JPG",
],
description: "Barcamp 2024",
link: "https://barcamp.org.do/",
},
{
image: [
"/events/2023/DSC_0009.JPG",
Expand Down

0 comments on commit e4605bb

Please sign in to comment.