CORD GUI -- Images updated and other CSS added. CORD logo no longer goes to Home page.

Change-Id: I1f6c26dd0918b801d1c4f0b517f0dd50d2cadfb0
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
index addb453..58f07a5 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.css
@@ -33,8 +33,6 @@
 
 #home div.main-left img {
     width: 100%;
-    opacity: 0.8;
-    box-shadow: 10px 0 12px 1px rgba(54, 136, 210, 0.25);
 }
 
 #home div.main-right div.bundle-title {
@@ -65,16 +63,3 @@
     text-align: left;
     padding: 2%;
 }
-
-#home table.users th.user-pic {
-    background-color: white;
-}
-#home table.users th.user-pic,
-#home table.users td.user-pic {
-    width: 30px;
-    padding-left: 4%;
-}
-#home table.users td.user-pic img {
-    width: 25px;
-    opacity: 0.5;
-}
\ No newline at end of file
diff --git a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
index bdab3fc..e7f8010 100644
--- a/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
+++ b/apps/demo/cord-gui/src/main/webapp/app/view/home/home.html
@@ -1,13 +1,13 @@
 <!-- Home page partial html -->
 <div id="home" class="container">
     <div class="main-left">
-        <img src="/imgs/bin_ball.jpg">
+        <img src="/imgs/home.jpg">
     </div>
 
     <div class="main-right">
         <div class="move-down">
             <div class="bundle-title">
-                <h4>Welcome {{shared.login}}!</h4>
+                <h4>Welcome Dad!</h4>
                 <h5>You are subscribed to the</h5>
                 <h3>{{bundle}}</h3>
             </div>
@@ -35,7 +35,7 @@
 
                 <tr ng-repeat="user in users" class="fadein">
                         <td class="user-pic">
-                            <img ng-src="{{'/imgs/' + user.icon_id + '.png'}}">
+                            <img ng-src="{{'/imgs/' + user.icon_id + '.jpg'}}">
                         </td>
                         <td>{{user.name}}</td>
                         <td>{{shared.userActivity[user.id]}}</td>