<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
<link href="http://www.911fonts.com/font/download_LucidaGrandeRegular_6216.htm" rel='style/sheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Crimson+Text:600' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset-utf-8"/>
<title>37 Signals</title>
<link rel="stylesheet" href="main.css" type="text/css" media="screen">
</head>
<body>
<header>
<a href="#" class="dotw">Happy Day.</a>
<ul class="nav">
<li><a href="#">Company blog</a></li>
<li><a href="#">Our story</a></li>
<li><a href="#">Follow us on Twitter</a></li>
<li><a href="#">System status</a></li>
<span class="signin"><li><a href="#">Sign in</a></li></span>
</ul>
</header>
<div class="logo-img">
<img src="images/logo-37s-large.png" alt="37 Signals" class="logoimg">
</div>
<div class="text">
<h1 class="headers">Making collaboration productive and <br> enjoyable for people every day.</h1>
<h5>Frustration-free web-based apps for collaboration, sharing information, and making decisions.</h5>
</div>
<div class="boxes">
<div class="basecamp">
<img src="images/logo-bc.png" alt="logo" class="logos">
<a href="#">Basecamp®</a>
<h5 class="logo-headers">Manage Projects</h5>
<p class="logo-p">Used by millions for project management.</p>
</div>
<div class="basecamp">
<img src="images/logo-hr.png" alt="logo" class="logos">
<a href="#">Highrise</a>
<h5 class="logo-headers">Manage Contacts</h5>
<p class="logo-p">Know the people you do business with.</p>
</div>
<div class="basecamp">
<img src="images/logo-cf.png" alt="logo" class="logos">
<a href="#">Campfire</a>
<h5 class="logo-headers">Work in Real-Time</h5>
<p class="logo-p">Group chat rooms for your business.</p>
</div>
</div>
<hr>
<div class="middle">
<div class="side-img">
<h2>Millions of entrepreneurs, freelancers, small<br>businesses, and departments inside big<br> organizations rely on our web apps.</h2>
<img src="images/img-customerss.png" class="customers">
</div>
</div>
</body>
Output
300px
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. |