Added school logos
This commit is contained in:
parent
5b3bcad7b2
commit
6c19f7375a
8 changed files with 8 additions and 3 deletions
BIN
Odisee.png
Normal file
BIN
Odisee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
Stad Gent.png
Normal file
BIN
Stad Gent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
UGent.png
Normal file
BIN
UGent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
BIN
arteveldehogeschool.png
Normal file
BIN
arteveldehogeschool.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
|
@ -330,7 +330,7 @@
|
||||||
"saturday": false,
|
"saturday": false,
|
||||||
"sunday": false
|
"sunday": false
|
||||||
},
|
},
|
||||||
"type": "HUB-KAHO Campus Gent",
|
"type": "Odisee",
|
||||||
"extra": false
|
"extra": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
BIN
hogent.png
Normal file
BIN
hogent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
8
map.css
8
map.css
|
@ -28,6 +28,10 @@ td {
|
||||||
font: 14px/16px Arial, Helvetica, sans-serif;
|
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||||
background: white;
|
background: white;
|
||||||
background: rgba(255,255,255,0.0);
|
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;
|
||||||
}
|
}
|
||||||
|
|
1
map.html
1
map.html
|
@ -16,6 +16,7 @@
|
||||||
<script id="popup-template" type="text/x-handlebars-template">
|
<script id="popup-template" type="text/x-handlebars-template">
|
||||||
<div id="resto-popup">
|
<div id="resto-popup">
|
||||||
<h3>{{name}}</h3>
|
<h3>{{name}}</h3>
|
||||||
|
<img src="{{type}}.png" class="type">
|
||||||
Waar: {{address}}<br />
|
Waar: {{address}}<br />
|
||||||
Plaatsen: {{capacity}}<br />
|
Plaatsen: {{capacity}}<br />
|
||||||
Van {{period.start}} tot {{period.end}}<br />
|
Van {{period.start}} tot {{period.end}}<br />
|
||||||
|
|
Loading…
Reference in a new issue