Skip to content

Commit ae3389b

Browse files
committed
Add note about workshops
1 parent 9a16863 commit ae3389b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Sources/Conference/Components/FAQ.swift

+17
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ struct FAQ: Component {
2424
Div {
2525
H3("What is included in the price?").class("h3")
2626
Paragraph("A conference ticket includes: talks from experts in the field, daily lunch, snacks, coffee breaks and goodie bags with some conference/tech swag. Please note that accommodation is not included in the price.")
27+
Paragraph {
28+
Text("Workshop tickets include a full day of hands-on workshops and labs with experts in the field, food and coffee breaks. A workshop ticket does ")
29+
Text("not").bold()
30+
Text(" include access to the conference talks. You must also purchase a conference ticket to attend the conference.")
31+
}
32+
Paragraph {
33+
Text("Likewise, a conference ticket does ")
34+
Text("not").bold()
35+
Text(" include access to the workshops. You must purchase a workshop ticket to attend the workshops.")
36+
}
37+
}.class("col-xs-12 mb-4")
38+
}.class("row")
39+
40+
Div {
41+
Div {
42+
H3("What are the workshop tickets?").class("h3")
43+
Paragraph("A conference ticket includes: talks from experts in the field, daily lunch, snacks, coffee breaks and goodie bags with some conference/tech swag. Please note that accommodation is not included in the price.")
2744
}.class("col-xs-12 mb-4")
2845
}.class("row")
2946

Sources/Conference/Components/Homepage.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ struct Homepage: Component {
5252
Text("Speakers")
5353
}.class("h3")
5454
Paragraph {
55-
Text("We'll have a packed schedule full of amazing talks from some amazing speakers. ")
55+
Text("We'll have a packed schedule full of amazing talks, workshops and labs from some amazing speakers and trainers. ")
5656
// Link("Take a look!", url: "/schedule")
5757
// Text(" at the current schedule.")
5858
Text("The schedule will be released soon!")

0 commit comments

Comments
 (0)