summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-28 09:02:38 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:46 +0200
commitf2de68252a5af08ba73213ae4ea545912ef04690 (patch)
tree7836560375942765bbf983be2aca133eb6002c11 /public
parent7aea29d0b22f7e5932c9b147611fe02373bb9645 (diff)
Complete homepage transfer
Diffstat (limited to 'public')
-rw-r--r--public/img/datacenter-drawing.pngbin0 -> 219576 bytes
-rw-r--r--public/index.html6
2 files changed, 3 insertions, 3 deletions
diff --git a/public/img/datacenter-drawing.png b/public/img/datacenter-drawing.png
new file mode 100644
index 00000000..401168e3
--- /dev/null
+++ b/public/img/datacenter-drawing.png
Binary files differ
diff --git a/public/index.html b/public/index.html
index b5d509cb..03ea36d7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -33,13 +33,13 @@
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://use.fontawesome.com/ece66a2e7c.js"></script>
</head>
-<body>
+<body data-spy="scroll" data-target="#navbar">
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
-<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
- integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
+ integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"