travis-web/app/templates/plans.hbs
2015-11-20 16:35:12 +01:00

135 lines
6.5 KiB
Handlebars

<div id="landing" class="landing wrapper">
<section class="section--white">
<div class="inner">
<header class="section--center">
<h1 class="h1--grey">Always free for <a href="https://travis-ci.org">open source projects</a>!</h1>
<p class="text-big">Set up your first project in <strong>just one minute</strong>.<br>
<strong>Your first 100 builds are free!</strong> No credit card required.
</p>
</header>
<ul class="list--plans">
<li class="plan--red">
<h2 class="plan-title">Open Source</h2>
<div class="plan-pricing">
<div class="price">Free</div>
<div class="timemrane">always</div>
</div>
<ul class="list--check">
<li>Fair use</li>
<li>Ulimited build minutes</li>
<li>Unlimited repositories</li>
<li>Unlimited collaborators</li>
</ul>
<div class="plan-cta">
<a href="https://travis-ci.org" class="plan-cta-btn">Get Started</a>
</div>
</li>
<li class="plan--green">
<h2 class="plan-title">Startup</h2>
<div class="plan-pricing">
<div class="price">$129</div>
<div class="timeframe">per month</div>
</div>
<ul class="list--check">
<li data-jobs="2"><span aria-hidden="false" class="hidden">2</span>Concurrent jobs</li>
<li>Ulimited build minutes</li>
<li>Unlimited repositories</li>
<li>Unlimited collaborators</li>
</ul>
<div class="plan-cta">
<a href="https://travis-ci.com/signin" class="plan-cta-btn" {{action 'gaCta' 'plans-table'}}>Start Trial</a>
</div>
</li>
<li class="plan--teal">
<h2 class="plan-title">Small Business</h2>
<div class="plan-pricing">
<div class="price">$249</div>
<div class="timeframe">per month</div>
</div>
<ul class="list--check">
<li data-jobs="5"><span aria-hidden="false" class="hidden">5</span>Concurrent jobs</li>
<li>Ulimited build minutes</li>
<li>Unlimited repositories</li>
<li>Unlimited collaborators</li>
</ul>
<div class="plan-cta">
<a href="https://travis-ci.com/signin" class="plan-cta-btn" {{action 'gaCta' 'plans-table'}}>Start Trial</a>
</div>
</li>
<li class="plan--yellow">
<h2 class="plan-title">Premium</h2>
<div class="plan-pricing">
<div class="price">$489</div>
<div class="timeframe">per month</div>
</div>
<ul class="list--check">
<li data-jobs="10"><span aria-hidden="false" class="hidden">10</span>Concurrent jobs</li>
<li>Ulimited build minutes</li>
<li>Unlimited repositories</li>
<li>Unlimited collaborators</li>
</ul>
<div class="plan-cta">
<a href="https://travis-ci.com/signin" class="plan-cta-btn" {{action 'gaCta' 'plans-table'}}>Start Trial</a>
</div>
</li>
</ul>
<div class="section--center">
<p class="text-big">In need of a bigger plan? <a href="mailto:contact@travis-ci.com">Get in touch</a><br> and we'll help get that started!</p>
</div>
</div>
</section>
<section class="section--grey section--enterprise">
<div class="inner">
<div class="section-text">
<h2 class="h2--teal">Interested in using <br>Travis CI on-site?</h2>
<p class="text-big">We offer an <strong>Enterprise plan</strong> for companies who<br> want to keep using the same features of<br> Travis CI with additional on-site security needs.<br><a href="https://enterprise.travis-ci.com">Learn more</a> about Travis CI Enterprise.</p>
</div>
<div class="section-image">
<img src="../images/pro-landing/enterprise-servers.svg" alt="Travis CI Enterprise" aria-hidden="true">
</div>
</div>
</section>
<section class="section--white">
<div class="inner">
<h3 class="h3--plans">Frequently asked questions about Travis CI plans</h3>
<ul class="list--faq">
<li>
<h4 class="h3--green">What is a concurrent job?</h4>
<p class="faq-text">Every commit triggers a single job by default. If two commits have been pushed on the Startup plan, they'll be run right away. Subsequent commits have to wait until the builds finished.</p>
</li>
<li>
<h4 class="h3--teal">What hardware are my tests running on?</h4>
<p class="faq-text">We use dedicated hardware to ensure full speed for your tests. You have 3GB of memory and up to 2 cores available. Your tests are running directly off SSDs with the most common databases optimized to run off RAM disks.</p>
</li>
<li>
<h4 class="h3--yellow">Are there any restrictions on build time?</h4>
<p class="faq-text">A build has 120 minutes to run. Should your build take longer, you can split it up using a build matrix.</p>
</li>
<li>
<h4 class="h3--red">Can I pay anually?</h4>
<p class="faq-text">You most certainly can! When signing up for a subscription, simply select the annual option. You get 1 month for free &mdash; 12 months for the price of 11!</p>
</li>
<li>
<h4 class="h3--teal">Can I cancel anytime?</h4>
<p class="faq-text">Absolutely! Contact us and we'll make sure your subscription gets cancelled as you want.</p>
</li>
<li>
<h4 class="h3--green">Am I able to upgrade my plan?</h4>
<p class="faq-text">Yes, you can change your plan subscription at any time.</p>
</li>
<li>
<h4 class="h3--red">Do the listed prices include VAT?</h4>
<p class="faq-text">Prices listed are excluding VAT, which will be added depending on origin (Germany and Europe). Make sure to have your company's VAT ID ready when entering billing details to remove VAT!</p>
</li>
<li>
<h4 class="h3--yellow">How does the trial work?</h4>
<p class="faq-text">Your free trial includes 100 builds and starts as soon as you set up your first project and push a commit. The trial is limited to one concurrent build.</p>
</li>
<li>
<h4 class="h3--teal">Do you have plans for students?</h4>
<p class="faq-text">We most certainly do! You can find all details on <a href="https://education.travis-ci.com">education.travis-ci.com</a></p>
</li>
</ul>
</div>
</section>
</div>