Skip to content

Commit 13741ad

Browse files
chore(): add sanofi to principal sponsors
1 parent 6feb438 commit 13741ad

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

content/discover/who-uses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"logo": "/assets/logo/sanofi.png",
44-
"url": "https://www.sanofi.com/"
44+
"url": "https://github.com/Sanofi-IADC"
4545
},
4646
{
4747
"logo": "https://nestjs.com/img/valor-software.png",

src/app/homepage/homepage.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ <h3>Support us</h3>
2525
</p>
2626
<div class="row clearfix">
2727
<div class="inline-column">
28-
<h4 class="title">Principal Sponsor</h4>
28+
<h4 class="title">Principal Sponsors</h4>
29+
<a href="https://github.com/Sanofi-IADC" target="_blank">
30+
<img
31+
src="/assets/sponsors/sanofi.png"
32+
alt="Sanofi Logo"
33+
class="logo-sponsor"
34+
/>
35+
</a>
2936
<a href="https://valor-software.com/" target="_blank">
3037
<img
3138
src="/assets/sponsors/valor-software.png"

src/app/homepage/homepage.component.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,17 @@
171171
}
172172

173173
.logo-sponsor {
174-
width: 280px;
174+
//width: 280px;
175+
margin-top: 10px;
176+
width: 180px;
177+
filter: grayscale(1);
178+
&:first-of-type {
179+
margin-right: 30px;
180+
margin-bottom: 10px;
181+
}
182+
&:hover {
183+
filter: grayscale(0);
184+
}
175185
}
176186

177187
.logo-sponsor-small {

src/assets/sponsors/sanofi.png

36.9 KB
Loading

0 commit comments

Comments
 (0)