File tree 3 files changed +50
-10
lines changed
3 files changed +50
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ imagealt = "Website banner of PyLadiesCon 2024 Online. 6th-8th December | Multi-
25
25
<a href="https://www.linkedin.com/company/pyladiescon"><i class="fab fa-linkedin fa-2x px-2" aria-hidden="true"></i></a>
26
26
</div>
27
27
<div class="w-100 mt-2 text-start" style="color: white;">
28
- The Call for Proposal (CfP) is <span style="font-weight: 900; text-decoration-line: underline;">closed</span> thank you for the submissions.
28
+ Check the <a class=" text-white" href="/schedule">Schedule!</a>
29
29
</div>
30
30
</div>
31
31
Original file line number Diff line number Diff line change
1
+ +++
2
+ title = ' Schedule'
3
+ draft = false
4
+ layout = 3
5
+ description = " The dropdown next to the button will allow changing timezone from UTC to local timezone."
6
+ image = " /img/about-photo-2.png"
7
+ imagealt = " Three racially diverse women sitting on a sofa each with a laptop on their lap and smiling."
8
+ +++
9
+
10
+ {{< pageheader
11
+ "Schedule"
12
+ "The dropdown next to the button will allow changing timezone from UTC to local timezone."
13
+ "/img/schedule-icon.png"
14
+ > }}
15
+
16
+ # Preliminary version
17
+
18
+ The current schedule is not final and it will probably change in the following days.
19
+ Additionally, new activities might be added before the conference.
20
+
21
+ {{< rawhtml >}}
22
+ <!-- begin pretalx -->
23
+ <script type="text/javascript" src="https://pretalx.com/pyladiescon-2024/schedule/widget/v2.en.js"></script>
24
+ <pretalx-schedule event-url =" https://pretalx.com/pyladiescon-2024/ " locale =" en " format =" grid " style =" --pretalx-clr-primary : #ee264d " ></pretalx-schedule >
25
+ <noscript >
26
+ <div class="pretalx-widget">
27
+ <div class="pretalx-widget-info-message">
28
+ JavaScript is disabled in your browser. To access our schedule without JavaScript,
29
+ please <a target="_blank" href="https://pretalx.com/pyladiescon-2024/schedule/">click here</a>.
30
+ </div>
31
+ </div>
32
+ </noscript >
33
+
34
+ <script >
35
+ // Because pretalx uses a shadow dom element, we need to inject the style tag programmatically
36
+ const style = document .createElement (' style' );
37
+ style .innerHTML = " .pretalx-schedule .settings { margin-left: 0; width: auto; }" ;
38
+ style .innerHTML += " .pretalx-schedule .settings .filter-tracks { margin-right: 20px; }" ;
39
+
40
+ const pretalxWrapper = document .querySelector (' pretalx-schedule' );
41
+ const pretalxRoot = pretalxWrapper .shadowRoot ;
42
+ pretalxRoot .appendChild (style);
43
+ </script >
44
+ <!-- end pretalx -->
45
+ {{< /rawhtml >}}
Original file line number Diff line number Diff line change @@ -20,20 +20,15 @@ name = 'Code of Conduct'
20
20
url = ' /about/#code-of-conduct'
21
21
weight = 30
22
22
23
- [[menus .main ]]
24
- name = ' Speaking'
25
- url = ' https://pretalx.com/pyladiescon-2024/cfp'
26
- weight = 40
27
-
28
23
# [[menus.main]]
29
24
# name = 'Speakers'
30
25
# pageRef = '/speakers'
31
26
# weight = 30
32
27
33
- # [[menus.main]]
34
- # name = 'Schedule'
35
- # pageRef = '/schedule'
36
- # weight = 40
28
+ [[menus .main ]]
29
+ name = ' Schedule'
30
+ pageRef = ' /schedule'
31
+ weight = 40
37
32
38
33
[[menus .main ]]
39
34
name = ' Sponsors'
You can’t perform that action at this time.
0 commit comments