zeus.ugent.be/content/projects.erb

42 lines
1.7 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">
<img src="/assets/images/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, iOS, and Windows 10 application providing all the information a student at Ghent University needs.<br>
For an overview of the features, visit the project's <a href="http://student.ugent.be/hydra/">website</a>.
</p>
<div class="columns links">
<div class="column has-text-centered">
<a href="https://itunes.apple.com/be/app/hydra/id602640924"><img src="/assets/images/apple.svg"></a>
<a href="https://github.com/ZeusWPI/hydra-iOS">iOS <span class="icon"><i class="fa fa-github"></i></span></a>
</div>
<div class="column has-text-centered">
<a href="http://play.google.com/store/apps/details?id=be.ugent.zeus.hydra"><img src="/assets/images/google.svg"></a>
<a href="https://github.com/ZeusWPI/hydra-android">Android <span class="icon"><i class="fa fa-github"></i></span></a>
</div>
<div class="column has-text-centered">
<a href="http://www.windowsphone.com/s?appId=08d3268e-aad6-48fa-ae83-5ccd1663e73a"><img src="/assets/images/windows.svg"></a>
<a href="https://github.com/ZeusWPI/hydra-windows">Windows 10 <span class="icon"><i class="fa fa-github"></i></span></a>
</div>
</div>
</div>
</article>
</div>
2016-10-03 19:56:08 +00:00
<% all_projects.each do |project| %>
<%= render '/partials/_project.erb', project: project%>
<% end %>
2016-09-27 17:39:41 +00:00
</div>