JSFiddle - React, Tailwind, and code Playground
by brennan
HTML
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<script src="http://dev.dev.soapbox.co/assets/common/js/bootstrap/bootstrap.min.js"></script>
<div id="brandingSection">
<div class="container">
<div class="navbar navbar-inverse" style="margin-top:30px">
<div class="navbar-inner">
<a 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>
<a class="brand" href="#">HitSend Inc.</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div id="myCarousel" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<div class="hero-unit">
<h1>Hello, world!</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><a class="btn btn-primary btn-large">Learn more »</a></p>
</div>
</div>
<div class="item">
</div>
<div class="item"><div class="hero-unit">
<h1>Hello, world!</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>
...
CSS
#brandingSection{
background:url(http://soapboxhq.com/img/trans-gradient.png) center -640px no-repeat, #394251 url(http://subtlepatterns.com/patterns/denim.png);
}
#contentSection{
background: #f0f0f0 url(http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/light_noise_diagonal.png);
}
.hometown{
padding:20px;
background:url(http://maps.google.com/maps/api/staticmap?center=10+Dundas+East,+Toronto,+Ontario&zoom=17&size=600x400&maptype=roadmap&sensor=false) center center
}
.hometown .marker{
width:75%;
padding:8px;
margin:10px auto;
background:#fff;
box-shadow:0 2px 5px rgba(0,0,0,0.3);
}