shibori 1.8.0 → 1.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shibori/version.rb +1 -1
- data/source/_patterns/02-organisms/03-sections/00-purple.mustache +25 -13
- data/source/_patterns/02-organisms/03-sections/01-purple-dark.mustache +25 -14
- data/source/_patterns/02-organisms/03-sections/03-gray-light.mustache +26 -8
- data/source/css/shibori/scss/globals/_colors.scss +3 -2
- data/source/css/shibori/scss/page-elements/_sections.scss +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6e54195d01a63e16c901255c2bb54b685adcd58
|
4
|
+
data.tar.gz: e300413f0e9d71e4e6709dbfb27a9c12df90b905
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2eb9a49bbca3634bcdf9d7f06f6b7e20880279699b001c9fbb48892e01609a7d2e0cfbe0005315afe804f727c103ae645a4067393a55a17ac9e6f5f143b61ca2
|
7
|
+
data.tar.gz: ca26c3c646b3931bb20e9a1d130dcf92b42117bccb50d69008df7724d2afaa5d4bc7e0b5cf531b9128b8d594b66113cead940d71f566691b49bc705cff9582e6
|
data/lib/shibori/version.rb
CHANGED
@@ -1,17 +1,29 @@
|
|
1
|
-
<section class="section-purple">
|
1
|
+
<section class="section-purple space-top space-bottom">
|
2
2
|
<div class="wrapper">
|
3
|
-
<
|
4
|
-
<p>Body paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque eveniet reprehenderit error sit, est magni quis, harum, voluptates ipsa ducimus vitae similique nam illum totam magnam. Maxime eos voluptas autem!</p>
|
3
|
+
<h6 class="text-center text-purple caps space-bottom">Why Heroku</h6>
|
5
4
|
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
5
|
+
<div class="three-up">
|
6
|
+
<div class="col" style="display: flex;">
|
7
|
+
<span class="icon hk-icon-addon" style="margin-top: -6px; color: #A898FF;"></span>
|
8
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
9
|
+
<h4>Leverage GitHub integration and powerful add-ons</h4>
|
10
|
+
<p>Heroku’s first class <a href="#">GitHub integration</a> and add-ons like MongoDB, Postgres and Redis allow you to extend, manage and deploy small, modular modern application architectures without operational overhead. <a href="#">Learn about Add-ons</a></p>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
<div class="col" style="display: flex;">
|
14
|
+
<span class="icon hk-icon-github-2" style="margin-top: -6px; color: #A898FF;"></span>
|
15
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
16
|
+
<h4>Rollback to a binary copy of your app if you break production</h4>
|
17
|
+
<p>Heroku’s build process streamlines deployments and produces a byte-for-byte binary copy of your application. This copy can be restored at any point using Heroku rollback. <a href="#">See more</a></p>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
<div class="col" style="display: flex;">
|
21
|
+
<span class="icon hk-icon-enterprise" style="margin-top: -6px; color: #A898FF;"></span>
|
22
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
23
|
+
<h4>Focus on your app, not configuring routing</h4>
|
24
|
+
<p>Heroku configures routes and distributes HTTP traffic for your Node apps so you can focus on just writing code, not managing ELBs and Nginx. Heroku routes websocket traffic to the same instance of your app for session affinity. <a href="#">Learn about routing</a></p>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
16
28
|
</div>
|
17
29
|
</section>
|
@@ -1,18 +1,29 @@
|
|
1
|
-
<section class="section-purple-dark">
|
1
|
+
<section class="section-purple-dark space-top space-bottom">
|
2
2
|
<div class="wrapper">
|
3
|
-
<
|
4
|
-
<p>Body paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque eveniet reprehenderit error sit, est magni quis, harum, voluptates ipsa ducimus vitae similique nam illum totam magnam. Maxime eos voluptas autem!</p>
|
3
|
+
<h6 class="text-center text-purple caps space-bottom">Why Heroku</h6>
|
5
4
|
|
6
|
-
<
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
5
|
+
<div class="three-up">
|
6
|
+
<div class="col" style="display: flex;">
|
7
|
+
<span class="icon hk-icon-addon" style="margin-top: -6px; color: #A898FF;"></span>
|
8
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
9
|
+
<h4>Leverage GitHub integration and powerful add-ons</h4>
|
10
|
+
<p>Heroku’s first class <a href="#">GitHub integration</a> and add-ons like MongoDB, Postgres and Redis allow you to extend, manage and deploy small, modular modern application architectures without operational overhead. <a href="#">Learn about Add-ons</a></p>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
<div class="col" style="display: flex;">
|
14
|
+
<span class="icon hk-icon-github-2" style="margin-top: -6px; color: #A898FF;"></span>
|
15
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
16
|
+
<h4>Rollback to a binary copy of your app if you break production</h4>
|
17
|
+
<p>Heroku’s build process streamlines deployments and produces a byte-for-byte binary copy of your application. This copy can be restored at any point using Heroku rollback. <a href="#">See more</a></p>
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
<div class="col" style="display: flex;">
|
21
|
+
<span class="icon hk-icon-enterprise" style="margin-top: -6px; color: #A898FF;"></span>
|
22
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
23
|
+
<h4>Focus on your app, not configuring routing</h4>
|
24
|
+
<p>Heroku configures routes and distributes HTTP traffic for your Node apps so you can focus on just writing code, not managing ELBs and Nginx. Heroku routes websocket traffic to the same instance of your app for session affinity. <a href="#">Learn about routing</a></p>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</div>
|
17
28
|
</div>
|
18
29
|
</section>
|
@@ -1,12 +1,30 @@
|
|
1
|
-
<section class="section-gray-light">
|
2
|
-
<div class="wrapper">
|
3
|
-
<h2>Header 2</h2>
|
4
|
-
<p>Body paragraph. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Cumque eveniet reprehenderit error sit, est magni quis, harum, voluptates ipsa ducimus vitae similique nam illum totam magnam. Maxime eos voluptas autem!</p>
|
5
1
|
|
6
|
-
|
2
|
+
<section class="section-gray-light space-top space-bottom">
|
3
|
+
<div class="wrapper">
|
4
|
+
<h6 class="text-center text-purple caps space-bottom">Why Heroku</h6>
|
7
5
|
|
8
|
-
<
|
9
|
-
|
10
|
-
|
6
|
+
<div class="three-up">
|
7
|
+
<div class="col" style="display: flex;">
|
8
|
+
<span class="icon hk-icon-addon" style="margin-top: -6px; color: #666;"></span>
|
9
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
10
|
+
<h4>Leverage GitHub integration and powerful add-ons</h4>
|
11
|
+
<p>Heroku’s first class <a href="#">GitHub integration</a> and add-ons like MongoDB, Postgres and Redis allow you to extend, manage and deploy small, modular modern application architectures without operational overhead. <a href="#">Learn about Add-ons</a></p>
|
12
|
+
</div>
|
13
|
+
</div>
|
14
|
+
<div class="col" style="display: flex;">
|
15
|
+
<span class="icon hk-icon-github-2" style="margin-top: -6px; color: #666;"></span>
|
16
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
17
|
+
<h4>Rollback to a binary copy of your app if you break production</h4>
|
18
|
+
<p>Heroku’s build process streamlines deployments and produces a byte-for-byte binary copy of your application. This copy can be restored at any point using Heroku rollback. <a href="#">See more</a></p>
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
<div class="col" style="display: flex;">
|
22
|
+
<span class="icon hk-icon-enterprise" style="margin-top: -6px; color: #666;"></span>
|
23
|
+
<div class="" style="flex-auto; margin-left: 20px;">
|
24
|
+
<h4>Focus on your app, not configuring routing</h4>
|
25
|
+
<p>Heroku configures routes and distributes HTTP traffic for your Node apps so you can focus on just writing code, not managing ELBs and Nginx. Heroku routes websocket traffic to the same instance of your app for session affinity. <a href="#">Learn about routing</a></p>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
</div>
|
11
29
|
</div>
|
12
30
|
</section>
|
@@ -19,6 +19,7 @@ $black: #111;
|
|
19
19
|
$purple: #79589F;
|
20
20
|
$purple-light: #AB8ECD;
|
21
21
|
$blue: #408FEC;
|
22
|
+
$blue-light: #96ccff;
|
22
23
|
$green: #74C080;
|
23
24
|
$orange: #FA9F47;
|
24
25
|
$red: #D64242;
|
@@ -170,11 +171,11 @@ $grad-purple-blue: #5d64d0;
|
|
170
171
|
}
|
171
172
|
|
172
173
|
@mixin grad-purple() {
|
173
|
-
@include linear-gradient(
|
174
|
+
@include linear-gradient(left top, $grad-purple, $grad-purple-blue, $fallback: $grad-purple);
|
174
175
|
}
|
175
176
|
|
176
177
|
@mixin grad-purple-dark() {
|
177
|
-
@include linear-gradient(
|
178
|
+
@include linear-gradient(left top, #4A4090, #372E6C, $fallback: #4A4090);
|
178
179
|
}
|
179
180
|
|
180
181
|
@mixin grad-gray-light() {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shibori
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Heroku
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bourbon
|