middleman-hashicorp 0.3.24 → 0.3.25
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 +4 -4
- data/assets/images/mega-nav/logo-nomad.svg +1 -1
- data/assets/images/mega-nav/logo-terraform.svg +1 -1
- data/assets/stylesheets/hashicorp/mega-nav.scss +38 -12
- data/lib/middleman-hashicorp/partials/_mega.html.erb +24 -13
- data/lib/middleman-hashicorp/version.rb +1 -1
- 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: e209a9dcc4198bbdb2173e1b64ccf0a7d05fed84
|
|
4
|
+
data.tar.gz: 264517ba75e9dbe87bb3f753b339f65d2f4d1c37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1e24b922e2171610a75813607f1de5a4e867f8a364cc2a66667c206b54246573c5fbac8b57d9cc88738c1a965c0948a1a7a65dcca882d0fb82873299d44f31b
|
|
7
|
+
data.tar.gz: 7e62ea0506020bdac1a7419529d4be13e37fd967c2fc3a86ebd5e5aeee0553c3b4d07796b5142c92187e83d2c540a18680a175543f0c916b3891ba1b944843e4
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg width="57" height="66" viewBox="0 0 57 66" xmlns="http://www.w3.org/2000/svg"><desc>HashiCorp Nomad</desc><g fill="none" fill-rule="evenodd"><path fill="#1F9967" d="M40.8578856 24.9296462v10.7592401l-7.4452708 4.3258801-5.2064569-3.2420601v28.0843803l.1476346.00282 28.0599249-16.2150001V16.2543862l-.5241964-.00188"/><path fill="#25BA81" d="M27.9744276-.000282L-.0004672 16.2617182l18.8720047 11.1493401 3.8198127-2.3377801 9.2766877 5.2047801V19.4652382l8.8898477-5.3739801v10.8382001l15.5558318-8.67432v-.04042"/><path fill="#25BA81" d="M0 16.2615302v32.3830003l28.2066251 16.2131201V36.7723303l-3.7600112-2.16012v10.8034201l-8.4628285 5.3993601V29.2025103l3.2087173-1.9881L.16538817 16.2568302"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="58" height="66" viewBox="0 0 58 66"><style>.st0,.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#
|
|
1
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="58" height="66" viewBox="0 0 58 66"><style>.st0,.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#5c4ee5}.st1{fill:#4040b2}</style><path class="st0" d="M20.4 12.3l17.5 10.1v20.2L20.4 32.5z"/><path class="st1" d="M39.8 22.4v20.2l17.5-10.1V12.3z"/><path class="st0" d="M1 1v20.2l17.5 10.1V11.1zm19.4 53.9L37.9 65V44.8L20.4 34.7z"/></svg>
|
|
@@ -30,10 +30,10 @@ $mega-nav-color-hashicorp: #1563ff;
|
|
|
30
30
|
$mega-nav-suite-palette: (
|
|
31
31
|
"vagrant" #1563ff,
|
|
32
32
|
"packer" #1daeff,
|
|
33
|
-
"terraform" #
|
|
33
|
+
"terraform" #5c4ee5,
|
|
34
34
|
"vault" #000,
|
|
35
|
-
"nomad" #
|
|
36
|
-
"consul" #
|
|
35
|
+
"nomad" #25ba81,
|
|
36
|
+
"consul" #c62a71
|
|
37
37
|
);
|
|
38
38
|
|
|
39
39
|
$mega-nav-btn-height: 36px;
|
|
@@ -136,6 +136,7 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
136
136
|
align-items: center;
|
|
137
137
|
display: inline-flex;
|
|
138
138
|
margin-bottom: 0;
|
|
139
|
+
vertical-align: -1px;
|
|
139
140
|
|
|
140
141
|
> img {
|
|
141
142
|
margin: 0 mega-nav-em(6px, 16px) 0 mega-nav-em(8px, 16px);
|
|
@@ -147,6 +148,7 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
147
148
|
font-family: $mega-nav-font-family;
|
|
148
149
|
font-size: $mega-nav-font-size-base;
|
|
149
150
|
line-height: $mega-nav-line-height-base / $mega-nav-font-size-base;
|
|
151
|
+
margin-top: 3px;
|
|
150
152
|
|
|
151
153
|
h1, h2, h3, h4, h5, h6,
|
|
152
154
|
ul, p {
|
|
@@ -189,6 +191,7 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
189
191
|
display: inline-block;
|
|
190
192
|
fill: currentColor;
|
|
191
193
|
height: 1em;
|
|
194
|
+
margin-left: 0.3em;
|
|
192
195
|
stroke: currentColor;
|
|
193
196
|
width: 1em;
|
|
194
197
|
}
|
|
@@ -206,14 +209,13 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
206
209
|
.mega-nav-ctrl {
|
|
207
210
|
align-items: center;
|
|
208
211
|
background-color: transparent;
|
|
209
|
-
border:
|
|
212
|
+
border: 0;
|
|
210
213
|
display: inline-flex;
|
|
211
214
|
justify-content: center;
|
|
212
|
-
line-height: 1;
|
|
213
215
|
margin-left: 0.3em;
|
|
214
|
-
|
|
215
|
-
padding: 0.5em;
|
|
216
|
+
padding: 0;
|
|
216
217
|
text-align: center;
|
|
218
|
+
vertical-align: middle;
|
|
217
219
|
|
|
218
220
|
&:active,
|
|
219
221
|
&:focus,
|
|
@@ -221,6 +223,21 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
221
223
|
&:visited {
|
|
222
224
|
outline: none;
|
|
223
225
|
}
|
|
226
|
+
|
|
227
|
+
strong {
|
|
228
|
+
margin: 0 0.5em;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.mega-nav-icon-outline {
|
|
233
|
+
border: 1px solid;
|
|
234
|
+
margin-top: -3px;
|
|
235
|
+
padding: 0.5em;
|
|
236
|
+
|
|
237
|
+
.mega-nav-icon {
|
|
238
|
+
display: block;
|
|
239
|
+
margin: 0;
|
|
240
|
+
}
|
|
224
241
|
}
|
|
225
242
|
|
|
226
243
|
.mega-nav-body-ct {
|
|
@@ -341,7 +358,8 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
341
358
|
> b {
|
|
342
359
|
display: block;
|
|
343
360
|
font-size: mega-nav-em($mega-nav-font-size-h1);
|
|
344
|
-
font-weight:
|
|
361
|
+
font-weight: 600;
|
|
362
|
+
letter-spacing: -0.02em;
|
|
345
363
|
}
|
|
346
364
|
|
|
347
365
|
> ul {
|
|
@@ -478,7 +496,11 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
478
496
|
}
|
|
479
497
|
|
|
480
498
|
.mega-nav-body-grid-item:nth-child(3) {
|
|
481
|
-
width:
|
|
499
|
+
width: 1 / 3 * 100%;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.mega-nav-body-grid-item:nth-child(4) {
|
|
503
|
+
width: 1 / 3 * 100%;
|
|
482
504
|
}
|
|
483
505
|
|
|
484
506
|
.mega-nav-h1 {
|
|
@@ -640,15 +662,19 @@ $mega-nav-sandbox-specificity: 4;
|
|
|
640
662
|
}
|
|
641
663
|
|
|
642
664
|
.mega-nav-body-grid-item:nth-child(1) {
|
|
643
|
-
width:
|
|
665
|
+
width: 12 / 24 * 100%;
|
|
644
666
|
}
|
|
645
667
|
|
|
646
668
|
.mega-nav-body-grid-item:nth-child(2) {
|
|
647
|
-
width:
|
|
669
|
+
width: 4 / 24 * 100%;
|
|
648
670
|
}
|
|
649
671
|
|
|
650
672
|
.mega-nav-body-grid-item:nth-child(3) {
|
|
651
|
-
width:
|
|
673
|
+
width: 4 / 24 * 100%;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.mega-nav-body-grid-item:nth-child(4) {
|
|
677
|
+
width: 4 / 24 * 100%;
|
|
652
678
|
}
|
|
653
679
|
|
|
654
680
|
.mega-nav-close {
|
|
@@ -15,16 +15,22 @@
|
|
|
15
15
|
<a class="mega-nav-banner-logo" href="https://www.hashicorp.com"><img src="<%= image_path("mega-nav/logo-hashicorp-wordmark.svg") %>" alt="HashiCorp Logo" /></a>
|
|
16
16
|
</div>
|
|
17
17
|
<div class="mega-nav-banner-item">
|
|
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
|
|
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
|
-
<button type="button" id="mega-nav-ctrl" class="mega-nav-ctrl"
|
|
20
|
+
<button type="button" id="mega-nav-ctrl" class="mega-nav-ctrl">
|
|
21
|
+
<img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" />
|
|
22
|
+
<strong>HashiCorp Suite</strong>
|
|
23
|
+
<span class="mega-nav-icon-outline">
|
|
24
|
+
<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>
|
|
25
|
+
</span>
|
|
26
|
+
</button>
|
|
21
27
|
<div id="mega-nav-body-ct" class="mega-nav-body-ct" aria-labelledby="mega-nav-ctrl">
|
|
22
28
|
<div class="mega-nav-body">
|
|
23
29
|
<button type="button" id="mega-nav-close" class="mega-nav-close"><svg class="mega-nav-icon mega-nav-icon-close" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mega-nav-icon-close"></use></svg><span class="visuallyhidden">Close</span></button>
|
|
24
30
|
<div class="mega-nav-body-header">
|
|
25
31
|
<div class="mega-nav-body-header-item">
|
|
26
|
-
<h2 class="mega-nav-h1">Provision, Secure, and
|
|
27
|
-
<p class="mega-nav-h2">Any infrastructure for any
|
|
32
|
+
<h2 class="mega-nav-h1">Provision, Secure, Connect, and Run</h2>
|
|
33
|
+
<p class="mega-nav-h2">Any infrastructure for any application</p>
|
|
28
34
|
</div>
|
|
29
35
|
<div class="mega-nav-body-header-item">
|
|
30
36
|
<a href="https://www.hashicorp.com/devops-defined/" class="mega-nav-btn"><img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" /> Learn the HashiCorp 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>
|
|
@@ -87,27 +93,32 @@
|
|
|
87
93
|
</ul>
|
|
88
94
|
</div>
|
|
89
95
|
<div class="mega-nav-body-grid-item">
|
|
90
|
-
<h3 class="mega-nav-h3">
|
|
96
|
+
<h3 class="mega-nav-h3">Connect</h3>
|
|
91
97
|
<ul class="mega-nav-grid">
|
|
92
98
|
<li>
|
|
93
|
-
<a href="https://www.
|
|
99
|
+
<a href="https://www.consul.io" class="mega-nav-grid-item mega-nav-grid-item-consul">
|
|
94
100
|
<div class="mega-nav-grid-item-img">
|
|
95
|
-
<img src="<%= image_path("mega-nav/logo-
|
|
101
|
+
<img src="<%= image_path("mega-nav/logo-consul.svg") %>" alt="Consul Logo" />
|
|
96
102
|
</div>
|
|
97
|
-
<b>
|
|
103
|
+
<b>Consul</b>
|
|
98
104
|
<ul>
|
|
99
|
-
<li><span class="mega-nav-tag">
|
|
105
|
+
<li><span class="mega-nav-tag">Maintain</span></li>
|
|
100
106
|
</ul>
|
|
101
107
|
</a>
|
|
102
108
|
</li>
|
|
109
|
+
</ul>
|
|
110
|
+
</div>
|
|
111
|
+
<div class="mega-nav-body-grid-item">
|
|
112
|
+
<h3 class="mega-nav-h3">Run</h3>
|
|
113
|
+
<ul class="mega-nav-grid">
|
|
103
114
|
<li>
|
|
104
|
-
<a href="https://www.
|
|
115
|
+
<a href="https://www.nomadproject.io" class="mega-nav-grid-item mega-nav-grid-item-nomad">
|
|
105
116
|
<div class="mega-nav-grid-item-img">
|
|
106
|
-
<img src="<%= image_path("mega-nav/logo-
|
|
117
|
+
<img src="<%= image_path("mega-nav/logo-nomad.svg") %>" alt="Nomad Logo" />
|
|
107
118
|
</div>
|
|
108
|
-
<b>
|
|
119
|
+
<b>Nomad</b>
|
|
109
120
|
<ul>
|
|
110
|
-
<li><span class="mega-nav-tag">
|
|
121
|
+
<li><span class="mega-nav-tag">Deploy</span></li>
|
|
111
122
|
</ul>
|
|
112
123
|
</a>
|
|
113
124
|
</li>
|
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.25
|
|
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-05-
|
|
11
|
+
date: 2017-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman
|