summaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-02-08 10:13:29 -0500
committertalasila <talasila@research.att.com>2017-02-08 10:15:00 -0500
commitf8a8d5192b1e5013d9e2f699be54b072ef39d5f0 (patch)
treeb7a65bb0a7d70a9dc24c064113868e5f3b8e6a09 /dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md
parent72a80fbff7120630576ccd5aa67c20818c2943c7 (diff)
Initial OpenECOMP UI/DMaapBC commit
Change-Id: Ia492e1b88311b9bed4c31f593b28deaaad73b7e4 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md')
-rw-r--r--dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md60
1 files changed, 60 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md
new file mode 100644
index 0000000..f530251
--- /dev/null
+++ b/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/external/ionicons-2.0.1/readme.md
@@ -0,0 +1,60 @@
+# Ionicons
+
+
+The premium icon font for [Ionic](http://ionicframework.com/). Designed by [@benjsperry](https://twitter.com/benjsperry).
+
+Note: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Drifty, nor vice versa.
+
+Visit [ionicons.com](http://ionicons.com) and check out the search feature, which has keywords identifying common icon names and styles. For example, if you search for “arrow” we call up every icon that could possibly be used as an arrow. We’ve also included each icon’s class name for easy copy/pasting when you’re developing!
+
+We intend for this icon pack to be used with [Ionic](http://ionicframework.com/), but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under [MIT](http://opensource.org/licenses/MIT).
+
+
+## Getting Started
+
+ 1. Download and extract the font pack
+ 2. Copy the `ionicons.css` to your project
+ 3. Copy the `fonts` folder to your project
+ 4. Ensure the font urls within `ionicons.css` properly reference the `fonts` path within your project.
+ 5. Include a reference to the `ionicons.css` file from every webpage you need to use it.
+
+Or install with [component](https://github.com/component/component):
+
+ $ component install driftyco/ionicons
+
+Or perhaps you're known to use [bower](http://bower.io/)?
+
+ $ bower install ionicons
+
+
+## HTML Example
+
+You can use [ionicons.com](http://ionicons.com) to easily find the icon you want to use. Once you've copied the desired icon's CSS classname, simply add the `icon` and icon's classname, such as `ion-home` to an HTML element.
+
+ <i class="icon ion-home"></i>
+
+
+## Build Instructions
+
+This repo already comes with all the files built and ready to go, but can also build the fonts from the source. Requires Python, FontForge and Sass:
+
+1) Install FontForge, which is the program that creates the font files from the SVG files:
+
+ $ brew install fontforge ttfautohint
+
+2) Install [Sass](http://sass-lang.com/)
+
+ $ gem install sass
+
+3) Add or subtract files from the `src/` folder you'd like to be apart of the font files.
+
+4) Modify any settings in the `builder/manifest.json` file. You can change the name of the font-family and CSS classname prefix.
+
+5) Run the build command:
+
+ python ./builder/generate.py
+
+
+## License
+
+Ionicons is licensed under the [MIT license](http://opensource.org/licenses/MIT).