Added school logos

This commit is contained in:
feliciaan 2014-12-10 14:38:15 +01:00
parent 5b3bcad7b2
commit 6c19f7375a
8 changed files with 8 additions and 3 deletions

BIN
Odisee.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
Stad Gent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
UGent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
arteveldehogeschool.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -330,7 +330,7 @@
"saturday": false,
"sunday": false
},
"type": "HUB-KAHO Campus Gent",
"type": "Odisee",
"extra": false
}
},

BIN
hogent.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

View file

@ -28,6 +28,10 @@ td {
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.0);
/*box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;*/
}
.type {
position: fixed;
top: 15px;
right: 15px;
}

View file

@ -16,6 +16,7 @@
<script id="popup-template" type="text/x-handlebars-template">
<div id="resto-popup">
<h3>{{name}}</h3>
<img src="{{type}}.png" class="type">
Waar: {{address}}<br />
Plaatsen: {{capacity}}<br />
Van {{period.start}} tot {{period.end}}<br />