1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-13 16:54:50 +01:00

first test for feature images

This commit is contained in:
Matthias Kretschmann 2017-09-12 16:15:26 +02:00
parent 04dd07cd9b
commit 812b12bafc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
9 changed files with 9 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -19,8 +19,6 @@
.feature__image {
margin: 0;
background: $brand-05;
padding: $spacer;
padding-bottom: 0;
border-radius: $border-radius;
min-height: 9rem;
display: flex;

View File

@ -11,17 +11,22 @@ intro:
features:
- title: "A single public database"
text: "IPDB gives you easy access to a single public, decentralized database with added blockchain characteristics—all built on top of open source BigchainDB."
image: feature-bigchaindb
image: feature-01.png
- title: "No installation required—just sign up and go"
text: "All you have to do is sign up to start using IPDB. IPDB Caretakers will handle running a BigchainDB network for you."
image: feature-02.png
- title: "Store any data, permanently"
text: "IPDB allows you to store data indefinitely. It provides blockchain-style tamper-resistance and database-style queryability to give you the best of both worlds."
image: feature-03.png
- title: "Predictable pricing"
text: "Use of IPDB is not based on a cryptocurrency, so you dont have to worry about a spike in the price making it too expensive to run your application. Usage of IPDB during the test net phase is free of charge."
image: feature-04.png
- title: "Governed by Caretakers"
text: "The IPDB Foundation is run by its internet-loving Caretakers around the world."
image: feature-05.png
- title: "A Dashboard for your IPDB apps"
text: "Manage your apps, give users access, and get statistical insights about your apps API usage."
image: feature-06.png
list:
- API usage statistics
- Access control

View File

@ -76,10 +76,11 @@ css: page-front
<div class="grid grid--full grid-small--half grid-medium--columns grid--center grid--gutters">
<div class="grid__col grid__col--2">
<figure class="feature__image">
<svg aria-labelledby="title">
<!-- <svg aria-labelledby="title">
<title>{{ feature.title }}</title>
<use xlink:href="/assets/img/sprite.svg#{{ feature.image }}"></use>
</svg>
</svg> -->
<img src="/assets/img/{{ feature.image }}" alt="">
</figure>
</div>