website/www: put support under the "about" link

This commit is contained in:
Mitchell Hashimoto 2013-09-18 17:52:08 -07:00
parent f208dde467
commit 84091cac26
7 changed files with 46 additions and 51 deletions

View File

@ -1,5 +1,6 @@
<ul class="unstyled"> <ul class="unstyled">
<li<%= sidebar_current("about") %>><a href="/about.html">About Vagrant</a></li> <li<%= sidebar_current("about") %>><a href="/about.html">About Vagrant</a></li>
<li<%= sidebar_current("about-support") %>><a href="/support.html">Support</a></li>
<li<%= sidebar_current("about-sponsors") %>><a href="/sponsors.html">Project Sponsors</a></li> <li<%= sidebar_current("about-sponsors") %>><a href="/sponsors.html">Project Sponsors</a></li>
</ul> </ul>
<a class="button white-button" href="https://github.com/mitchellh/vagrant">vagrant on github</a> <a class="button white-button" href="https://github.com/mitchellh/vagrant">vagrant on github</a>

View File

@ -3,6 +3,7 @@ layout: "inner"
sidebar_current: "about" sidebar_current: "about"
sidebar_template: "about" sidebar_template: "about"
sidebar_title: "About" sidebar_title: "About"
page_title: "About Vagrant"
--- ---
## About Vagrant ## About Vagrant

View File

@ -51,7 +51,6 @@
<li class="pill"><a href="/vmware">VMware Integration</a></li> <li class="pill"><a href="/vmware">VMware Integration</a></li>
<li><a href="http://downloads.vagrantup.com/">Downloads</a></li> <li><a href="http://downloads.vagrantup.com/">Downloads</a></li>
<li><a href="http://docs.vagrantup.com/">Documentation</a></li> <li><a href="http://docs.vagrantup.com/">Documentation</a></li>
<li><a href="/support.html">Support</a></li>
<li><a href="/about.html">About</a></li> <li><a href="/about.html">About</a></li>
</ul> </ul>
</nav> </nav>

View File

@ -43,6 +43,7 @@ nav {
li { li {
display: inline; display: inline;
margin-left: 15px; margin-left: 15px;
font-size: 13px;
} }
li.pill { li.pill {

View File

@ -1,8 +1,9 @@
--- ---
layout: "inner" layout: "inner"
sidebar_current: "support" sidebar_current: "about-support"
sidebar_template: "support" sidebar_template: "about"
sidebar_title: "Support" sidebar_title: "about"
page_title: "Support"
--- ---
<h2>Support</h2> <h2>Support</h2>
<p> <p>
@ -13,13 +14,50 @@ available.
</p> </p>
<p> <p>
<a href="/support/professional.html">Professional support packages</a> <a href="#professional">Professional support packages</a>
provide you with direct access to the people creating Vagrant ready to provide you with direct access to the people creating Vagrant ready to
help you with any problems or questions you may have. help you with any problems or questions you may have.
</p> </p>
<p> <p>
<a href="/support/community.html">Community support</a> is available <a href="#community">Community support</a> is available
via the mailing list or IRC. Thousands of helpful Vagrant users, including via the mailing list or IRC. Thousands of helpful Vagrant users, including
the developers of Vagrant, read messages in these channels. the developers of Vagrant, read messages in these channels.
</p> </p>
<a name="community"></a>
<h2>Community Support</h2>
<p>Vagrant has a large and active community of individuals who
are more than happy to assist newcomers and veterans alike.</p>
<p>
<strong>IRC:</strong> <code>#vagrant</code> on Freenode. IRC
provides a real-time chat environment for getting help. Note that
the quality and availability of assistance depends largely on the
time of day and who is currently active in the channel.
</p>
<p>
<strong>Mailing list:</strong> <a href="http://groups.google.com/group/vagrant-up">Vagrant Google Group</a>. The mailing list has thousands of people who engage
in active discussions daily. A response can take up to a few days
here, but your inquiries will be seen by many more individuals.
</p>
</p>
<p>
<strong>Bug Tracker:</strong> <a href="https://github.com/mitchellh/vagrant/issues">Issue Tracker on GitHub</a>. This is only for reporting bugs found, please do not use this as a means for support.
</p>
<a name="professional"></a>
<h2>Professional Support</h2>
<p>Professional support packages are on the way. If you're interested
in hearing more, please contact <a href="mailto:biz@hashicorp.com">biz@hashicorp.com</a>.
<p>
If you purchased the <a href="http://www.vagrantup.com/vmware">VMware Fusion provider</a>,
you're eligible for limited basic support via email by contacting
<a href="mailto:support@hashicorp.com">support@hashicorp.com</a>. Response
times are typically within 48 hours, but can be up to a week.
</p>

View File

@ -1,28 +0,0 @@
---
layout: "inner"
sidebar_current: "support-community"
sidebar_template: "support"
sidebar_title: "Support"
---
<h2>Community Support</h2>
<p>Vagrant has a large and active community of individuals who
are more than happy to assist newcomers and veterans alike.</p>
<p>
<strong>IRC:</strong> <code>#vagrant</code> on Freenode. IRC
provides a real-time chat environment for getting help. Note that
the quality and availability of assistance depends largely on the
time of day and who is currently active in the channel.
</p>
<p>
<strong>Mailing list:</strong> <a href="http://groups.google.com/group/vagrant-up">Vagrant Google Group</a>. The mailing list has thousands of people who engage
in active discussions daily. A response can take up to a few days
here, but your inquiries will be seen by many more individuals.
</p>
</p>
<p>
<strong>Bug Tracker:</strong> <a href="https://github.com/mitchellh/vagrant/issues">Issue Tracker on GitHub</a>. This is only for reporting bugs found, please do not use this as a means for support.
</p>

View File

@ -1,17 +0,0 @@
---
layout: "inner"
sidebar_current: "support-professional"
sidebar_template: "support"
sidebar_title: "Support"
---
<h2>Professional Support</h2>
<p>Professional support packages are on the way. If you're interested
in hearing more, please contact <a href="mailto:biz@hashicorp.com">biz@hashicorp.com</a>.
<p>
If you purchased the <a href="http://www.vagrantup.com/vmware">VMware Fusion provider</a>,
you're eligible for limited basic support via email by contacting
<a href="mailto:support@hashicorp.com">support@hashicorp.com</a>. Response
times are typically within 48 hours, but can be up to a week.
</p>