Merge pull request #4644 from jasoncostello/website-add-meganav

Website: Add Meganav
This commit is contained in:
Jack Pearkes 2017-03-08 17:53:15 -08:00 committed by GitHub
commit b86aa8af3d
7 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,3 @@
source "https://rubygems.org"
gem "middleman-hashicorp", "0.3.12"
gem "middleman-hashicorp", "0.3.13"

View File

@ -1,4 +1,4 @@
VERSION?="0.3.12"
VERSION?="0.3.13"
website:
@echo "==> Starting website in Docker..."

View File

@ -8,7 +8,7 @@
"builders": [
{
"type": "docker",
"image": "hashicorp/middleman-hashicorp:0.3.12",
"image": "hashicorp/middleman-hashicorp:0.3.13",
"discard": "true",
"run_command": ["-d", "-i", "-t", "{{ .Image }}", "/bin/sh"]
}

View File

@ -1,7 +1,10 @@
//= require jquery
//= require bootstrap
//= require lib/Base
//= require hashicorp/mega-nav
//= require docs
//= require app/Sidebar
////= require app/Init

View File

@ -95,10 +95,6 @@ p {
color: darken($green, 50%);
}
}
img {
width: 100%;
}
}
a {

View File

@ -3,6 +3,9 @@
@import url("//fonts.googleapis.com/css?family=Inconsolata|Open+Sans:300,400,600");
// Mega Nav
@import 'hashicorp/mega-nav';
@import "_helpers";
@import "_reset";

View File

@ -34,12 +34,14 @@
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NR2SD7C"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<%= mega_nav :packer %>
<div id="header" class="navigation white <%= current_page.data.page_title == "home" ? "" : "navbar-static-top" %>">
<div class="container-fluid">
<div class="container">
<div class="navbar-header">
<div class="navbar-brand">
<a class="logo" href="/">Packer</a>
<a class="by-hashicorp white" 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>
<button class="navbar-toggle white" type="button">
<span class="sr-only">Toggle navigation</span>
@ -72,7 +74,7 @@
<%= yield %>
<div class="clearfix"></div>
<footer id="footer" class="navigation white">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-xs-12">
<% # current_page.path does not have an extension, but