File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 323323 height : auto;
324324}
325325
326+ .sponsors-gold {
327+ background : # E70 ;
328+ text-align : center;
329+ padding : 8px ;
330+ }
331+
326332.sponsors-silver {
327333 background : # ccc ;
328334 text-align : center;
331337
332338.sponsor {
333339 height : 100px ;
340+ max-width : 600px ;
334341 margin : 16px ;
335342}
336343
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const FILES =[
77 '../footer.html'
88 ]
99for ( let i = 0 ; i < FILES . length ; i ++ ) {
10- await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.2 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.3 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1111}
1212import schedule from '/assets/js/valparaiso/schedule.js?v=1.0' ;
1313schedule ( )
Original file line number Diff line number Diff line change 11< section class ="py-5 " id ="eventos-pasados ">
22 < div class ="container ">
33 < h2 class ="text-center "> Patrocinantes</ h2 >
4+ < div class ="sponsors-gold ">
5+ < h3 class ="text-center "> Patrocinantes Gold</ h3 >
6+ < a href ="https://www.python.org/psf-landing/ " target ="blank ">
7+ < div >
8+ < img class ="sponsor " src ="assets/logos/psf-logo.png "/>
9+ </ div >
10+ </ a >
11+ </ div >
12+
413 < div class ="sponsors-silver ">
514 < h3 class ="text-center "> Patrocinantes Silver</ h3 >
615 < a href ="https://aws.amazon.com/es/ " target ="blank ">
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h2 class="text-center mb-4">¿Cómo participar?</h2>
1212 < div class ="row justify-content-center ">
1313 < div class ="text-center ">
1414 < p class ="lead "> Participar en PyDay Valparaíso te permitirá adquirir nuevas habilidades, conectar con entusiastas de la tecnología y formar parte de una vibrante comunidad. ¡Ven y descubre cómo Python puede transformar tu futuro!</ p >
15- < p class ="lead "> Fecha: Viernes 14 de Junio</ p >
15+ < p class ="lead "> Fecha: Viernes 28 de Junio</ p >
1616 < div class ="mt-4 ">
1717 < a href ="https://docs.google.com/forms/d/e/1FAIpQLSchoM_s8Km5vMeoqMY-a_rgeyjYgvYlT9D6swq4Oy4xivPohQ/viewform " target ="_blank " class ="btn btn-primary " aria-disabled ="true "> Regístrate</ a >
1818 < a href =" https://www.youtube.com/watch?v=6AWDEZY_iZI " target ="_blank " class ="btn btn-primary " aria-disabled ="true "> Transmisión</ a >
Original file line number Diff line number Diff line change 1717 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.8.1/font/bootstrap-icons.min.css ">
1818 < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous ">
1919 < link href ="assets/css/base.css?v=1.0 " rel ="stylesheet ">
20- < link href ="assets/css/main.css?v=1.1 " rel ="stylesheet ">
20+ < link href ="assets/css/main.css?v=1.2 " rel ="stylesheet ">
2121</ head >
2222
2323< body >
You can’t perform that action at this time.
0 commit comments