ngx-admin/docs/app/pages/home/social-section/social-section.component.html
2020-09-22 13:13:42 +03:00

63 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ngx-landing-section-title>
Help us make our products better for you
</ngx-landing-section-title>
<p>
You can support us by creating pull requests, submitting bugs, and suggesting awesome new features youd like to see
</p>
<a class="social-button github"
href="https://github.com/akveo/ngx-admin"
target="_blank">
<i [innerHTML]="'github' | eva: { width: 42, height: 42 }"></i>
<div class="info">
<div class="appeal">Star our repo</div>
<div class="title">GitHub</div>
</div>
</a>
<div class="sub-title">
Here's what else you can do:
</div>
<div class="buttons-group">
<a class="social-button facebook"
href="https://www.facebook.com/akveo"
target="_blank">
<i [innerHTML]="'facebook' | eva: { width: 44, height: 44, fill: '#3b5998' }"></i>
<div class="info">
<div class="appeal">
Like us
</div>
<div class="title">
Facebook
</div>
</div>
</a>
<a class="social-button linkedin"
href="https://www.linkedin.com/company/akveo/"
target="_blank">
<i [innerHTML]="'linkedin' | eva: { width: 42, height: 42, fill: '#0077b5' }"></i>
<div class="info">
<div class="appeal">
Join us
</div>
<div class="title">
Linkedin
</div>
</div>
</a>
<a class="social-button twitter"
href="https://twitter.com/akveo_inc"
target="_blank">
<i [innerHTML]="'twitter' | eva: { width: 42, height: 42, fill: '#08a0e9' }"></i>
<div class="info">
<div class="appeal">
Follow us
</div>
<div class="title">
Twitter
</div>
</div>
</a>
</div>