Update news section with April 4 webinar video (#14109)

This commit is contained in:
Ryon 2017-05-01 15:07:48 -04:00 committed by Clint
parent c807b8b623
commit acaffd9dbb
3 changed files with 16 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -214,6 +214,7 @@
img { img {
box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25); box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
margin: 0 0 20px 0; margin: 0 0 20px 0;
max-width: 100%;
} }
h2 { h2 {
@ -227,14 +228,18 @@
} }
div.latest-item { div.latest-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.5); + .latest-item {
margin-bottom: 20px; border-top: 1px solid rgba(white, .5);
padding-bottom: 20px; margin-top: 20px;
padding-top: 20px;
}
&:last-child { @media (max-width: $screen-sm-max) {
border: none; &:last-child {
margin-bottom: 0; border-bottom: 1px solid rgba(white, .5);
padding-bottom: 0; margin-bottom: 20px;
padding-bottom: 20px;
}
} }
p { p {

View File

@ -178,12 +178,12 @@ description: |-
</div> </div>
<div class="col-md-5 col-sm-12"> <div class="col-md-5 col-sm-12">
<div class="latest-item"> <div class="latest-item">
<h3>Coming Soon!</h3> <%= image_tag 'news/webinar-Terraform-4-4-2017.png', :alt=>'Webinar April 4, 2017, 10:00 AM PST' %>
<h3>Webinar: Multi-Cloud, One Command with Terraform</h3>
<p> <p>
We have some exciting new announcements planned for Terraform. Check Watch our recent webinar with Mitchell Hashimoto to learn how Terraform provisions infrastructure across different clouds using a consistent workflow.
back soon to learn more.
</p> </p>
<p> <a class="button" href="https://youtu.be/nLg7fpVcIv4" target="_blank">Watch Now</a>
</div> </div>
</div> </div>
<div class="col-md-offset-1 col-md-6 col-sm-12"> <div class="col-md-offset-1 col-md-6 col-sm-12">