Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
546 changes: 546 additions & 0 deletions bower_components/stripe-font/stripe-font.css

Large diffs are not rendered by default.

Binary file not shown.
3,070 changes: 3,070 additions & 0 deletions bower_components/stripe-font/stripe-font_e84324a51e12a2f99d0b231fb491bbed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
3,586 changes: 3,586 additions & 0 deletions data/batch.json

Large diffs are not rendered by default.

2,052 changes: 2,052 additions & 0 deletions data/icons-iconmart.json

Large diffs are not rendered by default.

2,050 changes: 2,050 additions & 0 deletions data/icons.json

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<html>
<head>
<meta charset="utf-8">
<title>GlyphSearch: Search for icons from Font Awesome, Glyphicons, IcoMoon, Ionicons, Octicons and Foundation</title>
<meta name="description" content="Search for icons from Font Awesome, Glyphicons, IcoMoon, Ionicons, and Octicons">
<title>GlyphSearch: Search for icons from Font Awesome, Glyphicons, IcoMoon, Ionicons, Octicons, Foundation and Iconmart</title>
<meta name="description" content="Search for icons from Font Awesome, Glyphicons, IcoMoon, Ionicons, Octicons, Foundation and Iconmart">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="bower_components/bootswatch/flatly/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="bower_components/ionicons/css/ionicons.css">
<link rel="stylesheet" href="bower_components/icomoon/style.css">
<link rel="stylesheet" href="bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="bower_components/foundation-icon-fonts/foundation-icons.css">
<link rel="stylesheet" href="bower_components/stripe-font/stripe-font.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
Expand Down Expand Up @@ -40,6 +41,7 @@
<button type="button" class="btn btn-primary btn-sm" data-library="ionicons">Ionicons</button>
<button type="button" class="btn btn-primary btn-sm" data-library="octicons">Octicons</button>
<button type="button" class="btn btn-primary btn-sm" data-library="foundation">Foundation</button>
<button type="button" class="btn btn-primary btn-sm" data-library="iconmart">Iconmart</button>
</div>
</div>
</div>
Expand Down Expand Up @@ -96,6 +98,14 @@ <h1>Foundation</h1>
</div>
</div>

<div id="iconmart" class="section">
<div class="header">
<h1>Iconmart</h1>
</div>
<div class="icons row">
</div>
</div>

</div>

<div id="about" class="modal fade">
Expand All @@ -106,7 +116,7 @@ <h1>Foundation</h1>
<h4 class="modal-title">About GlyphSearch</h4>
</div>
<div class="modal-body">
<p class="tagline">Search for icons from <a target="_blank" href="http://fontawesome.io/">Font Awesome</a>, <a target="_blank" href="http://glyphicons.com/">Glyphicons</a>, <a target="_blank" href="http://icomoon.io/#icons">IcoMoon</a>, <a target="_blank" href="http://ionicons.com/">Ionicons</a>, <a target="_blank" href="http://octicons.github.com/">Octicons</a> and <a target="_blank" href="http://zurb.com/playground/foundation-icon-fonts-3">Foundation</a>.</p>
<p class="tagline">Search for icons from <a target="_blank" href="http://fontawesome.io/">Font Awesome</a>, <a target="_blank" href="http://glyphicons.com/">Glyphicons</a>, <a target="_blank" href="http://icomoon.io/#icons">IcoMoon</a>, <a target="_blank" href="http://ionicons.com/">Ionicons</a>, <a target="_blank" href="http://octicons.github.com/">Octicons</a>, <a target="_blank" href="http://zurb.com/playground/foundation-icon-fonts-3">Foundation</a> and <a target="_blank" href="http://iconmart.in">Iconmart</a>.</p>
<p>Created by <a target="_blank" href="http://thomaspark.me/2013/11/glyphsearch-improving-the-search-for-icon-fonts/">Thomas Park</a>. Powered by <a target="_blank" href="http://www.algolia.com/">Algolia</a>. Theme by <a target="_blank" href="http://bootswatch.com">Bootswatch</a>.</p>
<p class="social hidden-xs">
<iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=glyphsearch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="105px" height="20px"></iframe>
Expand Down
9 changes: 9 additions & 0 deletions templates/batch.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,14 @@
},
{{/each}}

{{#each iconmart}}
{
"_tags": ["iconmart"],
"name": "{{name}}",
"tags": "{{tags}}",
"class": "icon-{{name}}"
},
{{/each}}

{}
]