feat(dashboard): add a team widget (#11)

This commit is contained in:
Lex Zhukov 2017-07-07 19:15:57 +03:00 committed by GitHub
parent 17e41f58b5
commit 7a265e6f35
6 changed files with 117 additions and 4 deletions

View file

@ -0,0 +1,35 @@
<nga-card>
<nga-card-body>
<div class="team-photo">
<a href="mailto:contact@akveo.com">
<button type="button" class="btn btn-success btn-icon team-link">
<i class="ion-paper-airplane"></i>
</button>
</a>
</div>
<div class="team-info">
<div class="team-title">
<h2>Akveo Team</h2>
</div>
<div class="team-subtitle">Design & Development</div>
<div class="team-bio">
We're small team of fullstack software experts. We're crazy about creation of modern and secure software. We help to make
your product amazing.
</div>
</div>
</nga-card-body>
<nga-card-footer>
<a href="https://www.akveo.com" target="_blank">
<i class="ion-ios-world-outline"></i>
</a>
<a href="https://www.facebook.com/akveo" target="_blank">
<i class="ion-social-facebook"></i>
</a>
<a href="https://twitter.com/akveo_inc" target="_blank">
<i class="ion-social-twitter"></i>
</a>
<a href="https://github.com/akveo" target="_blank">
<i class="ion-social-github"></i>
</a>
</nga-card-footer>
</nga-card>