initial browsing page

This commit is contained in:
Kyle Drake 2013-06-20 14:56:04 -07:00
parent b057ecc7a1
commit d0a359283e
4 changed files with 21 additions and 8 deletions

View file

@ -26,6 +26,7 @@
td Hopefully with donations. If you feel this is a useful service, help us pay the bills to run it. <a href="/donate">Click here to contribute!</a>
div.text-center
h1: a href="/new" JOIN NOW
p or
h1: a href="/browse" BROWSE EXISTING SITES
h5 style="margin-top: 30px" Returning users: <a href="/signin">Sign In</a>
h5 style="margin-top: 30px" Returning users: <a href="/signin">Sign In</a>

View file

@ -49,16 +49,16 @@ css:
.row
.span12
div id="editor" style="width: 100%; height: 1000px; position: relative;"
div id="editor" style="width: 100%; height: 600px; position: relative;"
#{@file_data}
.row.text-center style="margin-top: 10px"
.span4
a.btn.btn-large.btn-warning href="/dashboard" <i class="icon-remove"></i>&nbsp;&nbsp;Finish Without Saving
.span4
a.btn.btn-large.btn-success href="#" onclick="saveTextFile(false)" <i class="icon-save"></i>&nbsp;&nbsp;Save Changes
a.btn.btn-large.btn-success href="#" onclick="saveTextFile(false); return false" <i class="icon-save"></i>&nbsp;&nbsp;Save Changes
.span4
a.btn.btn-large.btn-info href="#" onclick="saveTextFile(true);" <i class="icon-save"></i>&nbsp;&nbsp;Save and Finish
a.btn.btn-large.btn-info href="#" onclick="saveTextFile(true); return false" <i class="icon-save"></i>&nbsp;&nbsp;Save and Finish
.row style="margin-top: 20px"
.span6.offset3.text-center