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="container">
<div class="sidebar">
<div class="sidebar-contents">
<div class="avatar">
<img src="https://66.media.tumblr.com/avatar_02327c4df699_128.pnj" alt="Interlace">
</div>
<h1 class="blog-title"><a href="/" title="Interlace">Interlace</a></h1>
<p class="blog-description">Bold colors, big photos, and a customisable layout that lets you style every post.</p>
<nav>
<div><a href="/archive" title="Archive">Archive</a></div>
<div><a href="/features" title="Features">Features</a></div>
<div><a href="/buy-theme" title="Buy Theme">Buy Theme</a></div>
<div><a href="/support" title="Theme Support">Theme Support</a></div>
<div><a href="/submit" title="Submit a post">Submit a post</a></div>
</nav>
<div class="widgets">
<a title="Show Instagram Photos" id="showinstagram" class="selected">Instagram</a>
<a title="Show Dribbble Shots" id="showdribbble">Dribbble</a>
<a title="Show Latest Tweets" id="showtweets">Twitter</a>
<a title="Show Liked posts" id="showlikedposts">Likes</a>
</div>
<div class="instafeed">
<a href="https://www.instagram.com/p/BMYb9OABb2B/"><img src="https://scontent.cdninstagram.com/vp/a7d438e102053f58fa6f879a5e2ad7be/5CF12A87/t51.2885-15/e35/s150x150/14712155_1091181214333230_7459651585132462080_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
<a href="https://www.instagram.com/p/BMYb62ohVXi/"><img src="https://scontent.cdninstagram.com/vp/e5d85ef1f5019bbec823170894d99aaa/5D00AEE7/t51.2885-15/e35/s150x150/14709654_572673212921094_1762979960705777664_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
<a href="https://www.instagram.com/p/BMYb4VHh5K3/"><img src="https://scontent.cdninstagram.com/vp/22c994303e285b9a2d54ea018d9a71bc/5CE17FAE/t51.2885-15/e35/s150x150/14676497_640573559453457_7512890006868852736_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
<a href="https://www.instagram.com/p/BMYbtvEBRwi/"><img src="https://scontent.cdninstagram.com/vp/12fc7aa37ab46264c63e08cfe15e016c/5CE8D4E5/t51.2885-15/e35/s150x150/14488216_1806762432926257_3628283303875837952_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
<a href="https://www.instagram.com/p/BMYbqdrB7Lg/"><img src="https://scontent.cdninstagram.com/vp/617bdf0d564ae6210f070b640f08fb81/5CDA77E7/t51.2885-15/e35/s150x150/14693777_1826055504305909_2495349627876802560_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
<a href="https://www.instagram.com/p/s6pFtyEMxX/"><img src="https://scontent.cdninstagram.com/vp/c5d8a1ef90cab4a063f85a0f7ad5ac2b/5D00F944/t51.2885-15/e15/s150x150/10691669_1502454406661848_663299271_n.jpg?_nc_ht=scontent.cdninstagram.com"></a>
</div>
<div class="sidebar-footer">
<p>© 2015–2019 Interlace</p>
<p><a href="https://themelantic.com">Interlace Theme by Themelantic</a></p>
</div>
</div> <!-- sidebar-contents -->
</div> <!-- sidebar -->
<div class="posts">
<div class="post-box box-1">
1
</div>
<div class="post-box box-2">
2
</div>
<div class="post-box box-3">
3
</div>
<div class="post-box box-4">
4
</div>
<div class="post-box box-5">
5
</div>
<div class="post-box box-6">
6
</div>
<div class="post-box box-7">
7
</div>
<div class="post-box box-8">
8
</div>
<div class="post-box box-9">
9
</div>
</div>
</div>
body {
font-family: Helvetica, sans-serif;
margin: 0;
}
.container {
}
.sidebar {
background-color: #1f201f;
}
.sidebar a, .sidebar p {
color: #FFF;
}
.sidebar-contents {
margin: 0 auto;
max-width: 70%;
}
.avatar {
margin-top: 30px;
}
.sidebar h1 a {
text-decoration: none;
}
.sidebar nav {
padding: 0 30px 30px 0;
}
.sidebar nav div {
background-color: #d9dad9;
}
.sidebar nav a {
color: black;
text-decoration: none;
}
.widgets a {
background-color: #4c4d4c;
color: #d9dad9;
}
.instafeed {
margin-top: 20px;
}
.instafeed a {
width: 31%;
}
.instafeed img {
}
.posts {
}
.post-box {
min-height: 200px;
}
.box-1 {
background-color: #fefffe;
}
.box-2 {
background-color: #f0f1f0;
}
.box-3 {
background-color: #4599ac;
}
.box-4 {
background-color: #4599ac;
}
.box-5 {
background-color: #244f59;
}
.box-6 {
background-color: #f3f4f3;
}
.box-7 {
background-color: #434249;
}
.box-8 {
background-color: #434249;
}
.box-9 {
background-color: #ddf4f9;
}
Also see: Tab Triggers