Skip to content

Commit c15f8f2

Browse files
authored
Merge pull request #136 from SwiftServerConf/new-sponsor
Add New Sponsor
2 parents ff917f0 + 3ccfe71 commit c15f8f2

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ DerivedData/
2020
.publish
2121
Output/
2222
.cache
23+
.bash_history

Sources/Conference/Components/Homepage.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ struct Homepage: Component {
133133
Link(url: "https://www.brokenhands.io") {
134134
Image(url: "/App/YearX/images/sponsors/brokenhands.svg", description: "Broken Hands").class("h-90 pr-3 pt-2")
135135
}.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)
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)
139139
}.class("logos")
140140
Node.hr()
141141
// H3("Gold Sponsors").class("h3 text-center")

Sources/Conference/Components/Sponsors.swift

+5-18
Original file line numberDiff line numberDiff line change
@@ -48,30 +48,17 @@ struct Sponsors: Component {
4848
}.class("sponsor")
4949
}.class("platinum")
5050
}.class("col-12 col-sm-6 col-md-4")
51-
// Div {
52-
// Div {
53-
// Div {
54-
// Link("", url: "https://www.apple.com").linkTarget(.blank)
55-
// Div {
56-
// Image(url: "/App/YearX/images/sponsors/apple.svg", description: "Apple, Inc.").class("apple-logo d-block mx-auto")
57-
// }.class("image text-center")
58-
// Div {
59-
// H4("Apple")
60-
// }.class("description p-2")
61-
// }.class("sponsor")
62-
// }.class("platinum")
63-
// }.class("col-12 col-sm-6 col-md-4")
6451
Div {
6552
Div {
6653
Div {
67-
Link("", url: "mailto:[email protected]")
54+
Link("", url: "https://www.apple.com").linkTarget(.blank)
6855
Div {
69-
Image(url: "/App/YearX/images/sponsor-levels/sponsor_platinum.png", description: "Platinum")
70-
}.class("image")
56+
Image(url: "/App/YearX/images/sponsors/apple.svg", description: "Apple, Inc.").class("apple-logo d-block mx-auto")
57+
}.class("image text-center")
7158
Div {
72-
H4("FREE SPOT").class("f-platinum")
59+
H4("Apple")
7360
}.class("description p-2")
74-
}.class("sponsor opacity-15")
61+
}.class("sponsor")
7562
}.class("platinum")
7663
}.class("col-12 col-sm-6 col-md-4")
7764
Div {

0 commit comments

Comments
 (0)