Skip to content

Commit 52fc92a

Browse files
committed
fix: add banner in calendar
1 parent 153e8f5 commit 52fc92a

File tree

4 files changed

+180
-1
lines changed

4 files changed

+180
-1
lines changed

src/pages/calendar.mdx

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
title: Calendario de Actividades 2025
3+
---
4+
5+
# Calendario 2025
6+
7+
<div>
8+
<h4 className='my-3 text-gray-500 dark:text-gray-400'>Calendario de actividades programadas durante el año 2025.</h4>
9+
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
10+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
11+
<h5 className="text-xl font-semibold text-center text-blue-600 mb-2">Enero</h5>
12+
<div className="mb-1">
13+
<p className="text-sm text-gray-500 text-center mb-0">Sábado, 11 de enero</p>
14+
<p className="mt-0 text-center font-medium mb-0 p-0">Inicio de reuniones</p>
15+
<p className="mt-0 text-center font-medium">Primera reunión de padres</p>
16+
</div>
17+
<div className="mb-0">
18+
<p className="text-sm text-gray-500 text-center mb-0">Sábado, 11 de enero</p>
19+
<p className="mt-0 text-center font-medium">Inicio de reuniones</p>
20+
</div>
21+
</div>
22+
23+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
24+
<h2 className="text-xl font-semibold text-center text-blue-600">Febrero</h2>
25+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 8 de febrero</p>
26+
<p className="mt-4 text-center font-medium">Curso de cocina internacional</p>
27+
</div>
28+
29+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
30+
<h2 className="text-xl font-semibold text-center text-blue-600">Marzo</h2>
31+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Sábado, 7 de marzo</p>
32+
<p className="mt-4 text-center font-medium">Excursión a la montaña</p>
33+
</div>
34+
35+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
36+
<h2 className="text-xl font-semibold text-center text-blue-600">Abril</h2>
37+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 5 de abril</p>
38+
<p className="mt-4 text-center font-medium">Maratón benéfico</p>
39+
</div>
40+
41+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
42+
<h2 className="text-xl font-semibold text-center text-blue-600">Mayo</h2>
43+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Sábado, 2 de mayo</p>
44+
<p className="mt-4 text-center font-medium">Festival de música indie</p>
45+
</div>
46+
47+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
48+
<h2 className="text-xl font-semibold text-center text-blue-600">Junio</h2>
49+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 14 de junio</p>
50+
<p className="mt-4 text-center font-medium">Concierto al aire libre</p>
51+
</div>
52+
53+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
54+
<h2 className="text-xl font-semibold text-center text-blue-600">Julio</h2>
55+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Sábado, 11 de julio</p>
56+
<p className="mt-4 text-center font-medium">Clase de fotografía</p>
57+
</div>
58+
59+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
60+
<h2 className="text-xl font-semibold text-center text-blue-600">Agosto</h2>
61+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 16 de agosto</p>
62+
<p className="mt-4 text-center font-medium">Festival de comida callejera</p>
63+
</div>
64+
65+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
66+
<h2 className="text-xl font-semibold text-center text-blue-600">Septiembre</h2>
67+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Sábado, 5 de septiembre</p>
68+
<p className="mt-4 text-center font-medium">Exposición de arte moderno</p>
69+
</div>
70+
71+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
72+
<h2 className="text-xl font-semibold text-center text-blue-600">Octubre</h2>
73+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 4 de octubre</p>
74+
<p className="mt-4 text-center font-medium">Fiesta de disfraces</p>
75+
</div>
76+
77+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
78+
<h2 className="text-xl font-semibold text-center text-blue-600">Noviembre</h2>
79+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Sábado, 7 de noviembre</p>
80+
<p className="mt-4 text-center font-medium">Taller de jardinería urbana</p>
81+
</div>
82+
83+
<div className="bg-white dark:bg-black p-4 rounded-lg shadow-md hover:shadow-xl transition duration-300">
84+
<h2 className="text-xl font-semibold text-center text-blue-600">Diciembre</h2>
85+
<p className="text-sm text-gray-500 text-center mt-2">Fecha: Domingo, 13 de diciembre</p>
86+
<p className="mt-4 text-center font-medium">Cena navideña de empresa</p>
87+
</div>
88+
</div>
89+
</div>

src/pages/calendario.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ title: Calendario de Actividades 2025
8787
<h4 className="text-xl font-semibold text-center text-blue-600">Septiembre</h4>
8888
<div className="mb-1">
8989
<p className="text-sm text-gray-500 text-center mb-0">Semana, 22-29 de septiembre</p>
90-
<p className="mt-0 text-center font-medium">Campamento en Colombia 🇨🇴</p>
90+
<p className="mt-0 text-center font-medium line-through mb-0">Campamento en Colombia 🇨🇴</p>
91+
<span className="block text-center text-red-600 font-bold">POSPUESTO (2026)</span>
9192
</div>
9293
</div>
9394

