mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-02-18 13:26:44 +00:00
Forces circle for all dapp images
This commit is contained in:
parent
9136adcf1c
commit
f849a7e262
@ -32,6 +32,7 @@
|
||||
max-height: calculateRem(40);
|
||||
margin-top: calculateRem(15);
|
||||
margin-right: calculateRem(16);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.url {
|
||||
|
@ -4,7 +4,7 @@ const Dapps = [
|
||||
{
|
||||
name: 'Airswap',
|
||||
url: 'https://instant.airswap.io/',
|
||||
image: '/discover-dapps/images/dapps/airswap.png',
|
||||
image: '/images/dapps/airswap.png',
|
||||
description: 'Meet the future of trading.',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
@ -12,7 +12,7 @@ const Dapps = [
|
||||
{
|
||||
name: 'Bancor',
|
||||
url: 'https://www.bancor.network/',
|
||||
image: '/discover-dapps/images/dapps/bancor.png',
|
||||
image: '/images/dapps/bancor.png',
|
||||
description: 'Bancor is a decentralized liquidity network',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
@ -22,7 +22,7 @@ const Dapps = [
|
||||
url: 'https://web3.kyber.network',
|
||||
description:
|
||||
'On-chain, instant and liquid platform for exchange and payment service',
|
||||
image: '/discover-dapps/images/dapps/kyber.png',
|
||||
image: '/images/dapps/kyber.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -30,7 +30,7 @@ const Dapps = [
|
||||
name: 'DAI by MakerDao',
|
||||
url: 'https://dai.makerdao.com',
|
||||
description: 'Stability for the blockchain',
|
||||
image: '/discover-dapps/images/dapps/dai.png',
|
||||
image: '/images/dapps/dai.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -39,7 +39,7 @@ const Dapps = [
|
||||
url: 'https://augur.net',
|
||||
description:
|
||||
'A prediction market protocol owned and operated by the people that use it.',
|
||||
image: '/discover-dapps/images/dapps/augur.svg',
|
||||
image: '/images/dapps/augur.svg',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -47,7 +47,7 @@ const Dapps = [
|
||||
name: 'LocalEthereum',
|
||||
url: 'https://localethereum.com/',
|
||||
description: 'The smartest way to buy and sell Ether',
|
||||
image: '/discover-dapps/images/dapps/local-ethereum.png',
|
||||
image: '/images/dapps/local-ethereum.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -55,7 +55,7 @@ const Dapps = [
|
||||
name: 'Eth2phone',
|
||||
url: 'https://eth2.io',
|
||||
description: 'Send Ether by phone number',
|
||||
image: '/discover-dapps/images/dapps/eth2phone.png',
|
||||
image: '/images/dapps/eth2phone.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -64,7 +64,7 @@ const Dapps = [
|
||||
url: 'https://ddex.io/',
|
||||
description:
|
||||
'Instant, real-time order matching with secure on-chain settlement',
|
||||
image: '/discover-dapps/images/dapps/ddex.png',
|
||||
image: '/images/dapps/ddex.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -73,7 +73,7 @@ const Dapps = [
|
||||
url: 'https://app.nuo.network/lend/',
|
||||
description:
|
||||
'The non-custodial way to lend, borrow or margin trade cryptocurrency.',
|
||||
image: '/discover-dapps/images/dapps/nuo.png',
|
||||
image: '/images/dapps/nuo.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -81,7 +81,7 @@ const Dapps = [
|
||||
name: 'EasyTrade',
|
||||
url: 'https://easytrade.io',
|
||||
description: 'One exchange for every token',
|
||||
image: '/discover-dapps/images/dapps/easytrade.png',
|
||||
image: '/images/dapps/easytrade.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -90,7 +90,7 @@ const Dapps = [
|
||||
url: 'https://slow.trade/',
|
||||
description:
|
||||
'Trade fairly priced crypto assets on the first platform built with the DutchX protocol.',
|
||||
image: '/discover-dapps/images/dapps/slowtrade.png',
|
||||
image: '/images/dapps/slowtrade.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -98,7 +98,7 @@ const Dapps = [
|
||||
name: 'Expo Trading',
|
||||
url: 'https://expotrading.com/trade/',
|
||||
description: 'The simplest way to margin trade cryptocurrency.',
|
||||
image: '/discover-dapps/images/dapps/expotrading.png',
|
||||
image: '/images/dapps/expotrading.png',
|
||||
category: Categories.EXCHANGES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -107,7 +107,7 @@ const Dapps = [
|
||||
url: 'https://blockimmo.ch',
|
||||
description:
|
||||
'blockimmo is a blockchain powered, regulated platform enabling shared property investments and ownership.',
|
||||
image: '/discover-dapps/images/dapps/blockimmo.png',
|
||||
image: '/images/dapps/blockimmo.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -115,7 +115,7 @@ const Dapps = [
|
||||
name: 'CryptoCribs',
|
||||
url: 'https://cryptocribs.com',
|
||||
description: 'Travel the globe. Pay in crypto.',
|
||||
image: '/discover-dapps/images/dapps/cryptocribs.png',
|
||||
image: '/images/dapps/cryptocribs.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -124,7 +124,7 @@ const Dapps = [
|
||||
url: 'https://ethlance.com',
|
||||
description:
|
||||
'The future of work is now. Hire people or work yourself in return for ETH.',
|
||||
image: '/discover-dapps/images/dapps/ethlance.png',
|
||||
image: '/images/dapps/ethlance.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -132,7 +132,7 @@ const Dapps = [
|
||||
name: 'OpenSea',
|
||||
url: 'https://opensea.io',
|
||||
description: 'The largest decentralized marketplace for cryptogoods',
|
||||
image: '/discover-dapps/images/dapps/opensea.png',
|
||||
image: '/images/dapps/opensea.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -140,7 +140,7 @@ const Dapps = [
|
||||
name: 'KnownOrigin',
|
||||
url: 'https://dapp.knownorigin.io/gallery',
|
||||
description: 'Discover, buy and collect digital artwork.',
|
||||
image: '/discover-dapps/images/dapps/knownorigin.png',
|
||||
image: '/images/dapps/knownorigin.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -148,7 +148,7 @@ const Dapps = [
|
||||
name: 'Name Bazaar',
|
||||
url: 'https://namebazaar.io',
|
||||
description: 'ENS name marketplace',
|
||||
image: '/discover-dapps/images/dapps/name-bazaar.png',
|
||||
image: '/images/dapps/name-bazaar.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -156,7 +156,7 @@ const Dapps = [
|
||||
name: 'The Bounties Network',
|
||||
url: 'https://bounties.network/',
|
||||
description: 'Bounties on any task, paid in any token',
|
||||
image: '/discover-dapps/images/dapps/bounties-network.png',
|
||||
image: '/images/dapps/bounties-network.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -165,7 +165,7 @@ const Dapps = [
|
||||
url: 'https://www.emoon.io/',
|
||||
description:
|
||||
'A decentralized marketplace for buying & selling crypto assets',
|
||||
image: '/discover-dapps/images/dapps/emoon.png',
|
||||
image: '/images/dapps/emoon.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -173,7 +173,7 @@ const Dapps = [
|
||||
name: 'Astro Ledger',
|
||||
url: 'https://www.astroledger.org/#/onSale',
|
||||
description: 'Funding space grants with blockchain star naming.',
|
||||
image: '/discover-dapps/images/dapps/astroledger.svg',
|
||||
image: '/images/dapps/astroledger.svg',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -182,7 +182,7 @@ const Dapps = [
|
||||
url: 'https://superrare.co/market',
|
||||
description:
|
||||
'Buy, sell and collect unique digital creations by artists around the world',
|
||||
image: '/discover-dapps/images/dapps/superrare.png',
|
||||
image: '/images/dapps/superrare.png',
|
||||
category: Categories.MARKETPLACES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -191,7 +191,7 @@ const Dapps = [
|
||||
url: 'https://cryptocare.tech',
|
||||
description:
|
||||
'Give your Ether some heart! Collectibles that make the world a better place.',
|
||||
image: '/discover-dapps/images/dapps/cryptocare.jpg',
|
||||
image: '/images/dapps/cryptocare.jpg',
|
||||
category: Categories.COLLECTIBLES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -199,7 +199,7 @@ const Dapps = [
|
||||
name: 'CryptoKitties',
|
||||
url: 'https://www.cryptokitties.co',
|
||||
description: 'Collect and breed adorable digital cats.',
|
||||
image: '/discover-dapps/images/dapps/cryptokitties.png',
|
||||
image: '/images/dapps/cryptokitties.png',
|
||||
category: Categories.COLLECTIBLES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -208,7 +208,7 @@ const Dapps = [
|
||||
url: 'https://cryptographics.app/',
|
||||
description:
|
||||
'Cryptographics is a digital art hub where artists, creators and collectors can submit asset packs, create unique cryptographics and trade them.',
|
||||
image: '/discover-dapps/images/dapps/cryptographics.png',
|
||||
image: '/images/dapps/cryptographics.png',
|
||||
category: Categories.COLLECTIBLES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -216,7 +216,7 @@ const Dapps = [
|
||||
name: 'CryptoPunks',
|
||||
url: 'https://www.larvalabs.com/cryptopunks',
|
||||
description: '10,000 unique collectible punks',
|
||||
image: '/discover-dapps/images/dapps/cryptopunks.png',
|
||||
image: '/images/dapps/cryptopunks.png',
|
||||
category: Categories.COLLECTIBLES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -224,7 +224,7 @@ const Dapps = [
|
||||
name: 'Crypto Takeovers',
|
||||
url: 'https://cryptotakeovers.com/',
|
||||
description: 'Predict and conquer the world. Make a crypto fortune.',
|
||||
image: '/discover-dapps/images/dapps/cryptotakeovers.png',
|
||||
image: '/images/dapps/cryptotakeovers.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -232,7 +232,7 @@ const Dapps = [
|
||||
name: 'CryptoFighters',
|
||||
url: 'https://cryptofighters.io',
|
||||
description: 'Collect train and fight digital fighters.',
|
||||
image: '/discover-dapps/images/dapps/cryptofighters.png',
|
||||
image: '/images/dapps/cryptofighters.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -241,7 +241,7 @@ const Dapps = [
|
||||
url: 'https://market.decentraland.org/',
|
||||
description:
|
||||
'Decentraland is a virtual reality platform powered by the Ethereum blockchain.',
|
||||
image: '/discover-dapps/images/dapps/decentraland.png',
|
||||
image: '/images/dapps/decentraland.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -249,7 +249,7 @@ const Dapps = [
|
||||
name: 'Dragonereum',
|
||||
url: 'https://dapp.dragonereum.io',
|
||||
description: 'Own and trade dragons, fight with other players.',
|
||||
image: '/discover-dapps/images/dapps/dragonereum.png',
|
||||
image: '/images/dapps/dragonereum.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -257,7 +257,7 @@ const Dapps = [
|
||||
name: 'Etherbots',
|
||||
url: 'https://etherbots.io/',
|
||||
description: 'Robot wars on the Ethereum Platform',
|
||||
image: '/discover-dapps/images/dapps/etherbots.png',
|
||||
image: '/images/dapps/etherbots.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -265,7 +265,7 @@ const Dapps = [
|
||||
name: 'Etheremon',
|
||||
url: 'https://www.etheremon.com/',
|
||||
description: 'Decentralized World of Ether Monsters',
|
||||
image: '/discover-dapps/images/dapps/etheremon.png',
|
||||
image: '/images/dapps/etheremon.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -273,7 +273,7 @@ const Dapps = [
|
||||
name: 'CryptoStrikers',
|
||||
url: 'https://www.cryptostrikers.com/',
|
||||
description: 'The Beautiful (card) Game',
|
||||
image: '/discover-dapps/images/dapps/cryptostrikers.png',
|
||||
image: '/images/dapps/cryptostrikers.png',
|
||||
category: Categories.GAMES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -281,7 +281,7 @@ const Dapps = [
|
||||
// name: 'FairHouse',
|
||||
// url: 'https://fairhouse.io',
|
||||
// description: 'Fair and transparent entertainment games.',
|
||||
// image: '/discover-dapps/images/dapps/fairhouse.png',
|
||||
// image: '/images/dapps/fairhouse.png',
|
||||
// category: Categories.GAMES,
|
||||
// dateAdded: '2019-04-11',
|
||||
// },
|
||||
@ -289,7 +289,7 @@ const Dapps = [
|
||||
name: 'Cent',
|
||||
url: 'https://beta.cent.co/',
|
||||
description: 'Get wisdom, get money',
|
||||
image: '/discover-dapps/images/dapps/cent.png',
|
||||
image: '/images/dapps/cent.png',
|
||||
category: Categories.SOCIAL_NETWORKS,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -298,7 +298,7 @@ const Dapps = [
|
||||
url: 'https://kickback.events/',
|
||||
description:
|
||||
'Event no shows? No problem. Kickback asks event attendees to put skin in the game with Ethereum.',
|
||||
image: '/discover-dapps/images/dapps/kickback.png',
|
||||
image: '/images/dapps/kickback.png',
|
||||
category: Categories.SOCIAL_NETWORKS,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -306,7 +306,7 @@ const Dapps = [
|
||||
name: 'Peepeth',
|
||||
url: 'https://peepeth.com/',
|
||||
description: 'Blockchain-powered microblogging',
|
||||
image: '/discover-dapps/images/dapps/peepeth.png',
|
||||
image: '/images/dapps/peepeth.png',
|
||||
category: Categories.SOCIAL_NETWORKS,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -314,7 +314,7 @@ const Dapps = [
|
||||
name: 'livepeer.tv',
|
||||
url: 'http://livepeer.tv/',
|
||||
description: 'Decentralized video broadcasting',
|
||||
image: '/discover-dapps/images/dapps/livepeer.png',
|
||||
image: '/images/dapps/livepeer.png',
|
||||
category: Categories.OTHER,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -322,7 +322,7 @@ const Dapps = [
|
||||
name: 'Aragon',
|
||||
url: 'https://mainnet.aragon.org/',
|
||||
description: 'Build unstoppable organizations on Ethereum.',
|
||||
image: '/discover-dapps/images/dapps/aragon.png',
|
||||
image: '/images/dapps/aragon.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -330,7 +330,7 @@ const Dapps = [
|
||||
name: 'Compound Finance',
|
||||
url: 'https://app.compound.finance/',
|
||||
description: 'Decentralized Bank.',
|
||||
image: '/discover-dapps/images/dapps/compoundfinance.png',
|
||||
image: '/images/dapps/compoundfinance.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -338,7 +338,7 @@ const Dapps = [
|
||||
name: 'InstaDApp',
|
||||
url: 'https://instadapp.io/',
|
||||
description: 'Decentralized Bank.',
|
||||
image: '/discover-dapps/images/dapps/instadapp.jpg',
|
||||
image: '/images/dapps/instadapp.jpg',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -346,7 +346,7 @@ const Dapps = [
|
||||
name: 'Livepeer',
|
||||
url: 'https://explorer.livepeer.org/',
|
||||
description: 'Decentralized video broadcasting',
|
||||
image: '/discover-dapps/images/dapps/livepeer.png',
|
||||
image: '/images/dapps/livepeer.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -354,7 +354,7 @@ const Dapps = [
|
||||
name: 'ETHLend',
|
||||
url: 'https://app.ethlend.io',
|
||||
description: 'Decentralized lending on Ethereum',
|
||||
image: '/discover-dapps/images/dapps/ethlend.png',
|
||||
image: '/images/dapps/ethlend.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -362,7 +362,7 @@ const Dapps = [
|
||||
name: 'Civitas',
|
||||
url: 'https://communities.colu.com/',
|
||||
description: 'Blockchain-powered local communities',
|
||||
image: '/discover-dapps/images/dapps/civitas.png',
|
||||
image: '/images/dapps/civitas.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -370,7 +370,7 @@ const Dapps = [
|
||||
name: '3Box',
|
||||
url: 'https://3box.io/',
|
||||
description: 'Create and manage your Ethereum Profile.',
|
||||
image: '/discover-dapps/images/dapps/3Box.png',
|
||||
image: '/images/dapps/3Box.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -378,7 +378,7 @@ const Dapps = [
|
||||
name: 'Hexel',
|
||||
url: 'https://www.onhexel.com/',
|
||||
description: 'Create your own cryptocurrency',
|
||||
image: '/discover-dapps/images/dapps/hexel.png',
|
||||
image: '/images/dapps/hexel.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-11',
|
||||
},
|
||||
@ -386,7 +386,7 @@ const Dapps = [
|
||||
name: 'Smartz',
|
||||
url: 'https://smartz.io',
|
||||
description: 'Easy smart contract management',
|
||||
image: '/discover-dapps/images/dapps/smartz.png',
|
||||
image: '/images/dapps/smartz.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
@ -395,7 +395,7 @@ const Dapps = [
|
||||
url: 'https://vote.status.im',
|
||||
description:
|
||||
'Let your SNT be heard! Vote on decisions exclusive to SNT holders, or create a poll of your own.',
|
||||
image: '/discover-dapps/images/dapps/snt-voting.png',
|
||||
image: '/images/dapps/snt-voting.png',
|
||||
category: Categories.UTILITIES,
|
||||
dateAdded: '2019-04-05',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user