zeus.ugent.be/content/index.erb

74 lines
2.6 KiB
Plaintext
Raw Normal View History

2016-09-01 22:22:01 +00:00
<% content_for :head do %>
<META NAME="Title" CONTENT="Zeus WPI: Werkgroep informatica van de Universiteit Gent">
<META NAME="Keywords" CONTENT="zeus wpi, informatica, universiteit gent">
2016-09-03 14:42:58 +00:00
<META NAME="Description" CONTENT="Studentenvereniging van de informatica aan de Universiteit Gent. Informatie over o.a. Linux (downloads en lessen), programmeren, en internetbeveiliging.">
2016-09-01 22:22:01 +00:00
<% end %>
2016-08-30 20:48:58 +00:00
<div id="homepage">
<div class="tile is-vertical is-ancestor">
<div class="tile is-parent is-12">
<%= render '/partials/_tile.*', article: all_events[0] %>
2016-08-27 18:15:00 +00:00
</div>
2016-08-30 20:48:58 +00:00
<div class="tile">
<div class="tile is-parent is-4">
<%= render '/partials/_tile.*', article: all_events[1], htmlclass: "highlighted" %>
2016-08-27 18:15:00 +00:00
</div>
2016-08-30 20:48:58 +00:00
<div class="tile is-parent is-4">
<div class="tile is-child box highlighted">
2016-10-03 13:24:17 +00:00
<img src="http://thecatapi.com/api/images/get?format=src&type=gif&size=small">
2016-08-27 18:15:00 +00:00
</div>
</div>
2016-08-30 20:48:58 +00:00
<div class="tile is-vertical is-2">
2016-10-03 12:41:36 +00:00
<a class="tile" href="https://zeus.ugent.be/wiki">
<div class="tile is-parent">
<div class="tile is-child box has-text-centered" >
2016-09-23 16:14:18 +00:00
<%= fa 'wikipedia-w' %>
2016-10-03 12:41:36 +00:00
</div>
2016-08-30 20:48:58 +00:00
</div>
2016-10-03 12:41:36 +00:00
</a>
<a class="tile" href="/cammie">
<div class="tile is-parent">
<div class="tile is-child box has-text-centered">
<%= fa 'video-camera' %>
</div>
2016-08-30 20:48:58 +00:00
</div>
2016-10-03 12:41:36 +00:00
</a>
2016-08-27 18:15:00 +00:00
</div>
2016-08-30 20:48:58 +00:00
<div class="tile is-vertical is-2">
2016-10-03 12:41:36 +00:00
<a class="tile" href="https://github.com/ZeusWPI">
<div class="tile is-parent">
<div class="tile is-child box has-text-centered">
2016-09-23 16:14:18 +00:00
<%= fa 'github' %>
2016-10-03 12:41:36 +00:00
</div>
2016-08-30 20:48:58 +00:00
</div>
2016-10-03 12:41:36 +00:00
</a>
<a class="tile" href="https://www.facebook.com/zeus.wpi/?fref=ts">
<div class="tile is-parent">
<div class="tile is-child box has-text-centered">
2016-09-23 16:14:18 +00:00
<%= fa 'facebook-official' %>
2016-10-03 12:41:36 +00:00
</div>
2016-08-30 20:48:58 +00:00
</div>
2016-10-03 12:41:36 +00:00
</a>
2016-08-27 18:15:00 +00:00
</div>
</div>
2016-08-30 20:48:58 +00:00
<div class="tile">
<div class="tile is-4 is-parent">
2016-10-03 13:24:17 +00:00
<%= render '/partials/_tile.*', article: sorted_articles.first %>
2016-08-27 18:15:00 +00:00
</div>
2016-08-30 20:48:58 +00:00
<div class="tile is-vertical">
<div class="tile is-parent">
2016-08-30 20:01:23 +00:00
<div class="tile is-child box">
2016-10-03 12:41:36 +00:00
<div class="content">
<h1><a href="https://zeus.ugent.be/game">Top Zeus WPI coders this week</a></h1>
<div id="gamification-coders">
<!-- EMPTY -->
</div>
2016-08-30 20:48:58 +00:00
</div>
2016-08-27 18:15:00 +00:00
</div>
</div>
2016-07-27 18:27:28 +00:00
</div>
2016-07-23 19:17:24 +00:00
</div>
2016-06-17 23:43:41 +00:00
</div>
2016-07-05 20:13:14 +00:00
</div>
2016-10-03 12:41:36 +00:00
<%= asset :js, :gamification %>