-
-
-
-
-
-
+
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 && (
-
- )}
- {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.title}
-
- {member.twitterLink && (
-
-
-
- )}
-
-
-
- {member.githubLink && (
-
-
-
- )}
-
-
-
- ))}
-
-
- {teamMembers
- .filter((member, index) => index % 2 !== 0)
- .map((member, index) => (
-
-
-
{member.name}
-
{member.title}
-
- {member.twitterLink && (
-
-
-
- )}
-
-
-
- {member.githubLink && (
-
-
-
- )}
-
-
-
- ))}
-
-
-
-);
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;