summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorSjors van den Boomen <s.v.d.boomen@student.tue.nl>2015-03-25 13:58:48 +0100
committerPeter Wu <peter@lekensteyn.nl>2015-03-25 13:59:09 +0100
commitd144032108a36c8ac61d1f1edc490feb79ded31d (patch)
treefb27df58589db152cfabef39442c884241b2cf94 /index.html
parent9ba6ebc07b692b16a5f5c8d3ae8a5d3bf807754f (diff)
downloadsite-d144032108a36c8ac61d1f1edc490feb79ded31d.tar.gz
Add disclaimer and logo
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index ece18ee..ab93cb4 100644
--- a/index.html
+++ b/index.html
@@ -22,9 +22,10 @@ setTimeout(function() {
<body>
<header>
- <p>
- HIER KOMT DA SUPER MOOIE BANNER EN LOGO
- </p>
+ <div class="banner">
+ <img src="images/logo-tue.png" height="75" alt="Logo">
+ <span>Data Science!</span>
+ </div>
<nav>
<ul>
<li><a href="#/home">Home</a></li>
@@ -41,8 +42,9 @@ setTimeout(function() {
<footer>
<p>
-Contact:<br>
+Contact: ...
+<a href="#/disclaimer">Disclaimer</a>
</p>
</footer>
<script data-main="js/boot" src="lib/require.js"></script>