Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
[layout] update roadmap section. Close #2
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Aug 4, 2021
1 parent f2690eb commit 754ce21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions src/containers/Dashboard/Roadmap/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.roadmap {
margin-top: 250px;
padding: 140px 100px 0 100px;
padding: 0px 100px 0 100px;
}

.roadmap .heading > h2 {
Expand Down Expand Up @@ -33,7 +32,7 @@
}

.roadmap .map {
margin: 140px 0 20px;
margin: 0px 0 20px;
}

.roadmap .info_block {
Expand Down Expand Up @@ -240,7 +239,7 @@
@media (min-width: 1400px) {
.roadmap {
max-width: 1400px;
margin: 250px auto 50px;
margin: 120px auto 50px;
}
}

Expand Down
8 changes: 4 additions & 4 deletions src/containers/Dashboard/Roadmap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Roadmap = (props) => {
<a
href="https://tinyurl.com/m5w9pzpd"
rel="noopener noreferrer" target="_blank" >
https://tinyurl.com/m5w9pzpd
Learn more
</a>
</div>
</div>
Expand Down Expand Up @@ -57,7 +57,7 @@ const Roadmap = (props) => {
<a
href="https://emeris.com/"
rel="noopener noreferrer" target="_blank" >
https://emeris.com/
Website
</a>
</div>
</div>
Expand All @@ -75,9 +75,9 @@ const Roadmap = (props) => {
{variables[props.lang]['roadmap_text4']}
</p>
<a
href="www.gravitydex.io"
href="https://www.gravitydex.io"
rel="noopener noreferrer" target="_blank">
www.gravitydex.io
Website
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Dashboard/Section5/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Section5 = (props) => {
<div className="section5_s1_content">
{variables[props.lang].hack_juno_content}
<br />
<a href="https://github.com/CosmosContracts/hack-juno">Learn more</a>
<a href="https://github.com/CosmosContracts/hack-juno" target="_blank" rel="noopener">Learn more...</a>
</div>
</div>
<img alt="img" src={q3Icon}/>
Expand Down
4 changes: 2 additions & 2 deletions src/utils/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ const variables = {
discord: 'Discord',
github: 'Github',

roadmap: 'Roadmap',
roadmap: 'Milestones',
roadmap_year1: '2017',
roadmap_heading1: 'JunoHack Phase 1 (Start date August 1st)',
roadmap_text1: 'Incentivized smart contract challenge on Testnet',
roadmap_year2: '2018',
roadmap_heading2: 'Mainnet launch (Genesis after JunoHack. Hard date tba)',
roadmap_heading2: 'Mainnet launch (October 1st, 2021)',
roadmap_text2: '',
roadmap_year3: '2019',
roadmap_heading3: 'Integration on Emeris',
Expand Down

0 comments on commit 754ce21

Please sign in to comment.