Skip to content

Commit

Permalink
automatic update to script progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Durkin committed May 3, 2012
1 parent 19f3c09 commit 36d3bbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>Script Progress: 60.95%</title>
<title>Script Progress: 61.58%</title>
<style>

body {
Expand Down Expand Up @@ -43,7 +43,7 @@
box-shadow: inset 0 0.1em 0.4em 0 rgba(0, 0, 0, 0.7), 0 0.1em 0 0 rgba(255, 255, 255, 0.15);
}
#progress {
width: 60.95%;
width: 61.58%;
background: -webkit-linear-gradient(#4db03e, #2c6523);
background: -moz-linear-gradient(#4db03e, #2c6523);
background: linear-gradient(#4db03e, #2c6523);
Expand Down Expand Up @@ -156,11 +156,11 @@
<div id="stats-above">
<div class="stat">
<div class="label">Status:</div>
<div class="value running">Running</div>
<div class="value stopped">Stopped</div>
</div>
<div class="stat">
<div class="label">Progress:</div>
<div class="value">60.95%</div>
<div class="value">61.58%</div>
</div>
<div class="stat">
<div class="label">Next update in:</div>
Expand All @@ -174,11 +174,11 @@
<div id="stats-below">
<div class="stat">
<div class="label">Loans processed:</div>
<div class="value">251421</div>
<div class="value">254000</div>
</div>
<div class="stat">
<div class="label">Unique lender locations:</div>
<div class="value">31382</div>
<div class="value">31461</div>
</div>
<div class="stat">
<div class="label">Unique loan locations:</div>
Expand Down

0 comments on commit 36d3bbc

Please sign in to comment.