New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / @theme / components / footer / footer.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4   selector: 'ngx-footer',
5   styleUrls: ['./footer.component.scss'],
6   template: `
7     <span class="created-by">Created by
8     <b><a href="http://iot.bzh" target="_blank">IoT.bzh</a></b> 2017
9     &nbsp;&nbsp;
10     <span style="font-size: small;">(powered by <a href="https://github.com/akveo/ngx-admin" target="_blank">akveo/ngx-admin</a>)</span>
11     </span>
12     <!-- MODS_XDS
13     <div class="socials">
14       <a href="#" target="_blank" class="ion ion-social-github"></a>
15       <a href="#" target="_blank" class="ion ion-social-facebook"></a>
16       <a href="#" target="_blank" class="ion ion-social-twitter"></a>
17       <a href="#" target="_blank" class="ion ion-social-linkedin"></a>
18     </div>
19     -->
20   `,
21 })
22 export class FooterComponent {
23 }