Use 12urenloop logo

This commit is contained in:
Wout Schellaert 2016-12-11 22:39:56 +01:00
parent fe54ae41f4
commit abd74d9812
5 changed files with 11 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View file

@ -31,9 +31,7 @@
</div>
<div class="tile is-parent is-2">
<a class="tile box is-child imgcenter project-tile" href="/projects/#12urenloop">
<div class="logo-index has-text-centered">
12UL
</div>
<%= asset :img, '12urenloop.png' %>
</a>
</div>
<div class="tile is-parent is-2">

View file

@ -2,7 +2,6 @@
title: 12urenloop
github: https://github.com/ZeusWPI/12urenloop
site: https://12urenloop.be/
logo_letter: L
logo_color: "#6094DB"
logo_image: 12urenloop.png
---
Application to count laps based on bluetooth dongle detection. [http://12urenloop.be](http://12urenloop.be)

View file

@ -1,9 +1,15 @@
<div id="<%= project.identifier.without_ext.split('/')[-1] %>" class="container project content">
<article class="columns is-mobile">
<div class="column is-one-quarter">
<div class="logo" style="background-color: <%= project[:logo_color]%>">
<div class="logo-initial has-text-centered"><%= project[:logo_letter]%></div>
</div>
<% if project[:logo_image] %>
<div class="logo">
<%= asset :img, project[:logo_image] %>
</div>
<% else %>
<div class="logo" style="background-color: <%= project[:logo_color]%>">
<div class="logo-initial has-text-centered"><%= project[:logo_letter]%></div>
</div>
<% end %>
</div>
<div class="column">
<p class="title"><a href="<%= project[:site] %>" target="_self"><%= project[:title] %></a></p>