1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +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 url: https://www.bigchaindb.com
ipdb_api_url: https://test.ipdb.io ipdb_api_url: https://test.ipdb.io
# set to `true` to make hiring link appear in main menu
hiring: false
email: email:
contact: contact@bigchaindb.com contact: contact@bigchaindb.com
contact_cc: "kamal@bigchaindb.com,ricardo@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> <use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg> </svg>
</a> </a>
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external"> {% if site.hiring == true %}
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg> <a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
We're hiring! <svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
</a> We're hiring!
</a>
{% endif %}
</div> </div>
<div class="grid__col grid__col--4"> <div class="grid__col grid__col--4">

View File

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