mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
project tweaks
This commit is contained in:
parent
71c43afd91
commit
8ccb95af98
BIN
content/images/oceanprotocol-07.png
Normal file
BIN
content/images/oceanprotocol-07.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 305 KiB |
@ -36,12 +36,15 @@
|
|||||||
- HTML
|
- HTML
|
||||||
- SCSS
|
- SCSS
|
||||||
- JavaScript
|
- JavaScript
|
||||||
|
- TypeScript
|
||||||
- Travis
|
- Travis
|
||||||
- AWS S3
|
- AWS S3
|
||||||
- Cloudflare
|
- Cloudflare
|
||||||
|
- Ethereum
|
||||||
- Docker
|
- Docker
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- Cypress
|
- Cypress
|
||||||
|
- IPFS
|
||||||
|
|
||||||
- title: IPDB
|
- title: IPDB
|
||||||
slug: /ipdb/
|
slug: /ipdb/
|
||||||
|
@ -14,7 +14,7 @@ export default class ProjectImage extends PureComponent {
|
|||||||
return (
|
return (
|
||||||
<Img
|
<Img
|
||||||
className={styles.projectImage}
|
className={styles.projectImage}
|
||||||
backgroundColor="#6b7f88"
|
backgroundColor="transparent"
|
||||||
fluid={this.props.fluid}
|
fluid={this.props.fluid}
|
||||||
alt={this.props.alt}
|
alt={this.props.alt}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user