Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit cf23769

Browse files
authoredFeb 28, 2024··
feat: add infomaniak's partnership (#419)
1 parent ece4908 commit cf23769

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed
 

‎src/components/sponsors/sponsors-list.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"name": "Jane Street",
1616
"websiteURL": "https://www.janestreet.com/",
1717
"imageURL": "/sponsors/jane_street.png",
18-
"imageStyles": null,
18+
"imageStyles": "width: 300px; height: auto",
1919
"tier": "partners",
2020
"expiration": {
2121
"year": 2024,
@@ -138,5 +138,17 @@
138138
"month": 10,
139139
"day": 8
140140
}
141+
},
142+
{
143+
"name": "Infomaniak",
144+
"websiteURL": "https://infomaniak.ch",
145+
"imageURL": "/sponsors/infomaniak.svg",
146+
"imageStyles": "width: 300px; height: auto",
147+
"tier": "partners",
148+
"expiration": {
149+
"year": 2025,
150+
"month": 3,
151+
"day": 1
152+
}
141153
}
142-
]
154+
]

‎src/sass/style.sass

+6
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,18 @@ h4
276276
margin: 50px auto
277277

278278
.sponsors
279+
display: flex
280+
align-items: center
281+
justify-content: center
282+
flex-wrap: wrap
283+
279284
img
280285
height: 80px
281286
margin: 20px
282287

283288
h3.tier
284289
margin: 30px 0 15px 0
290+
flex-basis: 100%
285291

286292
@media screen and (max-width: 500px)
287293
img

0 commit comments

Comments
 (0)
This repository has been archived.