Skip to content

Commit 7f37e8c

Browse files
committed
Update main page
1 parent b850c19 commit 7f37e8c

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Sources/Conference/Components/Homepage.swift

+17-16
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct Homepage: Component {
1717
Text("Server-Side Swift Conference")
1818
}.class("text-center text-white")
1919
H2 {
20-
Text("26th-27th September 2024. London, UK")
20+
Text("2nd-3rd October 2025. London, UK")
2121
}.class("text-center text-white")
2222
Div {
2323
Link("Become a Sponsor", url: "mailto:[email protected]").class("btn btn-default btn-gradient")
@@ -40,7 +40,7 @@ struct Homepage: Component {
4040
}.class("h3")
4141
Paragraph {
4242
Text("The conference will take place on the ")
43-
Text("26th and 27th of September").bold()
43+
Text("2nd and 3rd of October").bold()
4444
Text(" in the awesome ")
4545
Text("Science Museum in London, UK").bold()
4646
Text(", and it will be packed with inspiring talks.")
@@ -53,8 +53,9 @@ struct Homepage: Component {
5353
}.class("h3")
5454
Paragraph {
5555
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!")
5859
}
5960
// Paragraph {
6061
// Text("If you'd like to speak, you can ")
@@ -132,9 +133,9 @@ struct Homepage: Component {
132133
Link(url: "https://www.brokenhands.io") {
133134
Image(url: "/App/YearX/images/sponsors/brokenhands.svg", description: "Broken Hands").class("h-90 pr-3 pt-2")
134135
}.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)
138139
}.class("logos")
139140
Node.hr()
140141
// H3("Gold Sponsors").class("h3 text-center")
@@ -147,15 +148,15 @@ struct Homepage: Component {
147148
// }.linkTarget(.blank)
148149
// }.class("logos")
149150
// 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")
159160
}.class("col")
160161
}.class("row")
161162
}.class("container")

0 commit comments

Comments
 (0)