Skip to content

Commit

Permalink
📈 supported by Zicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar Cvitanović committed Nov 12, 2023
1 parent a06dcae commit 8866d9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions web/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures';

import helmsman from '/static/img/cyclops_helmsman.png';
import nuqleus from '/static/img/nuqleus_landscape.png';
// import nuqleus from '/static/img/nuqleus_logo.png';
import EITDigital from '/static/img/EIT_digital.png';
import EIT from '/static/img/EIT.png';
import zicer from '/static/img/zicer.png';

// import EITDigital from '/static/img/EIT_digital.png';
// import EIT from '/static/img/EIT.png';

import styles from './index.module.css';
import Comparison from "../components/Comparison";
Expand Down Expand Up @@ -81,7 +82,12 @@ function HomepageHeader() {
<ul>
<li>
<Link to="https://nuqleus.io/">
<img style={{width: 'auto', height: '32px'}} src={nuqleus}/>
<img style={{heigh: 'auto', width: '50%', paddingBottom: '5px'}} src={nuqleus}/>
</Link>
</li>
<li>
<Link to="https://nuqleus.io/">
<img style={{heigh: 'auto', width: '25%'}} src={zicer}/>
</Link>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ li {
}

.support {
padding: 10px;
padding: 10px 10px 0;
}

.supporters {
Expand Down
Binary file added web/static/img/zicer.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 8866d9a

Please sign in to comment.