2016-07-31 19:28:23 +02:00
|
|
|
---
|
|
|
|
navigable: true
|
|
|
|
title: Projecten
|
2016-10-03 22:33:52 +02:00
|
|
|
order: 30
|
2016-07-31 19:28:23 +02:00
|
|
|
---
|
2016-10-04 01:11:15 +02:00
|
|
|
<div class="container project content">
|
2016-10-04 17:42:56 +02:00
|
|
|
<article id="hydra" class="columns">
|
2016-10-04 01:11:15 +02:00
|
|
|
<div class="column is-one-quarter" id="logo-column">
|
|
|
|
<div class="hydra-scrot">
|
2016-11-02 15:25:36 +01:00
|
|
|
<%= asset :img, 'hydra.png' %>
|
2016-10-04 01:11:15 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-10-15 19:08:45 +02:00
|
|
|
<div class="column rows">
|
2016-10-04 01:11:15 +02:00
|
|
|
<p class="title">Hydra</p>
|
2016-10-15 19:08:45 +02:00
|
|
|
<p class="description subtitle">
|
2018-09-25 17:37:05 +02:00
|
|
|
Android and iOS app providing all the information a student at Ghent University needs.<br>
|
|
|
|
For an overview of the features, visit the project's <a href="https://hydra.ugent.be/">website</a>.
|
2016-10-15 19:08:45 +02:00
|
|
|
</p>
|
|
|
|
<div class="columns links">
|
2016-10-29 21:49:58 +02:00
|
|
|
<div class="has-text-centered">
|
|
|
|
<a href="https://itunes.apple.com/be/app/hydra/id602640924">
|
2016-11-02 15:25:36 +01:00
|
|
|
<%= asset :img, 'apple.svg' %>
|
2016-10-29 21:49:58 +02:00
|
|
|
</a>
|
2016-11-02 15:25:36 +01:00
|
|
|
<div class="clear"></div>
|
2017-02-06 11:26:02 +01:00
|
|
|
<a href="https://github.com/ZeusWPI/hydra-iOS"><span class="icon"><%= fa('github') %></span> iOS</a>
|
2016-10-15 19:08:45 +02:00
|
|
|
</div>
|
2016-10-29 21:49:58 +02:00
|
|
|
<div class="has-text-centered">
|
|
|
|
<a href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra">
|
2016-11-02 15:25:36 +01:00
|
|
|
<%= asset :img, 'google.svg' %>
|
2016-10-29 21:49:58 +02:00
|
|
|
</a>
|
2016-11-02 15:25:36 +01:00
|
|
|
<div class="clear"></div>
|
2017-02-06 11:26:02 +01:00
|
|
|
<a href="https://github.com/ZeusWPI/hydra-android"><span class="icon"><%= fa('github') %></span> Android</a>
|
2016-10-15 19:08:45 +02:00
|
|
|
</div>
|
2016-10-04 01:11:15 +02:00
|
|
|
</div>
|
2016-09-27 10:09:24 +02:00
|
|
|
</div>
|
2016-10-04 01:11:15 +02:00
|
|
|
</article>
|
2016-09-27 10:09:24 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2019-10-08 02:36:15 +02:00
|
|
|
<div class="columns is-multiline is-variable is-3">
|
|
|
|
<% all_projects.each do |project| %>
|
|
|
|
<%= render '/partials/_project.erb', project: project%>
|
|
|
|
<% end %>
|
|
|
|
</div>
|