summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
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>