1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

Merge pull request #188 from ascribe/feature/stophiring

Remove hiring link
This commit is contained in:
Matthias Kretschmann 2017-11-15 12:38:35 +02:00 committed by GitHub
commit ac3c3e8f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 6 deletions

View File

@ -7,6 +7,9 @@ description: 'The scalable blockchain database powering IPDB.'
url: https://www.bigchaindb.com
ipdb_api_url: https://test.ipdb.io
# set to `true` to make hiring link appear in main menu
hiring: false
email:
contact: contact@bigchaindb.com
contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com"

View File

@ -9,10 +9,12 @@
<use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg>
</a>
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
We're hiring!
</a>
{% if site.hiring == true %}
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
We're hiring!
</a>
{% endif %}
</div>
<div class="grid__col grid__col--4">

View File

@ -36,7 +36,7 @@
"smooth-scroll": "^12.1.3",
"svg4everybody": "^2.1.9",
"textarea-autogrow": "^1.0.0",
"vivus": "^0.4.2",
"vivus": "^0.4.3",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
@ -76,7 +76,7 @@
"stylelint": "^8.2.0",
"stylelint-config-bigchaindb": "^1.1.3",
"stylelint-config-standard": "^17.0.0",
"uglify-es": "^3.1.6"
"uglify-es": "^3.1.9"
},
"engines": {
"node": ">=7.0.0"