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

drop da base

This commit is contained in:
Matthias Kretschmann 2017-06-15 18:54:34 +02:00
parent b676e09dfd
commit fe3e1a192a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
6 changed files with 79 additions and 3 deletions

View File

@ -0,0 +1,14 @@
//=include bigchain/smoothscroll.js
//=include bigchain/github.js
//=include bigchain/meetup.js
//=include bigchain/newsletter.js
jQuery(function($) {
//
// init modules
//
Newsletter.init()
});

View File

@ -0,0 +1,5 @@
//
// Page: Get started
// ---
// bigchaindb.com
//

View File

@ -49,6 +49,7 @@
// specific page styles
@import 'page-front';
@import 'page-start';
@import 'page-whitepaper';
@import 'page-404';
@import 'page-styleguide';

View File

@ -1,11 +1,11 @@
---
main:
- title: Get started
url: "/start/"
- title: Features
url: "/features/"
- title: Use Cases
url: "/usecases/"
- title: Community
url: "/community/"
- title: Enterprise
url: "/enterprise/"
- title: Docs

View File

@ -5,7 +5,7 @@
<div class="hero__content row">
<hgroup>
<h1 class="section-title">{{ page.tagline }}</h1>
<a href="https://docs.bigchaindb.com/projects/server/en/latest/quickstart.html" class="hero__action btn btn-primary">Quick Start</a>
<a href="/start/" class="hero__action btn btn-primary">Get Started</a>
</hgroup>
</div>

56
_src/start.html Normal file
View File

@ -0,0 +1,56 @@
---
layout: page
title: Get started
description: ""
js: page-start.min.js
---
<section class="section section--architecture">
<div class="row">
<header class="section-header">
<p class="section-description">Rather than trying to scale up blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets.</p>
</header>
</div>
<div class="row">
<figure class="architecture">
</figure>
</div>
</section>
<nav class="menu--sub">
<div class="row row--wide">
<div class="menu-overflow">
<a class="menu__link scroll" href="#server">Server</a>
<a class="menu__link scroll" href="#drivers">Drivers &amp; Tools</a>
<a class="menu__link scroll" href="#docs">Documentation</a>
<a class="menu__link scroll" href="#community">Community</a>
</div>
</div>
</nav>
<section class="section section--server" id="#server">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#drivers">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#docs">
<div class="row">
</div>
</section>
<section class="section section--drivers" id="#community">
<div class="row">
</div>
</section>