1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/app/views/sessions/new.html.erb
Dan Barber 6936911880
Looks of things to make it pretty
* Convert SASS to SCSS
* Dark mode! (no light mode anymore though)
* Pretty GitHub login button
* Media queries to keep thumbnail sizes consistent by changing the
number of grid columns
2018-08-08 10:13:23 -04:00

7 lines
166 B
Plaintext

<div class="centre-stage">
<%= link_to '/auth/github', class: "github-button" do %>
<%= image_tag "github-64.png" %>
Sign in with GitHub
<% end %>
</div>