Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds page with recording of livestream #846

Merged
merged 1 commit into from
Jun 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion www/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@ def layout_class
###
# Redirects
###
redirect 'about/index.html', to: 'about/why-habitat.html'
# Temporarily changes the default redirect (from /about
# index to 'Why Habitat' article) to a livestream page
# redirect 'about/index.html', to: 'about/why-habitat.html'
redirect 'about/index.html', to: 'about/announcement.html'
redirect 'docs/index.html', to: 'docs/overview.html'
2 changes: 2 additions & 0 deletions www/data/about_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
sidebar_links:
- title: Why Habitat?
links:
- title: Habitat Announcement Webcast
link: "/about/announcement/"
- title: Overview
link: "/about/why-habitat/"
- title: Further Reading
Expand Down
9 changes: 9 additions & 0 deletions www/source/about/announcement.html.slim
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Habitat - Announcement
description: "Adam Jacob reveals, explains and demonstrates Habitat, the latest open source project from Chef. It's automation that travels with your app."
---

h1 Habitat Announcement Webcast

.flex-video.widescreen
iframe[width="840" height="472" src="https://www.youtube.com/embed/oxtRP1eYCns" frameborder="0" allowfullscreen]
1 change: 1 addition & 0 deletions www/source/stylesheets/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body.try-hab {
a {
display: block;
position: relative;
padding-right: rem-calc(15);
color: $body-font-color;

&:hover,
Expand Down