@@ -17,7 +17,7 @@ struct Homepage: Component {
17
17
Text ( " Server-Side Swift Conference " )
18
18
} . class ( " text-center text-white " )
19
19
H2 {
20
- Text ( " 26th-27th September 2024 . London, UK" )
20
+ Text ( " 2nd-3rd October 2025 . London, UK" )
21
21
} . class ( " text-center text-white " )
22
22
Div {
23
23
Link ( " Become a Sponsor " , url
: " mailto:[email protected] " ) . class ( " btn btn-default btn-gradient " )
@@ -40,7 +40,7 @@ struct Homepage: Component {
40
40
} . class ( " h3 " )
41
41
Paragraph {
42
42
Text ( " The conference will take place on the " )
43
- Text ( " 26th and 27th of September " ) . bold ( )
43
+ Text ( " 2nd and 3rd of October " ) . bold ( )
44
44
Text ( " in the awesome " )
45
45
Text ( " Science Museum in London, UK " ) . bold ( )
46
46
Text ( " , and it will be packed with inspiring talks. " )
@@ -53,8 +53,9 @@ struct Homepage: Component {
53
53
} . class ( " h3 " )
54
54
Paragraph {
55
55
Text ( " We'll have a packed schedule full of amazing talks from some amazing speakers. " )
56
- Link ( " Take a look! " , url: " /schedule " )
57
- Text ( " at the current schedule. " )
56
+ // Link("Take a look!", url: "/schedule")
57
+ // Text(" at the current schedule.")
58
+ Text ( " The schedule will be released soon! " )
58
59
}
59
60
// Paragraph {
60
61
// Text("If you'd like to speak, you can ")
@@ -132,9 +133,9 @@ struct Homepage: Component {
132
133
Link ( url: " https://www.brokenhands.io " ) {
133
134
Image ( url: " /App/YearX/images/sponsors/brokenhands.svg " , description: " Broken Hands " ) . class ( " h-90 pr-3 pt-2 " )
134
135
} . linkTarget ( . blank)
135
- Link ( url: " https://www.apple.com " ) {
136
- Image ( url: " /App/YearX/images/sponsors/apple.svg " , description: " Apple Inc. " ) . class ( " h-90 pl-3 " )
137
- } . linkTarget ( . blank)
136
+ // Link(url: "https://www.apple.com") {
137
+ // Image(url: "/App/YearX/images/sponsors/apple.svg", description: "Apple Inc.").class("h-90 pl-3")
138
+ // }.linkTarget(.blank)
138
139
} . class ( " logos " )
139
140
Node . hr ( )
140
141
// H3("Gold Sponsors").class("h3 text-center")
@@ -147,15 +148,15 @@ struct Homepage: Component {
147
148
// }.linkTarget(.blank)
148
149
// }.class("logos")
149
150
// Node.hr()
150
- H3 ( " Bronze Sponsors " ) . class ( " h3 text-center " )
151
- Div {
152
- Link ( url: " https://tuparev.com/ " ) {
153
- Image ( url: " /App/YearX/images/sponsors/tuparev2024.png " , description: " Tuparev Technologies " ) . class ( " h-40 " )
154
- } . linkTarget ( . blank)
155
- Link ( url: " https://bluem.nl/en/ " ) {
156
- Image ( url: " /App/YearX/images/sponsors/bluem.png " , description: " Bluem " ) . class ( " h-40 " )
157
- } . linkTarget ( . blank)
158
- } . class ( " logos " )
151
+ // H3("Bronze Sponsors").class("h3 text-center")
152
+ // Div {
153
+ // Link(url: "https://tuparev.com/") {
154
+ // Image(url: "/App/YearX/images/sponsors/tuparev2024.png", description: "Tuparev Technologies").class("h-40")
155
+ // }.linkTarget(.blank)
156
+ // Link(url: "https://bluem.nl/en/") {
157
+ // Image(url: "/App/YearX/images/sponsors/bluem.png", description: "Bluem").class("h-40")
158
+ // }.linkTarget(.blank)
159
+ // }.class("logos")
159
160
} . class ( " col " )
160
161
} . class ( " row " )
161
162
} . class ( " container " )
0 commit comments