mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<nga-card size="medium">
|
|
<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>
|