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.
<head>
<title>Da Lavish Possee</title>
</head>
<nav class="navbar navbar-custom navbar-fixed-top">
<div class ="container-fluid">
<!--Logo-->
<div class ="navbar-header">
<img class="navbar-brand" id=logo src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-9/14671137_1575462965812722_8430999200023933213_n.jpg?oh=728064415535edc1dc1f5c7a34eb8ba6&oe=58FFB883" alt="DLP Logo">
</img>
</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#Home">Home</a></li>
<li><a href="#Bios">Bios</a></li>
<li><a href="#">Music</a></li>
<li><a href="#">Contact</a> </li>
</ul>
</div>
</div>
</nav>
<div class="container" id="Home">
<h1 class= text-center>- Da Lavish Posse -</h1>
<iframe id="video1" src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Fdalavishposse%2Fvideos%2F1594038033955215%2F&show_text=0&width=560" ></iframe>
<div class="container-fluid" id="pwrap">
<p id="about_p" class="text-center"> John, Tony, and Dave banded together in high school in the North Seattle area. There, their music flourished through their distaste for class (but still attending), horrible eating habits (sour patch kids), and the ability to drink like 43 year-old Scottish fisherman ("ability").</p>
</div>
<!--img1-->
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="about_pics" id="about1" src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-9/14202692_1526393264053026_1217087729146613810_n.jpg?oh=a1364b83c9da1d95587ecc8809d3adde&oe=5945D697" alt="DLP_Squad"></img>
</div>
<!--img2-->
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="about_pics" id="about2" src="https://scontent-lax3-2.xx.fbcdn.net/v/t1.0-9/14581320_1575463989145953_3266940139892010457_n.jpg?oh=41d77a3410a5e72dfd45bc5f2c80c9fc&oe=5940DF5D" alt="DLP_Squad_2"></img>
</div>
<!--img3-->
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="about_pics" id="about3" src="http://centered.org/wp-content/uploads/2015/06/seattle.jpg" alt="Seattle"></img>
</div>
</div>
</div>
<!--HomieJohn-->
<div id="Bios">
<h1 class="text-center">- Bio -</h1>
<h2> Homie John</h2>
<div class="container bio_format" id="HJsection">
<div class="container-fluid row">
<div class="col-lg-6">
<img class="posse_pics" id="posse1" src="http://i65.tinypic.com/4k8yl2.jpg" alt="Homie_John"> </img>
</div>
<div class="col-lg-6">
<p class="bio_text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
</div>
</div>
</div>
<!--TonyTone-->
<h2>Tony Tone</h2>
<div class="container bio_format">
<div class="container-fluid row">
<div class="col-lg-6">
<img class="posse_pics" id="posse2" src="http://i65.tinypic.com/2rwb6gi.jpg" alt="Tony_Tone"></img>
</div>
<div class="col-lg-6">
<p> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
</div>
</div>
</div>
<!--DaveGiant-->
<h2> Dave The Giant </h2>
<div class="container bio_format">
<div class="container-fluid row">
<div class="col-lg-6">
<img class="posse_pics" id="posse3" src="http://i64.tinypic.com/zugxfq.jpg" alt="Dave_Giant"></img>
</div>
<div class="col-lg-6">
<p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
</div>
</div>
</div>
</div>
</div>
<h1 class="text-center"> - Music - </h1>
<h1 class="text-center"> - Contact -</h1>
<form>
<p> Name:
<input type="text" name="name">
</p>
<p> Email:
<input type="email" name="email">
</p>
<p> Message:
<textarea name="message" cols="20" rows="4"> Whats Good </textarea>
</form>
</div>
.navbar{
background-color: white;
}
#logo{
height: 80px;
width: 80px;
}
.navbar a{
color:black;
}
ul{
padding: 15px;
font-size:20px;
}
body{
background:url(http://www.bulkwildflowers.com/media/Fields/Wildflower-Meado-04.jpg)no-repeat fixed;
background-size:cover;
}
#Home{
background-color:white;
padding:80px 5px 0px 0px;
margin-right:auto;
margin-lefrt:auto;
}
#Bios{
padding:80px 0px 0px 0px;
}
h1{
font-size:80px;
font-family:"Snell Roundhand";
}
/*marginleft is tempfix*/
#video1{
width: 900px;
height: 580px;
border: none;
padding: 20px 0px 0px 0px;
margin-left: 120px;
}
#about_p{
padding:0px 0px 50px 0px;
font-family: "Gill Sans";
font-size: 150%;
}
.about_pics{
height:250px;
width: 355px;
}
.posse_pics{
height:400px;
width:350px;
}
.bio_format{
padding: 40px 0px 40px 0px;
}
Also see: Tab Triggers