Team:Rutgers/testwiki0

From 2013.igem.org

(Difference between revisions)
 
Line 1: Line 1:
-
__NOTOC__
 
-
 
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<html lang="en">
<head>
<head>
-
<link href="https://2013.igem.org/Team:Rutgers/style?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" media="screen" />
+
 
 +
<link href="https://2013.igem.org/Team:Rutgers/style2?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" media="screen" />
     <meta charset="utf-8">
     <meta charset="utf-8">
-
     <title>Bootstrap, from Twitter</title>
+
     <title>Carousel Template &middot; Bootstrap</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="">
     <meta name="description" content="">
     <meta name="author" content="">
     <meta name="author" content="">
     <!-- Le styles -->
     <!-- Le styles -->
-
    <!-- TODO: make sure bootstrap.min.css points to BootTheme generated file
+
 
-
        -->
+
<link href="https://2013.igem.org/Team:Rutgers/bootstrap/min?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
-
    <!-- https://2013.igem.org/Team:Rutgers/bootstrap/min -->
 
 +
    <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet">
-
    <link href="https://2013.igem.org/Team:Rutgers/bootstrap/min?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
 
-
<--   <link href="bootstrap.min.css" rel="stylesheet" type="text/css" /> -->
+
    <style>
-
 
+
        /* GLOBAL STYLES -------------------------------------------------- */
-
    <style type="text/css">
+
        /* Padding below the footer and lighter body text */
         body {
         body {
-
            padding-top: 60px;
 
             padding-bottom: 40px;
             padding-bottom: 40px;
 +
            color: #5a5a5a;
         }
         }
