summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:00:30 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-29 13:00:30 +0100
commit21aeb5dc634a0d7080aa21487ce32182fa1e12ac (patch)
tree15ec52fc11f3250b86daff5cdc8fe2f0c54919b5
parent62812b574bfaed0e7911ee53d68439f3ba0f1496 (diff)
downloadciat-ui-21aeb5dc634a0d7080aa21487ce32182fa1e12ac.tar.gz
Add logo to the top bar
-rw-r--r--index.html6
-rw-r--r--logo.pngbin0 -> 7168 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index b906138..7b38b4c 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,11 @@
<script src="js/main.js"></script>
</head>
<body ng-app="ciat">
- <h1><em><a href="/#/">Baserock</a></em> <span>|</span> CIAT</h1>
+ <h1><em>
+ <a href="/#/">
+ <img src="logo.png">
+ </a>
+ </em> <span>|</span> CIAT</h1>
<div class="content" ng-view>
</div>
</body>
diff --git a/logo.png b/logo.png
new file mode 100644
index 0000000..8de9e92
--- /dev/null
+++ b/logo.png
Binary files differ