mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-30 18:16:53 +10:00
added redirect links to logos
This commit is contained in:
parent
8beec3b385
commit
b205130e64
1 changed files with 5 additions and 2 deletions
|
|
@ -57,14 +57,17 @@ export default class Homepage extends Component {
|
|||
<Row>
|
||||
{/* ADD LOGOS HERE */}
|
||||
<Col>
|
||||
<img
|
||||
<a href="https://www.kickstarter.com" > <img
|
||||
src={kickstarterLogo}
|
||||
className="kickstarter-logo"
|
||||
alt="logo"
|
||||
/>
|
||||
/>
|
||||
</a>
|
||||
</Col>
|
||||
<Col>
|
||||
<a href="https://www.haizol.com" >
|
||||
<img src={haizolLogo} className="haizol-logo" alt="logo" />
|
||||
</a>
|
||||
</Col>
|
||||
</Row>
|
||||
<Row />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue