|
|
|
|
@ -156,6 +156,46 @@
|
|
|
|
|
<div class="feature-skew" id="feature-create-bg"></div>
|
|
|
|
|
</div> <!-- /feature -->
|
|
|
|
|
|
|
|
|
|
<div class="skew-item" id="latest-announcement">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-md-offset-1 col-md-11 col-sm-12">
|
|
|
|
|
<h2>Latest</h2>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="latest-col latest-col-left col-md-4 col-md-offset-1 col-sm-12">
|
|
|
|
|
<div class="latest-item">
|
|
|
|
|
<img src="<%= image_path('webinar-image.jpg') %>" srcset="<%= image_path('webinar-image@2x.jpg') %> 2x, <%= image_path('webinar-image.jpg') %> 1x">
|
|
|
|
|
<h3 class="latest-title">Join the live webinar to learn about provisioning Microsoft Azure with HashiCorp Terraform and see a demo</h3>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="outline-btn small-outline-btn" href="http://hashi.co/2lJIzDl">Register Now</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="latest-col latest-col-right col-md-6 col-sm-12">
|
|
|
|
|
<div class="latest-item latest-item-text">
|
|
|
|
|
<h3 class="latest-title">Terraform 0.8 Released</h3>
|
|
|
|
|
<p class="lower-opacity">
|
|
|
|
|
Terraform continues to be HashiCorp's fastest growing project. Read the highlights from the 0.8 release
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="outline-btn small-outline-btn" href="https://www.hashicorp.com/blog/terraform-0-8.html">Read more</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="latest-item latest-item-text">
|
|
|
|
|
<h3 class="">Applying Graph Theory to Infrastructure As Code</h3>
|
|
|
|
|
<p class="lower-opacity">
|
|
|
|
|
Watch this talk from HashiConf 2016 where we explore the graph theory at the heart of Terraform's orchestration engine.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="outline-btn small-outline-btn" href="https://www.youtube.com/watch?v=4Pd9NrZSbGU">Watch Video</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
<div class="feature-skew" id="latest-announcement-bg"></div>
|
|
|
|
|
</div><!-- /#latest-announcement -->
|
|
|
|
|
|
|
|
|
|
<div class="skew-item" id="demos">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="terminals row">
|
|
|
|
|
@ -248,20 +288,6 @@
|
|
|
|
|
<div class="feature-skew" id="demo-bg"></div>
|
|
|
|
|
</div><!-- /#demos -->
|
|
|
|
|
|
|
|
|
|
<div class="skew-item" id="latest-announcement">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
<p class="lead"><strong>Latest:</strong> We’ve released Terraform 0.8!</p>
|
|
|
|
|
<p>
|
|
|
|
|
<a class="outline-btn" href="https://www.hashicorp.com/blog/terraform-0-8.html">Read more</a>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div><!-- /.container -->
|
|
|
|
|
<div class="feature-skew" id="latest-announcement-bg"></div>
|
|
|
|
|
</div><!-- /#latest-announcement -->
|
|
|
|
|
|
|
|
|
|
<div class="skew-item" id="enterprise-intro">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
@ -276,4 +302,4 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div><!-- / .container -->
|
|
|
|
|
<div class="feature-skew" id="enterprise-intro-bg"></div>
|
|
|
|
|
</div><!-- / #latest-announcement -->
|
|
|
|
|
</div><!-- / #enterprise-intro -->
|
|
|
|
|
|