Set git icon before name instead of after name
This commit is contained in:
parent
60284aa6a8
commit
a8ef719487
2 changed files with 5 additions and 5 deletions
|
@ -22,21 +22,21 @@ order: 30
|
|||
<%= asset :img, 'apple.svg' %>
|
||||
</a>
|
||||
<div class="clear"></div>
|
||||
<a href="https://github.com/ZeusWPI/hydra-iOS">iOS <span class="icon"><%= fa('github') %></span></a>
|
||||
<a href="https://github.com/ZeusWPI/hydra-iOS"><span class="icon"><%= fa('github') %></span> iOS</a>
|
||||
</div>
|
||||
<div class="has-text-centered">
|
||||
<a href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra">
|
||||
<%= asset :img, 'google.svg' %>
|
||||
</a>
|
||||
<div class="clear"></div>
|
||||
<a href="https://github.com/ZeusWPI/hydra-android">Android <span class="icon"><%= fa('github') %></span></a>
|
||||
<a href="https://github.com/ZeusWPI/hydra-android"><span class="icon"><%= fa('github') %></span> Android</a>
|
||||
</div>
|
||||
<div class="has-text-centered">
|
||||
<a href="http://www.windowsphone.com/s?appId=08d3268e-aad6-48fa-ae83-5ccd1663e73a">
|
||||
<%= asset :img, 'windows.svg' %>
|
||||
</a>
|
||||
<div class="clear"></div>
|
||||
<a href="https://github.com/ZeusWPI/hydra-windows">Windows 10 <span class="icon"><%= fa('github') %></span></a>
|
||||
<a href="https://github.com/ZeusWPI/hydra-windows"><span class="icon"><%= fa('github') %></span> Windows 10</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -46,4 +46,4 @@ order: 30
|
|||
|
||||
<% all_projects.each do |project| %>
|
||||
<%= render '/partials/_project.erb', project: project%>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="column">
|
||||
<p class="title"><a href="<%= project[:site] %>" target="_self"><%= project[:title] %></a></p>
|
||||
<p class="description subtitle"><%= project.compiled_content %></p>
|
||||
<div><a href="<%= project[:github] %>">GitHub<span class="icon"><i class="fa fa-github"></i></span></a></div>
|
||||
<div><a href="<%= project[:github] %>"><span class="icon"><%= fa('github') %></span> GitHub</a></div>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue