File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/copiapo/' + FILES [ i ] + '?v=1.0 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/copiapo/' + FILES [ i ] + '?v=1.1 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1111}
1212import schedule from '/assets/js/copiapo/schedule.js?v=1.0' ;
1313schedule ( )
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.1 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.2 ' ) . 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 @@ -40,6 +40,7 @@ <h2 class="text-center mb-4">¿Cómo participar?</h2>
4040 < p class ="lead "> Fecha: Miércoles 12 de Junio.</ p >
4141 < div class ="mt-4 ">
4242 < a href ="https://www.eventbrite.cl/e/pyday-copiapo-2024-tickets-913960419217 " target ="_blank " class ="btn btn-primary " aria-disabled ="true "> Regístrate</ a >
43+ < a href ="https://www.youtube.com/watch?v=4t-z5oVGIAA " target ="_blank " class ="btn btn-primary " aria-disabled ="true "> Transmisión</ a >
4344 </ div >
4445 </ div >
4546 </ div >
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ <h2 class="text-center mb-4">¿Cómo participar?</h2>
1515 < p class ="lead "> Fecha: Viernes 14 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 >
18+ < a href =" https://www.youtube.com/watch?v=6AWDEZY_iZI " target ="_blank " class ="btn btn-primary " aria-disabled ="true "> Transmisión</ a >
1819 </ div >
1920 </ div >
2021 </ div >
Original file line number Diff line number Diff line change 2222</ head >
2323
2424< body >
25- < script type ="module " src ="assets/js/copiapo.js?v=1.0 "> </ script >
25+ < script type ="module " src ="assets/js/copiapo.js?v=1.1 "> </ script >
2626 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
2727
2828</ body >
Original file line number Diff line number Diff line change 2323</ head >
2424
2525< body >
26- < script type ="module " src ="assets/js/valparaiso.js?v=1.2 "> </ script >
26+ < script type ="module " src ="assets/js/valparaiso.js?v=1.3 "> </ script >
2727 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
2828</ body >
2929</ html >
You can’t perform that action at this time.
0 commit comments