Skip to content

Commit ff917f0

Browse files
authored
Merge pull request #135 from SwiftServerConf/cfp
Enable CFP
2 parents 9976fc1 + ae3389b commit ff917f0

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ 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!")
5959
}
60-
// Paragraph {
61-
// Text("If you'd like to speak, you can ")
62-
// Link("apply via our CFP", url: "https://www.papercall.io/server-side-swift-2024").linkTarget(.blank)
63-
// Text(".")
64-
// }
60+
Paragraph {
61+
Text("If you'd like to speak, you can ")
62+
Link("apply via our CFP", url: "https://www.papercall.io/serversideswift-2025").linkTarget(.blank)
63+
Text(".")
64+
}
6565
}.class("col-12 col-sm-6 mt-2 mb-2")
6666

6767
Div {

Sources/Conference/Components/Speakers.swift

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ struct Speakers: Component {
2222
.class("h3 text-center")
2323
// Paragraph("Our CFP is now closed - please check back next year!")
2424
// .class("text-center")
25-
Paragraph("Our CFP will be open soon, please check back later!")
26-
.class("text-center")
27-
// Paragraph {
28-
// Text("If you'd like to speak at this years ServerSide.swift, please apply via our CFP. We welcome and encourage talks from all abilities!")
29-
// }.class("text-center")
30-
// Div {
31-
// Link("Apply To Speak", url: "https://www.papercall.io/server-side-swift-2024").linkTarget(.blank).class("btn btn-default btn-gradient")
32-
// }.class("action-buttons pt-3 pb-3 text-center")
25+
// Paragraph("Our CFP will be open soon, please check back later!")
26+
// .class("text-center")
27+
Paragraph {
28+
Text("If you'd like to speak at this years ServerSide.swift, please apply via our CFP. We welcome and encourage talks from all abilities!")
29+
}.class("text-center")
30+
Div {
31+
Link("Apply To Speak", url: "https://www.papercall.io/serversideswift-2025").linkTarget(.blank).class("btn btn-default btn-gradient")
32+
}.class("action-buttons pt-3 pb-3 text-center")
3333
}.class("col")
3434
}.class("container")
3535
}.class("cfp page-block no-height bg-white")

0 commit comments

Comments
 (0)