Use 12urenloop logo
This commit is contained in:
parent
fe54ae41f4
commit
abd74d9812
5 changed files with 11 additions and 8 deletions
BIN
content/assets/images/12.png
Normal file
BIN
content/assets/images/12.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
BIN
content/assets/images/12urenloop.png
Normal file
BIN
content/assets/images/12urenloop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
|
@ -31,9 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="tile is-parent is-2">
|
<div class="tile is-parent is-2">
|
||||||
<a class="tile box is-child imgcenter project-tile" href="/projects/#12urenloop">
|
<a class="tile box is-child imgcenter project-tile" href="/projects/#12urenloop">
|
||||||
<div class="logo-index has-text-centered">
|
<%= asset :img, '12urenloop.png' %>
|
||||||
12UL
|
|
||||||
</div>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="tile is-parent is-2">
|
<div class="tile is-parent is-2">
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: 12urenloop
|
title: 12urenloop
|
||||||
github: https://github.com/ZeusWPI/12urenloop
|
github: https://github.com/ZeusWPI/12urenloop
|
||||||
site: https://12urenloop.be/
|
site: https://12urenloop.be/
|
||||||
logo_letter: L
|
logo_image: 12urenloop.png
|
||||||
logo_color: "#6094DB"
|
|
||||||
---
|
---
|
||||||
Application to count laps based on bluetooth dongle detection. [http://12urenloop.be](http://12urenloop.be)
|
Application to count laps based on bluetooth dongle detection. [http://12urenloop.be](http://12urenloop.be)
|
||||||
|
|
|
@ -1,9 +1,15 @@
|
||||||
<div id="<%= project.identifier.without_ext.split('/')[-1] %>" class="container project content">
|
<div id="<%= project.identifier.without_ext.split('/')[-1] %>" class="container project content">
|
||||||
<article class="columns is-mobile">
|
<article class="columns is-mobile">
|
||||||
<div class="column is-one-quarter">
|
<div class="column is-one-quarter">
|
||||||
<div class="logo" style="background-color: <%= project[:logo_color]%>">
|
<% if project[:logo_image] %>
|
||||||
<div class="logo-initial has-text-centered"><%= project[:logo_letter]%></div>
|
<div class="logo">
|
||||||
</div>
|
<%= 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>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p class="title"><a href="<%= project[:site] %>" target="_self"><%= project[:title] %></a></p>
|
<p class="title"><a href="<%= project[:site] %>" target="_self"><%= project[:title] %></a></p>
|
||||||
|
|
Loading…
Reference in a new issue