summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-08 10:56:39 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-08 10:56:39 +0200
commit06fd727d053ae88d3ef9568cc2bcd11c07467dff (patch)
treef499910bfeb756d1a2a956c371598d0033462972 /js
parent9cc9029ae34b911ba15a26865a4f38939d201839 (diff)
downloadsite-06fd727d053ae88d3ef9568cc2bcd11c07467dff.tar.gz
Move GEWIS info, make campus border thicker
Diffstat (limited to 'js')
-rw-r--r--js/campus-coords.js13
1 files changed, 8 insertions, 5 deletions
diff --git a/js/campus-coords.js b/js/campus-coords.js
index 97eccad..a7aa618 100644
--- a/js/campus-coords.js
+++ b/js/campus-coords.js
@@ -93,16 +93,19 @@ define(function() {
"name" : "Supermarket",
"description": "The supermarket, located in the FLUX building, is a new place on the TU/e campus. Most students will have to take care of their own food, so this Spar supermarket can get quite useful if you don’t want to do some grocery shopping at your own place. But if you just want a little snack or something else to eat or to drink while you are on the campus, the supermarket will take care of these needs as well.",
"coords": [
+ [685,538],
+ [720,538],
+ [720,514],
+ [685,514],
]
}, {
"name" : "Bike Repair Shop",
"description": "Once you’ve transformed into a real student, cars will be too expensive and you’ll certainly be too lazy to walk. The perfect solution is accepting the bike as your main mean of transport if you live in Eindhoven. Bikes however need to be repaired now and then. Fortunately there is a bike repair shop on the campus (“de groene fietser”). Every monday through thursday you can bring your bike from 8 AM to 5:30 PM, and every friday from 8 AM to 2 PM.",
"coords": [
- ]
- }, {
- "name" : "GEWIS",
- "description": "GEWIS is the student association for Data Science and Wiskunde & Informatica (Mathematics & Informatics). Besides your hard studying, you should also relax sometimes. This relaxation could be done at GEWIS. Every thursday afternoon you can take a drink with your fellow students. But GEWIS also provides trips and some leisure activities. You can also learn to organize, since there are lots of different committees you can do.",
- "coords": [
+ [694,254],
+ [694,265],
+ [709,265],
+ [709,254],
]
}
];