zeus.ugent.be/content/index.erb

86 lines
3.1 KiB
Text
Raw Normal View History

2016-09-02 00:22:01 +02: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 16:42:58 +02: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-02 00:22:01 +02:00
<% end %>
2016-08-30 22:48:58 +02:00
<div id="homepage">
<div class="tile is-vertical is-ancestor">
<div class="tile is-parent is-12">
2016-10-03 16:56:56 +02:00
<%= render '/partials/_tile.*', article: all_events[0], htmlclass: "highlighted", small_text: "Upcoming event" %>
2016-08-27 20:15:00 +02:00
</div>
2016-08-30 22:48:58 +02:00
<div class="tile">
<div class="tile is-parent is-4">
2016-10-03 16:56:56 +02:00
<%= render '/partials/_tile.*', article: all_events[1], small_text: "Upcoming event" %>
2016-08-27 20:15:00 +02:00
</div>
2016-08-30 22:48:58 +02:00
<div class="tile is-parent is-4">
2016-10-04 22:04:34 +02:00
<div class="tile is-child box centering">
<div class="content has-text-centered">
2016-10-04 16:06:26 +02:00
<div id="quote" >
2016-10-03 22:33:52 +02:00
<!-- INTENTIONALLY LEFT BLANK -->
2016-10-04 16:06:26 +02:00
</div>
2016-10-03 22:33:52 +02:00
</div>
2016-08-27 20:15:00 +02:00
</div>
</div>
2016-08-30 22:48:58 +02:00
<div class="tile is-vertical is-2">
2016-10-03 22:53:58 +02:00
<div class="tile is-parent">
2016-10-04 16:06:26 +02:00
<a class="tile box " href="https://zeus.ugent.be/wiki">
<div class="tile is-child imgcenter icon" >
2016-09-23 18:14:18 +02:00
<%= fa 'wikipedia-w' %>
2016-10-03 14:41:36 +02:00
</div>
2016-10-03 22:53:58 +02:00
</a>
</div>
<div class="tile is-parent">
<a class="tile box" href="/cammie">
2016-10-04 16:06:26 +02:00
<div class="tile is-child imgcenter icon">
2016-10-03 14:41:36 +02:00
<%= fa 'video-camera' %>
</div>
2016-10-03 22:53:58 +02:00
</a>
</div>
2016-08-27 20:15:00 +02:00
</div>
2016-10-04 22:04:34 +02:00
<<<<<<< Updated upstream
2016-08-30 22:48:58 +02:00
<div class="tile is-vertical is-2">
2016-10-03 22:53:58 +02:00
<div class="tile is-parent">
<a class="tile box" href="https://github.com/ZeusWPI">
2016-10-04 16:06:26 +02:00
<div class="tile is-child imgcenter icon">
2016-09-23 18:14:18 +02:00
<%= fa 'github' %>
2016-10-03 14:41:36 +02:00
</div>
2016-10-03 22:53:58 +02:00
</a>
</div>
2016-10-03 14:41:36 +02:00
<div class="tile is-parent">
2016-10-03 22:53:58 +02:00
<a class="tile box" href="https://www.facebook.com/zeus.wpi/?fref=ts">
2016-10-04 16:06:26 +02:00
<div class="tile is-child imgcenter icon">
2016-10-03 22:53:58 +02:00
<%= fa 'facebook-official' %>
</div>
</a>
2016-08-30 22:48:58 +02:00
</div>
2016-10-04 22:04:34 +02:00
=======
<div class="tile is-parent is-2">
<a class="tile is-child imgcenter box hydra-tile" href="//student.ugent.be/hydra">
<%= asset :img, 'hydra-logo.png' %>
</a>
>>>>>>> Stashed changes
2016-08-27 20:15:00 +02:00
</div>
</div>
2016-08-30 22:48:58 +02:00
<div class="tile">
<div class="tile is-4 is-parent">
2016-10-04 16:06:26 +02:00
<%= render '/partials/_tile.*', article: sorted_articles.first, small_text: "Latest blogpost",htmlclass:"highlighted"%>
2016-08-27 20:15:00 +02:00
</div>
2016-08-30 22:48:58 +02:00
<div class="tile is-vertical">
<div class="tile is-parent">
2016-10-04 16:06:26 +02:00
<div class="tile is-child box ">
2016-10-03 14:41:36 +02: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 22:48:58 +02:00
</div>
2016-08-27 20:15:00 +02:00
</div>
</div>
2016-07-27 20:27:28 +02:00
</div>
2016-07-23 21:17:24 +02:00
</div>
2016-06-18 01:43:41 +02:00
</div>
2016-07-05 22:13:14 +02:00
</div>
2016-10-03 14:41:36 +02:00
<%= asset :js, :gamification %>
2016-10-03 22:33:52 +02:00
<%= asset :js, :quote %>