CORD GUI -- Logo and favicon changed.

Change-Id: I70c0340c7eddc3c902192d1c8d954802f194d905
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
index 514a0a5..b79d89e 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.css
@@ -38,11 +38,8 @@
     width: 37%;
 }
 
-.mast h1 {
-    font-size: 250%;
-    text-decoration: none;
-    color: #3C3C3C;
-    cursor: default;
+.mast img {
+    width: 220px;
 }
 
 .mast a,
@@ -51,15 +48,6 @@
     color: #3C3C3C;
 }
 
-.mast svg {
-    position: absolute;
-    top: -1px;
-    left: 106px;
-}
-.mast g.icon use.glyph.bird {
-    fill: #CE5650;
-}
-
 .mast li.logout {
     list-style-type: none;
     position: absolute;
diff --git a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.html b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.html
index e39ea00..2ff7f94 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/fw/mast/mast.html
@@ -2,8 +2,7 @@
 
 <div class="mast" ng-controller="CordMastCtrl">
     <div class="left">
-        <h1>CORD</h1>
-        <icon size="30" id="bird"></icon>
+        <img src="/imgs/logo.png">
     </div>
 
     <div class="right">
diff --git a/apps/demo/cord-gui/src/main/webapp/imgs/bird.png b/apps/demo/cord-gui/src/main/webapp/imgs/bird.png
new file mode 100644
index 0000000..8688cd6
--- /dev/null
+++ b/apps/demo/cord-gui/src/main/webapp/imgs/bird.png
Binary files differ
diff --git a/apps/demo/cord-gui/src/main/webapp/imgs/logo.png b/apps/demo/cord-gui/src/main/webapp/imgs/logo.png
new file mode 100644
index 0000000..f8b11df
--- /dev/null
+++ b/apps/demo/cord-gui/src/main/webapp/imgs/logo.png
Binary files differ
diff --git a/apps/demo/cord-gui/src/main/webapp/index.html b/apps/demo/cord-gui/src/main/webapp/index.html
index 34140f5..9662278 100644
--- a/apps/demo/cord-gui/src/main/webapp/index.html
+++ b/apps/demo/cord-gui/src/main/webapp/index.html
@@ -18,6 +18,7 @@
 <html>
 <head>
     <meta charset="utf-8">
+    <link rel="shortcut icon" href="imgs/bird.png">
 
     <title>CORD Subscriber Portal</title>