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.
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Russo+One" rel="stylesheet">
<!-- Google fonts above -->
<body>
<ul class="nav-bar active hover">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="container-fluid">
<h1 id="home">Bradley Kittle Studios</h1>
<p class="main-para">You are not prepared</p>
<hr />
<div class="buttons">
<div class="row">
<div class=col-md-4>
<a href="https://www.instagram.com/bradkittle" target="_blank"><button type="button" class="btn btn-outline-primary btn-lg col-xs-4 margin-left">Instagram</button></a>
</div>
<div class=col-md-4>
<a href="https://github.com/Bradkittle" target="_blank"><button type="button" class="btn btn-outline-primary btn-lg col-xs-4 margin-left">Github</button></a>
</div>
<div class=col-md-4>
<a href="https://www.facebook.com/bradley.kittle.14" target="_blank"><button type="button" class="btn btn-outline-primary btn-lg col-xs-4 margin-left">Facebook</button></a>
</div>
</div>
</div>
</div>
<div class=container>
<h2 id=about>Author</h2>
<div class=aboutme>
<img class="brad" src="https://s17.postimg.org/5u0u82ybz/IMG_03961_1.jpg">
<p>Hello, my name is Bradley Kittle. I started to look into coding around Janurary 2018, so I am fairly new! Coding has been an awesome find for me and I look forward to learn as much as I can in it.</p>
</div>
<h2 id=portfolio>My Recent Work</h2>
<div class=row>
<div class=col-sm-4>
<a href="https://codepen.io/Bradkittle/pen/bLgoVg" target="_blank"><img src="http://www.sfltimes.com/wp-content/uploads/2017/11/600px-Arnold_Schwarzenegger_in_Sydney_2013-e1510593661739-596x641.jpg?x19534" alt="Picture of Arnold" class="img-responsive"></a>
</div>
<div class=col-sm-4>
<a href="https://placeholder.com" target="_blank"><img src="https://vignette.wikia.nocookie.net/phobia/images/e/e0/Red-Question-Mark.jpg/revision/latest?cb=20171108063335" class="img-responsive2 hover"></a>
<div class="middle">
</div>
</div>
</div>
</div>
<div class=container2>
<h2 id=contact>Contact</h2>
<p class=contactp>To contact me please send me an email at (bradkittle211@yahoo.com) or message me on <a href="https://www.facebook.com/bradley.kittle.14" target="_blank">Facebook</a>. You can send me helpful websites or helpful advice!</p>
<footer>
<div>Created by <a href="https://codepen.io/Bradkittle/" target="_blank">Bradley Kittle</a></div>
</footer>
</div>
</body>
#home {
text-align: center;
padding-top: 200px;
font-famnily: 'Russo One', sans-serif;
color: white;
}
.main-para {
color: white;
font-size: 25px;
text-align: center;
padding-top: 40px;
font-family: helvetica;
}
.photo {
text-align: center;
}
.container-fluid {
background-image: url(https://images.pexels.com/photos/326311/pexels-photo-326311.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb)
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 2px solid #ccc;
margin: 1em 0;
padding: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
li {
float: left;
border-right: 2px solid #bbb;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
text-decoration: none;
color: white;
}
/* button layout */
.buttons {
text-align: center;
text-decoration: none;
padding: 40px;
color: white;
}
.margin-left {
margin-left: 60px;
margin-right: 60px;
color: White;
}
#about {
font-family: lato;
color: red;
text-align: left;
}
.brad {
width: 200px;
height: auto;
border: 3px solid black;
border-radius: 100%;
}
.container {
background:
linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px,
linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px,
linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px,
linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px,
linear-gradient(90deg, #1b1b1b 10px, transparent 10px),
linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
background-color: #131313;
background-size: 20px 20px;
}
p {
color: white;
}
.aboutme .brad {
float:left;
margin-right: 10px;
padding: 1px;
}
.aboutme p {
overflow: auto;
font-family: georgia;
font-size: 20px;
color: white;
padding-bottom: 200px;
}
#portfolio {
font-family: Garamond;
text-align: center;
font-size: 50px;
font-weight: bold;
padding-top: 50px;
padding-bottom: 10px;
color: white;
}
.img-responsive {
width: 300px;
padding: 10px;
border: 2px solid yellow;
}
.img-responsive2 {
width: 322px;
border: 2px solid yellow;
padding: 10px;
}
#contact {
text-align: center;
padding: 20px;
}
.contactp {
font-family: georgia;
font-size: 20px;
color: black;
text-align: center;
}
footer {
text-align: center;
}
Also see: Tab Triggers