1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-08-31 17:42:11 +02:00

feat(app): update copy, fix small deploy issues (#1)

This commit is contained in:
Dmitry Nehaychik
2018-10-30 22:35:03 +03:00
committed by GitHub
parent ee08bd5bdc
commit 779ceb6eb0
10 changed files with 2916 additions and 2728 deletions

22
LICENSE.txt Normal file
View File

@@ -0,0 +1,22 @@
The MIT License (MIT)
Copyright (c) 2018 Akveo.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,11 +1,11 @@
<h1><img src="https://i.imgur.com/cXYo5bi.png"> Eva Icons</h1>
**Eva Icons** is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. Additionally Eva Icons support 4 animation types: `zoom`, `pulse`, `shake` and `flip`. Download on desktop to use them in your digital products for Web, iOS and Android. Icons are provided in two visual types: `Fill` and `Outline` and in serveral formats, including `PNG`, `SVG`, `font`, `Sketch`, etc.
**Eva Icons** is a pack of more than 480 beautifully crafted Open Source icons for common actions and items. Additionally Eva Icons supports 4 animation types: `zoom`, `pulse`, `shake` and `flip`. Download on desktop to use them in your digital products for Web, iOS and Android. Icons are provided in two visual types: `Fill` and `Outline` and in serveral formats, including `PNG`, `SVG`, `font`, `Sketch`, etc.
## Download
- [Complete Eva Icons Package](http://google.com)
- [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](http://google.com).
- you also can download icons one by one in `PNG` and `SVG` formats from [Eva Icons Website](https://akveo.github.io/eva-icons/).
### CDN
@@ -68,7 +68,7 @@ import * as eva from 'eva-icons';
### Fonts
Eva Icons are also avaialbe as a web font
Eva Icons are also available as a Web Font.
- Include the font css into your page:

5588
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,10 @@
],
"scripts": {
"ng": "ng",
"ngh": "ngh",
"start": "ng serve --port 3333 --host 0.0.0.0",
"build": "ng build",
"build:prod": "npm run icons:prepare && npm run build -- --prod --aot",
"build:prod": "npm run icons:prepare && npm run build -- --prod --aot --base-href '/eva-icons/'",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint eva-icons --fix",
@@ -20,7 +21,8 @@
"prepush": "npm run lint:ci",
"build:icons": "node ./scripts/index.js",
"icons:prepare": "npm run build:icons && webpack",
"publish": "npm publish --access=public package-build"
"publish": "npm publish --access=public package-build",
"gh-pages": "npm run build:prod && npm run ngh -- --dir ./dist"
},
"private": true,
"dependencies": {
@@ -53,6 +55,7 @@
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"angular-cli-ghpages": "^0.5.3",
"archiver": "^3.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.2",

View File

@@ -16,7 +16,7 @@
<ul>
<li class="title">Follow Us</li>
<li class="social">
<a href="https://github.com/akveo/ngx-admin" target="_blank">
<a href="https://github.com/akveo/eva-icons" target="_blank">
<i [innerHTML]="'github-outline' | eva: { width: 30, height: 30, fill: '#f7f8fa' }"></i>
</a>
<a href="https://twitter.com/akveo_inc" target="_blank">

View File

@@ -14,7 +14,7 @@
<i [innerHTML]="'behance-outline' | eva: { width: '100%', height: '100%' }"></i>
<span>Behance</span>
</a>
<a href="#" target="_blank" class="social github">
<a href="https://github.com/akveo/eva-icons" target="_blank" class="social github">
<i [innerHTML]="'github' | eva: { width: '100%', height: '100%' }"></i>
<span>GitHub</span>
</a>
@@ -53,7 +53,7 @@
</a>
</li>
<li>
<a href="{{ zipUrl }}"
<a href="https://www.npmjs.com/package/eva-icons"
download>
<i [innerHTML]="'npm' | eva: { width: 24, height: 24, fill: '#ffffff' }"></i>
<span>NPM</span>

View File

@@ -7,8 +7,8 @@
</h1>
</div>
<p class="description">
Eva Icons is a free pack of <span>480</span> delightful, beautifully crafted symbols for common actions and items.
<br/>Download on desktop to use them in your digital products for Android, iOS, and web.
Eva Icons is a pack of more than <span>480</span> beautifully crafted Open Source icons for common actions and items.<br/>
Download on the desktop to use them in your digital products for Web, iOS and Android.
</p>
<div class="search" [class.search-focus]="isInputFocus">

View File

@@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
$open-sans-font-path: '/assets/fonts/open-sans' !default;
$open-sans-font-path: 'assets/fonts/open-sans' !default;
@font-face {
font-family: 'Open Sans';

View File

@@ -4,7 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
$raleway-font-path: '/assets/fonts/raleway' !default;
$raleway-font-path: 'assets/fonts/raleway' !default;
@font-face {
font-family: 'Raleway Medium';

View File

@@ -13,9 +13,8 @@
<meta charset="utf-8">
<title>Eva Icons - beautifully crafted Open Source UI icons for common actions and items.</title>
<meta name="description" content="">
<meta name="keywords" content="">
<base href="/">
<meta name="description" content="Eva Icons is a pack of 480 delightful icons available for free. Download Eva Icons to use them in your products for mobile and web apps. Available as SVG, PNG and Sketch. Open Source, built by the Nebular team.">
<meta name="keywords" content="icons,icons pack,icons font,icons set,icons free,icons android,png a icons,icons copy and paste,icons css,icons collection,icons desktop,icons design,icons images, icons font">
<meta name='apple-mobile-web-app-capable' content='yes' />
<meta name="viewport" content="width=device-width, initial-scale=1">