zeus.ugent.be/content/index.erb

65 lines
2.5 KiB
Plaintext
Raw Normal View History

2016-09-01 22:22:01 +00:00
<% content_for :head do %>
2021-02-25 11:55:30 +00:00
<META NAME="Title" CONTENT="Zeus WPI: Werkgroep informatica van de Universiteit Gent">
<META NAME="Keywords" CONTENT="zeus wpi, informatica, universiteit gent">
<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 %>
2021-02-25 11:55:30 +00:00
<%= asset :js, :gamification %>
2017-04-23 13:27:43 +00:00
<% 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 %>
2021-02-25 11:55:30 +00:00
<!--next event -->
<div class="tile is-parent">
<%= render '/partials/_events_tile.*', event: front_page_events.first %>
</div>
<div class="tile">
<!--top coders -->
<div class="tile is-parent">
<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 -->
</div>
2017-02-07 19:38:51 +00:00
</div>
2016-10-13 18:05:28 +00:00
</div>
</div>
</div>
2021-02-25 11:55:30 +00:00
<div class="tile">
<div class="tile is-vertical">
<div class="tile is-parent">
<h2 class="title">Events</h2>
</div>
<% front_page_events[1..3].each do |event| %>
<div class="tile is-parent">
<%= render '/partials/_events_tile.*', event: event %>
</div>
<%end%>
2016-08-27 18:15:00 +00:00
</div>
2021-02-25 11:55:30 +00:00
<div class="tile is-vertical">
<div class="tile is-parent">
<h2 class="title">Blogposts</h2>
</div>
<% sorted_articles[0..3].each do |post| %>
<div class="tile is-parent ">
<%= render '/partials/_blog_preview.*', post: post %>
</div>
<%end%>
2017-02-08 10:15:44 +00:00
</div>
</div>
</div>
</div>