Skip to content

Commit

Permalink
update bg img
Browse files Browse the repository at this point in the history
  • Loading branch information
zulbakar committed Aug 8, 2017
1 parent 2c35541 commit 19f8a8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added app/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/amd-toolbar-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h3>settings updated</h3>

<md-card flex class="custom-profile">

<img style="height: 110px !important;" ng-src="https://storage.googleapis.com/material-design/publish/material_v_11/assets/0Bx4BSt6jniD7Wm9Tcmx5d2tueUE/style_imagery_bestpractices_narrative1.png"
<img style="height: 110px !important;" ng-src="./app/images/bg.jpg"
class="md-card-image" alt="Zul Bakar">

<div class="custom-profile-bg" md-colors="{'background': 'altTheme-accent'}"></div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/amd.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

<!-- Add background picture -->
<div id="bg" ng-if="$ctrl.$location.path() === '/pages/login' || $ctrl.$location.path() === '/pages/register'">
<img src="http://wallpapercave.com/wp/Ib27xC1.jpg" alt="background cover">
<img src="./app/images/bg.jpg" alt="background cover">
</div>
2 changes: 1 addition & 1 deletion app/views/sidenav-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<md-sidenav class="md-sidenav-left" md-component-id="left" md-is-locked-open="$mdMedia('gt-md')">

<md-toolbar class="md-primary md-whiteframe-1dp" style="background: center center url('http://wallpapercave.com/wp/Ib27xC1.jpg');">
<md-toolbar class="md-primary md-whiteframe-1dp" style="background: center center url('./app/images/bg.jpg');">
<md-list>
<md-list-item class="md-2-line" role="listitem">
<img ng-src="./app/images/user.png" class="md-avatar md-whiteframe-3dp" alt="Zulclunk">
Expand Down

0 comments on commit 19f8a8c

Please sign in to comment.