<html lang="en">
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="javaScript.js"></script>
</head>
<body>
<div id="head">
<nav class="navbar navbar-inverse navbar-static-top">
<div id="navbarButtons" class="container-fluid">
<a href="#aboutMe" class="btn btn-default btn-lg" role="button">
<span class="glyphicon glyphicon-search"></span>
</a>
<a href="#circVitae" class="btn btn-default btn-lg" role="button">
<span class="glyphicon glyphicon-home"></span>
</a>
<a href="#contactMe" class="btn btn-default btn-lg" role="button">
<span class="glyphicon glyphicon-envelope"></span>
</a>
</div>
</nav>
</div>
<div id="body">
<section class="module parallax parallax-1">
<div class="container">
<h1>Ibrahim</h1>
</div>
</section>
<section class="module content">
<div class="container">
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="..." alt="...">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Middle aligned media</h2>
<p>Let's see what happens now</p>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="..." alt="...">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Middle aligned media</h2>
<p>Let's see what happens now</p>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="..." alt="...">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Middle aligned media</h2>
<p>Let's see what happens now</p>
</div>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="..." alt="...">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Middle aligned media</h2>
<p>Let's see what happens now</p>
</div>
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object" src="..." alt="...">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Middle aligned media</h2>
<p>Let's see what happens now</p>
</div>
</div>
</section>
<section class="module parallax parallax-2">
<div class="container">
<a name="aboutMe"></a>
<h1>About Me</h1>
</div>
</section>
<section class="module content">
<div class="container">
<h2>Lorem Ipsum Dolor</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</p>
</div>
</section>
<section class="module parallax parallax-3">
<a name="contactMe"></a>
<div class="container">
</div>
</section>
</div>
<div id="bodyHobbies">
<div class="intbox1"><p>1</p>
<img src="foobar1.jpg" border="0" />
</div>
<div class="intbox2"><p>2</p>
<img src="foobar.jpg" border="0" />
</div>
<div class="intbox3"><p>3</p>
<img src="foobar.jpg" border="0" />
</div>
<div class="intbox4"><p>4</p>
<img src="foobar.jpg" border="0" />
</div>
</div>
<div id="footerBottom">
<footer class="footer">
<div class="container">
<p class="text-muted"></p>
</div>
</footer>
</div>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |