<html>
<head>
<meta charset="utf-8">
<title>Desktime</title>
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1, user-scalable=no">
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:200,300' rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header class="page-header">
<a href="." class="header-logo"><h1>Desktime</h1></a>
<a href="sign-in" class="header-signin">Sign In</a>
<nav class="header-nav">
<ul>
<li><a href="#request-a-demo">Request a demo</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="directory.html">Directory</a></li>
</ul>
</nav><!-- /.header-nav-->
</header><!-- /.page-header -->
<div class="marketing-intro">
<section class="marketing-intro-story marketing-intro-manage">
<h1>Take control of your coworking space</h1>
<p>Accept payments, book your space, and build a community with a single web-based app.</p>
<a href="#demo" class="marketing-story-action">Request a demo</a>
</section>
<section class="marketing-intro-story marketing-intro-find">
<h1>Find the <span>perfect</span> shared workspace.</h1>
<p>Search the Desktime Directory for a great place to work anywhere in the world.</p>
<input>
</section>
</div><!-- /.marketing-intro -->
<div class="features">
<section class="feature feature-payments">
<h1>Effortless integrated payments.</h1>
<p>There’s no easier way to accept recurring or one-time credit card payments for your space. And it takes minutes to set up.</p>
</section>
<section class="feature feature-booking-system">
<h1>Track bookings and resources.</h1>
<p>With a booking system designed specifically for shared spaces, you’ll always know who’s coming, who’s going, and what they’re using.</p>
</section>
<section class="feature feature-member">
<h1>The best member experience.</h1>
<p>Desktime’s Member Profiles help your members connect, and a full payment and booking history give them control.</p>
</section>
<section class="feature feature-promotion">
<h1>Promote your space.</h1>
<p>Keep your space close to capacity with a listing in the Desktime Directory. It’s completely free, and fully-integrated into Desktime.</p>
</section>
</div><!-- /.features -->
<section id="request-a-demo" class="marketing-signup">
<h1>Let’s get started.</h1>
<p>We’ll help you setup your space and walk you through the entire Desktime experience. By the end of the session you’ll be ready to use Desktime full-time.</p>
<form class="marketing-signup-form">
<ul>
<li>
<label for="demo-name">Your Name</label>
<input id="demo-name" placeholder="Your full name">
</li>
<li>
<label for="demo-email">Your Email</label>
<input id="demo-email" placeholder="you@yourmail.com">
</li>
<li>
<label for="demo-space">Your Space</label>
<input id="demo-space" placeholder="Name of your space">
</li>
</ul>
</form>
</section><!-- /.marketing-signup -->
</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. |