-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bae259
commit 895ca16
Showing
3 changed files
with
31 additions
and
16 deletions.
There are no files selected for viewing
33 changes: 18 additions & 15 deletions
33
src/app/packages/frame.pck/components/footer/footer.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
<footer class="cd-container-fluid"> | ||
<div class="cd-container"> | ||
<section class="cd-row cd-center-align"> | ||
<div class="cd-col"> | ||
<h6> | ||
<span>{{ footer['title'] | translate }}</span> | ||
<img class="ik-angular" | ||
[src]="'assets/svg/profile/expertise/angular.svg'" | ||
[alt]="'angular'" /> | ||
<span>•</span> | ||
<span class="ik-version">({{ appVersion }})</span> | ||
</h6> | ||
</div> | ||
</section> | ||
<footer [class.ik-hide]="!imageLoaded"> | ||
<div class="cd-container-fluid"> | ||
<div class="cd-container"> | ||
<section class="cd-row cd-center-align"> | ||
<div class="cd-col"> | ||
<h6> | ||
<span>{{ footer['title'] | translate }}</span> | ||
<img (load)="onLoadImage()" | ||
class="ik-angular" | ||
[src]="'assets/svg/profile/expertise/angular.svg'" | ||
[alt]="'angular'" /> | ||
<span>•</span> | ||
<span class="ik-version">({{ appVersion }})</span> | ||
</h6> | ||
</div> | ||
</section> | ||
</div> | ||
</div> | ||
</footer> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters