mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
* 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
7 lines
166 B
Plaintext
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>
|