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-fluid">
<!-- Start navbar -->
<div class="container-fluid">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<p class="navbar-brand">Elegant Designs<br>By Zera99</p>
</div>
<!-- navbar-header -->
<!-- Button group -->
<div class="btn-group btn-group-lg pull-right">
<a href="#home" class="btn btn-default btn-navbar" role="button"><strong><em>Home</em></strong></a>
<a href="#about" class="btn btn-default btn-navbar" role="button"><strong><em>About me</em></strong></a>
<a href="#prevWork" class="btn btn-default btn-navbar" role="button"><strong><em>Previous work</em></strong></a>
<a href="#contact" class="btn btn-default btn-navbar" role="button"><strong><em>Contact me!</em></strong></a>
</div>
<!-- End button group -->
</div>
</div>
</div>
<!-- End navbar -->
<div class="container-fluid">
<div class="intro">
<div id="home" class="container page-header text-center">
<h1><strong>Welcome to my Portfolio!</strong><small class="text-info"><strong><em><br>Where weird things tend to happen</strong></em></small></h1>
</div>
<!-- page-header -->
<div class="row">
<p id="sub-header" class="lead text-center">Hello! Welcome to my personal portfolio. <br>Please, take your time browsing around. <br>At the bottom of the page you'll find ways to contact me, if you wish.</p>
</div>
</div>
</div>
<!-- Content starts here -->}
<div class="container-fluid">
<div id="about" class="row">
<div class="col-xs-6 text-center text-justify">
<h3 class="text-left"><u><strong>About me</strong></u></h3>
<p><strong>My name is Ivan Gabriel Puiggros (Most people call me Gabriel though). I was born in 1993. I'm a self-taught programmer. Having just picked up Front-end skills, I'm a newbie looking to learn more things.</p>
<h3><strong><u>Skills so far:</u></strong></h3>
<ul>
<li>Basic HTML/CSS</li>
<li>Basic Bootstrap</li>
<li>Basic Javascript/jQuery</li>
<li>Basic C programming</li>
</ul>
</strong>
</div>
<div class="col-xs-6">
<div class="container-fluid">
<img id="image-about" class="img-responsive" src="http://img08.deviantart.net/b8ca/i/2006/077/1/6/coder_at_work_by_dwerg85.png">
</div>
</div>
</div>
</div>
<!-- End of About -->
<div id="prevWork" class="container-fluid">
<div class="row">
<h3 class="text-left"><strong><u>Previous work</strong></u></h3>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-4">
<div class="container-fluid">
<div class="well">
<a href="https://codepen.io/Zera99/full/MKLqOX/"><img class="img-responsive img-thumbnail" src="http://i67.tinypic.com/2rclv5u.png"></a>
</div>
<h3 class="text-success portFolioText">Tribute Page</h3>
</div>
</div>
<div class="col-xs-4">
<div class="container-fluid">
<div class="well">
</div>
<h3 class="text-success portFolioText">Coming soon!</h3>
</div>
</div>
<div class="col-xs-4">
<div class="container-fluid">
<div class="well">
</div>
<h3 class="text-success portFolioText">Coming soon!</h3>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<h3 id ="contact" class="text-left white-text"><strong><u>Contact me!</strong></u></h3>
</div>
</div>
<div id="contact" class="container-fluid">
<div class="row">
<div class="col-xs-4 white-text">
<h4>You can contact me at:<br></h4>
<h3>razprog@hotmail.com</h3>
</div>
<div class="col-xs-8">
<a href="https://github.com/Zera99" target="_blank"><button class="btn btn-info btn-contact"><strong>Github</strong></button></a>
<a href="#" target="_blank"><button class="btn btn-primary btn-contact"><strong>Facebook</strong></button></a>
<a href="https://www.fiverr.com/zera99" target="_blank"><button class="btn btn-success btn-contact"><strong>Fiverr</strong></button></a>
</div>
</div>
</div>
</div>
body {
font-family: 'Poiret One', cursive, sans-serif;
background-color: rgb(40, 40, 40);
}
.page-header {
padding-right: 20px;
padding-left: 20px;
padding-top: 50px;
border-bottom: 1px solid white;
color: rgb(235, 235, 235);
}
.navbar-brand {
font-weight: bold;
}
.text-info {
color: rgb(175, 0, 255);
}
.btn-navbar {
background-color: rgb(245, 245, 245);
}
.btn-group-lg {
padding-top: 5px;
}
#sub-header {
color: white;
padding: 0px 20px 180px 20px;
}
#about {
color: white;
font-size: 20px;
padding-top: 50px;
}
.img-responsive {
margin: 0 auto;
}
#image-about {
padding-top: 30px;
width: 300px;
height: 300px;
}
#prevWork {
color: white;
padding-top: 50px;
padding-bottom: 20px;
}
.portFolioText {
font-weight: bold;
padding-left: 75px;
}
.img-thumbnail {
height: 250px;
width: 250px;
}
.well {
background-color: rgb(90,90,150);
height: 300px;
width: 300px;
}
.white-text {
color: white;
}
#contact {
padding-top: 50px;
}
.btn-contact {
font-size: 20px;
height: 40px;
width: 225px;
}
Also see: Tab Triggers