|
26 | 26 |
|
27 | 27 |
|
28 | 28 | <!-- 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" /> |
35 | 35 |
|
36 | 36 | <!-- Font --> |
37 | 37 | <link rel="stylesheet" type="text/css" href="fontello-7275ca86/css/fontello.css" /> |
|
79 | 79 | <section id="about"> |
80 | 80 | <div class="jumbotron" style="background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);"> |
81 | 81 | <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> |
83 | 87 | <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> |
84 | 88 | <div class="text-center margin-top"> |
85 | 89 | <div class="alert alert-info"> |
@@ -159,7 +163,7 @@ <h3>Script</h3> |
159 | 163 | <script type="text/javascript" src="https://unpkg.com/@fonticonpicker/fonticonpicker/dist/js/jquery.fonticonpicker.min.js"></script></pre> |
160 | 164 | <h3>Styles</h3> |
161 | 165 | <pre class="brush: html"> |
162 | | -<!-- styles --> <!-- base | always include --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/base/jquery.fonticonpicker.min.css"> <!-- default grey-theme --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css"> <!-- optional themes | no need to include default theme --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css"> </pre> |
| 166 | +<!-- styles --> <!-- base | always include --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/base/jquery.fonticonpicker.min.css"> <!-- default grey-theme --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/grey-theme/jquery.fonticonpicker.grey.min.css"> <!-- optional themes | no need to include default theme --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css"> <link rel="stylesheet" type="text/css" href="https://unpkg.com/@fonticonpicker/ [email protected]/dist/css/themes/inverted-theme/jquery.fonticonpicker.inverted.min.css"> </pre> |
163 | 167 | </div> |
164 | 168 | <div class="tab-pane in-fade" id="installation_script"> |
165 | 169 | <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> |
|
0 commit comments