Skip to content

Commit

Permalink
Upgrading Icon Pack to version 2, adding new Font Awesome Icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
commadelimited committed Jun 8, 2012
1 parent 43dc580 commit d7ff254
Show file tree
Hide file tree
Showing 12 changed files with 1,208 additions and 272 deletions.
Binary file added font-awesome/faicons-v2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified font-awesome/font/fontawesome-webfont.eot 100644 → 100755
Binary file not shown.
414 changes: 247 additions & 167 deletions font-awesome/font/fontawesome-webfont.svg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed font-awesome/font/fontawesome-webfont.svgz
Binary file not shown.
Binary file modified font-awesome/font/fontawesome-webfont.ttf 100644 → 100755
Binary file not shown.
Binary file modified font-awesome/font/fontawesome-webfont.woff 100644 → 100755
Binary file not shown.
117 changes: 80 additions & 37 deletions font-awesome/index.html
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />

<!-- Custom css -->
<link rel="stylesheet" href="jqm-icon-pack-1.1.1-fa.css" />
<link rel="stylesheet" href="jqm-icon-pack-2.0-fa.css" />

<!-- Javascript includes -->
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
Expand All @@ -34,41 +34,10 @@ <h1>jQuery Mobile Icon Pack</h1>
<a href="https://github.com/commadelimited/jQuery-Mobile-Icon-Pack" data-theme="b" data-role="button">Download the Icon Pack</a>
<div data-role="collapsible-set" data-theme="c" data-content-theme="c">

<div data-role="collapsible">
<h3>Standard Buttons</h3>

<label> <input type="checkbox" name="checkbox-1 "/> I'm a checkbox</label>
<fieldset data-role="controlgroup">
<legend>Choose a pet:</legend>
<input type="radio" name="radio-pet-1a" id="radio-pet-1a" value="choice-1" checked="checked" />
<label for="radio-pet-1a">Option 1</label>

<input type="radio" name="radio-pet-1a" id="radio-pet-2a" value="choice-2" />
<label for="radio-pet-2a">Option 2</label>
</fieldset>

<a href="index.html" data-role="button" data-icon="arrow-l">data-icon="arrow-l"</a>
<a href="index.html" data-role="button" data-icon="arrow-r">data-icon="arrow-r"</a>
<a href="index.html" data-role="button" data-icon="arrow-u">data-icon="arrow-u"</a>
<a href="index.html" data-role="button" data-icon="arrow-d">data-icon="arrow-d"</a>
<a href="index.html" data-role="button" data-icon="delete">data-icon="delete"</a>
<a href="index.html" data-role="button" data-icon="plus">data-icon="plus"</a>
<a href="index.html" data-role="button" data-icon="minus">data-icon="minus"</a>
<a href="index.html" data-role="button" data-icon="check">data-icon="check"</a>
<a href="index.html" data-role="button" data-icon="gear">data-icon="gear"</a>
<a href="index.html" data-role="button" data-icon="refresh">data-icon="refresh"</a>
<a href="index.html" data-role="button" data-icon="forward">data-icon="forward"</a>
<a href="index.html" data-role="button" data-icon="back">data-icon="back"</a>
<a href="index.html" data-role="button" data-icon="grid">data-icon="grid"</a>
<a href="index.html" data-role="button" data-icon="star">data-icon="star"</a>
<a href="index.html" data-role="button" data-icon="alert">data-icon="alert"</a>
<a href="index.html" data-role="button" data-icon="info">data-icon="info"</a>
<a href="index.html" data-role="button" data-icon="home">data-icon="home"</a>
<a href="index.html" data-role="button" data-icon="search">data-icon="search"</a>
</div>

<div data-role="collapsible" data-collapsed="false">
<h3>Icon Pack Buttons</h3>
<h3>Icon Pack Buttons</h3>
<p>
Icons colored in blue are new.
</p>
<a href="index.html" data-role="button" data-icon="glass">data-icon="glass"</a>
<a href="index.html" data-role="button" data-icon="music">data-icon="music"</a>
<a href="index.html" data-role="button" data-icon="search">data-icon="search"</a>
Expand Down Expand Up @@ -209,7 +178,81 @@ <h3>Icon Pack Buttons</h3>
<a href="index.html" data-role="button" data-icon="github-sign">data-icon="github-sign"</a>
<a href="index.html" data-role="button" data-icon="upload-alt">data-icon="upload-alt"</a>
<a href="index.html" data-role="button" data-icon="lemon">data-icon="lemon"</a>
</div>




<a href="index.html" data-role="button" data-theme="b"data-icon="beaker">data-icon="beaker"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="bell">data-icon="bell"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="bolt">data-icon="bolt"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="bookmark-empty">data-icon="bookmark-empty"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="briefcase">data-icon="briefcase"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="bullhorn">data-icon="bullhorn"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="caret-down">data-icon="caret-down"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="caret-left">data-icon="caret-left"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="caret-right">data-icon="caret-right"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="caret-up">data-icon="caret-up"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="certificate">data-icon="certificate"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="check-empty">data-icon="check-empty"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="circle-arrow-down">data-icon="circle-arrow-down"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="circle-arrow-left">data-icon="circle-arrow-left"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="circle-arrow-right">data-icon="circle-arrow-right"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="circle-arrow-up">data-icon="circle-arrow-up"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="cloud">data-icon="cloud"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="columns">data-icon="columns"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="comment-alt">data-icon="comment-alt"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="comments-alt">data-icon="comments-alt"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="copy">data-icon="copy"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="credit-card">data-icon="credit-card"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="cut">data-icon="cut"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="dashboard">data-icon="dashboard"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="envelope-alt">data-icon="envelope-alt"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="facebook">data-icon="facebook"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="filter">data-icon="filter"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="fullscreen">data-icon="fullscreen"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="github">data-icon="github"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="globe">data-icon="globe"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="google-plus-sign">data-icon="google-plus-sign"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="google-plus">data-icon="google-plus"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="group">data-icon="group"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="hand-down">data-icon="hand-down"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="hand-left">data-icon="hand-left"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="hand-right">data-icon="hand-right"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="hand-up">data-icon="hand-up"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="hdd">data-icon="hdd"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="legal">data-icon="legal"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="link">data-icon="link"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="linkedin">data-icon="linkedin"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="list-ol">data-icon="list-ol"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="list-ul">data-icon="list-ul"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="magic">data-icon="magic"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="money">data-icon="money"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="paper-clip">data-icon="paper-clip"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="paste">data-icon="paste"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="phone-sign">data-icon="phone-sign"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="phone">data-icon="phone"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="pinterest-sign">data-icon="pinterest-sign"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="pinterest">data-icon="pinterest"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="reorder">data-icon="reorder"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="rss">data-icon="rss"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="save">data-icon="save"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="sign-blank">data-icon="sign-blank"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="sitemap">data-icon="sitemap"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="sort-down">data-icon="sort-down"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="sort-up">data-icon="sort-up"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="sort">data-icon="sort"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="strikethrough">data-icon="strikethrough"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="table">data-icon="table"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="tasks">data-icon="tasks"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="truck">data-icon="truck"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="twitter">data-icon="twitter"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="umbrella">data-icon="umbrella"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="underline">data-icon="underline"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="undo">data-icon="undo"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="unlock">data-icon="unlock"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="user-md">data-icon="user-md"</a>
<a href="index.html" data-role="button" data-theme="b"data-icon="wrench">data-icon="wrench"</a>

</div>
</div>

Expand Down

0 comments on commit d7ff254

Please sign in to comment.