Skip to content

Commit

Permalink
Added CME Group, remove Sandia (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangy47 authored Sep 10, 2023
1 parent 1dea541 commit bf1921c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/components/home/sponsors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
}
];
const gigaSponsors = [
{
id: 'aechelon',
name: 'Aechelon Technology',
imgUrl: 'logos/aechelon.png',
link: 'https://aechelon.com'
},
{
id: 'deere',
name: 'John Deere',
Expand Down Expand Up @@ -35,10 +41,10 @@
link: 'https://cloudflare.com'
},
{
id: 'aechelon',
name: 'Aechelon Technology',
imgUrl: 'logos/aechelon.png',
link: 'https://aechelon.com'
id: 'cmegroup',
name: 'CME Group',
imgUrl: 'logos/cmegroup.png',
link: 'https://www.cmegroup.com/'
},
{
id: 'hrt',
Expand All @@ -52,12 +58,6 @@
imgUrl: 'logos/magna.png',
link: 'https://magna.com'
},
{
id: 'sandia',
name: 'Sandia National Laboratories',
imgUrl: 'logos/sandia.png',
link: 'https://www.sandia.gov/'
},
{
id: 'verkada',
name: 'Verkada',
Expand All @@ -69,7 +69,7 @@

<div class="w-[90%] md:w-4/5 lg:w-2/3 mx-auto py-14 lg:py-24">
<h2 class="text-white text-xl md:text-2xl lg:text-4xl text-center mb-10 md:mb-14">
Thank you to our sponsors
Thank you to our sponsors:
</h2>
<div
class="flex flex-col gap-3 mx-auto bg-rp-subtle-pink bg-opacity-80 backdrop-blur-sm rounded-3xl md:py-16 py-10"
Expand Down
Binary file added static/logos/cmegroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf1921c

Please sign in to comment.