Skip to content

Commit

Permalink
#422, #421: Add partner logos
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Feb 11, 2022
1 parent f916fe6 commit f914fac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ form > .row > label {
height: auto;
max-width: 180px;
max-height: 180px;
padding: 2px;
}

.submission {
Expand Down
Binary file added src/images/cqc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/usra_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/views/Partners.js
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 (
Expand All @@ -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>
Expand Down

0 comments on commit f914fac

Please sign in to comment.