-
Community
+
Community
+
+Terraform is a new project with a growing community. Despite this,
+there are active, dedicated users willing to help you through various
+mediums.
+
+
+IRC: #terraform
on Freenode
+
+
+Mailing list:
+Terraform Google Group
+
+
+Bug Tracker:
+Issue tracker
+ on GitHub. Please only use this for reporting bugs. Do not ask
+for general help here. Use IRC or the mailing list for that.
+
+
People
+
+The following people are some of the faces behind Terraform. They each
+contribute to Terraform in some core way. Over time, faces may appear and
+disappear from this list as contributors come and go.
+
+
+
+

+
+
Mitchell Hashimoto (@mitchellh)
- Terraform is a new project with a growing community. Despite this,
- there are active, dedicated users willing to help you through various
- mediums.
+ Mitchell Hashimoto is the creator of Terraform and works on all
+ layers of Terraform from the core to providers. In addition to Terraform,
+ Mitchell is the creator of
+ Vagrant,
+ Packer, and
+ Consul.
-
- IRC: #terraform
on Freenode
-
-
- Mailing list:
- Terraform Google Group
-
-
- Bug Tracker:
- Issue tracker
- on GitHub. Please only use this for reporting bugs. Do not ask
- for general help here. Use IRC or the mailing list for that.
-
-
People
-
- The following people are some of the faces behind Terraform. They each
- contribute to Terraform in some core way. Over time, faces may appear and
- disappear from this list as contributors come and go.
-
-
-
-

-
-
Armon Dadgar (@armon)
-
- Armon Dadgar is the creator of Terraform. He researched and developed
- most of the internals of how Terraform works, including the
- gossip layer, leader election, etc. Armon is also the creator of
- Serf,
- Statsite, and
- Bloomd.
-
-
-
-
-

-
-
Mitchell Hashimoto (@mitchellh)
-
- Mitchell Hashimoto is a co-creator of Terraform. He primarily took
- a management role in the creation of Terraform, guiding product
- and user experience decisions on top of Armon's technical decisions.
- Mitchell Hashimoto is also the creator of
- Vagrant,
- Packer, and
- Serf.
-
-
-
-
-
-

-
-
-
- Jack Pearkes created and maintains the Terraform web UI.
- He is also a core committer to
- Packer and maintains
- many successful
- open source projects
- while also being an employee of
- HashiCorp.
-
-
-
-
-
-

-
-
-
William Tisäter is a Terraform core committer. He is also maintainer of pygeoip and build things daily at Tictail.
-
-
-
-
-
+
+
+

+
+
Armon Dadgar (@armon)
+
+ Armon Dadgar is a creator of Terraform. He created valuable sections
+ of the core and helps maintain providers as well. Armon is also the
+ creator of
+ Consul,
+ Serf,
+ Statsite, and
+ Bloomd.
+
+
+
+
+

+
+
+
+ Jack Pearkes is a creator of Terraform. He created and maintains
+ most of the providers and documentation.
+ He is also a core committer to
+ Packer and
+ Consul
+ while also being an employee of
+ HashiCorp.
+
+
+
+
+
diff --git a/website/source/stylesheets/_docs.less b/website/source/stylesheets/_docs.less
index e06e6e8abc..a9b7a889ff 100755
--- a/website/source/stylesheets/_docs.less
+++ b/website/source/stylesheets/_docs.less
@@ -7,6 +7,7 @@ body.page-sub{
}
body.layout-docs,
+body.layout-inner,
body.layout-intro{
background: @light-black url('../images/sidebar-wire.png') left 62px no-repeat;
@@ -192,6 +193,7 @@ body.layout-intro{
@media (max-width: 992px) {
body.layout-docs,
+ body.layout-inner,
body.layout-intro{
>.container{
.col-md-8[role=main]{
diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css
index 03ea733ac5..aef62cea1f 100644
--- a/website/source/stylesheets/main.css
+++ b/website/source/stylesheets/main.css
@@ -995,15 +995,18 @@ body.page-sub {
background-color: #242424;
}
body.layout-docs,
+body.layout-inner,
body.layout-intro {
background: #242424 url('../images/sidebar-wire.png') left 62px no-repeat;
}
body.layout-docs > .container .col-md-8[role=main],
+body.layout-inner > .container .col-md-8[role=main],
body.layout-intro > .container .col-md-8[role=main] {
min-height: 800px;
background-color: white;
}
body.layout-docs > .container .col-md-8[role=main] > div,
+body.layout-inner > .container .col-md-8[role=main] > div,
body.layout-intro > .container .col-md-8[role=main] > div {
position: relative;
z-index: 10;
diff --git a/website/source/stylesheets/main.less b/website/source/stylesheets/main.less
index f542f49af2..98e699d7a7 100755
--- a/website/source/stylesheets/main.less
+++ b/website/source/stylesheets/main.less
@@ -26,4 +26,4 @@
// Components w/ JavaScript
/*@import "modals.less";*/
-// 68
+// 69