project tweaks
@ -119,7 +119,7 @@ All together, Gatsby automatically generates all required image sizes for delive
|
||||
|
||||
All project images use one single component where one main GraphQL query fragment is defined, which then gets used throughout other GraphQL queries.
|
||||
|
||||
- [`src/components/molecules/ProjectImage.jsx`](src/components/molecules/ProjectImage.jsx)
|
||||
- [`src/components/atoms/ProjectImage.jsx`](src/components/atoms/ProjectImage.jsx)
|
||||
|
||||
### 💎 Importing SVG assets
|
||||
|
||||
|
Before Width: | Height: | Size: 795 KiB After Width: | Height: | Size: 620 KiB |
Before Width: | Height: | Size: 536 KiB After Width: | Height: | Size: 538 KiB |
Before Width: | Height: | Size: 429 KiB After Width: | Height: | Size: 381 KiB |
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 882 KiB |
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 474 KiB |
BIN
content/images/oceanprotocol-08.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
content/images/oceanprotocol-09.png
Normal file
After Width: | Height: | Size: 305 KiB |
@ -2,7 +2,7 @@ import React, { PureComponent } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { Link, graphql } from 'gatsby'
|
||||
import SEO from '../components/atoms/SEO'
|
||||
import ProjectImage from '../components/molecules/ProjectImage'
|
||||
import ProjectImage from '../components/atoms/ProjectImage'
|
||||
import { ReactComponent as Images } from '../images/images.svg'
|
||||
import styles from './index.module.scss'
|
||||
import Repositories from '../components/organisms/Repositories'
|
||||
|
@ -2,7 +2,7 @@ import React, { PureComponent } from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { graphql } from 'gatsby'
|
||||
import FullWidth from '../components/atoms/FullWidth'
|
||||
import ProjectImage from '../components/molecules/ProjectImage'
|
||||
import ProjectImage from '../components/atoms/ProjectImage'
|
||||
import ProjectTechstack from '../components/molecules/ProjectTechstack'
|
||||
import ProjectLinks from '../components/molecules/ProjectLinks'
|
||||
import ProjectNav from '../components/molecules/ProjectNav'
|
||||
|
@ -1,5 +1,5 @@
|
||||
@import 'variables';
|
||||
@import '../components/molecules/ProjectImage.module';
|
||||
@import '../components/atoms/ProjectImage.module';
|
||||
|
||||
.imageWrap {
|
||||
margin-bottom: $spacer * 3;
|
||||
|