Skip to content

Commit

Permalink
Added the Silver Label in Sponsor Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-R-Pattar committed Aug 14, 2024
1 parent d37d0fa commit 85a1af4
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions pages/sponsorship.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,14 +357,30 @@ const Sponsorship: React.FC = () => {
Sponsors of 2024
</h1>
</div>
<div
style={{
background: 'linear-gradient(to right, #ff0000, #800000)',
height: '3px',
width: '100%',
marginBottom: '2rem',
}}
/>
<div style={{ display: 'flex', alignItems: 'center' }}>
<h1
style={{
marginRight: '1rem',
background: 'linear-gradient(to right, #ff0000, #800000)',
WebkitBackgroundClip: 'text',
fontSize: '3rem',
fontWeight: 'bold',
color: 'transparent',
alignContent: 'center',
}}
>
Silver
</h1>
<hr
style={{
background: 'linear-gradient(to right, red, transparent)',
height: '3px',
width: '100%',
marginRight: '1rem',
}}
/>
</div>

<div
style={{
display: 'flex',
Expand Down

0 comments on commit 85a1af4

Please sign in to comment.