Skip to content

Commit

Permalink
feat(ewd): add Mux logo to 2025 conference sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Feb 19, 2025
1 parent 88e9716 commit 2655570
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/epic-web/src/pages/conf/2025/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,23 @@ const sponsorsData = {
</svg>
),
},
{
name: 'Mux',
url: 'https://mux.link/epic-web',
logo: (
<svg
className="w-32"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 189 60"
>
<path
fill="#E7E7E9"
d="M117.451 11.043a3.662 3.662 0 1 1 0-7.323 3.662 3.662 0 0 1 0 7.323Zm0-11.043a7.38 7.38 0 0 0-7.381 7.381v22.15c0 8.144-6.626 14.77-14.77 14.77-8.144 0-14.769-6.626-14.769-14.77V7.381a7.381 7.381 0 1 0-14.762 0v22.15c0 16.284 13.248 29.532 29.531 29.532 16.284 0 29.532-13.248 29.532-29.532V7.381A7.381 7.381 0 0 0 117.451 0Zm64.168 55.343a3.662 3.662 0 1 1 0-7.324 3.662 3.662 0 0 1 0 7.324ZM149.03 29.53l-16.931 16.931A7.382 7.382 0 0 0 142.538 56.9l16.931-16.931L176.4 56.9a7.38 7.38 0 1 0 10.438-10.438l-16.931-16.93v-.001l16.931-16.93a7.38 7.38 0 0 0 0-10.44 7.38 7.38 0 0 0-10.438 0l-16.931 16.931-16.931-16.93A7.382 7.382 0 0 0 132.099 12.6l16.931 16.931ZM51.681 55.344a3.662 3.662 0 1 1 0-7.324 3.662 3.662 0 0 1 0 7.324ZM54.506.562a7.381 7.381 0 0 0-8.044 1.6l-16.93 16.93L12.6 2.163A7.38 7.38 0 0 0 0 7.382v44.3a7.381 7.381 0 0 0 14.762 0V25.2l9.55 9.55a7.381 7.381 0 0 0 10.439 0l9.55-9.55v26.48a7.381 7.381 0 0 0 14.762 0V7.38A7.38 7.38 0 0 0 54.506.562Z"
/>
</svg>
),
},
],
gold: [
{
Expand Down

0 comments on commit 2655570

Please sign in to comment.