Skip to content

Commit

Permalink
Optimize images
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Apr 11, 2024
1 parent 346a8d3 commit e330e12
Show file tree
Hide file tree
Showing 61 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ConfidentialIdentitySection = () => {
<div className="confidential-identity-section__block-img-wrp">
<img
className="confidential-identity-section__block-img"
src="/img/home/confidential-identity.png"
src="/img/home/confidential-identity.webp"
alt="Confidential Identity"
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/ProtocolSection/ProtocolSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const ProtocolSection = () => {
className="protocol-section__img"
src={
isDesktop
? '/img/home/protocol.png'
: '/img/home/protocol-mobile.png'
? '/img/home/protocol.webp'
: '/img/home/protocol-mobile.webp'
}
alt="Protocol Layer"
/>
Expand Down
18 changes: 9 additions & 9 deletions src/template-data/backers.js
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
export const backersList = [
{
image: '/img/backers/pantera.png',
image: '/img/backers/pantera.webp',
height: 10,
},
{
image: '/img/backers/pareto.png',
image: '/img/backers/pareto.webp',
height: 10,
},
{
image: '/img/backers/greycroft.png',
image: '/img/backers/greycroft.webp',
height: 15,
},
{
image: '/img/backers/hyper.png',
image: '/img/backers/hyper.webp',
height: 12,
},
{
image: '/img/backers/protocol-labs.png',
image: '/img/backers/protocol-labs.webp',
height: 19,
},
{
image: '/img/backers/circle.png',
image: '/img/backers/circle.webp',
height: 19,
},
{
image: '/img/backers/visary.png',
image: '/img/backers/visary.webp',
height: 20,
},
{
image: '/img/backers/slow-ventures.png',
image: '/img/backers/slow-ventures.webp',
height: 19,
},
{
image: '/img/backers/mvp-ventures.png',
image: '/img/backers/mvp-ventures.webp',
height: 14,
},
];
6 changes: 3 additions & 3 deletions src/template-data/news-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const newsList = [
title:
'Polygon ID Comes to Ethereum Following Rarimo Integration | The Crypto Times',
link: 'https://www.cryptotimes.io/2023/07/24/polygon-id-comes-to-ethereum-following-rarimo-integration/',
image: '/img/news/polygon-id.jpeg',
image: '/img/news/polygon-id.webp',
},
{
title: 'Self-sovereign identity is not enough - Blockworks',
Expand All @@ -19,7 +19,7 @@ export const newsList = [
{
title: 'RariMe: Bringing Your Web3 Identity to Metamask with Ceramic',
link: 'https://blog.ceramic.network/rarime-bringing-your-web3-identity-to-metamask-with-ceramic/',
image: '/img/news/rarime.png',
image: '/img/news/rarime.webp',
},
{
title:
Expand All @@ -31,7 +31,7 @@ export const newsList = [
title:
"Proof of humanity' plug-in for crypto apps launched by Rarimo | The Block",
link: 'https://www.theblock.co/post/246627/proof-of-humanity-plug-in-for-crypto-apps-launched-by-rarimo',
image: '/img/news/poh.jpeg',
image: '/img/news/poh.webp',
},
{
title:
Expand Down
14 changes: 7 additions & 7 deletions src/template-data/solutions-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,50 @@ import { CONFIG } from '@/config';

export const solutionsList = [
{
img: '/img/solutions/passports-mask.png',
img: '/img/solutions/passports-mask.webp',
modifier: 'passports',
titleKey: 'solutions-section.passports-title',
path: CONFIG.docsLink,
isBig: true,
external: true,
},
{
img: '/img/solutions/rarime-app-mask.png',
img: '/img/solutions/rarime-app-mask.webp',
modifier: 'rarime-app',
titleKey: 'solutions-section.rarime-app-title',
path: CONFIG.rarimeAppDocsLink,
external: true,
},
{
img: '/img/solutions/freedom-tool-mask.png',
img: '/img/solutions/freedom-tool-mask.webp',
modifier: 'freedom-tool',
titleKey: 'solutions-section.freedom-tool-title',
path: CONFIG.docsLink,
external: true,
},
{
img: '/img/solutions/snap-mask.png',
img: '/img/solutions/snap-mask.webp',
modifier: 'snap',
titleKey: 'solutions-section.snap-title',
path: CONFIG.snapDocsLink,
external: true,
},
{
img: '/img/solutions/explorer-mask.png',
img: '/img/solutions/explorer-mask.webp',
modifier: 'explorer',
titleKey: 'solutions-section.explorer-title',
path: CONFIG.scanLink,
external: true,
},
{
img: '/img/solutions/scaling-mask.png',
img: '/img/solutions/scaling-mask.webp',
modifier: 'scaling',
titleKey: 'solutions-section.scaling-title',
path: CONFIG.docsLink,
external: true,
},
{
img: '/img/solutions/poh-mask.png',
img: '/img/solutions/poh-mask.webp',
modifier: 'poh',
titleKey: 'solutions-section.poh-title',
path: CONFIG.pohLink,
Expand Down
Binary file removed static/img/backers/circle.png
Binary file not shown.
Binary file added static/img/backers/circle.webp
Binary file not shown.
Binary file removed static/img/backers/eniac.png
Binary file not shown.
Binary file added static/img/backers/eniac.webp
Binary file not shown.
Binary file removed static/img/backers/greycroft.png
Binary file not shown.
Binary file added static/img/backers/greycroft.webp
Binary file not shown.
Binary file removed static/img/backers/hyper.png
Binary file not shown.
Binary file added static/img/backers/hyper.webp
Binary file not shown.
Binary file removed static/img/backers/mvp-ventures.png
Binary file not shown.
Binary file added static/img/backers/mvp-ventures.webp
Binary file not shown.
Binary file removed static/img/backers/pantera.png
Binary file not shown.
Binary file added static/img/backers/pantera.webp
Binary file not shown.
Binary file removed static/img/backers/pareto.png
Binary file not shown.
Binary file added static/img/backers/pareto.webp
Binary file not shown.
Binary file removed static/img/backers/protocol-labs.png
Binary file not shown.
Binary file added static/img/backers/protocol-labs.webp
Binary file not shown.
Binary file removed static/img/backers/slow-ventures.png
Binary file not shown.
Binary file added static/img/backers/slow-ventures.webp
Binary file not shown.
Binary file removed static/img/backers/visary.png
Binary file not shown.
Binary file added static/img/backers/visary.webp
Binary file not shown.
Binary file removed static/img/home/confidential-identity.png
Binary file not shown.
Binary file added static/img/home/confidential-identity.webp
Binary file not shown.
Binary file removed static/img/home/protocol-mobile.png
Binary file not shown.
Binary file added static/img/home/protocol-mobile.webp
Binary file not shown.
Binary file removed static/img/home/protocol.png
Binary file not shown.
Binary file added static/img/home/protocol.webp
Binary file not shown.
Binary file modified static/img/news/freedom-tool.webp
Binary file not shown.
Binary file modified static/img/news/identity.webp
Binary file not shown.
Binary file removed static/img/news/poh.jpeg
Binary file not shown.
Binary file added static/img/news/poh.webp
Binary file not shown.
Binary file removed static/img/news/polygon-id.jpeg
Binary file not shown.
Binary file added static/img/news/polygon-id.webp
Binary file not shown.
Binary file removed static/img/news/rarime.png
Binary file not shown.
Binary file added static/img/news/rarime.webp
Binary file not shown.
Binary file modified static/img/news/voting.webp
Binary file not shown.
Binary file modified static/img/news/worldcoin.webp
Binary file not shown.
Binary file removed static/img/solutions/confidential-identity.png
Binary file not shown.
Binary file added static/img/solutions/confidential-identity.webp
Binary file not shown.
Binary file removed static/img/solutions/explorer-mask.png
Binary file not shown.
Binary file added static/img/solutions/explorer-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/freedom-tool-mask.png
Binary file not shown.
Binary file added static/img/solutions/freedom-tool-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/passports-mask.png
Binary file not shown.
Binary file added static/img/solutions/passports-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/poh-mask.png
Binary file not shown.
Binary file added static/img/solutions/poh-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/protocol-mobile.png
Binary file not shown.
Binary file added static/img/solutions/protocol-mobile.webp
Binary file not shown.
Binary file removed static/img/solutions/protocol.png
Binary file not shown.
Binary file added static/img/solutions/protocol.webp
Binary file not shown.
Binary file removed static/img/solutions/rarime-app-mask.png
Binary file not shown.
Binary file added static/img/solutions/rarime-app-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/scaling-mask.png
Binary file not shown.
Binary file added static/img/solutions/scaling-mask.webp
Binary file not shown.
Binary file removed static/img/solutions/snap-mask.png
Diff not rendered.
Binary file added static/img/solutions/snap-mask.webp
Binary file not shown.

0 comments on commit e330e12

Please sign in to comment.