diff --git a/package-lock.json b/package-lock.json index d5c89c3..dc50276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13616,6 +13616,11 @@ "resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz", "integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI=" }, + "typeface-varela-round": { + "version": "0.0.54", + "resolved": "https://registry.npmjs.org/typeface-varela-round/-/typeface-varela-round-0.0.54.tgz", + "integrity": "sha512-HqFwlenpXJglZgxyHWQm6J8FPCT90OA7dt5MAABkZftiAfaVSlOsZp1m5xEG9qhIt1Shp+FozOTCHY3ceQaKVw==" + }, "ua-parser-js": { "version": "0.7.18", "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.18.tgz", diff --git a/package.json b/package.json index d440138..9adad0c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "react-dom": "16.4.2", "react-helmet": "5.2.0", "smooth-scroll": "14.2.1", - "tachyons": "4.11.1" + "tachyons": "4.11.1", + "typeface-varela-round": "0.0.54" }, "devDependencies": { "babel-eslint": "8.2.6", diff --git a/src/components/Eltcard/images/card0.png b/src/components/Eltcard/images/card0.png deleted file mode 100644 index c9cba28..0000000 Binary files a/src/components/Eltcard/images/card0.png and /dev/null differ diff --git a/src/components/Eltcard/images/card1.png b/src/components/Eltcard/images/card1.png deleted file mode 100644 index 674b903..0000000 Binary files a/src/components/Eltcard/images/card1.png and /dev/null differ diff --git a/src/components/Eltcard/images/card2.png b/src/components/Eltcard/images/card2.png deleted file mode 100644 index 119a9f9..0000000 Binary files a/src/components/Eltcard/images/card2.png and /dev/null differ diff --git a/src/components/Eltcard/index.js b/src/components/Eltcard/index.js deleted file mode 100644 index 64e8a18..0000000 --- a/src/components/Eltcard/index.js +++ /dev/null @@ -1,22 +0,0 @@ -import React from 'react'; -import card0 from './images/card0.png'; -import card1 from './images/card1.png'; -import card2 from './images/card2.png'; - -export default () => ( -
-

ELTCARD

-

Instant crypto to fiat exchange

-
-
- Eltcard -
-
- Eltcard -
-
- Eltcard -
-
-
-); diff --git a/src/components/Exchanges/index.js b/src/components/Exchanges/index.js index 4482574..6822020 100644 --- a/src/components/Exchanges/index.js +++ b/src/components/Exchanges/index.js @@ -1,7 +1,5 @@ import React, { Component } from 'react'; -import apolloLogo from './images/apollo.png'; import coinexchangeLogo from './images/coinexchange.png'; -import forkDeltaLogo from './images/forkdelta.png'; import idexLogo from './images/idex.png'; import mercatoxLogo from './images/mercatox.png'; import simpleswapLogo from './images/simpleswap.png'; @@ -27,21 +25,11 @@ function nFormatter(num, digits) { } const exchanges = [ - { - link: 'https://www.apollomission.io', - logo: apolloLogo, - name: 'Apollo', - }, { link: 'https://www.coinexchange.io/market/ELT/ETH', logo: coinexchangeLogo, name: 'CoinExchange', }, - { - link: 'https://forkdelta.github.io/#!/trade/ELTCOIN-ETH', - logo: forkDeltaLogo, - name: 'ForkDelta', - }, { link: 'https://idex.market/eth/eltcoin', logo: idexLogo, @@ -86,12 +74,12 @@ export default class Exchanges extends Component { const { marketCap, rank, volume } = this.state; return ( -
+

EXCHANGES

{exchanges.map((exchange, index) => (
@@ -101,7 +89,11 @@ export default class Exchanges extends Component { target="_blank" rel="noopener noreferrer" > - {exchange.name} + {exchange.name}
))} diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index f7e02a1..f6d2000 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -108,6 +108,30 @@ export default () => ( alt="BitcoinTalk" /> + + Discord + + + Slack + ); diff --git a/src/components/Header/index.js b/src/components/Header/index.js index 3d40272..822bd9b 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -7,25 +7,17 @@ export default () => (
- - WHITE PAPER - - ROADMAP + PROJECTS - TEAM + EXCHANGES
diff --git a/src/components/Hero/images/app-store.svg b/src/components/Hero/images/app-store.svg deleted file mode 100644 index 072b425..0000000 --- a/src/components/Hero/images/app-store.svg +++ /dev/null @@ -1,46 +0,0 @@ - - Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/components/Hero/images/google-play.png b/src/components/Hero/images/google-play.png deleted file mode 100644 index 92f7e84..0000000 Binary files a/src/components/Hero/images/google-play.png and /dev/null differ diff --git a/src/components/Hero/images/iphone.png b/src/components/Hero/images/iphone.png deleted file mode 100644 index c941540..0000000 Binary files a/src/components/Hero/images/iphone.png and /dev/null differ diff --git a/src/components/Hero/index.js b/src/components/Hero/index.js index 7bdd0e5..427f9b1 100644 --- a/src/components/Hero/index.js +++ b/src/components/Hero/index.js @@ -1,71 +1,16 @@ import React from 'react'; import logo from './images/logo.png'; -import iphone from './images/iphone.png'; -import eltwalletVideo from './videos/eltwallet.mp4'; -import appStoreLogo from './images/app-store.svg'; -import googlePlayLogo from './images/google-play.png'; export default () => (
ELTCOIN

ELTCOIN

-

Ethereum Limited Total Coin

-
- - NEW - ELTCOIN Lunar News: 16.4.18 🌕 - -
-
- iPhone - -
- -
- - - - - - +

Ethereum Limited Total Coin

+
+

+ A community-driven currency that powers an open-sourced library of cool + dapps built on Ethereum. +

); diff --git a/src/components/Hero/videos/eltwallet.mp4 b/src/components/Hero/videos/eltwallet.mp4 deleted file mode 100644 index 7f601e6..0000000 Binary files a/src/components/Hero/videos/eltwallet.mp4 and /dev/null differ diff --git a/src/components/Projects/images/eltwallet.png b/src/components/Projects/images/eltwallet.png new file mode 100644 index 0000000..72fda65 Binary files /dev/null and b/src/components/Projects/images/eltwallet.png differ diff --git a/src/components/Projects/images/pocketbook.jpg b/src/components/Projects/images/pocketbook.jpg new file mode 100644 index 0000000..745f26b Binary files /dev/null and b/src/components/Projects/images/pocketbook.jpg differ diff --git a/src/components/Projects/index.js b/src/components/Projects/index.js new file mode 100644 index 0000000..7c71db8 --- /dev/null +++ b/src/components/Projects/index.js @@ -0,0 +1,70 @@ +import React from 'react'; +import eltwalletLogo from './images/eltwallet.png'; +import pocketbookLogo from './images/pocketbook.jpg'; + +export default () => ( +
+

PROJECTS

+
+

+ Get rewarded by contributing to our different projects or by starting + your own! +

+
+
+ + +
+

+

+ +
+
+
+); diff --git a/src/components/Roadmap/index.js b/src/components/Roadmap/index.js deleted file mode 100644 index 55ada57..0000000 --- a/src/components/Roadmap/index.js +++ /dev/null @@ -1,124 +0,0 @@ -import React from 'react'; - -const roadmapBlocks = [ - { - title: 'Foundation', - date: 'October 2017', - content: [ - 'ELTCOIN ($ELT) token launch', - '80% of supply distributed in Airdrop', - '10% of supply time-locked for Community vote', - '10% of supply allocated for R&D', - 'ELTBOT first release on Telegram', - '$ELT lists on Etherdelta', - ], - passed: true, - }, - { - title: 'Constitution', - date: 'November 2017', - content: [ - 'ELTWALLET first release on App Store', - 'ELT Community whitepaper first version', - '$ELT lists on Mercatox', - ], - passed: true, - }, - { - title: 'Airborne', - date: 'December 2017', - content: [ - 'ELTWALLET 2.0 release on Play Store', - 'ELTMOVIE released in English & Japanese', - 'ELTBOT second release with HODLER rankings', - '$ELT lists on Coinexchange', - ], - passed: true, - }, - { - title: 'Evolution', - date: 'January 2018', - content: [ - 'Community vote on 10% time-locked ELTCOIN supply', - 'Community whitepaper second version', - '$ELT lists on Apollo (private beta)', - 'Website rebranding', - ], - passed: true, - }, - { - title: 'Evolution (2)', - date: 'February 2018', - content: [ - 'ELTWALLET 2.0 release on App Store', - '$ELT accepted on Moonassets', - '$ELT lists on Apollo (public launch)', - 'ELTCARD preview', - ], - }, - { - title: 'Evolution (3)', - date: 'March 2018', - content: [ - 'ELTCARD alpha program launch', - 'ELTBOT third release with HODLER games', - '$ELT lists on a top 50 exchange by volume', - ], - }, - { - title: 'Metamorphosis', - date: 'Q2 2018', - content: [ - 'ELTCARD beta program launch', - 'ELTWALLET 3.0 release (sync with Eltcard)', - '$ELT lists on a top 20 exchange by volume', - ], - }, - { - title: 'Realisation', - date: 'Q3 2018', - content: [ - 'ELTCARD public launch', - 'ELTCOIN payment SDK launch', - '$ELT lists on a top 10 exchange by volume', - ], - }, - { - title: 'Reincarnation', - date: 'Q4 2018', - content: ['Community-driven updates'], - }, -]; - -export default () => ( -
-

ROADMAP

-
- {roadmapBlocks.map((block, index) => ( - // eslint-disable-next-line react/no-array-index-key -
-
-
-

{block.title}

- {block.content.map((element, index2) => ( - // eslint-disable-next-line react/no-array-index-key -

- • {element} -

- ))} - - {block.passed && ( - checked - )} - {block.date} - -
-
- ))} -
-
-); diff --git a/src/components/Team/images/Adrian.png b/src/components/Team/images/Adrian.png deleted file mode 100644 index e5e65b3..0000000 Binary files a/src/components/Team/images/Adrian.png and /dev/null differ diff --git a/src/components/Team/images/Dan.png b/src/components/Team/images/Dan.png deleted file mode 100644 index 47c7687..0000000 Binary files a/src/components/Team/images/Dan.png and /dev/null differ diff --git a/src/components/Team/images/Ivan.png b/src/components/Team/images/Ivan.png deleted file mode 100644 index 916026e..0000000 Binary files a/src/components/Team/images/Ivan.png and /dev/null differ diff --git a/src/components/Team/images/Oli.png b/src/components/Team/images/Oli.png deleted file mode 100644 index cf15760..0000000 Binary files a/src/components/Team/images/Oli.png and /dev/null differ diff --git a/src/components/Team/images/Oliver.png b/src/components/Team/images/Oliver.png deleted file mode 100644 index c0c5c3b..0000000 Binary files a/src/components/Team/images/Oliver.png and /dev/null differ diff --git a/src/components/Team/images/Victor.png b/src/components/Team/images/Victor.png deleted file mode 100644 index f55d5fa..0000000 Binary files a/src/components/Team/images/Victor.png and /dev/null differ diff --git a/src/components/Team/index.js b/src/components/Team/index.js deleted file mode 100644 index 23aa1fe..0000000 --- a/src/components/Team/index.js +++ /dev/null @@ -1,216 +0,0 @@ -import React from 'react'; -import Adrian from './images/Adrian.png'; -import Dan from './images/Dan.png'; -import Ivan from './images/Ivan.png'; -import OliH from './images/Oliver.png'; -import OliM from './images/Oli.png'; -import Victor from './images/Victor.png'; - -const teamMembers = [ - { - description: { - __html: - 'Adrian is responsible for looking after business operations & partnerships at ELTCOIN.

He enjoys building relations within teams, nurturing product pipeline and coordinating ELTCOIN community projects. He has experience working in startups and fintech across Europe and China.', - }, - image: Adrian, - linkedinLink: 'https://www.linkedin.com/in/adriankpang', - name: 'Adrian P.', - title: 'Head of Staff', - twitterLink: 'https://twitter.com/adriankpang', - }, - { - description: { - __html: - "Dan is a Graphic Designer & Creative Consultant with a keen interest in cryptocurrency.

He has previously worked in finance specialising in info-graphics and branding. He's also involved in fintech startups.", - }, - image: Dan, - linkedinLink: 'https://www.linkedin.com/in/daniel-tracey-a1022989', - name: 'Dan T.', - title: 'Head of Design', - }, - { - description: { - __html: - 'Ivan is ultimately responsible for the roadmap, managing external communications, and ensuring that ELTCOIN hits its development milestones on time.

He is a serial entrepreneur, investor, and early crypto adopter. He is Managing Partner of HODL.vc, which is an incubation fund and DAO to a number of crypto ventures he has co-founded including Apollo and Moonassets.', - }, - image: Ivan, - linkedinLink: 'https://www.linkedin.com/in/isotowright', - name: 'Ivan S. W.', - title: 'Head of Strategy', - twitterLink: 'https://twitter.com/isotowright', - }, - { - description: { - __html: - 'Oli co-founded ELTCOIN and is Lead Architect. His vision for ELTCOIN is to create a resilient, community-backed currency, staking into an ecosystem of open-source DAOs.

He is a gifted self-taught programmer and innovator. He has a keen interest in economics, game theory, and social programming.', - }, - githubLink: 'https://github.com/steake', - image: OliH, - linkedinLink: 'https://uk.linkedin.com/in/oliver-hirst-2075a3a0', - name: 'Oli H.', - title: 'Lead Architect', - twitterLink: 'https://twitter.com/Steake', - }, - { - description: { - __html: - 'Oli is advising ELTCOIN team and helped on the ELTWALLET app.

Previously Head of Engineering at Velocity, he has been responsible for a number of successful product launches whilst building and scaling engineering teams spanning Europe and North America.', - }, - githubLink: 'https://github.com/olliem36', - image: OliM, - linkedinLink: 'https://www.linkedin.com/in/oliver-mahoney-713a4027', - name: 'Oli M.', - title: 'Head of Mobile', - twitterLink: 'https://twitter.com/olivermahoney', - }, - { - description: { - __html: - 'Victor is a talented and highly skilled engineer that coordinates engineering efforts within ELTCOIN ecosystem.

He enjoys facing new challenges in designing innovative solutions and technologies, inventing and producing the world of tomorrow with some aesthetic sensibility.', - }, - githubLink: 'https://github.com/vfaramond', - image: Victor, - linkedinLink: 'https://www.linkedin.com/in/victorfaramond', - name: 'Victor F.', - title: 'Head of Engineering', - twitterLink: 'https://twitter.com/vfaramond', - }, -]; - -export default () => ( -
-

TEAM

-
-
- {teamMembers - .filter((member, index) => index % 2 === 0) - .map((member, index) => ( -
- {member.name} -

{member.name}

-

{member.title}

-
- {member.twitterLink && ( - - Twitter - - )} - - Linkedin - - {member.githubLink && ( - - GitHub - - )} -
-

-

- ))} -
-
- {teamMembers - .filter((member, index) => index % 2 !== 0) - .map((member, index) => ( -
- {member.name} -

{member.name}

-

{member.title}

-
- {member.twitterLink && ( - - Twitter - - )} - - Linkedin - - {member.githubLink && ( - - GitHub - - )} -
-

-

- ))} -
-
-
-); diff --git a/src/components/index.js b/src/components/index.js index 11253ca..91985b8 100644 --- a/src/components/index.js +++ b/src/components/index.js @@ -1,10 +1,8 @@ -import Eltcard from './Eltcard'; import Exchanges from './Exchanges'; import Footer from './Footer'; import Header from './Header'; import Hero from './Hero'; import Meta from './Meta'; -import Roadmap from './Roadmap'; -import Team from './Team'; +import Projects from './Projects'; -export { Eltcard, Exchanges, Footer, Header, Hero, Meta, Roadmap, Team }; +export { Exchanges, Footer, Header, Hero, Meta, Projects }; diff --git a/src/pages/index.js b/src/pages/index.js index 12e5c0a..19dbe1b 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -1,14 +1,5 @@ import React from 'react'; -import { - Eltcard, - Exchanges, - Footer, - Header, - Hero, - Meta, - Roadmap, - Team, -} from '../components'; +import { Exchanges, Footer, Header, Hero, Meta, Projects } from '../components'; import './styles/index.css'; if (typeof window !== 'undefined') { @@ -16,16 +7,16 @@ if (typeof window !== 'undefined') { require('smooth-scroll')('a[href*="#"]'); } +require('typeface-varela-round'); + export default () => (
+ - - -
diff --git a/src/pages/styles/fonts/VarelaRound.woff2 b/src/pages/styles/fonts/VarelaRound.woff2 deleted file mode 100644 index 4ed00a8..0000000 Binary files a/src/pages/styles/fonts/VarelaRound.woff2 and /dev/null differ diff --git a/src/pages/styles/index.css b/src/pages/styles/index.css index 900d687..ea7b474 100644 --- a/src/pages/styles/index.css +++ b/src/pages/styles/index.css @@ -6,17 +6,6 @@ html { -webkit-font-smoothing: antialiased; } -@font-face { - font-family: 'Varela Round'; - font-style: normal; - font-weight: 400; - src: local('Varela Round Regular'), local('VarelaRound-Regular'), - url(./fonts/VarelaRound.woff2) format('woff2'); - unicode-range: U + 0000-00ff, U + 0131, U + 0152-0153, U + 02bb-02bc, U + 02c6, - U + 02da, U + 02dc, U + 2000-206f, U + 2074, U + 20ac, U + 2122, U + 2212, - U + 2215; -} - body { background: linear-gradient(#090909, #181724) fixed; color: #fff;