Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #147 from SmartColumbusOS/project-data-link
Browse files Browse the repository at this point in the history
Adding project data likn to nav
  • Loading branch information
jakeclark authored Feb 4, 2021
2 parents c9ce0e5 + 141b037 commit 6936dc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default class Header extends Component {
return (
<div className={`nav-wrapper ${this.state.collapsed ? 'pinned' : ''} ${this.state.open ? 'open' : ''}`}>
<NavDropdown data={aboutData} />
<a className='nav-element purple' href={`https://www.${window.BASE_URL}/project-data`}>PROJECT DATA</a>
<a className='nav-element highlighted' href="/">EXPLORE DATA</a>
<a className='nav-element' href={`https://sharedata.${window.BASE_URL}`}>SHARE DATA</a>
<NavDropdown data={dataInAction} />
Expand Down
4 changes: 4 additions & 0 deletions src/components/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ header {
padding: 5px;
}

.purple {
color:#ea1d76;
}

.rescale {
-webkit-animation: scale-up 0.2s ease forwards;
animation: scale-up 0.2s ease forwards;
Expand Down

0 comments on commit 6936dc5

Please sign in to comment.