diff --git a/src/css/main.css b/src/css/main.css index 2c83ad7..fcea403 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1597,7 +1597,7 @@ input.email-form__input--email:disabled { .dapp__inner { background-color: white; - height: 220px; + height: 240px; margin: 10px; box-shadow: 0px 4px 18px 0px rgba(189, 208, 223, 0.26); border-radius: 8px; @@ -1662,25 +1662,25 @@ input.email-form__input--email:disabled { background-size: cover; } .dapp.dapp--one .dapp__image { - background-image: url(../img/new-site/image-messaging.png); } + background-image: url(../img/new-site/uport-avatar@2x.png); } .dapp.dapp--two .dapp__image { - background-image: url(../img/new-site/image-payments.png); } + background-image: url(../img/new-site/gnosis-avatar@2x.png); } .dapp.dapp--three .dapp__image { - background-image: url(../img/new-site/image-contracts.png); } + background-image: url(../img/new-site/oasis-avatar@2x.png); } .dapp.dapp--four .dapp__image { - background-image: url(../img/new-site/image-wallet.png); } + background-image: url(../img/new-site/ethlance-avatar@2x.png); } .dapp.dapp--five .dapp__image { - background-image: url(../img/new-site/image-multiuser.png); } + background-image: url(../img/new-site/aragon-avatar@2x.png); } .dapp.dapp--six .dapp__image { - background-image: url(../img/new-site/image-exchange.png); } + background-image: url(../img/new-site/etherisc-avatar@2x.png); } .dapp.dapp--seven .dapp__image { - background-image: url(../img/new-site/image-devtools.png); } + background-image: url(../img/new-site/ujo-avatar@2x.png); } @media (max-width: 922px) { .dapps { diff --git a/src/img/new-site/aragon-avatar@2x.png b/src/img/new-site/aragon-avatar@2x.png new file mode 100644 index 0000000..d8777f3 Binary files /dev/null and b/src/img/new-site/aragon-avatar@2x.png differ diff --git a/src/img/new-site/etherisc-avatar@2x.png b/src/img/new-site/etherisc-avatar@2x.png new file mode 100644 index 0000000..ced1227 Binary files /dev/null and b/src/img/new-site/etherisc-avatar@2x.png differ diff --git a/src/img/new-site/ethlance-avatar@2x.png b/src/img/new-site/ethlance-avatar@2x.png new file mode 100644 index 0000000..8818944 Binary files /dev/null and b/src/img/new-site/ethlance-avatar@2x.png differ diff --git a/src/img/new-site/gnosis-avatar@2x.png b/src/img/new-site/gnosis-avatar@2x.png new file mode 100644 index 0000000..5018ee0 Binary files /dev/null and b/src/img/new-site/gnosis-avatar@2x.png differ diff --git a/src/img/new-site/oasis-avatar@2x.png b/src/img/new-site/oasis-avatar@2x.png new file mode 100644 index 0000000..0cbbe68 Binary files /dev/null and b/src/img/new-site/oasis-avatar@2x.png differ diff --git a/src/img/new-site/ujo-avatar@2x.png b/src/img/new-site/ujo-avatar@2x.png new file mode 100644 index 0000000..80ddfe4 Binary files /dev/null and b/src/img/new-site/ujo-avatar@2x.png differ diff --git a/src/img/new-site/uport-avatar@2x.png b/src/img/new-site/uport-avatar@2x.png new file mode 100644 index 0000000..1f5c710 Binary files /dev/null and b/src/img/new-site/uport-avatar@2x.png differ diff --git a/src/index.html b/src/index.html index 94814b5..eafe17d 100755 --- a/src/index.html +++ b/src/index.html @@ -150,6 +150,86 @@
+
+
+

Decentralised Apps at your fingertips

+

With Status your mobile device becomes a light client node on the Ethereum Network, enabling you to access Ethereum’s entire ecosystem from anywhere

+
+ +
+ +
+
+

uPort

+

Declare digital independence. uPort brings a self-sovereign identity system to Ethereum

+
+
+
+ +
+
+

Gnosis

+

Crowd sourced wisdom. Make complex predictions with an easy to use prediction market

+
+
+
+ +
+
+

Oasis Exchange

+

Enjoy a near-instant decentralized digital asset exchange between ETH and ERC20 tokens

+
+
+
+ +
+
+

Ethlance

+

The decentralized jobs marketplace. Hire or work for cryptocurrency, with no fees

+
+
+
+ +
+
+

Aragon

+

Create unstoppable companies and organizations. Create value without borders or intermediaries

+
+
+
+ +
+
+

Etherisc

+

Decentralized insurance. Buy a policy on the go, and be paid claims in near-real time

+
+
+
+ +
+
+

Ujo

+

A home for artists. Create and control your creative content and share it with the world

+
+
+
+ + + +
+ + +
+
+ +
diff --git a/src/scss/slide--two.scss b/src/scss/slide--two.scss index 6fec239..e0d272e 100644 --- a/src/scss/slide--two.scss +++ b/src/scss/slide--two.scss @@ -68,7 +68,7 @@ .dapp__inner { background-color: $colorWhite; - height: 220px; + height: 240px; margin: 10px; box-shadow: 0px 4px 18px 0px rgba(189,208,223,0.26); border-radius: 8px; @@ -143,31 +143,31 @@ } .dapp.dapp--one .dapp__image { - background-image: url(../img/new-site/image-messaging.png); + background-image: url(../img/new-site/uport-avatar@2x.png); } .dapp.dapp--two .dapp__image { - background-image: url(../img/new-site/image-payments.png); + background-image: url(../img/new-site/gnosis-avatar@2x.png); } .dapp.dapp--three .dapp__image { - background-image: url(../img/new-site/image-contracts.png); + background-image: url(../img/new-site/oasis-avatar@2x.png); } .dapp.dapp--four .dapp__image { - background-image: url(../img/new-site/image-wallet.png); + background-image: url(../img/new-site/ethlance-avatar@2x.png); } .dapp.dapp--five .dapp__image { - background-image: url(../img/new-site/image-multiuser.png); + background-image: url(../img/new-site/aragon-avatar@2x.png); } .dapp.dapp--six .dapp__image { - background-image: url(../img/new-site/image-exchange.png); + background-image: url(../img/new-site/etherisc-avatar@2x.png); } .dapp.dapp--seven .dapp__image { - background-image: url(../img/new-site/image-devtools.png); + background-image: url(../img/new-site/ujo-avatar@2x.png); } @media (max-width: 922px) {