feat: docs app

This commit is contained in:
Sergey Andrievskiy 2019-07-16 08:38:11 +03:00
parent 713aff561e
commit 2129689f98
203 changed files with 15927 additions and 5 deletions

View file

@ -0,0 +1,36 @@
<ngx-landing-section-title>
More from Akveo
</ngx-landing-section-title>
<ul class="projects">
<li class="project">
<div class="project-img">
<img class="lazy-load-image"
defaultImage="assets/img/default.png"
lazyLoad="assets/img/nebular.png"
alt="Nebular" />
</div>
<div>
<div class="title">Nebular</div>
<div class="description">
Nebular is a great toolkit if you build Rich UI web applications based on Angular. Complete with a set of native Angular components, themeable components, authentication and security layers that are easily configurable to your API. Nebular offers a world of possibilities
</div>
<a class="btn" href="https://akveo.github.io/nebular?utm_source=ngx_admin_landing&utm_medium=more_from_akveo_section" target="_blank">Learn more</a>
</div>
</li>
<li class="project">
<div class="project-img">
<img class="lazy-load-image"
defaultImage="assets/img/default.png"
lazyLoad="assets/img/eva-icons.png"
alt="Eva Icons" />
</div>
<div>
<div class="title">Eva Icons</div>
<div class="description">
Eva Icons is a pack of more than 480 beautifully crafted Open Source icons. Download for desktop and use them in your creations for Web, iOS, and Android. The icons are available in several formats: PNG, SVG, font, Sketch
</div>
<a class="btn" href="https://akveo.github.io/eva-icons?utm_source=ngx_admin_landing&utm_medium=more_from_akveo_section" target="_blank">Learn more</a>
</div>
</li>
</ul>