view content/home/content.html @ 68:d3baea22ad57 development

Work on front page. Small updates to less file. Remove unneeded comments and improve readability via whitespace
author Jie Kang <jkang@redhat.com>
date Fri, 25 Nov 2016 16:50:18 -0500
parents 49cc34400198
children ef7e08a19d56
line wrap: on
line source

<div class="jumbotron" id="front-page-jumbotron">
    <div class="container">
        <div class="text-center">
            <img class="logo-img" src="./img/thermostat_icon_500px.png" alt="Thermostat" />
            <h2>
                Thermostat
            </h2>
            <h3>
                The powerful instrumentation tool for the Hotspot JVM.
            </h3>
            <a href="downloads" class="btn btn-default navbar-btn btn-xlarge btn-c1  btn-transparent" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Download</a>
        </div>
    </div>
</div>

<div class="container-fluid">
    <div class="row" id="front-page-get-started">
        <div class="col-sm-2">
        </div>
        <div class="col-sm-4">
            <div class="embed-responsive embed-responsive-16by9" id="front-page-video">
                <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/AKB5jorzLpc"></iframe>
            </div>
        </div>
        <div class="col-sm-6">
            <div style="margin-top: 25px;">
                <h3 class="white">
                    Using Thermostat is quick and easy.
                </h3>
                <h4 class="white">
                    Profile methods, find memory leaks, visualize the stack and more. 
                </h4>
                <a href="./getting-started" class="btn btn-default btn-large btn-c1" role="button"> Get started <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></a>
            </div>
        </div>
    </div>
</div>