Skip to content

Commit 04b215d

Browse files
committed
update docs
1 parent 5be9022 commit 04b215d

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

fip.svg

Lines changed: 1 addition & 0 deletions
Loading

index.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626

2727

2828
<!-- icon picker -->
29-
<script type="text/javascript" src="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/js/jquery.fonticonpicker.min.js"></script>
30-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/css/base/jquery.fonticonpicker.min.css" />
31-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css" />
32-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css" />
33-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css" />
34-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css" />
29+
<script type="text/javascript" src="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/js/jquery.fonticonpicker.min.js"></script>
30+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/css/base/jquery.fonticonpicker.min.css" />
31+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css" />
32+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css" />
33+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css" />
34+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/fonticonpicker@3.1.1/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css" />
3535

3636
<!-- Font -->
3737
<link rel="stylesheet" type="text/css" href="fontello-7275ca86/css/fontello.css" />
@@ -79,7 +79,11 @@
7979
<section id="about">
8080
<div class="jumbotron" style="background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);">
8181
<div class="container">
82-
<h1>jQuery fontIconPicker <small>v3.0.0</small></h1>
82+
<div class="text-center fip-logo">
83+
<img src="fip.svg" alt="FontIconPicker">
84+
</div>
85+
<h1>jQuery fontIconPicker <small>v3.1.1</small></h1>
86+
<p>For the react version, look <a href="https://fonticonpicker.github.io/react-fonticonpicker/">here</a>.</p>
8387
<p>jQuery fontIconPicker is a small jQuery plugin which allows you to include an elegant icon picker with categories, search and pagination inside your administration forms. The list of icons can be loaded manually using a <code>SELECT</code> field, an <code>Array</code> or <code>Object</code> of icons or directly from a Fontello <code>config.json</code> or IcoMoon <code>selection.json</code> file. Here are some examples.</p>
8488
<div class="text-center margin-top">
8589
<div class="alert alert-info">
@@ -159,7 +163,7 @@ <h3>Script</h3>
159163
&lt;script type=&quot;text/javascript&quot; src=&quot;https://unpkg.com/@fonticonpicker/fonticonpicker/dist/js/jquery.fonticonpicker.min.js&quot;&gt;&lt;/script&gt;</pre>
160164
<h3>Styles</h3>
161165
<pre class="brush: html">
162-
&lt;!-- styles --&gt;&#10;&lt;!-- base | always include --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/base/jquery.fonticonpicker.min.css&quot;&gt;&#10;&#10;&lt;!-- default grey-theme --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css&quot;&gt;&#10;&#10;&lt;!-- optional themes | no need to include default theme --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css&quot;&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css&quot;&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css&quot;&gt;</pre>
166+
&lt;!-- styles --&gt;&#10;&lt;!-- base | always include --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/base/jquery.fonticonpicker.min.css&quot;&gt;&#10;&#10;&lt;!-- default grey-theme --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css&quot;&gt;&#10;&#10;&lt;!-- optional themes | no need to include default theme --&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css&quot;&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css&quot;&gt;&#10;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://unpkg.com/@fonticonpicker/[email protected]/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css&quot;&gt;</pre>
163167
</div>
164168
<div class="tab-pane in-fade" id="installation_script">
165169
<p>Go to <a href="https://github.com/fontIconPicker/fontIconPicker/releases">GitHub Release</a> and download a release. Use the compiled JS and CSS files.</p>

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body {
88
#about .jumbotron {
99
margin-top: 50px;
1010
}
11+
.fip-logo img {
12+
width: 128px;
13+
height: 128px;
14+
}
1115

1216
section h2 {
1317
clear: both;

0 commit comments

Comments
 (0)