mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
all github links based on config values, also closes #42
This commit is contained in:
parent
4b856da272
commit
184db0bbf1
@ -12,7 +12,9 @@ email:
|
||||
|
||||
twitter: BigchainDB
|
||||
facebook: BigchainDB
|
||||
github: BigchainDB
|
||||
github:
|
||||
org: bigchaindb
|
||||
repo: bigchaindb
|
||||
medium: the-bigchaindb-blog
|
||||
googlegroup: bigchaindb
|
||||
disqus: bigchain
|
||||
|
@ -42,14 +42,14 @@
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="mask-icon" href="/assets/img/favicon-glyph.svg" color="#275B82">
|
||||
<link rel="mask-icon" href="/assets/img/favicon-glyph.svg" color="#074354">
|
||||
|
||||
<!-- Win 8/8.1 -->
|
||||
<meta name="msapplication-TileImage" content="{{ site.url }}/assets/img/TileImage-144x144.png"/>
|
||||
<meta name="msapplication-TileColor" content="#275B82"/>
|
||||
<meta name="msapplication-TileColor" content="#074354"/>
|
||||
|
||||
<!-- Android Lollipop theme color -->
|
||||
<meta name="theme-color" content="#275B82">
|
||||
<meta name="theme-color" content="#074354">
|
||||
|
||||
<!-- OpenGraph -->
|
||||
{% include opengraph.html %}
|
||||
|
@ -13,7 +13,7 @@ js: page-community.min.js
|
||||
<h1 class="section-title">Get involved</h1>
|
||||
<p class="section-description">There are many ways you can contribute to the BigchainDB project, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
|
||||
|
||||
<a href="https://github.com/BigchainDB/bigchaindb/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
||||
<a href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
||||
</header>
|
||||
|
||||
<div class="grid grid--full grid-small--fit grid--gutters">
|
||||
@ -31,7 +31,7 @@ js: page-community.min.js
|
||||
<h1>Social</h1>
|
||||
<p>Follow us for the latest updates</p>
|
||||
<p>
|
||||
<a class="social-link" href="https://github.com/{{ site.github }}">
|
||||
<a class="social-link" href="https://github.com/{{ site.github.org }}">
|
||||
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
||||
<title>GitHub</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
||||
|
@ -29,7 +29,7 @@ title: Contact
|
||||
|
||||
<div class="social">
|
||||
<p>
|
||||
<a href="https://github.com/{{ site.github }}">
|
||||
<a href="https://github.com/{{ site.github.org }}">
|
||||
<svg class="icon icon--social icon--github" aria-labelledby="title">
|
||||
<title>GitHub</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
||||
|
@ -70,7 +70,7 @@ js: page-front.min.js
|
||||
<div class="grid grid--gutters grid--full grid-medium--half grid--center">
|
||||
<div class="grid__col">
|
||||
<p>BigchainDB provides a rich API to create, query and transfer digital assets.</p>
|
||||
<p><a href="https://bigchaindb.readthedocs.org/">Read documentation</a> | <a href="https://github.com/BigchainDB/bigchaindb"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
|
||||
<p><a href="https://bigchaindb.readthedocs.org/">Read documentation</a> | <a href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}"><svg class="icon icon--social icon--github"><use xlink:href="/assets/img/sprite.svg#github"></use></svg> GitHub</a></p>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<figure class="terminal highlight js-tracking-terminal">
|
||||
|
Loading…
Reference in New Issue
Block a user