JavaScript preprocessors can help make authoring JavaScript easier and more convenient. For instance, CoffeeScript can help prevent easy-to-make mistakes and offer a cleaner syntax and Babel can bring ECMAScript 6 features to browsers that only support ECMAScript 5.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
HTML Settings
Here you can Sed posuere consectetur est at lobortis. Donec ullamcorper nulla non metus auctor fringilla. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<div class="row">
<div class="large-12 columns">
<!-- Navigation -->
<ul class="button-group">
<li><a href="#" class="button tiny">Home</a></li>
<li><a href="#" class="button tiny">Vision &<br/>Strategy</a></li>
<li><a href="#" class="button tiny">Focus &<br/>Expertise</a></li>
<li><a href="#" class="button tiny">People</a></li>
<li><a href="#" class="button tiny">Contact</a></li>
</ul>
<!-- End Navigation -->
<!-- Header Content -->
<div class="row">
<div class="large-6 columns">
<img src="http://placehold.it/500x500&text=Image"><br>
</div>
<div class="large-6 columns">
<h3 class="show-for-small">Header<hr></h3>
<div class="panel">
<h4 class="hide-for-small">Header<hr></h4>
<h5 class="subheader">Fusce ullamcorper mauris in eros dignissim molestie posuere felis blandit. Aliquam erat volutpat. Mauris ultricies posuere vehicula. Sed sit amet posuere erat. Quisque in ipsum non augue euismod dapibus non et eros. Pellentesque consectetur tempus mi iaculis bibendum. Ut vel dolor sed eros tincidunt volutpat ac eget leo.</h5>
</div>
<div class="row">
<div class="large-6 small-6 columns">
<div class="panel">
<h5>Header</h5>
<h6 class="subheader">Praesent placerat dui tincidunt elit suscipit sed.</h6>
<a href="#" class="small button">BUTTON TIME!</a>
</div>
</div>
<div class="large-6 small-6 columns">
<div class="panel">
<h5>Header</h5>
<h6 class="subheader">Praesent placerat dui tincidunt elit suscipit sed.</h6>
<a href="#" class="small button">BUTTON TIME!</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Header Content -->
<!-- Search Bar -->
<div class="row">
<div class="large-12 columns">
<div class="radius panel">
<form>
<div class="row collapse">
<div class="large-10 small-8 columns">
<input type="text">
</div>
<div class="large-2 small-3 columns">
<a href="#" class="postfix button expand">Search</a>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- End Search Bar -->
<!-- Thumbnails -->
<div class="row">
<div class="large-12 show-for-small columns">
<h3>Header</h3><hr>
</div>
<div class="large-3 small-6 columns">
<img src="http://placehold.it/500x500&text=Thumbnail">
<div class="panel">
<p>Description</p>
</div>
</div>
<div class="large-3 small-6 columns">
<img src="http://placehold.it/500x500&text=Thumbnail">
<div class="panel">
<p>Description</p>
</div>
</div>
<div class="large-3 small-6 columns">
<img src="http://placehold.it/500x500&text=Thumbnail">
<div class="panel">
<p>Description</p>
</div>
</div>
<div class="large-3 small-6 columns">
<img src="http://placehold.it/500x500&text=Thumbnail">
<div class="panel">
<p>Description</p>
</div>
</div>
</div>
<!-- End Thumbnails -->
<!-- Footer -->
<footer class="row">
<div class="large-12 columns"><hr>
<div class="row">
<div class="large-6 columns">
<p>© Copyright no one at all. Go to town.</p>
</div>
<div class="large-6 columns">
<ul class="inline-list right">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</div>
</div>
Also see: Tab Triggers