Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Updated screenshots and added 'git deployment'
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed May 22, 2012
1 parent 60663cc commit 49ff3ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
Binary file added img/git-push.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/job.small.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 19 additions & 4 deletions index.html
Expand Up @@ -9,13 +9,14 @@

<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Happy+Monkey' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css'>
<style type="text/css">
body { padding: 25px 10px; }
h1,h2 { font-family: "Happy Monkey", Arial, Helvetica, sans-serif;
h1,h2 { font-family: "Bree Serif", Arial, Helvetica, sans-serif;
color: #b00000; }
h1 { margin-bottom: 25px;
font-size: 28pt; }
.pique { color: #bbb; }
h2 { margin-bottom: 15px; }
p { margin-bottom: 15px; }
.border { border: 1px solid #ddd; }
Expand Down Expand Up @@ -47,7 +48,10 @@
<div class="container">
<div class="row">
<div class="span9 offset1">
<h1>Sooner.io</h1>
<h1>
Sooner.io
<span class="pique">Distributed, Managed Cron</span>
</h1>

<div class="row">
<div class="span6">
Expand Down Expand Up @@ -101,14 +105,25 @@ <h2>Job Scripts</h2>
</div>
</div>

<div class="row push">
<div class="span6">
<img src="img/git-push.png" class="border" alt="Git-Based Script Updates">
</div>
<div class="span3">
<h2>Git-Based Script Deployment</h2>
<p>Edit your scripts using your favorite editor, and push with your favorite distributed VCS: Git!</p>
<p>All your scripts are versioned, and you get to edit from the comfort of your own dev environment.</p>
</div>
</div>

<div class="row push">
<div class="span6">
<img src="img/output.png" class="border" alt="Running Job Console Output"/>
</div>
<div class="span3">
<h2>Console Output</h2>
<p>All script output is captured, you can log as much as you want using <code>console.log()</code> (JavaScript/CoffeeScript), <code>echo</code> (Bash), or whatever.
Output is displayed line-by-line in real-time on the job page.</p>
Output is displayed line-by-line in real-time in the job management web interface.</p>
</div>
</div>

Expand Down

0 comments on commit 49ff3ba

Please sign in to comment.