-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f916fe6
commit f914fac
Showing
4 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
import cqcLogo from './../images/cqc_logo.png' | ||
import iqtLogo from './../images/iqt_logo.png' | ||
import ufLogo from './../images/unitary_fund_logo.png' | ||
import usraLogo from './../images/usra_logo.png' | ||
|
||
const Partners = () => { | ||
return ( | ||
|
@@ -16,8 +18,10 @@ const Partners = () => { | |
If your organization or institution would like to become a partner, please contact us at <a href='mailto:[email protected]'>[email protected]</a>. | ||
</p> | ||
<div className='text-center'> | ||
<img src={cqcLogo} alt='Cambridge Quantum Computing partner logo' className='logo-image' /> | ||
<img src={iqtLogo} alt='IQT partner logo' className='logo-image' /> | ||
<img src={ufLogo} alt='UF partner logo' className='logo-image' /> | ||
<img src={usraLogo} alt='USRA partner logo' className='logo-image' /> | ||
</div> | ||
</div> | ||
</div> | ||
|