Skip to content

Commit

Permalink
Merge pull request #470 from unitaryfund/469_add_riken_partner
Browse files Browse the repository at this point in the history
Adding Riken logo.
  • Loading branch information
WrathfulSpatula authored Mar 3, 2022
2 parents 2d77139 + 7f33e9e commit 6499748
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 1 addition & 9 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ textarea {
overflow: auto;
}

.image-center {
margin: auto;
column-gap: 20px;
overflow: auto;
display: auto;
flex: auto;
}

.search-bar {
padding-top: 10px;
}
Expand Down Expand Up @@ -126,7 +118,7 @@ form > .row > label {
height: auto;
max-width: 180px;
max-height: 180px;
padding: 2px;
padding: 12px;
}

.submission {
Expand Down
Binary file added src/images/riken_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/views/Partners.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import cqcLogo from './../images/cqc_logo.png'
import iqtLogo from './../images/iqt_logo.png'
import rikenLogo from './../images/riken_logo.png'
import ufLogo from './../images/unitary_fund_logo.png'
import usraLogo from './../images/usra_logo.png'

Expand All @@ -17,11 +18,12 @@ const Partners = () => {
<p>
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='image-center'>
<div className='text-center'>
<a href='https://www.iqt.org/'><img src={iqtLogo} alt='IQT partner logo' className='logo-image' /></a>
<a href='https://unitary.fund/'><img src={ufLogo} alt='UF partner logo' className='logo-image' /></a>
<a href='https://unitary.fund/'><img src={ufLogo} alt='UF partner logo' className='logo-image' /></a><br />
<a href='https://riacs.usra.edu/quantum/nisqc-nl'><img src={usraLogo} alt='USRA partner logo' className='logo-image' /></a>
<a href='https://cambridgequantum.com/'><img src={cqcLogo} alt='Cambridge Quantum Computing partner logo' className='logo-image' /></a>
<a href='https://www.riken.jp/en/'><img src={rikenLogo} alt='Riken University logo' className='logo-image' /></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 6499748

Please sign in to comment.