Skip to content

Commit

Permalink
front page: sort github button alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Feb 3, 2018
1 parent 735d025 commit 910d264
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/index.html
Expand Up @@ -73,6 +73,9 @@ <h1>
<div class="col-md-3 col-sm-6"><form method="post" action="/flickr/start">
<input type="image" class="shadow" alt="Flickr" src="/static/flickr.png" />
</form></div>
<div class="col-md-3 col-sm-6"><form method="post" action="/github/start">
<input type="image" class="shadow" alt="GitHub" src="/static/github_button_squared.png" />
</form></div>
<div class="col-md-3 col-sm-6"><form method="post" action="/googleplus/start">
<input type="image" class="shadow" alt="Google+" src="/static/google_plus.png" />
</form></div>
Expand All @@ -81,13 +84,13 @@ <h1>
<input type="url" name="me" class="form-control" placeholder="http://..." required style="width: 150px; height: 50px; display:inline;" />
<input type="image" class="shadow" title="IndieAuth" alt="IndieAuth" src="/static/indieauth_button.png" />
</form></div>
<div class="col-md-3 col-sm-6"><form method="post" action="/instagram/start">
<input type="image" class="shadow" alt="Instagram" src="/static/instagram.png" />
</form></div>
</div>
<br />

<div class="row">
<div class="col-md-3 col-sm-6"><form method="post" action="/instagram/start">
<input type="image" class="shadow" alt="Instagram" src="/static/instagram.png" />
</form></div>
<div class="col-md-3 col-sm-6"><form method="post" action="/medium/start">
<input type="image" class="shadow" alt="Medium" src="/static/medium.png" />
</form></div>
Expand All @@ -98,15 +101,12 @@ <h1>
<div class="col-md-3 col-sm-6"><form method="post" action="/twitter/start">
<input type="image" class="shadow" alt="Twitter" src="/static/twitter.png" />
</form></div>
<div class="col-md-3 col-sm-6"><form method="post" action="/wordpress_rest/start">
<input type="image" class="shadow" alt="WordPress.com" src="/static/wordpress_com.png" />
</form></div>
</div>
<br />

<div class="row">
<div class="col-md-3 col-sm-6"><form method="post" action="/github/start">
<input type="image" class="shadow" alt="GitHub" src="/static/github_button_squared.png" />
<div class="col-md-3 col-sm-6"><form method="post" action="/wordpress_rest/start">
<input type="image" class="shadow" alt="WordPress.com" src="/static/wordpress_com.png" />
</form></div>
</div>

Expand Down

0 comments on commit 910d264

Please sign in to comment.