blob: 29386d3d45749504e0248afb827abe5645a07242 [file]
<!--
Copyright 2015 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<style>
.jumbotron {
text-align: center;
border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
margin-top: 12px;
padding: 14px 24px;
font-size: 21px;
}
.jumbotron .lead {
margin: 20px 100px;
}
</style>
<!-- Welcome banner! -->
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="jumbotron">
<h1>Welcome to Cherry</h1>
<p class="lead">Cherry is the visual tool for managing dEQP test case execution and browsing the results.</p>
<p><a class="btn btn-lg btn-success" href="#/testLaunch" role="button">Get started!</a></p>
</div>
</div>
</div>
<!-- Paragraphs -->
<div class="row">
<div class="col-md-3 col-md-offset-3">
<h4>What is Cherry?</h4>
<p>Cherry is the dEQP application for managing test execution on target devices and visualizing the results.</p>
</div>
</div>
<!-- \todo [petri] add more documentation text here?
<div class="row">
<div class="col-md-3 col-md-offset-3">
<h4>Result Viewing</h4>
<p>Lorem ipsum result viewing dipsum. Lorem ipsum result viewing dipsum. Lorem ipsum result viewing dipsum. Lorem ipsum result viewing dipsum.</p>
</div>
<div class="col-md-3">
<h4>Report Generation</h4>
<p>Lorem ipsum reports dipsum. Lorem ipsum reports dipsum. Lorem ipsum reports dipsum. Lorem ipsum reports dipsum.</p>
</div>
</div>
-->