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.
<html>
<head>
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384- 8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
</head>
<body>
<div class="cover_all">
<div class="container">
<nav class="navbar transparent navbar-expand-lg navbar-inverse">
<a class="navbar-brand" href="#"><img src ="https://www.towerhamlets.gov.uk/images_and_video/Business/Enterprise/code_club_uk.png" height="67" alt="fender logo"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class=" custom-color navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">ABOUT<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">PORTFOLIO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">EXPERIANCE</a>
</li>
</ul>
<span class="navbar-text">
<a href="#"><i class="social-icons fab fa-instagram"></i></a>
<a href="#"><i class="social-icons fab fa-github"></i></a>
<a href"#"><i class="social-icons fab fa-facebook-f"></i></a>
</span>
</div>
</nav>
</div>
<!--End of Navbar-->
<div class=" container-fluid">
<div class=" row col-lg-12 img_container">
<img src="https://scontent-lax3-1.xx.fbcdn.net/v/t1.0-9/30414764_1116282235181600_4214576374486138880_n.jpg?_nc_cat=0&oh=bc028470b93961ec1ee6eab08c54c723&oe=5B614EF4" height="280" width="270" alt="A photo of a geek">
</div>
<div>
<div class="space">
<div class="row col-lg-6 content_container">
<p>Up and Coming web developer with experience in both Front-end and Back-end technologies. Past experience includes front end developer for Fender Musical Instruments Corporation. I have provided ownership for development, maintenance, and understanding of Applications in a Functional Business environment.</p>
<p>Click button below to see all my CodePen projects.</p></span>
</div>
<span> <button type="button" class="text_button btn btn-primary">CodePen</button></span>
</div>
</div>
</div>
</div>
</div>
<div id="part_2">
<div class="container text-center">
<div class="row">
<div class="col-lg-4 col-sm-12">
<img src="https://lisamuel.files.wordpress.com/2014/10/responsivephotogallery.png" height="200" width="300" class="round-image" alt="codepen image1"/>
<div>
<button type="button" class=" bttn btn btn-primary">Primary</button>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<img src="https://static.crozdesk.com/web_app_library/screenshots/images/000/000/147/screenshot/1.jpg?1435059211" height="200" width="300" class="round-image" alt="codepen image1"/>
<div>
<button type="button" class=" bttn btn btn-primary">Primary</button>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<img src="http://fiascodesign.co.uk/wp-content/uploads/2016/06/codepen-featured-1-900x645.png" height="200" width="300" class="round-image" alt="codepen image1"/>
<div>
<button type="button" class=" bttn btn btn-primary">Primary</button>
</div>
</div>
</div>
</div>
</div>
<!--End of Part2-->
<div id="part3">
<h2>CONTACT ME</h2>
<form>
<div class="container">
<div class="row">
<div class="col">
<input type="text" class="form-control" placeholder="First name">
</div>
<div class="col">
<input type="text" class="form-control" placeholder="Last name">
</div>
<div class="col">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.
</div>
</div>
</div>
</form>
</body>
</html>
/* html,body{
border: 0;
margin: 0;
padding: 0;
height:100%;
width:100%;
} */
.space{
margin: 3%;
}
.cover_all {
background-image: url("https://images.unsplash.com/photo-1520901157462-0ea3fb2f9024?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjF9&s=67cae02f2803ddc8f0691bf51e130778");
background-size:cover;
background-repeat: no-repeat;
}
#part_2 h2{
text-align:center;
color:black;
letter-spacing: 3px;
}
.navbar{
border-radius:5.5px;
}
li .nav-link {
box-sizing:border-box;
float:left;
line-height: 1px;
padding-top: 12px;
height:25px;
border-right:solid 1.5px #000000;
}
/*Used for Brand image in navbar*/
.site_container {
padding: 20px;
max-width: 1140px;
margin: 0 auto;
margin-top: 50px;
}
.img_content_container {
margin: 0 auto;
}
.img_container {
display:block;
}
.img_container img {
object-fit: cover;
border-radius: 50%;
width:200px;
height: 200px;
margin:0 auto; ;
display:block;
}
.content_container {
color: #fff;
padding: 10px;
border-radius: 10px;
font-size: 18px;
font-family: "", sans-serif;
background-color: #ffffff;
border: 1px solid black;
opacity: 0.8;
display:block;
margin:0 auto;
}
#part_2 {
margin:6% 0 0 0;
background-color:white;
background-size:cover;
}
.round-image{
border-radius:10%;
margin: -40px;
padding:0;
}
.codepen_img_container img {
width: 100%;
}
.bttn{
margin:20% 0 10% 0;
padding: 10;
}
.cent{
display:block;
margin:0 0 0 20%;
}
.text_button{
position:relative;
padding-left: 10px;
opacity:20;
color:blue;
margin-top:20px;
margin-left: auto;
margin-right: auto;
display:block;
}
.custom-color li a{
color:white;
font-weight:300;
}
#part3{
padding:5px;
background-color:black;
}
#part_2 img{
border: 1px solid;
box-shadow: 2px 1px #888888;
}
.navbar.transparent.navbar-inverse .navbar-inner {
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
p{
color:black;
}
h2{
color:white;
text-align:center;
}
.social-icons{
color:pink;
font-size:1.5em;
margin:5px;
}
@media (max-width: 986px)
{ .content_container
{
font-size:12px;
margin: 1px 0 0 0;
}
}
@media (max-width: 986px)
{ .img_content_container img
{
display:block;
margin:auto;
font-size:12px;
}
}
@media (max-width: 986px)
{ #part_2
{
margin:50px 10px 0px -1px;
}
}
@media (max-width: 986px)
{ #part_2 .bttn
{
margin:50px 0px 70px 10px;
}
}
@media (max-width: 986px)
{ .img_container img
{
height: 140px;
width:150px
}
}
@media (max-width: 986px)
{ .cover_all
{
height: 80%;
}
}
Also see: Tab Triggers