-
         .sidebar-nav {
+
        /* CUSTOMIZE THE NAVBAR -------------------------------------------------- */
-
             padding: 9px 0;
+
        /* Special class on .container surrounding .navbar, used for positioning it into place. */
 +
         .navbar-wrapper {
 +
            position: absolute;
 +
            top: 0;
 +
            left: 0;
 +
            right: 0;
 +
            z-index: 10;
 +
            margin-top: 20px;
 +
            margin-bottom: -90px;
 +
            /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
 +
        }
 +
        .navbar-wrapper .navbar {
 +
        }
 +
        /* Remove border and change up box shadow for more contrast */
 +
        .navbar .navbar-inner {
 +
            border: 0;
 +
            -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
 +
            -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
 +
            box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
 +
        }
 +
        /* Downsize the brand/project name a bit */
 +
        .navbar .brand {
 +
            padding: 14px 20px 16px;
 +
            /* Increase vertical padding to match navbar links */
 +
            font-size: 16px;
 +
            font-weight: bold;
 +
            text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
 +
        }
 +
        /* Navbar links: increase padding for taller navbar */
 +
        .navbar .nav > li > a {
 +
             padding: 15px 20px;
 +
        }
 +
        /* Offset the responsive button for proper vertical alignment */
 +
        .navbar .btn-navbar {
 +
            margin-top: 10px;
 +
        }
 +
        /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */
 +
        /* Carousel base class */
 +
        .carousel {
 +
            margin-bottom: 60px;
 +
        }
 +
        .carousel .container-fluid {
 +
            position: relative;
 +
            z-index: 9;
 +
        }
 +
        .carousel-control {
 +
            height: 80px;
 +
            margin-top: 0;
 +
            font-size: 120px;
 +
            text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
 +
            background-color: transparent;
 +
            border: 0;
 +
            z-index: 10;
 +
        }
 +
        .carousel .item {
 +
            height: 500px;
 +
        }
 +
        .carousel img {
 +
            position: absolute;
 +
            top: 0;
 +
            left: 0;
 +
            min-width: 100%;
 +
            height: 500px;
 +
        }
 +
        .carousel-caption {
 +
            background-color: transparent;
 +
            position: static;
 +
            max-width: 550px;
 +
            padding: 0 20px;
 +
            margin-top: 200px;
 +
        }
 +
        .carousel-caption h1, .carousel-caption .lead {
 +
            margin: 0;
 +
            line-height: 1.25;
 +
            color: #fff;
 +
            text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
 +
        }
 +
        .carousel-caption .btn {
 +
            margin-top: 10px;
 +
        }
 +
        /* MARKETING CONTENT -------------------------------------------------- */
 +
        /* Center align the text within the three columns below the carousel */
 +
        .marketing .span4 {
 +
            text-align: center;
 +
        }
 +
        .marketing h2 {
 +
            font-weight: normal;
 +
        }
 +
        .marketing .span4 p {
 +
            margin-left: 10px;
 +
            margin-right: 10px;
 +
        }
 +
        /* Featurettes ------------------------- */
 +
        .featurette-divider {
 +
            margin: 80px 0;
 +
            /* Space out the Bootstrap <hr> more */
 +
        }
 +
        .featurette {
 +
            padding-top: 120px;
 +
            /* Vertically center images part 1: add padding above and below text. */
 +
            overflow: hidden;
 +
            /* Vertically center images part 2: clear their floats. */
 +
        }
 +
        .featurette-image {
 +
            margin-top: -120px;
 +
            /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
 +
        }
 +
        /* Give some space on the sides of the floated elements so text doesn't run right into it. */
 +
        .featurette-image.pull-left {
 +
            margin-right: 40px;
 +
        }
 +
        .featurette-image.pull-right {
 +
            margin-left: 40px;
 +
        }
 +
        /* Thin out the marketing headings */
 +
        .featurette-heading {
 +
            font-size: 50px;
 +
            font-weight: 300;
 +
            line-height: 1;
 +
            letter-spacing: -1px;
 +
        }
 +
        /* RESPONSIVE CSS -------------------------------------------------- */
 +
        @media (max-width: 979px) {
 +
            .container-fluid.navbar-wrapper {
 +
                margin-bottom: 0;
 +
                width: auto;
 +
            }
 +
            .navbar-inner {
 +
                border-radius: 0;
 +
                margin: -20px 0;
 +
            }
 +
            .carousel .item {
 +
                height: 500px;
 +
            }
 +
            .carousel img {
 +
                width: auto;
 +
                height: 500px;
 +
            }
 +
            .featurette {
 +
                height: auto;
 +
                padding: 0;
 +
            }
 +
            .featurette-image.pull-left, .featurette-image.pull-right {
 +
                display: block;
 +
                float: none;
 +
                max-width: 40%;
 +
                margin: 0 auto 20px;
 +
            }
 +
        }
 +
        @media (max-width: 767px) {
 +
            .navbar-inner {
 +
                margin: -20px;
 +
            }
 +
            .carousel {
 +
                margin-left: -20px;
 +
                margin-right: -20px;
 +
            }
 +
            .carousel .container-fluid {
 +
            }
 +
            .carousel .item {
 +
                height: 300px;
 +
            }
 +
            .carousel img {
 +
                height: 300px;
 +
            }
 +
            .carousel-caption {
 +
                width: 65%;
 +
                padding: 0 70px;
 +
                margin-top: 100px;
 +
            }
 +
            .carousel-caption h1 {
 +
                font-size: 30px;
 +
            }
 +
            .carousel-caption .lead, .carousel-caption .btn {
 +
                font-size: 18px;
 +
            }
 +
            .marketing .span4 + .span4 {
 +
                margin-top: 40px;
 +
            }
 +
            .featurette-heading {
 +
                font-size: 30px;
 +
            }
 +
            .featurette .lead {
 +
                font-size: 18px;
 +
                line-height: 1.5;
 +
            }
         }
         }
     </style>
     </style>
-
    <!-- TODO: make sure bootstrap-responsive.min.css points to BootTheme
 
-
        generated file -->
 
-
    <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel="stylesheet">
 
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
     <!--[if lt IE 9]>
     <!--[if lt IE 9]>
-
             <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+
             <script src="../assets/js/html5shiv.js"></script>
         <![endif]-->
         <![endif]-->
     <!-- Fav and touch icons -->
     <!-- Fav and touch icons -->
-
    <link rel="shortcut icon" href="../assets/ico/favicon.ico">
 
     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
     <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
     <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
 +
    <link rel="shortcut icon" href="../assets/ico/favicon.png">
</head>
</head>
<body>
<body>
-
     <div class="navbar navbar-fixed-top">
+
    <!-- NAVBAR -->
-
         <div class="navbar-inner">
+
     <div class="navbar-wrapper">
-
             <div class="container-fluid">
+
        <!-- Wrap the .navbar in .container-fluid to center it within the absolutely
-
                 <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span>
+
            positioned parent. -->
-
                    <span class="icon-bar"></span>
+
         <div class="container-fluid">
-
                    <span class="icon-bar"></span>
+
             <div class="navbar navbar-inverse">
 +
                 <div class="navbar-inner">
 +
                    <!-- Responsive Navbar Part 1: Button for triggering responsive navbar
 +
                        (not covered in tutorial). Include responsive CSS to utilize. -->
 +
                    <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span>
 +
                        <span class="icon-bar"></span>
 +
                        <span class="icon-bar"></span>
-
                </a>
+
                    </button>
-
                <a class="brand" href="#">RuiGEM</a>
+
                    <a class="brand" href="#">Rutgers iGEM</a>
-
                <div class="nav-collapse collapse">
+
                    <!-- Responsive Navbar Part 2: Place all navbar contents
-
                    <p class="navbar-text pull-right">Logged in as
+
                        you want collapsed withing .navbar-collapse.collapse. -->
-
                        <a href="#" class="navbar-link">Username</a>
+
                    <div class="nav-collapse collapse">
-
                    </p>
+
                        <ul class="nav">
-
                    <ul class="nav">
+
                            <li class="active">
-
                        <li class="active">
+
                                <a href="#">Home</a>
-
                            <a href="#">Home</a>
+
                            </li>
-
                        </li>
+
                            <li>
-
                        <li>
+
                                <a href="#about">About</a>
-
                            <a href="#about">About</a>
+
                            </li>
-
                        </li>
+
                            <li>
-
                        <li>
+
                                <a href="#contact">Contact</a>
-
                            <a href="#contact">Contact</a>
+
                            </li>
-
                        </li>
+
                            <!-- Read about Bootstrap dropdowns at http://twitter.github.com/bootstrap/javascript.html#dropdowns
-
                    </ul>
+
                                -->
 +
                            <li class="dropdown">
 +
                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b>
 +
                                    </a>
 +
                                <ul class="dropdown-menu">
 +
                                    <li>
 +
                                        <a href="#">Action</a>
 +
                                    </li>
 +
                                    <li>
 +
                                        <a href="#">Another action</a>
 +
                                    </li>
 +
                                    <li>
 +
                                        <a href="#">Something else here</a>
 +
                                    </li>
 +
                                    <li class="divider"></li>
 +
                                    <li class="nav-header">Nav header</li>
 +
                                    <li>
 +
                                        <a href="#">Separated link</a>
 +
                                    </li>
 +
                                    <li>
 +
                                        <a href="#">One more separated link</a>
 +
                                    </li>
 +
                                </ul>
 +
                            </li>
 +
                        </ul>
 +
                    </div>
 +
                    <!--/.nav-collapse -->
                 </div>
                 </div>
-
                 <!--/.nav-collapse -->
+
                 <!-- /.navbar-inner -->
             </div>
             </div>
 +
            <!-- /.navbar -->
         </div>
         </div>
 +
        <!-- /.container-fluid -->
     </div>
     </div>
-
     <div class="container-fluid">
+
     <!-- /.navbar-wrapper -->
-
        <div class="row-fluid">
+
    <!-- Carousel -->
-
            <div class="span3">
+
    <div id="myCarousel1" class="carousel slide">
-
                <div class="well sidebar-nav">
+
        <div class="carousel-inner">
-
                    <ul class="nav nav-list">
+
            <div class="item active left">
-
                        <li class="nav-header">Sidebar</li>
+
                <img src="http://img.wallpaperstock.net:81/virus-lab-wallpapers_7236_1600x1200.jpg" alt="">
-
                        <li class="active">
+
                <div class="container-fluid"></div>
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li class="nav-header">Sidebar</li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li class="nav-header">Sidebar</li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                        <li>
+
-
                            <a href="#">Link</a>
+
-
                        </li>
+
-
                    </ul>
+
-
                </div>
+
-
                <!--/.well -->
+
             </div>
             </div>
-
             <!--/span-->
+
             <div class="item next left">
-
            <div class="span9">
+
                <img src="http://lorempixel.com/g/1600/800/business/2" alt="">
-
                <div class="hero-unit">
+
                <div class="container-fluid">
-
                    <h1>Hello, world!</h1>
+
                    <div class="carousel-caption">
 +
                        <h1>Another example headline.</h1>
-
                    <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
+
                        <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-
                    <p>
+
                         <a class="btn btn-large btn-primary" href="#">Learn more</a>
-
                         <a class="btn btn-primary btn-large">Learn more »</a>
+
                     </div>
-
                     </p>
+
                 </div>
                 </div>
-
                <div class="row-fluid">
+
            </div>
-
                    <div class="span4">
+
            <div class="item">
-
                        <h2>Heading</h2>
+
                <img src="http://lorempixel.com/g/1600/800/business/3" alt="">
-
 
+
                <div class="container-fluid">
-
                        <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
                     <div class="carousel-caption">
-
                            dui.
+
                         <h1>One more for good measure.</h1>
-
                        </p>
+
-
                        <p>
+
-
                            <a class="btn" href="#">View details »</a>
+
-
                        </p>
+
-
                    </div>
+
-
                    <!--/span-->
+
-
                    <div class="span4">
+
-
                        <h2>Heading</h2>
+
-
 
+
-
                        <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
-
                            dui.
+
-
                        </p>
+
-
                        <p>
+
-
                            <a class="btn" href="#">View details »</a>
+
-
                        </p>
+
-
                    </div>
+
-
                    <!--/span-->
+
-
                     <div class="span4">
+
-
                         <h2>Heading</h2>
+
-
                         <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
                         <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
-
                            dui.
+
                         <a class="btn btn-large btn-primary" href="#">Browse gallery</a>
-
                        </p>
+
-
                         <p>
+
-
                            <a class="btn" href="#">View details »</a>
+
-
                        </p>
+
                     </div>
                     </div>
-
                    <!--/span-->
 
                 </div>
                 </div>
-
                <!--/row-->
+
            </div>
-
                <div class="row-fluid">
+
        </div>
-
                    <div class="span4">
+
        <a class="left carousel-control" href="#myCarousel1" data-slide="prev">‹</a>
-
                        <h2>Heading</h2>
+
        <a class="right carousel-control" href="#myCarousel1" data-slide="next">›</a>
 +
    </div>
 +
    <!-- /.carousel -->
 +
    <!-- Marketing messaging and featurettes -->
 +
    <!-- Wrap the rest of the page in another container-fluid to center all
 +
        the content. -->
 +
    <div class="container-fluid marketing">
 +
        <!-- Three columns of text below the carousel -->
 +
        <div class="row-fluid">
 +
            <div class="span4">
 +
                <img class="img-circle" src="http://lorempixel.com/g/200/200/people">
 +
                <h2>Methods</h2>
-
                        <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
                <p>Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl
-
                            dui.
+
                    consectetur et.</p>
-
                        </p>
+
                <p>
-
                        <p>
+
                    <a class="btn" href="#">View details »</a>
-
                            <a class="btn" href="#">View details »</a>
+
                </p>
-
                        </p>
+
            </div>
-
                    </div>
+
            <!-- /.span4 -->
-
                    <!--/span-->
+
            <div class="span4">
-
                    <div class="span4">
+
                <img class="img-circle" src="http://lorempixel.com/g/200/200/people">
-
                        <h2>Heading</h2>
+
                <h2>Results</h2>
-
                        <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
                <p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa
-
                            dui.
+
                    justo sit amet risus.</p>
-
                        </p>
+
                <p>
-
                        <p>
+
                    <a class="btn" href="#">View details »</a>
-
                            <a class="btn" href="#">View details »</a>
+
                </p>
-
                        </p>
+
            </div>
-
                    </div>
+
            <!-- /.span4 -->
-
                    <!--/span-->
+
            <div class="span4">
-
                    <div class="span4">
+
                <img class="img-circle" src="http://lorempixel.com/g/200/200/people">
-
                        <h2>Heading</h2>
+
                <h2>Team</h2>
-
                        <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio
+
                <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet
-
                            dui.
+
                    risus.
-
                        </p>
+
                </p>
-
                        <p>
+
                <p>
-
                            <a class="btn" href="#">View details »</a>
+
                    <a class="btn" href="#">View details »</a>
-
                        </p>
+
                </p>
-
                    </div>
+
-
                    <!--/span-->
+
-
                </div>
+
-
                <!--/row-->
+
             </div>
             </div>
-
             <!--/span-->
+
             <!-- /.span4 -->
         </div>
         </div>
-
         <!--/row-->
+
         <!-- /.row -->
-
         <hr>
+
        <!-- START THE FEATURETTES -->
 +
         <hr class="featurette-divider">
 +
        <div class="featurette">
 +
            <img class="featurette-image pull-right" src="http://lorempixel.com/g/400/200/city">
 +
            <h2 class="featurette-heading">First featurette headling. <span class="muted">It'll blow your mind.</span></h2>
 +
 
 +
            <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
 +
        </div>
 +
        <hr class="featurette-divider">
 +
        <div class="featurette">
 +
            <img class="featurette-image pull-left" src="http://lorempixel.com/g/400/200/city">
 +
            <h2 class="featurette-heading">Oh yeah, it's that good. <span class="muted">See for yourself.</span></h2>
 +
 
 +
            <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
 +
        </div>
 +
        <hr class="featurette-divider">
 +
        <div class="featurette">
 +
            <img class="featurette-image pull-right" src="http://lorempixel.com/g/400/200/city">
 +
            <h2 class="featurette-heading">And lastly, this one. <span class="muted">Checkmate.</span></h2>
 +
 
 +
            <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
 +
        </div>
 +
        <hr class="featurette-divider">
 +
        <!-- /END THE FEATURETTES -->
 +
        <!-- FOOTER -->
         <footer>
         <footer>
-
             <p>© Company 2013</p>
+
            <p class="pull-right">
 +
                <a href="#">Back to top</a>
 +
            </p>
 +
             <p>© 2013 Company, Inc. ·
 +
                <a href="#">Privacy</a>·
 +
                <a href="#">Terms</a>
 +
            </p>
         </footer>
         </footer>
     </div>
     </div>
-
     <!--/.fluid-container-->
+
     <!-- /.container -->
     <!-- Placed at the end of the document so the pages load faster -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
     <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">
     </script>
     </script>
     <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
     <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
 +
    <script>
 +
        ! function($) {
 +
            $(function() {
 +
                // carousel demo
 +
                $('#myCarousel1').carousel()
 +
            })
 +
        }(window.jQuery)
 +
    </script>
</body>
</body>
</html>
</html>

Latest revision as of 13:33, 12 August 2013

<!DOCTYPE html> Carousel Template · Bootstrap

Methods

Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

View details »

Results

Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

View details »

Team

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

View details »


First featurette headling. It'll blow your mind.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.


Oh yeah, it's that good. See for yourself.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.


And lastly, this one. Checkmate.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.