gxbsst / foundation-glyphicons

This plugin integrates the beautiful Glyphicons into your Foundation-powered pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Foundation Glyphicons Plugin

This plugin integrates the beautiful Glyphicons into your Foundation-powered pages. Glyphicons is a library of precisely prepared monochromatic icons and symbols, created with an emphasis on simplicity and easy orientation.

Homepage: http://github.com/phretor/foundation-glyphicons

How to use this plugin

Link it in your HTML templates

...
<!-- Included CSS Files -->
<link rel="stylesheet" href="stylesheets/foundation.css">
<link rel="stylesheet" href="stylesheets/app.css">

<!-- Included CSS Files (plugins) -->
<link rel="stylesheet" href="plugins/foundation-glyphicons/stylesheets/foundation-glyphicons.css">
...

Assign proper classes

...
<span class="gicon-search"></span>
...

Use inverted colors, if you like

...
<span class="gicon-search gicon-white"></span>
...

List of class names

Glyphicons Glyphicons

Credits

This plugin has been transplanted from the Twitter Bootstrap library.

About Foundation

Foundation is a rock-solid, responsive framework for rapidly prototyping and iterating into production code. It includes a 12-column, future-friendly grid and tons of great tools and elements that'll get you up and running in no time. Clone the repo to get the marketing site, docs, and base source. You can also visit http://foundation.zurb.com to download just the base source as a starting boilerplate.

Homepage: http://foundation.zurb.com

Foundation is MIT-licensed and absolutely free to use. Foundation wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).

Foundation Glyphicons is Apache Licensed

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

This plugin integrates the beautiful Glyphicons into your Foundation-powered pages.