commit
e940f483b2
3 changed files with 53 additions and 40 deletions
8
content/assets/scripts/gamification.coffee
Normal file
8
content/assets/scripts/gamification.coffee
Normal file
|
@ -0,0 +1,8 @@
|
|||
$ ->
|
||||
$.getJSON 'https://zeus.ugent.be/game/top4/show.json', (data) ->
|
||||
str = "<ol>"
|
||||
for x in data
|
||||
str += "<li><a href=\"#{x.github_url}\">#{x.github_name}</a> (#{x.score} Z$)</li>"
|
||||
str += "</ol>"
|
||||
|
||||
$('#gamification-coders').html(str)
|
14
content/events/16-17/datacenter.md
Normal file
14
content/events/16-17/datacenter.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Bezoek datacenter
|
||||
banner: https://www.dcd-converged.com/wp-content/uploads/2016/08/datacenter.jpg
|
||||
description: Zeus bezoekt het datacenter en de supercomputer in S10!
|
||||
created_at: 3-10-2016
|
||||
time: 10-10-2016
|
||||
location: hpc gent
|
||||
locationlink: Sterre,Ghent Belgium
|
||||
---
|
||||
|
||||
Zeus WPI organiseert in samenwerking met de medewerkers van de HPC een rondleiding in de S10.
|
||||
Hier bevindt zich het datacenter en sinds enkele jaren de supercomputer.
|
||||
Een echte must-see voor elke informaticus.
|
||||
Inschrijven is verplicht en kunt u doen op https://scontent.xx.fbcdn.net/v/t1.0-9/13903431_1277596932251344_3927837466166230371_n.jpg?oh=bdda0d18a635c49893a097fba6aa99b9&oe=587C7886
|
|
@ -15,32 +15,40 @@
|
|||
</div>
|
||||
<div class="tile is-parent is-4">
|
||||
<div class="tile is-child box highlighted">
|
||||
IDK LOL
|
||||
<img src="http://thecatapi.com/api/images/get?format=src&type=gif">
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile is-vertical is-2">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'wikipedia-w' %>
|
||||
<a class="tile" href="https://zeus.ugent.be/wiki">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered" >
|
||||
<%= fa 'wikipedia-w' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'video-camera' %>
|
||||
</a>
|
||||
<a class="tile" href="/cammie">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'video-camera' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="tile is-vertical is-2">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'github' %>
|
||||
<a class="tile" href="https://github.com/ZeusWPI">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'github' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box has-text-centered">
|
||||
<%= fa 'facebook-official' %>
|
||||
</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">
|
||||
<%= fa 'facebook-official' %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile">
|
||||
|
@ -55,29 +63,11 @@
|
|||
<div class="tile is-vertical">
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child box">
|
||||
<p>
|
||||
Numero uno: @werthen
|
||||
</p>
|
||||
<p>
|
||||
Numero dos: @myncke
|
||||
</p>
|
||||
<p>
|
||||
Numero tres: @iepoev
|
||||
</p>
|
||||
<p>
|
||||
Numero quatro: @becousae
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile">
|
||||
<div class="tile is-6 is-parent">
|
||||
<div class="tile is-child box">
|
||||
GITHUB
|
||||
</div>
|
||||
</div>
|
||||
<div class="tile is-6 is-parent">
|
||||
<div class="tile is-child box">
|
||||
GITHUB
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -85,3 +75,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<%= asset :js, :gamification %>
|
||||
|
|
Loading…
Reference in a new issue