fix(demo): remove demo links from the repo

This commit is contained in:
Dmitry Nehaychik 2017-09-29 19:34:07 +03:00
parent ad145a67d8
commit 0235b61d9c
7 changed files with 19 additions and 30 deletions

View file

@ -6,10 +6,10 @@ import { Component } from '@angular/core';
template: `
<span class="created-by">Created with by <b><a href="https://akveo.com" target="_blank">Akveo</a></b> 2017</span>
<div class="socials">
<a href="https://github.com/akveo" target="_blank" class="ion ion-social-github"></a>
<a href="https://www.facebook.com/akveo" target="_blank" class="ion ion-social-facebook"></a>
<a href="https://twitter.com/akveo_inc" target="_blank" class="ion ion-social-twitter"></a>
<a href="https://www.linkedin.com/company/akveo" target="_blank" class="ion ion-social-linkedin"></a>
<a href="#" target="_blank" class="ion ion-social-github"></a>
<a href="#" target="_blank" class="ion ion-social-facebook"></a>
<a href="#" target="_blank" class="ion ion-social-twitter"></a>
<a href="#" target="_blank" class="ion ion-social-linkedin"></a>
</div>
`,
})

View file

@ -12,7 +12,7 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
<nb-sidebar-header>
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<a href="#" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span>
</a>
</nb-sidebar-header>

View file

@ -29,7 +29,7 @@ import 'rxjs/add/operator/delay';
responsive
[right]="sidebar.id === 'right'">
<nb-sidebar-header>
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<a href="#" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span>
</a>
</nb-sidebar-header>

View file

@ -12,7 +12,7 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
<nb-sidebar-header>
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<a href="#" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span>
</a>
</nb-sidebar-header>

View file

@ -12,7 +12,7 @@ import { Component } from '@angular/core';
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive >
<nb-sidebar-header>
<a href="https://github.com/akveo/nebular" target="_blank" class="btn btn-hero-success main-btn">
<a href="#" class="btn btn-hero-success main-btn">
<i class="ion ion-social-github"></i> <span>Support Us</span>
</a>
</nb-sidebar-header>