mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
improve linking to internal pages
This commit is contained in:
parent
53ecb5f40e
commit
033c0c00bd
@ -13,7 +13,7 @@
|
||||
<h1 class="section-title">Hands-on consulting and production support by blockchain experts.</h1>
|
||||
</header>
|
||||
|
||||
<a class="btn btn-blue" href="/services/">
|
||||
<a class="btn btn-blue" href="{% link services.html %}">
|
||||
Explore Services
|
||||
</a>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<h1 class="section-title">Get to know the BigchainDB universe</h1>
|
||||
<div class="section-description">
|
||||
<p>Explore drivers, tools & a lot more documentation.</p>
|
||||
<a class="btn btn-primary" href="/getstarted/">Get started</a>
|
||||
<a class="btn btn-primary" href="{% link developers/getstarted.html %}">Get started</a>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
|
@ -23,6 +23,6 @@
|
||||
</div>
|
||||
|
||||
<div class="row text-center">
|
||||
<a class="btn btn-secondary" href="/guides/">All chapters</a>
|
||||
<a class="btn btn-secondary" href="{% link developers/guides.html %}">All chapters</a>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -313,7 +313,7 @@ conn.postTransactionSync(txSigned)
|
||||
</div>
|
||||
<div class="row row--wide text-center">
|
||||
<div class="docs__actions">
|
||||
<a class="btn btn-primary" href="/guides/">{{ content.docs.button_guides }}</a>
|
||||
<a class="btn btn-primary" href="{% link developers/guides.html %}">{{ content.docs.button_guides }}</a>
|
||||
<a class="btn btn-secondary" href="https://docs.bigchaindb.com">{{ content.docs.button_documentation }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,21 +23,4 @@ redirect_from:
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--getstarted background--darker">
|
||||
<div class="row row--wide">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Get to know the BigchainDB universe</h1>
|
||||
<div class="section-description">
|
||||
<p>Explore drivers, tools & a lot more documentation.</p>
|
||||
<a class="btn btn-primary" href="/getstarted/">Get started</a>
|
||||
</div>
|
||||
</header>
|
||||
</div>
|
||||
<aside class="starbase starbase--server">
|
||||
<div class="row row--wide">
|
||||
<figure class="starbase__image">
|
||||
<img class="img--responsive" src="/assets/img/nosprite/starbase-server.svg" alt="Starbase" width="1111" height="343">
|
||||
</figure>
|
||||
</div>
|
||||
</aside>
|
||||
</section>
|
||||
{% include sections/section-getstarted.html %}
|
||||
|
@ -132,7 +132,7 @@ js: page-features.min.js
|
||||
<p>
|
||||
<strong>Building something with BigchainDB?</strong>
|
||||
<br>
|
||||
<a href="/contact/">We want to hear from you.</a>
|
||||
<a href="{% link contact.html %}">We want to hear from you.</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -56,7 +56,7 @@ intro:
|
||||
<p class="large text-center">{{ page.intro.text }}</p>
|
||||
|
||||
<p class="text-center">
|
||||
<a class="btn btn-primary" href="/features/">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="/getstarted/">{{ page.intro.button2 }}</a>
|
||||
<a class="btn btn-primary" href="{% link features.html %}">{{ page.intro.button1 }}</a> <a class="btn btn-secondary" href="{% link developers/getstarted.html %}">{{ page.intro.button2 }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user