Skip to content

Commit

Permalink
chore(analytics): put correct meta tags (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
lugovsky authored Mar 2, 2020
1 parent acdf3f7 commit 82478b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Download
- [Complete Eva Icons Package](https://akveo.github.io/eva-icons/eva-icons.zip)
- [NPM Package](https://www.npmjs.com/package/eva-icons)
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/).
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://hubs.ly/H0n7b3S0).

### CDN

Expand Down Expand Up @@ -170,5 +170,5 @@ eva.replace({
- Like our page on [Facebook](https://www.facebook.com/akveo/) :thumbsup:

## From Developers
Made with :heart: by [Akveo team](http://akveo.com?utm_source=github&utm_medium=nebular_readme). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
Made with :heart: by [Akveo team](https://hubs.ly/H0n79yM0). Follow us on [Twitter](https://twitter.com/akveo_inc) to get the latest news first!
We're always happy to receive your feedback!
13 changes: 6 additions & 7 deletions src/app/@theme/components/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<div class="logo">
<a href="http://akveo.com" target="_blank">
<a href="https://hubs.ly/H0n7b2-0" target="_blank">
<img src="assets/img/akveo-logo.png">
</a>
</div>
<div class="company-info">
<ul>
<li class="title">More from Akveo</li>
<li><a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Homepage</a></li>
<li><a href="https://akveo.github.io/nebular?utm_source=eva_documentation&utm_medium=footer" target="_blank">Nebular</a></li>
<li><a href="https://akveo.github.io/ngx-admin?utm_source=eva_documentation&utm_medium=footer"
target="_blank">ngx-admin</a></li>
<li><a href="https://hubs.ly/H0n7b2_0" target="_blank">Homepage</a></li>
<li><a href="https://hubs.ly/H0n79xw0" target="_blank">Nebular</a></li>
<li><a href="https://hubs.ly/H0n7b3p0" target="_blank">ngx-admin</a></li>
<li>
<a href="https://eva.design?utm_source=eva_documentation&utm_medium=footer" target="_blank">
<a href="https://hubs.ly/H0n79xm0" target="_blank">
Eva Design System
</a>
</li>
Expand All @@ -35,7 +34,7 @@
</a>
</li>
<li class="copy">
&copy; 2015-2018 <a href="http://akveo.com?utm_source=eva_documentation&utm_medium=footer" target="_blank">Akveo LLC</a><br>
&copy; 2015-2018 <a href="https://hubs.ly/H0n79x40" target="_blank">Akveo LLC</a><br>
Documentation licensed under CC BY 4.0.
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>
<p class="description">
Eva Icons is a pack of more than <span>480</span> beautifully crafted Open Source icons for common actions and items.<br/>
Download our set on the desktop to use them in your digital products for Web, iOS and Android.<br/>
Compatible with <a class="eva-ds-link" href="https://eva.design?utm_source=eva_documentation&utm_medium=hero">Eva Design System</a>.
Compatible with <a class="eva-ds-link" href="https://hubs.ly/H0n7b390">Eva Design System</a>.
</p>

<div class="search" [class.search-focus]="isInputFocus">
Expand Down

0 comments on commit 82478b0

Please sign in to comment.