<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<html>
<head>
<meta http-equiv='Content Type' content="text/html ; charset=UTF-8">
<title>Awantura Sluzewiec</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0 /jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4 /jquery-ui.min.js"></script>
<script type="text/javascript"></script>
<style type="text/css">
body {
background: black url('images/background.png') top left no-repeat;
background-size: cover;
}
header {
background: url('images/logo_tittle.png') top left no-repeat;
position: relative;
top: 25px;
left: 25px;
width: 1215px;
height: 157px;
}
nav {
position: absolute;
top: 50%;
margin-top: -180px;
left: 73px;
width: 1073px;
height: 40px;
}
.navButtons {
display: block;
left: 145px;
position: relative;
width: 149px;
height: 40px;
background-size: cover;
color: white;
}
.navButtons:hover {
box-shadow: 0 0 10px white;
}
#O_nas {
background: transparent url('images/o_nas.png') center center no-repeat;
}
#Druzyna {
background: transparent url('images/druzyna.png') center center no-repeat;
}
#Treningi {
background: transparent url('images/treningi.png') center center no-repeat;
}
#Obiekt {
background: transparent url('images/obiekt.png')center center no-repeat;
}
#Wyniki {
background: transparent url('images/wyniki.png') center center no-repeat;
}
#Trener {
background: transparent url('images/trener.png') center center no-repeat;
}
#Promil {
background: transparent url('images/promil.png') center center no-repeat;
}
</style>
</head>
<body>
<header></header>
<div></div>
<nav>
<div id="O_nas" class="navButtons"> a</div>
<div id="Druzyna" class="navButtons"> b</div>
<div id="Treningi" class="navButtons"> c</div>
<div id="Obiekt" class="navButtons"> d</div>
<div id="Wyniki" class="navButtons"> e</div>
<div id="Trener" class="navButtons"> f</div>
<div id="Promil" class="navButtons"> g</div>
</nav>
</body>
</html>
</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. |