Skip to content

Commit

Permalink
removes banner and fixes sticky sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiBomb committed Jul 19, 2017
1 parent fe65ae6 commit 1d213ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
9 changes: 2 additions & 7 deletions docs/assets/scss/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@ a[data-open-video] {
}
}

.docs-off-canvas-content {
padding-top: 130px;
}

.training-callout {
border-left: 3px solid $primary-color;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.17);
Expand All @@ -484,7 +480,6 @@ a.docs-banner {
}
}

.welcome-hero,
.docs-nav {
margin-top: 30px;
.docs-nav-container {
overflow: auto;
}
4 changes: 2 additions & 2 deletions docs/layout/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<div class="docs-off-canvas-content off-canvas-content" data-off-canvas-content>
<div class="docs-sticky-top-bar">
<!-- Info Banner For Announcements or Links -->
<a href="http://zurb.com/university/foundation-intro" class="docs-banner course-banner">
<!-- <a href="http://zurb.com/university/foundation-intro" class="docs-banner course-banner">
<div class="info">
<h5 class=""><strong>To master everything new in 6.4, along with the rest of Foundation register for our August 8th Webinar Class &rsaquo;</strong></h5>
</div>
</a>

-->
{{> navigation}}
{{> mobile-navigation}}
{{> search-bar}}
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/footer-contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="small-12 column text-center">
<h5 class="homepage-section-subtitle lighter hide-me">Register Today</h5>
<span class="homepage-section-subtitle-divider lighter small-centered hide-me"></span>
<h1 class="homepage-section-title hide-me">Get all the answers in our <br>August 8th <a class="hyperlink" href="http://zurb.com/university/foundation-intro">Foundation Class</a></h1>
<h1 class="homepage-section-title hide-me">Get all the answers in our <br><!-- August 8th --><a class="hyperlink" href="http://zurb.com/university/courses">Foundation Classes</a></h1>
</div>
<div class="small-11 medium-10 large-9 column text-center small-centered">
<p class="homepage-section-desc hide-me">Learn Foundation from the creators in our interactive online webinars which will keep you up to date with the latest trends and skills needed to win your projects.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/partials/info-banner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Info Banner For Announcements or Links -->
<a href="http://zurb.com/university/foundation-intro" class="docs-banner course-banner">
<!-- <a href="http://zurb.com/university/foundation-intro" class="docs-banner course-banner">
<div class="info">
<h5 class=""><strong>To master everything new in 6.4, along with the rest of Foundation register for our Aug 8th Webinar Class &rsaquo;</strong></h5>
</div>
</a>
</a> -->

0 comments on commit 1d213ff

Please sign in to comment.