summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Haak <b.haak@student.tue.nl>2015-04-07 18:01:16 +0200
committerPeter Wu <peter@lekensteyn.nl>2015-04-07 18:01:16 +0200
commit66c072ba92657834efc340e707140213fc73f1a0 (patch)
tree1673f1098db1580a90e95cc0df30deddfd8adcbc
parentda43a983e2989e155a95a4dd0324f61cd5a9fada (diff)
downloadsite-66c072ba92657834efc340e707140213fc73f1a0.tar.gz
Updated images on home page, added sources
-rw-r--r--images/home-campus.pngbin0 -> 91972 bytes
-rw-r--r--images/home-career.pngbin0 -> 69087 bytes
-rw-r--r--images/home-diploma.pngbin0 -> 60445 bytes
-rw-r--r--images/home-studying.pngbin0 -> 78435 bytes
-rw-r--r--pages/disclaimer.html21
-rw-r--r--pages/home.html8
-rw-r--r--style/main.less5
7 files changed, 29 insertions, 5 deletions
diff --git a/images/home-campus.png b/images/home-campus.png
new file mode 100644
index 0000000..1ea23a9
--- /dev/null
+++ b/images/home-campus.png
Binary files differ
diff --git a/images/home-career.png b/images/home-career.png
new file mode 100644
index 0000000..6f866fe
--- /dev/null
+++ b/images/home-career.png
Binary files differ
diff --git a/images/home-diploma.png b/images/home-diploma.png
new file mode 100644
index 0000000..8307154
--- /dev/null
+++ b/images/home-diploma.png
Binary files differ
diff --git a/images/home-studying.png b/images/home-studying.png
new file mode 100644
index 0000000..39ac65b
--- /dev/null
+++ b/images/home-studying.png
Binary files differ
diff --git a/pages/disclaimer.html b/pages/disclaimer.html
index c27e5b8..37bae34 100644
--- a/pages/disclaimer.html
+++ b/pages/disclaimer.html
@@ -5,3 +5,24 @@
This is not an existing TU/e bachelor programme and is not affiliated with
any TU/e programme.
</p>
+
+<p>
+Sources for images:
+</p>
+<ul>
+<li>
+Home image studying:
+<a href="http://studentfinancialhelpcenter.com/images/man-books.jpg">http://studentfinancialhelpcenter.com/images/man-books.jpg</a>
+
+<li>
+Home image curriculum:
+<a href="http://www.melanchthon.nl/prinses-irene/wp-content/uploads/2014/06/diploma2.jpg">http://www.melanchthon.nl/prinses-irene/wp-content/uploads/2014/06/diploma2.jpg</a>
+
+<li>
+Home image campus:
+<a href="https://www.tue.nl/fileadmin/content/universiteit/TU_e_Science_Park/TU_e_Science_Park_Images/Bewerkt_luchtfoto4244.jpg">https://www.tue.nl/fileadmin/content/universiteit/TU_e_Science_Park/TU_e_Science_Park_Images/Bewerkt_luchtfoto4244.jpg</a>
+
+<li>
+Home image career:
+<a href="http://blog.trashness.com/wp-content/uploads/2012/09/tie-is-an-E.-Marinella-men-style-650x447.jpeg">http://blog.trashness.com/wp-content/uploads/2012/09/tie-is-an-E.-Marinella-men-style-650x447.jpeg</a>
+</ul>
diff --git a/pages/home.html b/pages/home.html
index a6f07eb..919713c 100644
--- a/pages/home.html
+++ b/pages/home.html
@@ -13,7 +13,7 @@ Don’t hesitate to take a look into the wide range of possibilities that lies a
<a href="#/studying">
<div class="inner">
<h2>Studying</h2>
-<img src="images/filler.png" class="side-picture">
+<img src="images/home-studying.png" class="side-picture">
<p>
Experience the student life in Eindhoven.
Studying is something that requires concentration and discipline which would be
@@ -31,7 +31,7 @@ with them.
<a href="#/curriculum">
<div class="inner">
<h2>Curriculum</h2>
-<img src="images/filler.png" class="side-picture">
+<img src="images/home-diploma.png" class="side-picture">
<p>
An overview of the Data Science courses at the TU/e a year is divided in four
quartiles. each quartile,normally, consists of 3 courses. some courses are
@@ -47,7 +47,7 @@ some cases you are free to choose whatever you would like.
<a href="#/campus">
<div class="inner">
<h2>Campus</h2>
-<img src="images/filler.png" class="side-picture">
+<img src="images/home-campus.png" class="side-picture">
<p>
Know where to go on the TU/e campus.
Every TU/e study department has it’s own building where the teachers have their
@@ -64,7 +64,7 @@ make use of this interactive campus map we made for you.
<a href="#/career">
<div class="inner">
<h2>Career</h2>
-<img src="images/filler.png" class="side-picture">
+<img src="images/home-career.png" class="side-picture">
<p>
A look into the future of a data scientist!
When you study medicine it is clear that you will become a doctor. When you
diff --git a/style/main.less b/style/main.less
index c90cd8c..45c6083 100644
--- a/style/main.less
+++ b/style/main.less
@@ -47,7 +47,7 @@ body[data-page="home"] {
background-color: @color-home-block;
}
.block {
- height: 300px;
+ height: 320px;
background-color: @color-home-block;
margin: 1em;
@@ -68,6 +68,7 @@ body[data-page="home"] {
}
.side-picture {
float: left;
+ margin-right: 1em;
}
}
&:nth-child(2n) {
@@ -76,6 +77,8 @@ body[data-page="home"] {
}
.side-picture {
float: right;
+ margin-left: 1em;
+ margin-right: 2em;
}
}