Make project titles clickable

This commit is contained in:
Wout Schellaert 2016-10-08 23:25:34 +02:00
parent 65c3d1b0a4
commit 5e5c29a3cf
13 changed files with 32 additions and 20 deletions

View file

@ -2,6 +2,7 @@
title: 12urenloop
description: Application to count laps based on bluetooth dongle detection. <a href="http://12urenloop.be">http://12urenloop.be</a>
github: https://github.com/ZeusWPI/12urenloop
site: https://12urenloop.be/
logo_letter: L
logo_color: "#6094DB"
---

View file

@ -2,6 +2,7 @@
title: Badass Bottle Bats
description: A bot writing contest. <a href="https://zeus.ugent.be/bottlebats">https://zeus.ugent.be/bottlebats</a>
github: https://github.com/ZeusWPI/aichallenge
site: https://zeus.ugent.be/bottlebats/
logo_letter: B
logo_color: "#FFD062"
---

View file

@ -1,9 +1,10 @@
---
title: BlokMap
description: "
Een collectie bloclokaties die jou helpt een plaats te vinden om te blokken tijdens de examens. <br>
Vind de map <a href='http://blok.ugent.be/'>hier</a>!"
github: https://github.com/ZeusWPI/blokmap
logo_letter: B
logo_color: "#E0FFFF"
---
---
title: BlokMap
description: "
Een collectie bloclokaties die jou helpt een plaats te vinden om te blokken tijdens de examens. <br>
Vind de map <a href='http://blok.ugent.be/'>hier</a>!"
github: https://github.com/ZeusWPI/blokmap
site: http://blok.ugent.be/
logo_letter: B
logo_color: "#E0FFFF"
---

View file

@ -2,6 +2,7 @@
title: FK Enrolment.
description: Enrolment system for new members of FK-clubs at Ghent University.
github: https://github.com/ZeusWPI/FK-enrolment
site: https://registratie.fkgent.be/
logo_letter: E
logo_color: "#FFBBDD"
---

View file

@ -1,9 +1,10 @@
---
title: Gamification
description: "
Gamification of Zeus member engagement. Get points for coding!
View the <a href='https://zeus.ugent.be/game'>scoreboard</a>."
github: https://github.com/ZeusWPI/Gamification
logo_letter: G
logo_color: "#F08080"
---
---
title: Gamification
description: "
Gamification of Zeus member engagement. Get points for coding!
View the <a href='https://zeus.ugent.be/game'>scoreboard</a>."
github: https://github.com/ZeusWPI/Gamification
site: https://zeus.ugent.be/game
logo_letter: G
logo_color: "#F08080"
---

View file

@ -2,6 +2,7 @@
title: Gandalf
description: You Shall Not Pass - An advanced e-ticket system for student clubs - <a href="http://event.fkgent.be">http://event.fkgent.be</a>
github: https://github.com/ZeusWPI/Gandalf
site: https://event.fkgent.be/
logo_letter: G
logo_color: "#F3F8F4"
---

View file

@ -1,7 +1,8 @@
---
title: Haldis
description: Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where. Start an order and let people add items with a simple mouse-click! No more calculating prices and making lists! Be lazier today! <a href="http://zeus.ugent.be/haldis">http://zeus.ugent.be/haldis</a>
github: http://zeus.ugent.be/haldis
github: https://github.com/ZeusWPI/Haldis
site: https://zeus.ugent.be/haldis
logo_letter: H
logo_color: black
---

View file

@ -2,6 +2,7 @@
title: Lana
description: 🐕 LAN-Party Assistant. An application to make the life of a LAN-partygoer easier!
github: https://github.com/ZeusWPI/Lana
site: https://zeus.ugent.be/lana
logo_letter: L
logo_color: "#E4C6A7"
---

View file

@ -2,6 +2,7 @@
title: Saruman
description: Saruman is a material management tool where partners can reserve stuff.
github: https://github.com/ZeusWPI/Saruman
site: https://materiaal.12urenloop.be/
logo_letter: S
logo_color: grey
---

View file

@ -2,6 +2,7 @@
title: SlotMachien
description: This repository contains all applications related to SlotMachien; a Lego MindStorms robot designed to turn a specific lock.
github: https://github.com/ZeusWPI/slotmachien
site: https://github.com/ZeusWPI/slotmachien
logo_letter: S
logo_color: "#FFF06A"
---

View file

@ -2,6 +2,7 @@
title: Tab
description: 💰 Yes. We have to drink. But we also have to pay. This does the paying part. <a href="https://zeus.ugent.be/tab">https://zeus.ugent.be/tab</a>
github: https://github.com/ZeusWPI/Tab
site: https://zeus.ugent.be/tab/
logo_letter: T
logo_color: "#BAFEA3"
---

View file

@ -2,6 +2,7 @@
title: Tap
description: 💰 Yes. We have to drink. But we also have to pay. This does the drinking part. <a href="https://zeus.ugent.be/tap">https://zeus.ugent.be/tap</a>
github: https://github.com/ZeusWPI/Tap
site: https://zeus.ugent.be/tap/
logo_letter: T
logo_color: "#BAFEA3"
---

View file

@ -6,7 +6,7 @@
</div>
</div>
<div class="column">
<p class="title"><%=project[:title]%></p>
<p class="title"><a href="<%=project[:site]%>" target="_self"><%=project[:title]%></a></p>
<p class="description subtitle"><%=project[:description]%></p>
<div><a href="<%=project[:github]%>">GitHub<span class="icon"><i class="fa fa-github"></i></span></a></div>
</div>