diff --git a/_config.yml b/_config.yml index 715eecd..d708418 100644 --- a/_config.yml +++ b/_config.yml @@ -43,8 +43,10 @@ navigationLinks: permalink: "/about" text: "About" - - permalink: "/schedule" text: "Schedule" + links: + - {link: "/schedule", text: "Overview"} + - {link: "/schedule/details", text: "Detailed Schedule"} - permalink: "/sponsors" text: "Sponsors" diff --git a/_data/team-loc.yml b/_data/team-loc.yml index e986307..22785e1 100644 --- a/_data/team-loc.yml +++ b/_data/team-loc.yml @@ -18,3 +18,6 @@ surname: "Michalko" title: "" thumbnailUrl: "Michalko_Miloslav.jpg" +- name: "Alexandra" + surname: "Bucha Rasova" + thumbnailUrl: "Alexandra_Bucha_Rasova.jpg" diff --git a/_includes/about.html b/_includes/about.html index 8554c56..c247a2b 100644 --- a/_includes/about.html +++ b/_includes/about.html @@ -27,7 +27,9 @@

Confirmed Speakers

- See confirmed talks and workshops + Schedule Outline +     + Detailed Schedule
diff --git a/_pages/schedule-detailed.html b/_pages/schedule-detailed.html new file mode 100644 index 0000000..19074bb --- /dev/null +++ b/_pages/schedule-detailed.html @@ -0,0 +1,28 @@ +--- +layout: schedule +title: Detailed Schedule +permalink: /schedule/details/ +image: call-for-papers.jpg +--- + + +{% include top-section.html %} + + +
+ + + + + +
+ diff --git a/_pages/schedule.html b/_pages/schedule.html index 04a4f60..1e3ff18 100644 --- a/_pages/schedule.html +++ b/_pages/schedule.html @@ -1,6 +1,6 @@ --- layout: default -title: Schedule +title: Schedule Overview permalink: /schedule/ image: call-for-papers.jpg --- @@ -24,117 +24,21 @@
- -

-Get ready to dive deep into all things QGIS! We're working on finalizing the schedule for talks, workshops, and other exciting conference events. A list of talks and workshops that have been confirmed (below) keeps growing! -

-Here's a sneak peek of what you can expect: - -

+

Detailed Schedule

-

Confirmed Talks

-

+Get ready for over 50 talks and 15 workshops spread across 6 rooms – that's a ton of QGIS knowledge to be shared!

- - -

Confirmed Workshops

-

+You can find the full schedule on a separate page.

- -

Talks

- -

-Each talk will be 30 minutes long, with 20 minutes for the speaker to share their knowledge and 10 minutes for Q&A and room changes. We're planning to run 3 tracks simultaneously, so you can pick and choose what interests you most. -

- -

Workshops

- -

-Workshops are your chance to get hands-on with QGIS and learn new skills from our amazing community experts. They'll cover everything from hot new tech to tried-and-true methods. Workshops are either 1.5 or 3 hours long and will run alongside the talks in separate rooms. Don't forget to bring your laptop! We'll have 3 workshop rooms running in parallel. -

-

Program Outline

-

-Below is the tentative schedule: -

@@ -191,6 +95,27 @@

Program Outline

-
+ + + +
+
+ +

Talks

+ +

+Each talk will be 30 minutes long, with 20 minutes for the speaker to share their knowledge and 10 minutes for Q&A and room changes. We're planning to run 3 tracks simultaneously, so you can pick and choose what interests you most. +

+ +

Workshops

+ +

+Workshops are your chance to get hands-on with QGIS and learn new skills from our amazing community experts. They'll cover everything from hot new tech to tried-and-true methods. Workshops are either 1.5 or 3 hours long and will run alongside the talks in separate rooms. Don't forget to bring your laptop! We'll have 3 workshop rooms running in parallel. +

+ +
+
+ + diff --git a/img/people/Alexandra_Bucha_Rasova.jpg b/img/people/Alexandra_Bucha_Rasova.jpg new file mode 100644 index 0000000..237e1fe Binary files /dev/null and b/img/people/Alexandra_Bucha_Rasova.jpg differ