mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
* fix(app):redirect after 404 * fix(app):docs building script * fix(app):add gulpfile for docs * fix(app): directory splitting * fix(app): build docs script * fix(app): build docs script * fix(app): build docs script * fix(app): relative path for scss * fix(app): relative path for scss * fix(app): relative path for scss * fix(app):fix footer icons * fix(app):fix footer icons * fix(app):fix footer icons * fix(app):config * fix(app):remove small-social * fix(docs): footer icons style * fix(docs): material page index file * fix(docs): descriptions and keyword * fix(docs): og description * fix(docs): og description and title * fix(docs): dem,o branch url * fix(docs): dynamic title for docs page * fix(docs): remove unused script * fix(docs): static title Co-authored-by: Evgeny Lupanov <e.lupanov@akveo.com>
45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
<div class="logo">
|
|
<a href="https://hubs.ly/H0n52L00" target="_blank"><img src="assets/img/akveo-logo.png" alt="Akveo logo"></a>
|
|
</div>
|
|
<div>
|
|
<ul>
|
|
<li><strong class="title">More from Akveo</strong></li>
|
|
<li><a href="https://hubs.ly/H0n53dq0" target="_blank">Homepage</a></li>
|
|
<li><a href="https://hubs.ly/H0n5N7q0">Eva Icons</a></li>
|
|
<li><a href="https://hubs.ly/H0n5PG70">React Native UI Kitten</a></li>
|
|
<li><a href="https://hubs.ly/H0n5NQZ0"
|
|
target="_blank">ngx-admin</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<ul>
|
|
<li><strong class="title">Follow Us</strong></li>
|
|
<li class="social">
|
|
<a href="https://github.com/akveo/ngx-admin"
|
|
aria-label="github"
|
|
target="_blank">
|
|
<i [innerHTML]="'github-outline' | eva: { width: 30, height: 30, fill: '#f7f8fa' }"></i>
|
|
</a>
|
|
<a href="https://twitter.com/akveo_inc"
|
|
aria-label="twitter"
|
|
target="_blank">
|
|
<i [innerHTML]="'twitter' | eva: { width: 30, height: 30, fill: '#f7f8fa' }"></i>
|
|
</a>
|
|
<a href="https://www.facebook.com/akveo"
|
|
aria-label="facebook"
|
|
target="_blank">
|
|
<i [innerHTML]="'facebook' | eva: { width: 35, height: 35, fill: '#f7f8fa' }"></i>
|
|
</a>
|
|
</li>
|
|
<li class="copy">
|
|
© 2015-2019 <a href="https://hubs.ly/H0n52LH0" target="_blank">Akveo LLC</a><br>
|
|
Documentation licensed under CC BY 4.0.
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="contact">
|
|
<ul>
|
|
<li><strong class="title">Contact Us</strong></li>
|
|
<li><a href="mailto:contact@akveo.com">contact@akveo.com</a></li>
|
|
</ul>
|
|
</div>
|