zeus.ugent.be/content/index.erb

64 lines
2.3 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.">
<meta property="og:title" content="Zeus WPI: WerkgroeP Informatica van de Universiteit Gent" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://zinc.zeus.gent" />
<meta property="og: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 %>
2017-04-23 13:27:43 +00:00
<% content_for :scripts do %>
<%= asset :js, :gamification %>
<% end %>
2016-08-30 20:48:58 +00:00
<div id="homepage">
<div class="tile is-vertical is-ancestor">
2017-02-06 13:15:06 +00:00
<%= if studytime? then render '/tiles/blokmap.*'end %>
<!--next event -->
<div class="tile is-parent">
2020-02-16 23:32:23 +00:00
<%= render '/partials/_events_tile.*', event: front_page_events[0] %>
</div>
<div class="tile">
<!--top coders -->
<div class="tile is-parent is-6">
<div class="tile is-child box gamification-tile">
<div class="content">
<div class="tile-header">
<h1 class="has-text-centered">
<a href="https://zeus.ugent.be/game">
<i class="fa fa-trophy" aria-hidden="true"></i>
</a>
</h1>
</div>
<div id="gamification-coders" >
<!-- EMPTY -->
2017-02-07 19:38:51 +00:00
</div>
2016-10-13 18:05:28 +00:00
</div>
</div>
</div>
<!-- latest blogpost -->
<div class="tile is-6 is-parent">
2018-04-14 21:33:56 +00:00
<%= render '/partials/_blog_preview.*', post: sorted_articles.first %>
</div>
</div>
<div class="tile">
<div class="tile is-vertical">
2020-02-16 23:32:23 +00:00
<% front_page_events[1..3].each do |event| %>
<div class="tile is-parent ">
<%= render '/partials/_events_tile.*', event: event %>
2016-08-27 18:15:00 +00:00
</div>
2017-02-08 10:15:44 +00:00
<%end%>
</div>
<div class="tile is-vertical">
<% sorted_articles[1..3].each do |post| %>
<div class="tile is-parent ">
2018-04-14 21:33:56 +00:00
<%= render '/partials/_blog_preview.*', post: post %>
2017-02-08 10:15:44 +00:00
</div>
<%end%>
2017-02-08 10:15:44 +00:00
</div>
</div>
2017-02-08 10:15:44 +00:00
</div>
</div>