Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(app): move "choose sign-in" above signup/signin buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed Jan 19, 2016
1 parent 57d81ba commit 661bde0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
<header>
<img src="/img/transparent-logo.png" id="splash-logo" alt="123done-logo" width="72" height ="70">
<h1>123done</h1>
<h2>The First Step to Greatness</h2>
<button class="btn btn-persona sign-choose" type="submit">Choose my sign-in flow for me</button>
<button class="btn btn-large btn-info btn-persona sign-in-button signup" type="submit">Sign Up</button>
<button class="btn btn-large btn-info btn-persona sign-in-button signin" type="submit">Sign In</button>
<button class="btn btn-persona sign-choose" type="submit">Choose my sign-in flow for me</button>
</header>
<section>
<div class="container">
Expand Down

0 comments on commit 661bde0

Please sign in to comment.