Merge pull request #8344 from jasoncostello/website-add-meganav
Website: Add Meganav
This commit is contained in:
commit
d79dc66a0f
|
@ -1,3 +1,3 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "middleman-hashicorp", "0.3.12"
|
gem "middleman-hashicorp", "0.3.13"
|
||||||
|
|
|
@ -77,7 +77,7 @@ GEM
|
||||||
rack (>= 1.4.5, < 2.0)
|
rack (>= 1.4.5, < 2.0)
|
||||||
thor (>= 0.15.2, < 2.0)
|
thor (>= 0.15.2, < 2.0)
|
||||||
tilt (~> 1.4.1, < 2.0)
|
tilt (~> 1.4.1, < 2.0)
|
||||||
middleman-hashicorp (0.3.12)
|
middleman-hashicorp (0.3.13)
|
||||||
bootstrap-sass (~> 3.3)
|
bootstrap-sass (~> 3.3)
|
||||||
builder (~> 3.2)
|
builder (~> 3.2)
|
||||||
middleman (~> 3.4)
|
middleman (~> 3.4)
|
||||||
|
@ -151,7 +151,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
middleman-hashicorp (= 0.3.12)
|
middleman-hashicorp (= 0.3.13)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.14.6
|
1.14.6
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION?="0.3.12"
|
VERSION?="0.3.13"
|
||||||
|
|
||||||
website:
|
website:
|
||||||
@echo "==> Starting website in Docker..."
|
@echo "==> Starting website in Docker..."
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
"builders": [
|
"builders": [
|
||||||
{
|
{
|
||||||
"type": "docker",
|
"type": "docker",
|
||||||
"image": "hashicorp/middleman-hashicorp:0.3.12",
|
"image": "hashicorp/middleman-hashicorp:0.3.13",
|
||||||
"discard": "true",
|
"discard": "true",
|
||||||
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
//= require lib/_Base
|
//= require lib/_Base
|
||||||
|
|
||||||
|
//= require hashicorp/mega-nav
|
||||||
|
|
||||||
//= require app/_app
|
//= require app/_app
|
||||||
//= require app/_docs
|
//= require app/_docs
|
||||||
//= require app/_sidebar
|
//= require app/_sidebar
|
||||||
|
|
|
@ -8,8 +8,9 @@ text-rendering: optimizeLegibility;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 18px;
|
|
||||||
color: $black;
|
color: $black;
|
||||||
|
font-family: $font-family-open-sans;
|
||||||
|
font-size: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,10 +35,6 @@ h3 {
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, a {
|
|
||||||
font-family: $font-family-open-sans;
|
|
||||||
}
|
|
||||||
|
|
||||||
.highlight{
|
.highlight{
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,11 +4,6 @@
|
||||||
color: $purple-text;
|
color: $purple-text;
|
||||||
font-family: $font-family-klavika;
|
font-family: $font-family-klavika;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
color: $purple-text;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero {
|
.hero {
|
||||||
|
@ -52,6 +47,8 @@
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: $blue-text;
|
color: $blue-text;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hgroup {
|
hgroup {
|
||||||
|
@ -61,12 +58,17 @@
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: $baseline;
|
margin-bottom: $baseline;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
line-height: $baseline * 1.5;
|
line-height: $baseline * 1.5;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
color: $purple-text;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,6 +78,7 @@
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -93,6 +96,7 @@
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: $dark-gray-text;
|
color: $dark-gray-text;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customer-logos {
|
.customer-logos {
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600");
|
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600");
|
||||||
@import url("//fonts.googleapis.com/css?family=Inconsolata:400,700");
|
@import url("//fonts.googleapis.com/css?family=Inconsolata:400,700");
|
||||||
|
|
||||||
|
// Mega Nav
|
||||||
|
@import 'hashicorp/mega-nav';
|
||||||
|
|
||||||
// Core variables and mixins
|
// Core variables and mixins
|
||||||
@import "_variables";
|
@import "_variables";
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="logo" href="/">Vagrant</a>
|
<a class="logo" href="/">Vagrant</a>
|
||||||
<a class="by-hashicorp gray" href="https://www.hashicorp.com/"><span class="svg-wrap">by</span><%= partial "layouts/svg/svg-by-hashicorp" %><%= partial "layouts/svg/svg-hashicorp-logo" %>HashiCorp</a>
|
|
||||||
</div>
|
</div>
|
||||||
<button class="navbar-toggle gray" type="button">
|
<button class="navbar-toggle gray" type="button">
|
||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<%= mega_nav :vagrant %>
|
||||||
<%= partial "layouts/header" %>
|
<%= partial "layouts/header" %>
|
||||||
<%= partial "layouts/sidebar" %>
|
<%= partial "layouts/sidebar" %>
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
|
|
Loading…
Reference in New Issue