Skip to content

Commit 5776cb2

Browse files
authored
Merge pull request #115 from PyConTH/Speaker-Florian-added
adding Florian in the speakers list
2 parents 4365a90 + 7de3705 commit 5776cb2

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

pelicanconf.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -590,18 +590,21 @@
590590
"link": "/pages/speakers#Dr-Praewpan-Poriswanish",
591591
},
592592
{
593-
"img": "/theme/img/speakers/WorajedtSitthidumrong.jpg",
594-
"name": "Worajedt Sitthidumrong",
593+
"img": "/theme/img/speakers/FlorianHoenicke.jpg",
594+
"name": "Florian Hoenicke",
595595
"pronoun": "He/Him",
596-
"country": "Thailand",
597-
"link": "/pages/speakers#Worajedt-Sitthidumrong.jpg",
596+
"country": "Germany",
597+
"github": "https://github.com/florian-hoenicke",
598+
"linkedin": "https://www.linkedin.com/in/florian-hönicke-b902b6aa/",
599+
"link": "/pages/speakers#Florian-Hoenicke",
598600
},
599601
{
600602
"img": "/theme/img/speakers/WorajedtSitthidumrong.jpg",
601603
"name": "Worajedt Sitthidumrong",
602604
"pronoun": "He/Him",
603605
"country": "Thailand",
604-
"link": "/pages/speakers#Worajedt-Sitthidumrong.jpg",
606+
"linkedin": "https://www.linkedin.com/in/worajedt/",
607+
"link": "/pages/speakers#Worajedt-Sitthidumrong",
605608
},
606609
]
607610
}

theme/static/img/blog/workshop.jpg

110 KB
Loading
10.2 KB
Loading
399 KB
Loading

theme/templates/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h6 class="card-title">{{ s.country }}</h6>
431431
<div class="blog">
432432
<div class="row">
433433
<div class="homepage-title">
434-
<img src="/theme/img/keynote-as.png" alt="" />
434+
<img src="/theme/img/calendar-as.png" alt="" />
435435
<h1>What you need to know</h1>
436436
</div>
437437
<div class="col-md-4">
@@ -448,18 +448,18 @@ <h5 class="card-title">Early Bird Tickets are out!</h5>
448448
</div>
449449
</div>
450450
</div>
451-
<!--
451+
452452

453453
<div class="col-md-4">
454454
<div class="single-blog">
455455
<div class="card">
456-
<img class="card-img-top" src="https://i.imgur.com/DqO3Cay.jpg" alt="Card image cap" />
456+
<img class="card-img-top" src="/theme/img/blog/workshop.jpg" alt="Card image cap" />
457457
<div class="card-body">
458-
<h5 class="card-title">Blog Title</h5>
458+
<h5 class="card-title">Workshops are open! </h5>
459459
<p class="card-text">
460-
Some quick example text to build on the card title and make up the bulk of the card's content.
460+
7 Workshops in 1 Day. Each workshop comes with a free conference pass. Check them out fast!
461461
</p>
462-
<a href="#" class="btn btn-outline-warning">Read More...</a>
462+
<a href="https://th.pycon.org/pages/workshops" class="btn btn-outline-warning">Read More...</a>
463463
</div>
464464
</div>
465465
</div>
@@ -480,7 +480,7 @@ <h5 class="card-title">Blog Title</h5>
480480
</div>
481481
</div>
482482
</div>
483-
</div> -->
483+
</div>
484484
485485
</div>
486486

0 commit comments

Comments
 (0)