Skip to content

Commit

Permalink
Add Projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Faramond authored and vfaramond committed Aug 21, 2018
1 parent 3406eec commit 3d318a0
Show file tree
Hide file tree
Showing 29 changed files with 124 additions and 512 deletions.
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file removed src/components/Eltcard/images/card0.png
Binary file not shown.
Binary file removed src/components/Eltcard/images/card1.png
Binary file not shown.
Binary file removed src/components/Eltcard/images/card2.png
Binary file not shown.
22 changes: 0 additions & 22 deletions src/components/Eltcard/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/Exchanges/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const exchanges = [
name: 'CoinExchange',
},
{
link: 'https://forkdelta.github.io/#!/trade/ELTCOIN-ETH',
link: 'https://forkdelta.app/#!/trade/ELTCOIN-ETH',
logo: forkDeltaLogo,
name: 'ForkDelta',
},
Expand Down Expand Up @@ -86,7 +86,7 @@ export default class Exchanges extends Component {
const { marketCap, rank, volume } = this.state;

return (
<section className="cf tc mw9 center pt5">
<section className="cf tc mw9 center mb5" id="exchanges">
<h2 className="f2 normal tracked-mega">EXCHANGES</h2>
<div className="cf ph3 center">
{exchanges.map((exchange, index) => (
Expand Down
24 changes: 24 additions & 0 deletions src/components/Footer/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,17 @@ export default () => (
<img src={logo} className="h2 w2" alt="" />
</a>
<div className="dtc v-mid w-85 tr">
<a
className="link dim white f7 f5-ns mr3 mr4-ns tracked tracked-mega-ns pointer"
href="https://s3.eu-west-1.amazonaws.com/eltcoin/ELTCOIN%20WHITEPAPER.pdf"
rel="noopener noreferrer"
target="_blank"
>
WHITE PAPER
</a>
<a
className="link dim white f7 f5-ns mr3 mr4-ns tracked tracked-mega-ns"
href="#roadmap"
href="#projects"
>
ROADMAP
PROJECTS
</a>
<a
className="link dim white f7 f5-ns tracked tracked-mega-ns"
href="#team"
href="#exchanges"
>
TEAM
EXCHANGES
</a>
</div>
</nav>
Expand Down
Loading

0 comments on commit 3d318a0

Please sign in to comment.