Skip to content

Commit dc5d21c

Browse files
author
Aldo Caneo
committed
Fix gallery and add speakers photos
1 parent 9b842de commit dc5d21c

8 files changed

Lines changed: 7 additions & 4 deletions

File tree

assets/js/copiapo/schedule.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default () => {
3434
block: '10:15 - 10:30',
3535
author: 'Michael Lopez & Ricardo Valdes',
3636
title: 'Aproximaciones al uso \'ético\' de chat gpt en el estudio',
37-
photos: [],
37+
photos: ['Michael_Lopez.jpeg', 'Ricardo_Valdes.jpeg'],
3838
category: 'Inteligencia Artificial'},
3939
{
4040
block: '10:30 - 10:45',
@@ -62,7 +62,7 @@ export default () => {
6262
category: 'Aprendizaje'},
6363
{
6464
block: '11:40 - 11:55',
65-
author: 'Luis Rojas',
65+
author: 'Andrés Ibañez',
6666
title: 'Ciencia de datos y python',
6767
photos: ['Andres_Ibanez.jpeg'],
6868
category: 'Datos'},
@@ -82,7 +82,7 @@ export default () => {
8282
block: '12:25 - 12:45',
8383
author: 'Lidia Moreno',
8484
title: 'Sql injections, ¿qué son y cómo evitarlas?',
85-
photos: [],
85+
photos: ['Lidia_Moreno.jpeg'],
8686
category: 'Base de datos'},
8787
{
8888
block: '12:45 - 13:00',

assets/js/valparaiso.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const FILES =[
22
'header.html',
33
'about.html',
44
'location.html',
5-
'schedule.html',
5+
//'schedule.html',
66
'gallery.html',
77
'../footer.html'
88
]
138 KB
Loading
146 KB
Loading
71.1 KB
Loading
113 KB
Loading

copiapo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@
2323

2424
<body>
2525
<script type="module" src="assets/js/copiapo.js"></script>
26+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
27+
2628
</body>
2729
</html>

valparaiso.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424

2525
<body>
2626
<script type="module" src="assets/js/valparaiso.js"></script>
27+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
2728
</body>
2829
</html>

0 commit comments

Comments
 (0)