src/pages/contact.mdx

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
import { IoLocationOutline } from 'react-icons/io5'
2+
import { CiMail } from 'react-icons/ci'
3+
import { FaYoutube } from "react-icons/fa";
4+
import { FaInstagram } from 'react-icons/fa'
5+
6+
# Únetenos
7+
8+
<div>
9+
<div>
10+
<h2 className='mt-2 text-2xl font-semibold text-gray-800 md:text-3xl dark:text-white'>Sé parte del Movimiento Scout</h2>
11+
<span className='mt-3 text-gray-500 dark:text-gray-400'>Únete a una de nuestras unidades o sé parte nuestro equipo de adultos voluntarios. </span>
12+
</div>
13+
14+
<div className='grid grid-cols-1 md:gap-12 mt-10 lg:grid-cols-3'>
15+
<div className='grid grid-cols-1 gap-0 lg:gap-6 sm:grid-cols-2 lg:grid-cols-1'>
16+
<div>
17+
<span className='flex items-center justify-center w-[30px] h-[30px] text-blue-500 rounded-full bg-blue-100/90 dark:text-white dark:bg-gray-800'>
18+
<CiMail />
19+
</span>
20+
21+
<h4 className='mt-4 mb-2 text-base font-medium text-gray-800 dark:text-white'>Correo Electrónico</h4>
22+
[<span className="text-sm text-blue-500 dark:text-blue-400">cpetgs44@gmail.com</span>](mailto:cpetgs44@gmail.com)
23+
</div>
24+
25+
<div>
26+
<span className='flex items-center justify-center w-[30px] h-[30px] text-blue-500 rounded-full bg-blue-100/90 dark:text-white dark:bg-gray-800'>
27+
<IoLocationOutline />
28+
</span>
29+
30+
<h4 className='mt-4 mb-2 text-base font-medium text-gray-800 dark:text-white'>Punto de Reunión</h4>
31+
<span className='mt-2 text-sm text-gray-500 dark:text-gray-400'>Colegio Padre Emiliano Tardif</span>
32+
<span className='mt-2 text-sm text-blue-500 dark:text-blue-400'>
33+
Calle #6, Vista Linda #49, Santiago de los Caballeros, Santiago.
34+
</span>
35+
</div>
36+
37+
<div>
38+
<span className='flex items-center justify-center w-[30px] h-[30px] text-blue-500 rounded-full bg-blue-100/90 dark:text-white dark:bg-gray-800'>
39+
<FaInstagram />
40+
</span>
41+
42+
<h4 className='mt-4 mb-2 text-base font-medium text-gray-800 dark:text-white'>Instagram</h4>
43+
[<span className="text-sm text-blue-500 dark:text-blue-400">@gruposcout_44</span>](https://www.instagram.com/gruposcout_44/)
44+
</div>
45+
46+
<div>
47+
<span className='flex items-center justify-center w-[30px] h-[30px] text-blue-500 rounded-full bg-blue-100/40 dark:text-white dark:bg-gray-800'>
48+
<FaYoutube />
49+
</span>
50+
51+
<h4 className='mt-4 mb-2 text-base font-medium text-gray-800 dark:text-white'>Youtube</h4>
52+
[<span className="text-sm text-blue-500 dark:text-blue-400">@gruposcout44padremilianotardif</span>](https://www.youtube.com/@gruposcout44padremilianotardif)
53+
</div>
54+
</div>
55+
56+
<div className='overflow-hidden rounded-lg lg:col-span-2 h-96 lg:h-auto'>
57+
<iframe
58+
src='https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3762.9356224702237!2d-70.70393822333426!3d19.415187341234006!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8eb1cf26f7a69629%3A0x96d39779ebe538ef!2sColegio%20Padre%20Emiliano%20Tardif!5e0!3m2!1ses-419!2sdo!4v1713730543965!5m2!1ses-419!2sdo'
59+
width='800'
60+
height='600'
61+
style={{ border: 0 }}
62+
loading='lazy'
63+
/>
64+
</div>
65+
</div>
66+
</div>

src/pages/library.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Biblioteca
3+
description: Descarga los manuales scouts en formato PDF
4+
---
5+
6+
import LibraryCard from '@site/src/components/LibraryCard';
7+
import { librariesData } from '@site/utils/libraryUtils'
8+
9+
# Biblioteca
10+
11+
<h2 className='my-3 text-[1.1rem] text-gray-500 dark:text-gray-400 mb-4'>Aquí encontrarás diversos manuales, libros y documentos Scouts para descarga en formato PDF.</h2>
12+
13+
<div className="container">
14+
<div className="row">
15+
{librariesData.map((library, index) => (
16+
<LibraryCard
17+
key={index}
18+
title={library.title}
19+
pdfUrl={library.pdfUrl}
20+
/>
21+
))}
22+
</div>
23+
</div>

0 commit comments

Comments
 (0)