File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1111 </script >
1212
1313<svelte:head >
14- <title >Home </title >
15- <meta name =" description" content =" Svelte demo app " />
14+ <title >Open Source UC </title >
15+ <meta name =" description" content =" Somos una comunidad de estudiantes de la UC Chile apasionada por crear e impulsar proyectos bacanes de código abierto " />
1616</svelte:head >
1717
1818<div
1919 class =" px-4 py-2 flex flex-col sm:flex-row justify-center items-center sm:gap-4 bg-primary-100"
2020>
21- <div class =" text-center" >Tenemos un nuevo evento </div >
22- <a href =" https://codefest. osuc.dev" class =" bg-primary-500 py-1 px-4 rounded text-primary-50"
23- >Ir a la hackatón </a
21+ <div class =" text-center" >Abrimos las postulaciones al equipo OSUC </div >
22+ <a href =" https://osuc.dev/join " class =" bg-primary-500 py-1 px-4 rounded text-primary-50"
23+ >Únete </a
2424 >
2525</div >
2626
4040 >Más sobre nosotros</a
4141 >
4242 <a href =" /join" class =" rounded bg-primary-600 hover:underline text-primary-50 px-4 py-2"
43- >Se parte</a
43+ >Sé parte</a
4444 >
4545 </div >
4646 </div >
Original file line number Diff line number Diff line change 2222 <a
2323 href =" /join/dev"
2424 class =" hover:underline border px-4 py-1 w-full block rounded bg-primary-500 text-primary-50"
25- >Se parte</a
25+ >Sé parte</a
2626 >
2727 </div >
2828
4141 <a
4242 href =" /join/internal"
4343 class =" hover:underline border px-4 py-1 w-full block rounded bg-primary-500 text-primary-50"
44- >Se parte</a
44+ >Sé parte</a
4545 >
4646 </div >
4747</div >
Original file line number Diff line number Diff line change 1+ <script lang =" ts" >
2+ const formID = ' app3W2yfnucBj7Ktg/shrTaHJaPvu9Jj6In' ;
3+ export let devFormURL = ` https://airtable.com/embed/${formID }?prefill_Tipo=🧑💻+Equipo+de+Desarrollo ` ;
4+ </script >
5+
16<a href =" /join" class =" underline" >Volver atrás</a >
27
38<div class =" prose prose-headings:font-display my-8" >
3742 href =" https://docs.github.com/es/get-started/onboarding/getting-started-with-your-github-account"
3843 >esta guía de GitHub</a
3944 >
40- si es que no tienes cuenta o configurado Git. Cualquier duda puedes preguntar por Telegram y Discord
45+ si no tienes cuenta o configurado Git. Cualquier duda puedes preguntar por Telegram y Discord
4146 (links en la <a href =" /" >página principal</a >).
4247 </p >
4348
102107 <iframe
103108 title =" Formulario de postulación"
104109 class =" airtable-embed"
105- src =" https://airtable.com/embed/appSIzGdt5w6Jmuj1/shrO4vpotfffkgivl?prefill_Tipo=🧑💻+Equipo+de+Desarrollo "
110+ src =" { devFormURL } "
106111 frameborder =" 0"
107112 width =" 100%"
108113 height =" 533"
Original file line number Diff line number Diff line change 1+ <script lang =" ts" >
2+ const formID = ' app3W2yfnucBj7Ktg/shrTaHJaPvu9Jj6In' ;
3+ export let internalFormURL = ` https://airtable.com/embed/${formID }?prefill_Tipo=👥+Equipo+Interno ` ;
4+ </script >
5+
16<a href =" /join" class =" underline" >Volver atrás</a >
27
38<div class =" prose prose-headings:font-display my-8" >
144149 <iframe
145150 title =" Formulario de postulación"
146151 class =" airtable-embed"
147- src =" https://airtable.com/embed/appSIzGdt5w6Jmuj1/shrO4vpotfffkgivl?prefill_Tipo=👥+Equipo+Interno "
152+ src =" { internalFormURL } "
148153 frameborder =" 0"
149154 width =" 100%"
150155 height =" 533"
You can’t perform that action at this time.
0 commit comments