-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathindex.html
161 lines (148 loc) · 6.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GlyphSearch: Search for icons from Font Awesome, Foundation, Glyphicons, IcoMoon, Ionicons, Material Design, and Octicons</title>
<meta name="description" content="Search for icons from Font Awesome, Foundation, Glyphicons, IcoMoon, Ionicons, Material Design, and Octicons">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta property="og:title" content="GlyphSearch">
<meta property="og:type" content="website">
<meta property="og:url" content="http://glyphsearch.com">
<meta property="og:image" content="images/screenshot.png">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/fixed-sticky/fixedsticky.css">
<link rel="stylesheet" href="bower_components/font-awesome/css/all.min.css">
<link rel="stylesheet" href="bower_components/foundation-icon-fonts/foundation-icons.css">
<link rel="stylesheet" href="bower_components/icomoon/dist/css/style.css">
<link rel="stylesheet" href="bower_components/ionicons/css/ionicons.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Icons">
<link rel="stylesheet" href="bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="settings">
<h1 class="title"><a href="./">GlyphSearch</a></h1>
<div>
<form>
<h2>Search</h2>
<input name="query" type="search" id="search" autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
</form>
</div>
<div>
<h2>Library</h2>
<div id="libraries">
<span class="btn" data-library="all">All</span>
<span class="btn" title="5.8.2" data-library="font-awesome">Font Awesome</span>
<span class="btn" title="3.0.0" data-library="foundation">Foundation</span>
<span class="btn" title="1.9.0" data-library="glyphicons">Glyphicons</span>
<span class="btn" title="0.0.3" data-library="icomoon">IcoMoon</span>
<span class="btn" title="2.0.1" data-library="ionicons">Ionicons</span>
<span class="btn" title="4.0.0" data-library="material">Material</span>
<span class="btn" title="3.3.0" data-library="octicons">Octicons</span>
</div>
</div>
<div>
<h2>Copy</h2>
<div id="copy">
<span class="btn active" data-copy="markup">Markup</span>
<span class="btn" data-copy="class">Class</span>
<span class="btn" data-copy="name">Name</span>
<span class="btn" data-copy="unicode">Unicode</span>
<span class="btn" data-copy="unicode-hexadecimal">Hex</span>
<span class="btn" data-copy="htmlentity">HTML Entity</span>
</div>
</div>
<hr>
<div class="about">
<p class="social">
<a href="https://github.com/thomaspark/glyphsearch/">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/thomashpark">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://glyphsearch.com" onclick="window.open(this.href, 'myWindow', 'status = 1, height = 500, width = 360, top = 200, left = 500'); return false;">
<i class="fab fa-facebook-f"></i>
</a>
</p>
<p>Made by <a href="http://thomaspark.co">Thomas Park</a> • <a href="https://github.com/sponsors/thomaspark/">Sponsor Me</a></p>
<p>Powered by <a href="http://www.algolia.com/">Algolia</a></p>
<p><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYILKJW&placement=glyphsearchcom" id="_carbonads_js"></script></p>
</div>
</div>
<div class="main">
<div id="loader" class="spin">
<i class="ionicons ion-load-c"></i>
</div>
<div id="font-awesome" class="section">
<div class="header">
<h1><a title="5.8.2" href="http://fontawesome.io/">Font Awesome</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="foundation" class="section">
<div class="header">
<h1><a title="3.0.0" href="http://zurb.com/playground/foundation-icon-fonts-3">Foundation</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="glyphicons" class="section">
<div class="header">
<h1><a title="1.9.0" href="http://glyphicons.com/">Glyphicons</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="icomoon" class="section">
<div class="header">
<h1><a title="0.0.3" href="http://icomoon.io/#icons-icomoon">IcoMoon</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="ionicons" class="section">
<div class="header">
<h1><a title="2.0.1" href="http://ionicons.com/">Ionicons</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="material" class="section">
<div class="header">
<h1><a title="4.4.0" href="https://www.google.com/design/icons/">Material</a></h1>
</div>
<div class="icons row">
</div>
</div>
<div id="octicons" class="section">
<div class="header">
<h1><a title="3.3.0" href="https://octicons.github.com/">Octicons</a></h1>
</div>
<div class="icons row">
</div>
</div>
</div>
<div class="copied">
<span id="big-icon"></span>
<div>Copied!</div>
</div>
<div id="fb-root"></div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/fixed-sticky/fixedsticky.js"></script>
<script src="bower_components/hogan/web/builds/2.0.0/hogan-2.0.0.min.js"></script>
<script src="bower_components/algoliasearch/dist/algoliasearch.min.js"></script>
<script src="bower_components/purl/purl.js"></script>
<script src="bower_components/clipboard/dist/clipboard.min.js"></script>
<script src="js/script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-23019901-8', 'glyphsearch.com');
ga('send', 'pageview');
</script>
</html>