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

switch feature assets

This commit is contained in:
Matthias Kretschmann 2017-09-13 16:52:59 +02:00
parent 61f23122a0
commit f4802187a2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
21 changed files with 15 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -17,14 +17,17 @@
}
.feature__image {
margin: 0;
margin: 0 auto;
background: $brand-05;
border-radius: $border-radius;
min-height: 9rem;
display: flex;
align-items: flex-end;
overflow: hidden;
max-width: 400px;
svg {
@media ($screen-sm) {
margin: 0;
}
img {
width: 100%;
height: auto;
max-width: 100%;

View File

@ -11,22 +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-01.png
image: feature-01
- 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
image: feature-02
- 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
image: feature-03
- 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
image: feature-04
- title: "Governed by Caretakers"
text: "The IPDB Foundation is run by its internet-loving Caretakers around the world."
image: feature-05.png
image: feature-05
- 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
image: feature-06
list:
- API usage statistics
- Access control

View File

@ -76,11 +76,7 @@ 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">
<title>{{ feature.title }}</title>
<use xlink:href="/assets/img/sprite.svg#{{ feature.image }}"></use>
</svg> -->
<img src="/assets/img/{{ feature.image }}" alt="">
<img src="/assets/img/{{ feature.image }}.jpg" srcset="/assets/img/{{ feature.image }}.jpg 1x, /assets/img/{{ feature.image }}@2x.jpg 2x" alt="{{ feature.title }}" width="400">
</figure>
</div>