Skip to content

Commit

Permalink
logo impact
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jan 10, 2024
1 parent fcb95f8 commit bd88a52
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
Binary file added frontend/public/impactLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,12 @@ hr {
color: #86d2ff;
}

.impactLogo {
height: 60px;
margin-top: 42px;
margin-right: 28px;
}

.bulbLogo {
height: 16px;
margin-right: 11px;
Expand Down Expand Up @@ -1213,7 +1219,6 @@ h5 {
font-size: 9px;
margin-left: 10px !important;
background: #8dbde0;

}

.bulbExample {
Expand All @@ -1225,13 +1230,12 @@ h5 {
align-items: center;
}

.NavlinkVerifier{
.NavlinkVerifier {
color: rgba(12, 16, 64, 0.606);
font-size: 15px !important;
font-feature-settings: 'pcap', 'c2pc', "pcap", "c2pc";
font-feature-settings: 'pcap', 'c2pc', 'pcap', 'c2pc';
font-variant-caps: all-petite-caps;
margin-top: 0px;
font-size: 12px !important;
}

}
19 changes: 13 additions & 6 deletions frontend/src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,12 +513,23 @@ function Layout (props) {
{/* <a href="https://www.cineca-project.eu/" target="_blank">
<img className="cinecaLogo" src="./CINECA_logo.png" alt='cinecaLogo'></img>
</a> */}
<a href='https://elixir-europe.org/' target='_blank'>
{/* <a href='https://elixir-europe.org/' target='_blank'>
<img
className='elixirLogo'
src='./white-orange-logo.png'
alt='elixirLogo'
></img>
</a> */}
<a
href='https://impact-data.bsc.es/'
className='logoInstitution'
target='_blank'
>
<img
className='impactLogo'
src='../impactLogo.png'
alt='impactLogo'
></img>
</a>
</div>
</div>
Expand Down Expand Up @@ -592,21 +603,17 @@ function Layout (props) {

<div className='additionalOptions'>
<div className='example'>

{cohorts === false && props.collection !== '' && showBar === true && (
<div className='bulbExample'>

<button className='exampleQueries' onClick={handleExQueries}>
Query Examples

</button>
<img
className='bulbLogo'
src='../light-bulb.png'
alt='bulbIcon'
></img>
<div className='examplesQueriesList'>

{exampleQ[0] &&
exampleQ.map(result => {
return (
Expand Down Expand Up @@ -1007,7 +1014,7 @@ function Layout (props) {
</div>
</section>
<section id='gene' className='tab-panel'>
<button
<button
className='variantExampleButton'
onClick={handleGeneExample}
type='button'
Expand Down

0 comments on commit bd88a52

Please sign in to comment.