mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-06 05:40:17 +01:00
feat(dashboard): add a team widget (#11)
This commit is contained in:
parent
17e41f58b5
commit
7a265e6f35
6 changed files with 117 additions and 4 deletions
35
src/app/pages/dashboard/team/team.component.html
Normal file
35
src/app/pages/dashboard/team/team.component.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue