Team:Carnegie Mellon

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
+
<html>
-
<html lang="en">
+
<head>
-
  <head>
+
     <meta charset="utf-8">
     <meta charset="utf-8">
-
     <title>Carousel Template &middot; Bootstrap</title>
+
     <title>NINA Theme – Free HTML theme</title>
-
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   
-
     <meta name="description" content="">
+
     <script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>
-
     <meta name="author" content="">
+
   
 +
     <link rel="stylesheet" href="reset.css" type="text/css">
 +
     <link rel="stylesheet" href="styl.css" type="text/css">
 +
       
 +
    <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
-
    <!-- Le styles -->
+
</head>
-
    <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet">
+
-
    <link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet">
+
-
    <style>
+
-
    /* GLOBAL STYLES
+
<body>
-
    -------------------------------------------------- */
+
      
-
    /* Padding below the footer and lighter body text */
+
     <!-- ********* Header  ********** -->
-
 
+
      
-
    body {
+
     <div id="header">
-
      padding-bottom: 40px;
+
        <div id="header_in">
-
      color: #5a5a5a;
+
       
-
  font-size: 12px;
+
         <h1><a href="index.html"><b>NINA</b> THEME</a></h1>
-
    }
+
       
-
 
+
        <div id="menu">
-
 
+
        <ul>
-
 
+
            <li><a href="index.html" class="active">Home</a></li>
-
    /* CUSTOMIZE THE NAVBAR
+
            <li><a href="about.html">About</a></li>
-
    -------------------------------------------------- */
+
            <li><a href="ourwork.html">Our work</a></li>
-
 
+
            <li><a href="blog.html">Blog</a></li>
-
    /* Special class on .container surrounding .navbar, used for positioning it into place. */
+
            <li><a href="contact.html">Contact</a></li>          
-
    .navbar-wrapper {
+
        </ul>
-
      position: absolute;
+
         </div>
-
      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 {
+
-
width:80%;
+
-
      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 {
+
-
      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: initial;
+
-
      max-width: 550px;
+
-
      padding: 0 20px;
+
-
      margin-top: 500px;
+
-
    }
+
-
    .carousel-caption h1,
+
-
    .carousel-caption .lead {
+
-
      margin: 0;
+
-
      line-height: 1.25;
+
-
      color: #000000;
+
-
      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 {
+
-
width:25%;
+
-
 
+
-
      text-align: center;
+
-
    }
+
-
    .marketing h2 {
+
-
      font-weight: normal;
+
-
    }
+
-
    .marketing .span4 p {
+
-
      margin-left: 10px;
+
-
      margin-right: 10px;
+
-
    }
+
-
 
+
-
 
+
-
    /* Featurettes
+
-
    ------------------------- */
+
-
 
+
-
    .featurette-divider {
+
-
width:82%;
+
-
 
+
-
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
+
-
    }
+
-
    .featurette {
+
-
width:82%;
+
-
 
+
-
      padding-top: 100px; /* 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.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: 20%;
+
-
        margin: 0 auto 20px;
+
-
      }
+
-
    }
+
-
 
+
-
 
+
-
    @media (max-width: 767px) {
+
-
 
+
-
      .navbar-inner {
+
-
        margin: -20px;
+
-
      }
+
-
 
+
-
      .carousel {
+
-
        margin-left: -20px;
+
-
        margin-right: -20px;
+
-
      }
+
-
      .carousel .container {
+
-
 
+
-
      }
+
-
      .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>
+
-
 
+
-
     <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+
-
    <!--[if lt IE 9]>
+
-
      <script src="../assets/js/html5shiv.js"></script>
+
-
    <![endif]-->
+
-
 
+
-
    <!-- Fav and touch icons -->
+
-
    <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="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="shortcut icon" href="../assets/ico/favicon.png">
+
-
  </head>
+
-
 
+
-
  <body>
+
-
 
+
-
 
+
-
 
+
-
    <!-- NAVBAR
+
-
    ================================================== -->
+
-
     <div class="navbar-wrapper">
+
-
      <!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
+
-
      <div class="container">
+
-
 
+
-
         <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>
+
-
            </button>
+
-
            <a class="brand" href="https://igem.org/Main_Page">iGEM</a>
+
-
            <!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
+
-
            <div class="nav-collapse collapse">
+
-
              <ul class="nav">
+
-
                <li class="active"><a href="https://2014.igem.org/Team:Carnegie_Mellon">Home</a></li>
+
-
                <li><a href="#Project">Project</a></li>
+
-
                <li><a href="#Team">Team</a></li>
+
-
                <li><a href="#Outreach">Outreach</a></li>
+
-
                <!-- Read about Bootstrap dropdowns at http://twbs.github.com/bootstrap/javascript.html#dropdowns -->
+
-
    <li class="dropdown">
+
-
                  <a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook <b class="caret"></b></a>
+
-
                  <ul class="dropdown-menu">
+
-
                    <li><a href="#Protocols">Protocols</a></li>
+
-
                    <li><a href="#Parts">Parts</a></li>
+
-
                    <li><a href="#Journal">Journal</a></li>                  
+
-
                  </ul>
+
-
                </li>
+
-
              </ul>
+
-
            </div><!--/.nav-collapse -->
+
-
          </div><!-- /.navbar-inner -->
+
-
         </div><!-- /.navbar -->
+
-
 
+
-
      </div> <!-- /.container -->
+
-
    </div><!-- /.navbar-wrapper -->
+
-
 
+
-
 
+
-
 
+
-
    <!-- Carousel
+
-
    ================================================== -->
+
-
    <div id="myCarousel" class="carousel slide">
+
-
      <div class="carousel-inner">
+
-
         <div class="item active">
+
-
          <img src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcTOnyR8iWr-1Ge9YcJHLVPfRX8YYJbeipjsJcPMYcPXgSae5FAlBQ" alt="">
+
-
          <div class="container">
+
-
            <div class="carousel-caption">
+
-
              <h1>Project Title.</h1>
+
-
              <p class="lead">Our project description...</p>
+
-
            </div>
+
-
          </div>
+
         </div>
         </div>
-
        <div class="item">
+
    </div>
-
          <img src="http://iloveubuntu.net/pictures_me/saucy%20salamander%20gtk_3%203.8.jpg" alt="">
+
   
-
          <div class="container">
+
    <!-- *********  Main part (slider)  ********** -->
-
             <div class="carousel-caption">
+
   
-
              <h1>Another example headline.</h1>
+
       
-
              <p class="lead">Our project description...</p>
+
        <div id="main_part">
-
              <a class="btn btn-large btn-primary" href="#">Learn more</a>
+
             <div id="main_part_in">
 +
       
 +
            <h2>Free minimalistic HTML template</h2>
 +
           
 +
            <p>That’s right, this template is absolutely for free for any personal or commercial project</p>
 +
           
             </div>
             </div>
-
          </div>
+
           
 +
           
 +
            <div class="button_main">
 +
                <div class="pxline"></div>
 +
                <a href="download.html" class="button_dark">DOWNLOAD</a>
 +
            </div>
 +
           
         </div>
         </div>
-
         <div class="item">
+
          
-
          <img src="../assets/img/examples/slide-03.jpg" alt="">
+
       
-
          <div class="container">
+
        <!-- *********  Content  ********** -->
-
             <div class="carousel-caption">
+
       
-
              <h1>One more for good measure.</h1>
+
        <div id="content">
-
              <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>
+
           
-
              <a class="btn btn-large btn-primary" href="#">Browse gallery</a>
+
             <div class="thirds">
 +
                <h3>Hey, is it responsive?</h3>
 +
                <p>No. Sorry, it’s not (yet). Stay tuned for future updates! There should also be WP version soon, which will totally be responsive.</p>
             </div>
             </div>
-
          </div>
+
           
 +
            <div class="thirds">
 +
                <h3>Looking for PSD?</h3>
 +
                <p>If you want to play with the design and make some more-drastic changes, you might need the PSD files. You can purchase them <a href="http://themeforest.net/item/nina-minimalist-psd-theme/4071242?ref=Flay">here</a>.</p>
 +
            </div>
 +
           
 +
            <div class="thirds">
 +
                <h3>How about WordPress?</h3>
 +
                <p>Working on it! It probably won’t be for free, but for about $20. If you want anything specific in the WP version, <a href="mailto:vilem@ries.cz">contact me</a>!</p>
 +
            </div>
 +
           
 +
            <hr class="cleanit">
 +
           
 +
            <div class="banner1">
 +
                <p>The <b>WordPress version</b> will be released in about 30 days<p>
 +
                <a href="download.html" class="button_dark">GRAB IT HERE</a>
 +
            </div>
 +
               
 +
               
 +
            <!-- ****  Recent works  ***** -->       
 +
           
 +
            <h3>Our recent work</h3>
 +
           
 +
            <div class="fourths_portfolio">
 +
                <h4>Portfolio item 1<br>
 +
                <span>see detail</span>
 +
                </h4>
 +
                <a href="#"><img src="img/portfolio1.jpg" alt="item1"></a>
 +
            </div>
 +
           
 +
            <div class="fourths_portfolio">
 +
                <h4>Portfolio item 2<br>
 +
                <span>see detail</span>
 +
                </h4>
 +
                <a href="#"><img src="img/portfolio2.jpg" alt="item2"></a>
 +
            </div>
 +
           
 +
            <div class="fourths_portfolio">
 +
                <h4>Portfolio item 3<br>
 +
                <span>see detail</span>
 +
                </h4>
 +
                <a href="#"><img src="img/portfolio3.jpg" alt="item3"></a>
 +
            </div>
 +
           
 +
            <div class="fourths_portfolio">
 +
                <h4>Portfolio item 4<br>
 +
                <span>see detail</span>
 +
                </h4>
 +
                <a href="#"><img src="img/portfolio4.jpg" alt="item4"></a>
 +
            </div>
 +
           
 +
            <hr class="cleanit">
 +
           
 +
            <p class="youlike">Do you like what you see? Would like to <a href="ourwork.html">see more</a> or even <a href="contact.html">contact us</a> and get started on your project? Or are you thinking about <a href="cats.html">buying one of our cats</a>?</p>
 +
           
 +
            <div class="cara"></div>
 +
           
 +
           
 +
            <!-- ****  About & Testimonials  ***** -->
 +
           
 +
           
 +
            <div class="about_blok">
 +
                <h3>About Us</h3>
 +
                <p class="about">We are a creative team of young designers usually filling text boxes with lorem ipsum, but not this time! Dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.</p>
 +
               
 +
                <a href="about.html" class="button_light">LEARN MORE</a>
 +
            </div>
 +
           
 +
            <div class="testimonials">
 +
                <div class="quote">Working with these guys was absolutely amazing. I swear, they can read minds! One thing, tho... their cat is cute and everything, but they shouldn’t be talking about her so often, it’s kinda creepy. Anyway, it was pleasure to work with them!</div>
 +
               
 +
                <div class="quote">I didn't really like working with this company/guy (I'm still not sure if it's one-man show or two-man theatre) at all. Their cat is fine, but seriously, just shut the fuck up about her, could you?</div>
 +
               
 +
                <div class="quote">Working with these guys was the best thing I have ever done in my life. They have beautiful cat. This is stupid, why don't just use the lorem ipsum :/.</div>
 +
                <span class="testimonials_bottom"></span>
 +
               
 +
                <ul class="controls">
 +
                    <li><a href="#"></a></li>
 +
                    <li><a href="#"></a></li>
 +
                    <li><a href="#"></a></li>
 +
                </ul>
 +
                <span class="by">That's what she said!</span>
 +
            </div>
 +
           
         </div>
         </div>
-
      </div>
+
       
-
      <a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a>
+
   
-
      <a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a>
+
      
-
     </div><!-- /.carousel -->
+
     <!-- *********  Footer  ********** -->
-
 
+
      
-
 
+
     <hr class="cleanit">
-
 
+
   
-
     <!-- Marketing messaging and featurettes
+
    <div id="footer">
-
    ================================================== -->
+
         <div id="footer_in">
-
     <!-- Wrap the rest of the page in another container to center all the content. -->
+
           
-
 
+
            <p><a href="http://creativecommons.org/licenses/by/3.0/">CC Attribution 3.0 Unported</a> &mdash; allowed for commercial and non-commercial use</p>
-
     <div class="container marketing">
+
            <span>Author: <a href="http://ries.cz">Vilém Ries</a></span>
-
 
+
-
      <!-- Three columns of text below the carousel -->
+
-
      <div class="row">
+
-
         <div class="span4">
+
-
          <img class="http://www.microscopyu.com/articles/livecellimaging/images/fpintrofigure3.jpg">
+
-
          <h2>Heading</h2>
+
-
          <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 consectetur et.</p>
+
-
          <p><a class="btn" href="#">View details &raquo;</a></p>
+
-
        </div><!-- /.span4 -->
+
-
        <div class="span4">
+
-
          <img class="img-circle" data-src="holder.js/140x140">
+
-
          <h2>Heading</h2>
+
-
          <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 justo sit amet risus.</p>
+
-
          <p><a class="btn" href="#">View details &raquo;</a></p>
+
-
        </div><!-- /.span4 -->
+
-
        <div class="span4">
+
-
          <img class="img-circle" data-src="holder.js/140x140">
+
-
          <h2>Heading</h2>
+
-
          <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 risus.</p>
+
-
          <p><a class="btn" href="#">View details &raquo;</a></p>
+
-
        </div><!-- /.span4 -->
+
-
      </div><!-- /.row -->
+
-
 
+
-
 
+
-
      <!-- START THE FEATURETTES -->
+
-
 
+
-
      <hr class="featurette-divider">
+
-
 
+
-
      <div class="featurette">
+
-
<img class="featurette-image pull-right" src="#">
+
-
        <h2 class="featurette-heading">First featurette headline. <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="#">
+
-
        <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="../assets/img/examples/browser-icon-safari.png">
+
-
        <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>
+
-
        <p class="pull-left"><a href="#">Back to top</a></p>
+
-
        <p>&copy; 2013 Company, Inc. &middot; <a href="#">Privacy</a> &middot; <a href="#">Terms</a></p>
+
-
      </footer>
+
-
 
+
-
    </div><!-- /.container -->
+
-
 
+
 +
       
 +
        </div>
 +
    </div>
 +
       
 +
<script>
 +
// script for testimonial' tabs
 +
$(function() {
 +
    $("ul.controls").tabs("div.testimonials > div");
 +
});
 +
</script>
-
    <!-- Le javascript
+
</body>
-
    ================================================== -->
+
-
    <!-- Placed at the end of the document so the pages load faster -->
+
-
    <script src="../assets/js/jquery.js"></script>
+
-
    <script src="../assets/js/bootstrap-transition.js"></script>
+
-
    <script src="../assets/js/bootstrap-alert.js"></script>
+
-
    <script src="../assets/js/bootstrap-modal.js"></script>
+
-
    <script src="../assets/js/bootstrap-dropdown.js"></script>
+
-
    <script src="../assets/js/bootstrap-scrollspy.js"></script>
+
-
    <script src="../assets/js/bootstrap-tab.js"></script>
+
-
    <script src="../assets/js/bootstrap-tooltip.js"></script>
+
-
    <script src="../assets/js/bootstrap-popover.js"></script>
+
-
    <script src="../assets/js/bootstrap-button.js"></script>
+
-
    <script src="../assets/js/bootstrap-collapse.js"></script>
+
-
    <script src="../assets/js/bootstrap-carousel.js"></script>
+
-
    <script src="../assets/js/bootstrap-typeahead.js"></script>
+
-
    <script>
+
-
      !function ($) {
+
-
        $(function(){
+
-
          // carousel demo
+
-
          $('#myCarousel').carousel()
+
-
        })
+
-
      }(window.jQuery)
+
-
    </script>
+
-
    <script src="../assets/js/holder/holder.js"></script>
+
-
  </body>
+
</html>
</html>

Revision as of 16:18, 24 June 2014

NINA Theme – Free HTML theme

Free minimalistic HTML template

That’s right, this template is absolutely for free for any personal or commercial project

Hey, is it responsive?

No. Sorry, it’s not (yet). Stay tuned for future updates! There should also be WP version soon, which will totally be responsive.

Looking for PSD?

If you want to play with the design and make some more-drastic changes, you might need the PSD files. You can purchase them here.

How about WordPress?

Working on it! It probably won’t be for free, but for about $20. If you want anything specific in the WP version, contact me!


The WordPress version will be released in about 30 days

GRAB IT HERE

Our recent work

Portfolio item 1
see detail

item1

Portfolio item 2
see detail

item2

Portfolio item 3
see detail

item3

Portfolio item 4
see detail

item4

Do you like what you see? Would like to see more or even contact us and get started on your project? Or are you thinking about buying one of our cats?

About Us

We are a creative team of young designers usually filling text boxes with lorem ipsum, but not this time! Dolor sit amet consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.

LEARN MORE
Working with these guys was absolutely amazing. I swear, they can read minds! One thing, tho... their cat is cute and everything, but they shouldn’t be talking about her so often, it’s kinda creepy. Anyway, it was pleasure to work with them!
I didn't really like working with this company/guy (I'm still not sure if it's one-man show or two-man theatre) at all. Their cat is fine, but seriously, just shut the fuck up about her, could you?
Working with these guys was the best thing I have ever done in my life. They have beautiful cat. This is stupid, why don't just use the lorem ipsum :/.
That's what she said!