Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Desktime</title>
    <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>
    </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">Request a demo</a>
      </section>
      <section class="marketing-intro-story marketing-intro-find">
        <h1>Find the perfect 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 -->
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gryzzlypro
0viewers