Skip to content

Commit

Permalink
updated the logo and links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KamranICT committed Sep 6, 2023
1 parent 4d146b2 commit f547417
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/@theme/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Component } from '@angular/core';
styleUrls: ['./footer.component.scss'],
template: `
<span class="created-by">
Developed by <b><a href="http://ictfax.org" target="_blank">Fiza Khan</a></b> Copyright ICT Innovations 2020, all right reserved
<a href="https://ictfax.com">ICTFax</a> is a product developed by <a href="https://ictinnovations.com"> ICT Innovations. </a>
</span>
<div class="socials">
<a href="https://github.com/ictinnovations/ictfax" target="_blank" class="ion ion-social-github"></a>
Expand Down
2 changes: 1 addition & 1 deletion src/app/@theme/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a (click)="toggleSidebar()" href="#" class="sidebar-toggle">
<nb-icon icon="menu-2-outline"></nb-icon>
</a>
<img src="{{ image_url }}"onerror="this.src='../../../../assets/images/ictfax-logo.png'" />
<img src="{{ image_url }}"onerror="this.src='../../../../assets/images/ictfax-logo-org.png'" />
</div>
</div>

Expand Down
Binary file added src/assets/images/ictfax-logo-org.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<style>@-webkit-keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.spinner{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1003;background: #009fff;overflow:hidden} .spinner div:first-child{display:block;position:relative;top:50%;width:100%;height:150px;margin:-75px 0 0 0px;text-align:center;}</style>
<div id="nb-global-spinner" class="spinner">
<div>
<img src="./assets/images/ictfax-logo.png" />
<img src="./assets/images/logo.png" />
</div>
</div>

Expand Down

0 comments on commit f547417

Please sign in to comment.