Skip to content

Commit

Permalink
Remove hiring info from README and app (electricitymaps#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl authored Jun 15, 2020
1 parent 1de5840 commit b3c2fd2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ You can also see a list of missing data displayed as warnings in the developer c
Check the [contributing](#contribute) section for more details.
Join us on [Slack](https://slack.tmrow.com) if you wish to discuss development or need help to get started.

## Tomorrow is hiring!
The company behind the electricityMap builds tech to empower organisations and individuals to understand and reduce their carbon footprint.

We're hiring great people to join our team in Copenhagen. Head over to [our jobs page](https://www.tmrow.com/jobs) if you want to help out!

## Frequently asked questions

**How do you define real-time data?**
Expand Down
3 changes: 0 additions & 3 deletions web/src/layout/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ const Main = ({
<a href="http://www.tmrow.com/mission?utm_source=electricitymap.org&utm_medium=referral&utm_campaign=watermark" target="_blank">
<div id="built-by-tomorrow" />
</a>
<a id="hiring-flag" href="https://tmrow.com/jobs" target="_blank">
<p>we&apos;re hiring!</p>
</a>
</div>
<Legend />
<div className="controls-container">
Expand Down
13 changes: 0 additions & 13 deletions web/src/scss/components/_meta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@
height: 24px;
}

#hiring-flag{
background-color: #F20050;
border-radius: 4px;
padding: 2px 4px;
margin-left: 10px;
p {
font-weight: bold;
color: $white;
font-size: 0.5em;
margin: 0;
}
}

.social-buttons {
margin-top: 12px;
}
Expand Down

0 comments on commit b3c2fd2

Please sign in to comment.