zeus.ugent.be/content/projects.erb

45 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-07-31 17:28:23 +00:00
---
navigable: true
title: Projecten
2016-10-03 20:33:52 +00:00
order: 30
2016-07-31 17:28:23 +00:00
---
<div class="container project content">
2016-10-04 15:42:56 +00:00
<article id="hydra" class="columns">
<div class="column is-one-quarter" id="logo-column">
<div class="hydra-scrot">
2016-11-02 14:25:36 +00:00
<%= asset :img, 'hydra.png' %>
</div>
</div>
2016-10-15 17:08:45 +00:00
<div class="column rows">
<p class="title">Hydra</p>
2016-10-15 17:08:45 +00:00
<p class="description subtitle">
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 17:08:45 +00:00
</p>
<div class="columns links">
2016-10-29 19:49:58 +00:00
<div class="has-text-centered">
<a href="https://itunes.apple.com/be/app/hydra/id602640924">
2016-11-02 14:25:36 +00:00
<%= asset :img, 'apple.svg' %>
2016-10-29 19:49:58 +00:00
</a>
2016-11-02 14:25:36 +00:00
<div class="clear"></div>
<a href="https://github.com/ZeusWPI/hydra-iOS"><span class="icon"><%= fa('github') %></span> iOS</a>
2016-10-15 17:08:45 +00:00
</div>
2016-10-29 19:49:58 +00:00
<div class="has-text-centered">
<a href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra">
2016-11-02 14:25:36 +00:00
<%= asset :img, 'google.svg' %>
2016-10-29 19:49:58 +00:00
</a>
2016-11-02 14:25:36 +00:00
<div class="clear"></div>
<a href="https://github.com/ZeusWPI/hydra-android"><span class="icon"><%= fa('github') %></span> Android</a>
2016-10-15 17:08:45 +00:00
</div>
</div>
</div>
</article>
</div>
2019-10-08 00:36:15 +00:00
<div class="columns is-multiline is-variable is-3">
<% all_projects.each do |project| %>
<%= render '/partials/_project.erb', project: project%>
<% end %>
</div>