File tree 3 files changed +9
-21
lines changed
Sources/Conference/Components
3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ DerivedData/
20
20
.publish
21
21
Output /
22
22
.cache
23
+ .bash_history
Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ struct Homepage: Component {
133
133
Link ( url: " https://www.brokenhands.io " ) {
134
134
Image ( url: " /App/YearX/images/sponsors/brokenhands.svg " , description: " Broken Hands " ) . class ( " h-90 pr-3 pt-2 " )
135
135
} . 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)
139
139
} . class ( " logos " )
140
140
Node . hr ( )
141
141
// H3("Gold Sponsors").class("h3 text-center")
Original file line number Diff line number Diff line change @@ -48,30 +48,17 @@ struct Sponsors: Component {
48
48
} . class ( " sponsor " )
49
49
} . class ( " platinum " )
50
50
} . 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")
64
51
Div {
65
52
Div {
66
53
Div {
67
- Link ( " " , url
: " mailto:[email protected] " )
54
+ Link ( " " , url: " https://www.apple.com " ) . linkTarget ( . blank )
68
55
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 " )
71
58
Div {
72
- H4 ( " FREE SPOT " ) . class ( " f-platinum " )
59
+ H4 ( " Apple " )
73
60
} . class ( " description p-2 " )
74
- } . class ( " sponsor opacity-15 " )
61
+ } . class ( " sponsor " )
75
62
} . class ( " platinum " )
76
63
} . class ( " col-12 col-sm-6 col-md-4 " )
77
64
Div {
You can’t perform that action at this time.
0 commit comments