Skip to content

Commit 17241c0

Browse files
author
Aldo Caneo
committed
New date for Vaparaiso and add psf logo
1 parent d87dec0 commit 17241c0

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

assets/css/main.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@
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;
@@ -331,6 +337,7 @@
331337

332338
.sponsor {
333339
height: 100px;
340+
max-width: 600px;
334341
margin: 16px;
335342
}
336343

assets/js/valparaiso.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const FILES =[
77
'../footer.html'
88
]
99
for(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
}
1212
import schedule from '/assets/js/valparaiso/schedule.js?v=1.0';
1313
schedule()

assets/logos/psf-logo.png

13.8 KB
Loading

assets/sections/sponsors.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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">

assets/sections/valparaiso/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>

0 commit comments

Comments
 (0)