mirror of
https://github.com/ipdb/website.git
synced 2024-11-14 09:14:48 +01:00
97 lines
3.4 KiB
HTML
97 lines
3.4 KiB
HTML
---
|
||
layout: base
|
||
front_page: true
|
||
---
|
||
|
||
<header class="hero section">
|
||
|
||
{% include menu-main.html %}
|
||
|
||
<div class="hero__content row">
|
||
<hgroup>
|
||
<h1 class="hero__title">The blockchain database platform
|
||
for the decentralized stack</h1>
|
||
<a href="/getstarted/" class="hero__action button button--primary">Sign up for free (testnet)</a>
|
||
</hgroup>
|
||
</div>
|
||
</header>
|
||
|
||
|
||
<section class="section section--intro">
|
||
<div class="row">
|
||
<header class="section__header">
|
||
<h1 class="section__title">A planetary-scale blockchain database</h1>
|
||
<p class="section__description">The distributed, permanent web is evolving and needs a decentralized database. We are that database.</p>
|
||
</header>
|
||
|
||
<p>IPDB is a planetary-scale blockchain database built on BigchainDB. It’s a ready-to-use public network with a focus on strong governance. It shares all the features of BigchainDB to make developers’ lives easier.</p>
|
||
|
||
<a href="" class="button button--primary">Sign up for free (testnet)</a>
|
||
<a href="" class="button button--primary">Read IPDB Documentation</a>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section--background section--foundation">
|
||
<div class="row">
|
||
<header class="section__header">
|
||
<h1 class="section__title">IPDB Foundation: human-scale governance</h1>
|
||
<p class="section__description">IPDB relies on caretakers to run the BigchainDB nodes that store and validate transactions. The IPDB Caretakers are the members of the IPDB Foundation and … summarize Jurisdictional diversity & Not for profit</p>
|
||
</header>
|
||
</div>
|
||
<div class="row">
|
||
{% include caretakers.html %}
|
||
</div>
|
||
|
||
<div class="row">
|
||
<a href="/foundation/" class="button button--primary">Learn about IPDB Foundation and its caretakers</a>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section--roadmap">
|
||
<div class="row">
|
||
<header class="section__header">
|
||
<h1 class="section__title">Roadmap</h1>
|
||
<p class="section__description">The IPDB rollout plan follows six steps. First, a test network for demos, then for invited users, and then for the general public. When the test phase is complete, a production network will be launched in the same sequence.</p>
|
||
</header>
|
||
|
||
<div class="roadmap">
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section--background section--getstarted">
|
||
<div class="row">
|
||
<header class="section__header">
|
||
<h1 class="section__title">Get started</h1>
|
||
<p class="section__description">GET https://test.ipdb.io/api/</p>
|
||
</header>
|
||
</div>
|
||
</section>
|
||
|
||
|
||
<section class="section section--connect">
|
||
<div class="row">
|
||
<header class="section__header">
|
||
<h1 class="section__title">Stay connected</h1>
|
||
<p class="section__description">Stalk us like there's no tomorrow.</p>
|
||
</header>
|
||
|
||
<div class="connect connect--blog">
|
||
<h2 class="connect__title">From the blog</h2>
|
||
<a href="https://blog.ipdb.io" class="button button--primary">IPDB Blog</a>
|
||
</div>
|
||
|
||
<div class="connect connect--newsletter">
|
||
<h2 class="connect__title">Newsletter</h2>
|
||
</div>
|
||
|
||
<div class="connect connect--social">
|
||
<h2 class="connect__title">Follow</h2>
|
||
</div>
|
||
</div>
|
||
</section>
|