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:
parent
04dd07cd9b
commit
812b12bafc
BIN
_src/_assets/img/feature-01.png
Normal file
BIN
_src/_assets/img/feature-01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
_src/_assets/img/feature-02.png
Normal file
BIN
_src/_assets/img/feature-02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
_src/_assets/img/feature-03.png
Normal file
BIN
_src/_assets/img/feature-03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
_src/_assets/img/feature-04.png
Normal file
BIN
_src/_assets/img/feature-04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
_src/_assets/img/feature-05.png
Normal file
BIN
_src/_assets/img/feature-05.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
_src/_assets/img/feature-06.png
Normal file
BIN
_src/_assets/img/feature-06.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -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;
|
||||
|
@ -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 don’t 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 app’s API usage."
|
||||
image: feature-06.png
|
||||
list:
|
||||
- API usage statistics
|
||||
- Access control
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user