91 lines
4.2 KiB
Handlebars
91 lines
4.2 KiB
Handlebars
<div id="landing" class="landing wrapper">
|
|
<section class="section--hero section--grey">
|
|
<div class="inner">
|
|
<div class="section-text">
|
|
<h1 class="h1">Builds apps <br class="br-small"> with confidence</h1>
|
|
<p class="text-big">Focus on writing code. Let Travis CI take care<br class="br-small"> of running your tests and deploying your apps.</p>
|
|
<a href="#" class="hero-button" title="Start your free trial">Start your free trial</a>
|
|
</div>
|
|
<div class="section-image">
|
|
<img src="../images/pro-landing/hero-screen.svg" class="hero-computer" aria-hidden="true">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section--white section--center">
|
|
<div class="inner">
|
|
<h3 class="h3">Some pretty awesome companies and projects are a few of our users</h3>
|
|
<ul class="list--customers">
|
|
<li><a href="#" class="customer-zendesk">Zendesk</a></li>
|
|
<li><a href="#"class="customer-heroku">Heroku</a></li>
|
|
<li><a href="#"class="customer-engineyard">Engine Yard</a></li>
|
|
<li><a href="#"class="customer-bittorrent">BitTorrent</a></li>
|
|
<li><a href="#"class="customer-moz">moz</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
<section class="section--feature section--grey">
|
|
<div class="inner">
|
|
<div class="section-list section--center">
|
|
<ul class="list--features">
|
|
<li>
|
|
<span class="feature-github" aria-hidden="true"></span>
|
|
<h3 class="h3">Get set up in seconds</h3>
|
|
<p class="text-small">Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!</p>
|
|
</li>
|
|
<li>
|
|
<span class="feature-db" aria-hidden="true"></span>
|
|
<h3 class="h3">Supports your platform</h3>
|
|
<p class="text-small">Many databases and services are pre-installed and can be enabled in your build configuration.</p>
|
|
</li>
|
|
<li>
|
|
<span class="feature-pr" aria-hidden="true"></span>
|
|
<h3 class="h3">Test your pull requests</h3>
|
|
<p class="text-small">Make sure every Pull Request to your project is tested before it's merged.</p>
|
|
</li>
|
|
<li>
|
|
<span class="feature-heroku" aria-hidden="true"></span>
|
|
<h3 class="h3">Deploy anywhere</h3>
|
|
<p class="text-small">Updating staging or production as soon as your tests pass has never been easier!</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="section-text">
|
|
<h2 class="h2--green">Features created to help your projects and teams</h2>
|
|
<ul class="list--check">
|
|
<li>Watch your tests as they run</li>
|
|
<li>Keep your config with your code</li>
|
|
<li>Slack, HipChat, Emails and more</li>
|
|
<li>A clean VM for every build</li>
|
|
<li>Run your tests in parallel</li>
|
|
<li>Linux and Mac (and iOS) supported</li>
|
|
<li>Great API and command line tool</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="section--white section--center">
|
|
<div class="inner">
|
|
<h3 class="h3">Supported languages</h3>
|
|
<p class="text-small">These are just a few of our most popular languages, check out the full list <a href="#">in our docs</a>.</p>
|
|
<ul class="list--languages">
|
|
<li><span class="language-clojure"></span>Clojure</li>
|
|
<li><span class="language-node"></span>Node</li>
|
|
<li><span class="language-php"></span>PHP</li>
|
|
<li><span class="language-xcode"></span>XCode</li>
|
|
<li><span class="language-ruby"></span>Ruby</li>
|
|
<li><span class="language-python"></span>Python</li>
|
|
<li><span class="language-java"></span>Java</li>
|
|
<li><span class="language-erlang"></span>Erlang</li>
|
|
<li><span class="language-go"></span>Go</li>
|
|
<li><span class="language-scala"></span>Scala</li>
|
|
<li><span class="language-perl"></span>Perl</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
<section class="section--grey section--center">
|
|
<div class="inner">
|
|
<h2 class="h2--teal">Interested in running your <br class="br-small"> private projects with Travis CI?</h2>
|
|
<a href="#" class="landing-button">Start your free trial</a>
|
|
</div>
|
|
</section>
|
|
</div> |