middleman-hashicorp 0.3.26 → 0.3.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c71e688328ef64d8e35060171bb6aebe0ddb23e9
|
|
4
|
+
data.tar.gz: aca2eab6dfa838bfb00504e9beeab0ef4ac2f684
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b054fef2239bdba6580aa63afa9994df430fe9c8e02e7bd8337954ca23d801997071585ad12962565ccccd0b2b5bbb81c469686ff6173570b6e2f95d56728c8a
|
|
7
|
+
data.tar.gz: edcc9cd17f95fc5898fa91f982ceb7118a65c3490a45319efc319692b4b2582001c61283932fbaeb2b4be3430a5aa938a89aa69bb87fd6b8cd14a1df02eb07b5
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65 65">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="a" x1="54.638%" x2="28.129%" y1="32.594%" y2="72.266%">
|
|
4
|
+
<stop stop-color="#FFF" stop-opacity="0" offset="0%"/>
|
|
5
|
+
<stop stop-color="#FFF" stop-opacity=".275" offset="100%"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<g fill="none">
|
|
9
|
+
<path fill="#1793D1" d="M32.253.21c-2.85 6.984-4.58 11.56-7.75 18.336 1.944 2.06 4.334 4.453 8.21 7.164-4.167-1.715-7.008-3.432-9.132-5.22C19.53 28.96 13.16 41.023.26 64.21c10.14-5.854 18.002-9.466 25.328-10.844-.313-1.35-.48-2.82-.468-4.344l.008-.32c.16-6.498 3.542-11.495 7.547-11.156 4.004.34 7.12 5.884 6.96 12.383-.03 1.22-.172 2.4-.413 3.49 7.246 1.42 15.033 5.01 25.04 10.79-1.975-3.64-3.74-6.91-5.424-10.03-2.648-2.057-5.41-4.728-11.046-7.62 3.874 1.005 6.65 2.17 8.812 3.47C39.496 18.2 38.114 13.97 32.25.21z"/>
|
|
10
|
+
<path fill="#FFF" fill-opacity=".166" d="M50.266 38.25C36.394 19.42 33.18 4.246 32.364.623c7.4 17.067 7.35 17.277 17.902 37.625z"/>
|
|
11
|
+
<path fill="url(#a)" d="M32.378.46c-.36.884-.7 1.747-1.032 2.562-.364.895-.718 1.757-1.062 2.594-.344.838-.693 1.63-1.03 2.438-.34.806-.655 1.604-1 2.406-.347.802-.727 1.613-1.095 2.437-.37.825-.76 1.658-1.16 2.532-.41.87-.83 1.8-1.28 2.75-.06.12-.13.27-.19.4 1.94 2.05 4.33 4.422 8.182 7.12-4.166-1.716-7-3.433-9.124-5.22-.11.226-.198.425-.31.656-.42.87-.87 1.733-1.345 2.69-.11.223-.194.426-.31.655-.5 1.006-1.026 2.045-1.594 3.158-.113.22-.228.4-.344.624-.344.665-1.44 2.77-2.56 4.905-.658 1.245-1.17 2.27-1.91 3.653-.208.4-.638 1.195-.75 1.406 8.126-4.573 16.892-11.216 32.814-5.53-.796-1.51-1.56-2.92-2.25-4.25-.687-1.333-1.31-2.57-1.905-3.75-.595-1.18-1.144-2.29-1.658-3.345-.512-1.054-.988-2.05-1.436-3-.45-.954-.885-1.87-1.28-2.75-.4-.88-.77-1.73-1.126-2.563-.36-.83-.695-1.655-1.03-2.47-.338-.81-.674-1.59-1-2.402-.144-.358-.265-.736-.408-1.096C34.302 5 33.43 2.936 32.378.46z"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -109,6 +109,7 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
109
109
|
.text-muted {
|
|
110
110
|
color: $mega-nav-color-neutral;
|
|
111
111
|
}
|
|
112
|
+
}
|
|
112
113
|
|
|
113
114
|
.mega-nav-banner-logo {
|
|
114
115
|
opacity: 1;
|
|
@@ -119,8 +120,11 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
119
120
|
-moz-transition: opacity .25s ease-in-out;
|
|
120
121
|
-webkit-transition: opacity .25s ease-in-out;
|
|
121
122
|
}
|
|
123
|
+
|
|
124
|
+
> img {
|
|
125
|
+
height: 25px;
|
|
126
|
+
}
|
|
122
127
|
}
|
|
123
|
-
}
|
|
124
128
|
|
|
125
129
|
.mega-nav-banner-item {
|
|
126
130
|
&:first-child {
|
|
@@ -148,7 +152,6 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
148
152
|
font-family: $mega-nav-font-family;
|
|
149
153
|
font-size: $mega-nav-font-size-base;
|
|
150
154
|
line-height: $mega-nav-line-height-base / $mega-nav-font-size-base;
|
|
151
|
-
margin-top: 3px;
|
|
152
155
|
|
|
153
156
|
h1, h2, h3, h4, h5, h6,
|
|
154
157
|
ul, p {
|
|
@@ -191,7 +194,6 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
191
194
|
display: inline-block;
|
|
192
195
|
fill: currentColor;
|
|
193
196
|
height: 1em;
|
|
194
|
-
margin-left: 0.3em;
|
|
195
197
|
stroke: currentColor;
|
|
196
198
|
width: 1em;
|
|
197
199
|
}
|
|
@@ -207,12 +209,9 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
.mega-nav-ctrl {
|
|
210
|
-
align-items: center;
|
|
211
212
|
background-color: transparent;
|
|
212
213
|
border: 0;
|
|
213
|
-
|
|
214
|
-
justify-content: center;
|
|
215
|
-
margin-left: 0.3em;
|
|
214
|
+
margin-left: 0.5em;
|
|
216
215
|
padding: 0;
|
|
217
216
|
text-align: center;
|
|
218
217
|
vertical-align: middle;
|
|
@@ -229,14 +228,19 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
229
228
|
}
|
|
230
229
|
}
|
|
231
230
|
|
|
231
|
+
.mega-nav-ctrl-items {
|
|
232
|
+
align-items: center;
|
|
233
|
+
display: flex;
|
|
234
|
+
padding-top: 1px;
|
|
235
|
+
}
|
|
236
|
+
|
|
232
237
|
.mega-nav-icon-outline {
|
|
233
238
|
border: 1px solid;
|
|
234
|
-
margin-top: -
|
|
239
|
+
margin-top: -1px;
|
|
235
240
|
padding: 0.5em;
|
|
236
241
|
|
|
237
242
|
.mega-nav-icon {
|
|
238
243
|
display: block;
|
|
239
|
-
margin: 0;
|
|
240
244
|
}
|
|
241
245
|
}
|
|
242
246
|
|
|
@@ -274,13 +278,9 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
274
278
|
}
|
|
275
279
|
|
|
276
280
|
.mega-nav-close {
|
|
277
|
-
align-items: center;
|
|
278
281
|
background-color: transparent;
|
|
279
282
|
border: 1px solid currentColor;
|
|
280
|
-
display: inline-flex;
|
|
281
283
|
float: right;
|
|
282
|
-
justify-content: center;
|
|
283
|
-
line-height: 1;
|
|
284
284
|
margin-left: 1em;
|
|
285
285
|
margin-bottom: 1em;
|
|
286
286
|
padding: 0.5em;
|
|
@@ -295,6 +295,10 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
295
295
|
&:active {
|
|
296
296
|
outline: none;
|
|
297
297
|
}
|
|
298
|
+
|
|
299
|
+
.mega-nav-icon {
|
|
300
|
+
display: block;
|
|
301
|
+
}
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
.mega-nav-h1 {
|
|
@@ -442,7 +446,7 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
442
446
|
font-weight: 500;
|
|
443
447
|
line-height: 1;
|
|
444
448
|
margin-bottom: mega-nav-em($mega-nav-line-height-base, $mega-nav-btn-font-size);
|
|
445
|
-
padding: mega-nav-em(($mega-nav-btn-height - $mega-nav-btn-font-size) / 2, $mega-nav-btn-font-size);
|
|
449
|
+
padding: mega-nav-em(($mega-nav-btn-height - $mega-nav-btn-font-size) / 2, $mega-nav-btn-font-size) mega-nav-em($mega-nav-btn-font-size);
|
|
446
450
|
text-transform: uppercase;
|
|
447
451
|
width: 100%;
|
|
448
452
|
|
|
@@ -18,11 +18,13 @@
|
|
|
18
18
|
<p class="mega-nav-tagline"><span class="visible-xs text-muted">Learn the</span><span class="hidden-xs text-muted">Learn how <%= product.titleize %> fits into the</span></p>
|
|
19
19
|
<div id="#mega-nav" class="mega-nav">
|
|
20
20
|
<button type="button" id="mega-nav-ctrl" class="mega-nav-ctrl">
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
|
|
21
|
+
<div class="mega-nav-ctrl-items">
|
|
22
|
+
<img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" />
|
|
23
|
+
<strong>HashiCorp Suite</strong>
|
|
24
|
+
<span class="mega-nav-icon-outline">
|
|
25
|
+
<svg class="mega-nav-icon mega-nav-icon-angle-right" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mega-nav-icon-angle"></use></svg><span class="visuallyhidden">Open</span>
|
|
26
|
+
</span>
|
|
27
|
+
</div>
|
|
26
28
|
</button>
|
|
27
29
|
<div id="mega-nav-body-ct" class="mega-nav-body-ct" aria-labelledby="mega-nav-ctrl">
|
|
28
30
|
<div class="mega-nav-body">
|
|
@@ -33,7 +35,7 @@
|
|
|
33
35
|
<p class="mega-nav-h2">Any infrastructure for any application</p>
|
|
34
36
|
</div>
|
|
35
37
|
<div class="mega-nav-body-header-item">
|
|
36
|
-
<a href="https://www.hashicorp.com/
|
|
38
|
+
<a href="https://www.hashicorp.com/" class="mega-nav-btn"><img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" /> Learn the HashiCorp Enterprise Suite <svg class="mega-nav-icon mega-nav-icon-angle-right" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mega-nav-icon-angle"></use></svg></a>
|
|
37
39
|
</div>
|
|
38
40
|
</div>
|
|
39
41
|
<div class="mega-nav-body-grid">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-hashicorp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.28
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman
|
|
@@ -169,6 +169,7 @@ files:
|
|
|
169
169
|
- assets/images/fastly.svg
|
|
170
170
|
- assets/images/fastly_logo.png
|
|
171
171
|
- assets/images/github.svg
|
|
172
|
+
- assets/images/icons/icon_archlinux.svg
|
|
172
173
|
- assets/images/icons/icon_centos.svg
|
|
173
174
|
- assets/images/icons/icon_darwin.svg
|
|
174
175
|
- assets/images/icons/icon_debian.svg
|