|
1 | 1 | ---
|
2 | 2 | import CardsLayout from "~/layouts/Cards.astro";
|
3 |
| -
|
4 | 3 | ---
|
5 | 4 |
|
6 | 5 | <CardsLayout class="flex-col flex" title="Ayudantías">
|
7 | 6 | <Fragment slot="header">
|
8 | 7 | <h2 class="font-title text-xl">Información sobre ayudantías</h2>
|
9 | 8 | <p>
|
10 |
| - Recuerda que todas las postulaciones se realizan vía SIDING. <br class="hidden md:block"> |
11 |
| - Para más información sobre periodos, cursos y requisitos, únete a |
| 9 | + Recuerda que todas las postulaciones se realizan vía SIDING. <br class="hidden md:block" /> |
| 10 | + Para más información sobre periodos, cursos y requisitos, únete a |
12 | 11 | <!-- in another tab -->
|
13 | 12 | <a class="text-blue-600 hover:underline" target="_blank" rel="noopener noreferrer" href="https://t.me/DCC_UC"
|
14 | 13 | >DCCAcademic</a
|
15 | 14 | >!
|
16 | 15 | </p>
|
17 | 16 | </Fragment>
|
18 |
| - <section class="flex flex-col gap-6 mx-auto max-w-2xl p-4"> |
19 |
| - <articule class="flex flex-col rounded bg-white py-6 px-4"> |
20 |
| - <h2 class="font-bold text-xl text-stone-900 px-2">Introducción a la programación</h2> |
21 |
| - <details class="border-2 border-stone-500 my-3 rounded"> |
22 |
| - <summary |
23 |
| - class="px-4 py-2 cursor-pointer bg-stone-100 hover:bg-stone-200 transition-all text-stone-800 list-none flex items-center" |
24 |
| - > |
25 |
| - <span class="flex-grow">Ver el mensaje</span> |
26 |
| - <svg class="fill-stone-800 w-4 h-4 -mr-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" |
27 |
| - ><path d="M12.95 10.707l.707-.707L8 4.343 6.586 5.757 10.828 10l-4.242 4.243L8 15.657l4.95-4.95z" /></svg |
28 |
| - > |
29 |
| - </summary> |
30 |
| - <div class="prose prose-p:my-2 leading-tight p-2"> |
31 |
| - Mensaje |
32 |
| - </div> |
33 |
| - </details> |
34 |
| - <div class="flex flex-col gap-1"> |
35 |
| - <a |
36 |
| - href="https://iic1103.ing.puc.cl/" |
37 |
| - target="_blank" |
38 |
| - rel="noopener noreferrer" |
39 |
| - class="text-stone-800 hover:bg-stone-50 border-stone-800 border-2 font-bold py-0.5 px-4 text-center rounded" |
40 |
| - > |
41 |
| - Más información |
42 |
| - </a> |
43 |
| - </div> |
44 |
| - </articule> |
45 |
| - </section> |
| 17 | + <section class="flex flex-col gap-6 mx-auto max-w-xl p-4"> |
| 18 | + <articule class="flex flex-col rounded bg-white py-6 px-4"> |
| 19 | + <h2 class="font-bold text-xl text-stone-900 px-2">Introducción a la programación</h2> |
| 20 | + <div class="flex flex-col gap-1 pt-4"> |
| 21 | + <a |
| 22 | + href="https://iic1103.ing.puc.cl/" |
| 23 | + target="_blank" |
| 24 | + rel="noopener noreferrer" |
| 25 | + class="text-stone-800 hover:bg-stone-50 border-stone-800 border-2 font-bold py-0.5 px-4 text-center rounded" |
| 26 | + > |
| 27 | + Ir al sitio |
| 28 | + </a> |
| 29 | + </div> |
| 30 | + </articule> |
| 31 | + </section> |
46 | 32 | </CardsLayout>
|
0 commit comments