summaryrefslogtreecommitdiff
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
parent9cc9029ae34b911ba15a26865a4f38939d201839 (diff)
downloadsite-06fd727d053ae88d3ef9568cc2bcd11c07467dff.tar.gz
Move GEWIS info, make campus border thicker
-rw-r--r--js/campus-coords.js13
-rw-r--r--pages/studying.html4
-rw-r--r--style/campus.less6
3 files changed, 15 insertions, 8 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],
]
}
];
diff --git a/pages/studying.html b/pages/studying.html
index 8ac59bb..fcb2a30 100644
--- a/pages/studying.html
+++ b/pages/studying.html
@@ -43,4 +43,8 @@ center of Eindhoven. It can thus easily be reached from any direction which can
already be noticed by simply glancing over the available houses and apartments.
</p>
+<h3>GEWIS</h3>
+<p>
+<a href="https://www.gewis.nl/">GEWIS</a> 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.
+</p>
diff --git a/style/campus.less b/style/campus.less
index e93f4fa..a330595 100644
--- a/style/campus.less
+++ b/style/campus.less
@@ -6,13 +6,13 @@ body[data-page="campus"] #campus-map {
svg {
.building {
stroke: @color-campus-building-border;
- stroke-width: 3;
+ stroke-width: 6;
fill: @color-campus-building-fill;
- opacity: .3;
+ opacity: .5;
&:hover {
opacity: .7;
- stroke-width: 6;
+ stroke-width: 9;
}
}
}