noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 163/173: Move CSS and start to integrate Boot


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 163/173: Move CSS and start to integrate BootStrap Add fonts
Date: Mon, 22 Mar 2021 12:59:23 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a29dfb53f88b956d8567fb22b710e30ffc607593
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Tue Mar 16 17:43:29 2021 +0100

    Move CSS and start to integrate BootStrap
    Add fonts
---
 html/css/font/OpenSansRegular-bg.png               |  Bin 0 -> 13140 bytes
 html/css/font/OpenSansRegular-thumb.png            |  Bin 0 -> 3327 bytes
 html/css/font/OpenSansRegular.eot                  |  Bin 0 -> 217534 bytes
 html/css/font/OpenSansRegular.png                  |  Bin 0 -> 690 bytes
 html/css/font/OpenSansRegular.ttf                  |  Bin 0 -> 217360 bytes
 html/css/font/OpenSansRegular.woff                 |  Bin 0 -> 67532 bytes
 html/css/font/OpenSansRegular.zip                  |  Bin 0 -> 332831 bytes
 html/css/font/SansationLight/SansationLight-bg.png |  Bin 0 -> 12404 bytes
 .../font/SansationLight/SansationLight-thumb.png   |  Bin 0 -> 3269 bytes
 html/css/font/SansationLight/SansationLight.eot    |  Bin 0 -> 29192 bytes
 html/css/font/SansationLight/SansationLight.png    |  Bin 0 -> 3260 bytes
 html/css/font/SansationLight/SansationLight.ttf    |  Bin 0 -> 29012 bytes
 html/css/font/SansationLight/SansationLight.woff   |  Bin 0 -> 14344 bytes
 html/css/font/SansationLight/font.css              |   11 +
 html/css/font/SansationLight/index.html            |   21 +
 html/css/font/SansationLight/readme.txt            |   26 +
 html/css/font/fontello/.directory                  |    4 +
 html/css/font/fontello/LICENSE.txt                 |   84 +
 html/css/font/fontello/README.txt                  |   75 +
 html/css/font/fontello/config.json                 | 1602 ++++++++++++++++++++
 html/css/font/fontello/css/animation.css           |   85 ++
 html/css/font/fontello/css/fontello-codes.css      |  103 ++
 html/css/font/fontello/css/fontello-embedded.css   |  156 ++
 html/css/font/fontello/css/fontello-ie7-codes.css  |  103 ++
 html/css/font/fontello/css/fontello-ie7.css        |  114 ++
 html/css/font/fontello/css/fontello.css            |  159 ++
 html/css/font/fontello/demo.html                   |  457 ++++++
 html/css/font/fontello/font/fontello.eot           |  Bin 0 -> 35304 bytes
 html/css/font/fontello/font/fontello.svg           |  214 +++
 html/css/font/fontello/font/fontello.ttf           |  Bin 0 -> 35136 bytes
 html/css/font/fontello/font/fontello.woff          |  Bin 0 -> 21500 bytes
 html/css/font/fontello/font/fontello.woff2         |  Bin 0 -> 17964 bytes
 html/css/font/fontello/fontello.eot                |  Bin 0 -> 35304 bytes
 html/css/font/fontello/fontello.svg                |  214 +++
 html/css/font/fontello/fontello.ttf                |  Bin 0 -> 35136 bytes
 html/css/font/fontello/fontello.woff               |  Bin 0 -> 21500 bytes
 html/css/font/fontello/fontello.woff2              |  Bin 0 -> 17964 bytes
 html/css/style-classic7.css                        |   34 +-
 html/do.php                                        |    8 +-
 39 files changed, 3454 insertions(+), 16 deletions(-)

diff --git a/html/css/font/OpenSansRegular-bg.png 
b/html/css/font/OpenSansRegular-bg.png
new file mode 100644
index 0000000..9499c05
Binary files /dev/null and b/html/css/font/OpenSansRegular-bg.png differ
diff --git a/html/css/font/OpenSansRegular-thumb.png 
b/html/css/font/OpenSansRegular-thumb.png
new file mode 100644
index 0000000..013c1ba
Binary files /dev/null and b/html/css/font/OpenSansRegular-thumb.png differ
diff --git a/html/css/font/OpenSansRegular.eot 
b/html/css/font/OpenSansRegular.eot
new file mode 100644
index 0000000..055d92f
Binary files /dev/null and b/html/css/font/OpenSansRegular.eot differ
diff --git a/html/css/font/OpenSansRegular.png 
b/html/css/font/OpenSansRegular.png
new file mode 100644
index 0000000..727fb49
Binary files /dev/null and b/html/css/font/OpenSansRegular.png differ
diff --git a/html/css/font/OpenSansRegular.ttf 
b/html/css/font/OpenSansRegular.ttf
new file mode 100644
index 0000000..face4ab
Binary files /dev/null and b/html/css/font/OpenSansRegular.ttf differ
diff --git a/html/css/font/OpenSansRegular.woff 
b/html/css/font/OpenSansRegular.woff
new file mode 100644
index 0000000..56906d1
Binary files /dev/null and b/html/css/font/OpenSansRegular.woff differ
diff --git a/html/css/font/OpenSansRegular.zip 
b/html/css/font/OpenSansRegular.zip
new file mode 100644
index 0000000..7ef8d80
Binary files /dev/null and b/html/css/font/OpenSansRegular.zip differ
diff --git a/html/css/font/SansationLight/SansationLight-bg.png 
b/html/css/font/SansationLight/SansationLight-bg.png
new file mode 100644
index 0000000..67782be
Binary files /dev/null and b/html/css/font/SansationLight/SansationLight-bg.png 
differ
diff --git a/html/css/font/SansationLight/SansationLight-thumb.png 
b/html/css/font/SansationLight/SansationLight-thumb.png
new file mode 100644
index 0000000..0625dd3
Binary files /dev/null and 
b/html/css/font/SansationLight/SansationLight-thumb.png differ
diff --git a/html/css/font/SansationLight/SansationLight.eot 
b/html/css/font/SansationLight/SansationLight.eot
new file mode 100644
index 0000000..31e30fc
Binary files /dev/null and b/html/css/font/SansationLight/SansationLight.eot 
differ
diff --git a/html/css/font/SansationLight/SansationLight.png 
b/html/css/font/SansationLight/SansationLight.png
new file mode 100644
index 0000000..3a328b1
Binary files /dev/null and b/html/css/font/SansationLight/SansationLight.png 
differ
diff --git a/html/css/font/SansationLight/SansationLight.ttf 
b/html/css/font/SansationLight/SansationLight.ttf
new file mode 100644
index 0000000..bf4762c
Binary files /dev/null and b/html/css/font/SansationLight/SansationLight.ttf 
differ
diff --git a/html/css/font/SansationLight/SansationLight.woff 
b/html/css/font/SansationLight/SansationLight.woff
new file mode 100644
index 0000000..3677bf4
Binary files /dev/null and b/html/css/font/SansationLight/SansationLight.woff 
differ
diff --git a/html/css/font/SansationLight/font.css 
b/html/css/font/SansationLight/font.css
new file mode 100644
index 0000000..2948a05
--- /dev/null
+++ b/html/css/font/SansationLight/font.css
@@ -0,0 +1,11 @@
+@font-face {
+       font-family: 'SansationLight';
+       src: url('./SansationLight.eot');
+       src: local('SansationLight'), url('./SansationLight.woff') 
format('woff'), url('./SansationLight.ttf') format('truetype');
+}
+/* use this class to attach this font to any element i.e. <p 
class="fontsforweb_fontid_423">Text with this font applied</p> */
+.fontsforweb_fontid_423 {
+       font-family: 'SansationLight' !important;
+}
+
+/* Font downloaded from FontsForWeb.com */
\ No newline at end of file
diff --git a/html/css/font/SansationLight/index.html 
b/html/css/font/SansationLight/index.html
new file mode 100644
index 0000000..28f7b91
--- /dev/null
+++ b/html/css/font/SansationLight/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html class="no-js">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <title> web font from FontsForWeb.com</title>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <link rel="stylesheet" href="font.css">
+        <style type="text/css">
+               /* when @font-face is defined(it is in font.css) you can add 
the font to any rule by using font-family */
+               h1 {
+                       font-family: 'SansationLight';
+               }
+               </style>
+    </head>
+    <body>
+       <h1>Thank you for using FontsForWeb.com</h1>
+        <p class="fontsforweb_fontid_423">Look in the source of this file to 
see how to embed this font on your website</p>
+    </body>
+</html>
\ No newline at end of file
diff --git a/html/css/font/SansationLight/readme.txt 
b/html/css/font/SansationLight/readme.txt
new file mode 100644
index 0000000..5ccbd77
--- /dev/null
+++ b/html/css/font/SansationLight/readme.txt
@@ -0,0 +1,26 @@
+Sansation - freeware font
+
+Version 1.2
+___________
+
+This font is freeware for personal and commercial use.
+Feel free to distribute this font. 
+You may but this font on CDs, websites,... with the following restrictions:
+
+       -Editing is only allowed for personal use,
+        don�t distribute an edited version of this font!
+       -Do not rename this font!
+       -Do not sell this font!
+       -Do not handle it as your own work!
+       -Do not pass the font without this textfile!
+       -Make sure you have downloaded the latest update from www.dafont.com 
for best optical results.
+
+I hope you enjoy this font.
+If you have further questions, please contact me.
+_________________________________________________
+
+berndmontag@klausmontag.de
+Bernd Montag � 2009 - All Rights Reserved
+_________________________________________
+_________________________________________
+
diff --git a/html/css/font/fontello/.directory 
b/html/css/font/fontello/.directory
new file mode 100644
index 0000000..7e090db
--- /dev/null
+++ b/html/css/font/fontello/.directory
@@ -0,0 +1,4 @@
+[Dolphin]
+Timestamp=2019,8,27,18,25,21
+Version=4
+ViewMode=1
diff --git a/html/css/font/fontello/LICENSE.txt 
b/html/css/font/fontello/LICENSE.txt
new file mode 100644
index 0000000..3b89a34
--- /dev/null
+++ b/html/css/font/fontello/LICENSE.txt
@@ -0,0 +1,84 @@
+Font license info
+
+
+## Font Awesome
+
+   Copyright (C) 2016 by Dave Gandy
+
+   Author:    Dave Gandy
+   License:   SIL ()
+   Homepage:  http://fortawesome.github.com/Font-Awesome/
+
+
+## Modern Pictograms
+
+   Copyright (c) 2012 by John Caserta. All rights reserved.
+
+   Author:    John Caserta
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://thedesignoffice.org/project/modern-pictograms/
+
+
+## MFG Labs
+
+   Copyright (C) 2012 by Daniel Bruce
+
+   Author:    MFG Labs
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.mfglabs.com/
+
+
+## Elusive
+
+   Copyright (C) 2013 by Aristeides Stathopoulos
+
+   Author:    Aristeides Stathopoulos
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://aristeides.com/
+
+
+## Web Symbols
+
+   Copyright (c) 2011 by Just Be Nice studio. All rights reserved.
+
+   Author:    Just Be Nice studio
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.justbenicestudio.com/
+
+
+## Entypo
+
+   Copyright (C) 2012 by Daniel Bruce
+
+   Author:    Daniel Bruce
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.entypo.com
+
+
+## Typicons
+
+   (c) Stephen Hutchings 2012
+
+   Author:    Stephen Hutchings
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://typicons.com/
+
+
+## Meteocons
+
+   Copyright (C) 2012 by Alessio Atzeni
+
+   Author:    Alessio Atzeni
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://www.alessioatzeni.com
+
+
+## Iconic
+
+   Copyright (C) 2012 by P.J. Onori
+
+   Author:    P.J. Onori
+   License:   SIL (http://scripts.sil.org/OFL)
+   Homepage:  http://somerandomdude.com/work/iconic/
+
+
diff --git a/html/css/font/fontello/README.txt 
b/html/css/font/fontello/README.txt
new file mode 100644
index 0000000..beaab33
--- /dev/null
+++ b/html/css/font/fontello/README.txt
@@ -0,0 +1,75 @@
+This webfont is generated by http://fontello.com open source project.
+
+
+================================================================================
+Please, note, that you should obey original font licenses, used to make this
+webfont pack. Details available in LICENSE.txt file.
+
+- Usually, it's enough to publish content of LICENSE.txt file somewhere on your
+  site in "About" section.
+
+- If your project is open-source, usually, it will be ok to make LICENSE.txt
+  file publicly available in your repository.
+
+- Fonts, used in Fontello, don't require a clickable link on your site.
+  But any kind of additional authors crediting is welcome.
+================================================================================
+
+
+Comments on archive content
+---------------------------
+
+- /font/* - fonts in different formats
+
+- /css/*  - different kinds of css, for all situations. Should be ok with 
+  twitter bootstrap. Also, you can skip <i> style and assign icon classes
+  directly to text elements, if you don't mind about IE7.
+
+- demo.html - demo file, to show your webfont content
+
+- LICENSE.txt - license info about source fonts, used to build your one.
+
+- config.json - keeps your settings. You can import it back into fontello
+  anytime, to continue your work
+
+
+Why so many CSS files ?
+-----------------------
+
+Because we like to fit all your needs :)
+
+- basic file, <your_font_name>.css - is usually enough, it contains @font-face
+  and character code definitions
+
+- *-ie7.css - if you need IE7 support, but still don't wish to put char codes
+  directly into html
+
+- *-codes.css and *-ie7-codes.css - if you like to use your own @font-face
+  rules, but still wish to benefit from css generation. That can be very
+  convenient for automated asset build systems. When you need to update font -
+  no need to manually edit files, just override old version with archive
+  content. See fontello source code for examples.
+
+- *-embedded.css - basic css file, but with embedded WOFF font, to avoid
+  CORS issues in Firefox and IE9+, when fonts are hosted on the separate 
domain.
+  We strongly recommend to resolve this issue by `Access-Control-Allow-Origin`
+  server headers. But if you ok with dirty hack - this file is for you. Note,
+  that data url moved to separate @font-face to avoid problems with <IE9, when
+  string is too long.
+
+- animate.css - use it to get ideas about spinner rotation animation.
+
+
+Attention for server setup
+--------------------------
+
+You MUST setup server to reply with proper `mime-types` for font files -
+otherwise some browsers will fail to show fonts.
+
+Usually, `apache` already has necessary settings, but `nginx` and other
+webservers should be tuned. Here is list of mime types for our file extensions:
+
+- `application/vnd.ms-fontobject` - eot
+- `application/x-font-woff` - woff
+- `application/x-font-ttf` - ttf
+- `image/svg+xml` - svg
diff --git a/html/css/font/fontello/config.json 
b/html/css/font/fontello/config.json
new file mode 100644
index 0000000..6fee9ca
--- /dev/null
+++ b/html/css/font/fontello/config.json
@@ -0,0 +1,1602 @@
+{
+  "name": "",
+  "css_prefix_text": "icon-",
+  "css_use_suffix": false,
+  "hinting": true,
+  "units_per_em": 1000,
+  "ascent": 850,
+  "glyphs": [
+    {
+      "uid": "0d20938846444af8deb1920dc85a29fb",
+      "css": "logout",
+      "code": 59392,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "1a5cfa186647e8c929c2b17b9fc4dac1",
+      "css": "plus-squared",
+      "code": 61694,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "0f4cae16f34ae243a6144c18a003f2d8",
+      "css": "cancel-circled",
+      "code": 59393,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "2e2dba0307a502a8507c1729084c7ab5",
+      "css": "cancel-circled2",
+      "code": 59394,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c5fd349cbd3d23e4ade333789c29c729",
+      "css": "eye",
+      "code": 59395,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "eeec3208c90b7b48e804919d0d2d4a41",
+      "css": "upload",
+      "code": 59396,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "9a76bc135eac17d2c8b8ad4a5774fc87",
+      "css": "download",
+      "code": 59397,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c76b7947c957c9b78b11741173c8349b",
+      "css": "attention",
+      "code": 59398,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "5cbe092278ff71fc27c920298b0f3ca3",
+      "css": "fax",
+      "code": 61868,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "47a35af762c8e06f3d152750134c8750",
+      "css": "linux",
+      "code": 61820,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "bd7fd67bed189448225cad0fe4ef3d7c",
+      "css": "chrome",
+      "code": 62056,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c97bfbcfb31e74be0653d8551c89a40f",
+      "css": "firefox",
+      "code": 62057,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c5af9b4626c0f2fa6dc259f9f035b055",
+      "css": "safari",
+      "code": 62055,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "id8wp0cygl9trzbhlbd9o0fygiesi629",
+      "css": "search",
+      "code": 59399,
+      "src": "modernpics"
+    },
+    {
+      "uid": "ae3so8q0b0n2h8esv9flua2nmwswa8fd",
+      "css": "mail",
+      "code": 59400,
+      "src": "modernpics"
+    },
+    {
+      "uid": "dd432b7aa4b7c276a475015a93dec8a3",
+      "css": "anchor",
+      "code": 59401,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "6707ea950c24c5b01625f7ea73b2172e",
+      "css": "resize-full-alt",
+      "code": 59402,
+      "src": "elusive"
+    },
+    {
+      "uid": "e6ad31134a018fdeb64efe72d39edd65",
+      "css": "tag",
+      "code": 59403,
+      "src": "websymbols"
+    },
+    {
+      "uid": "ec21fe3492bb04d9e29103c319556ed8",
+      "css": "search-1",
+      "code": 62733,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "6605ee6441bf499ffa3c63d3c7409471",
+      "css": "move",
+      "code": 61511,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "169f51b7e405de8c03cf85a6e8c740ab",
+      "css": "bitbucket",
+      "code": 61809,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "bb46b15cb78cc4cc05d3d715d522ac4d",
+      "css": "cw",
+      "code": 59404,
+      "src": "entypo"
+    },
+    {
+      "uid": "41087bc74d4b20b55059c60a33bf4008",
+      "css": "edit",
+      "code": 59405,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "b035c28eba2b35c6ffe92aee8b0df507",
+      "css": "attention-circled",
+      "code": 59406,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "f48ae54adfb27d8ada53d0fd9e34ee10",
+      "css": "trash-empty",
+      "code": 59407,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "1b5a5d7b7e3c71437f5a26befdd045ed",
+      "css": "doc",
+      "code": 59408,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "5408be43f7c42bccee419c6be53fdef5",
+      "css": "doc-text",
+      "code": 61686,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "531bc468eecbb8867d822f1c11f1e039",
+      "css": "calendar",
+      "code": 59409,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "242giivkgr3e6le7b2xqi2pkdruf85mu",
+      "css": "edit-1",
+      "code": 59410,
+      "src": "modernpics"
+    },
+    {
+      "uid": "dsfybb9l0x5fyd7e3o5kyisqppifztfu",
+      "css": "resize-full",
+      "code": 59411,
+      "src": "modernpics"
+    },
+    {
+      "uid": "4615d277156195624f442e69958ea863",
+      "css": "calendar-1",
+      "code": 62661,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "985defa766987e1e038c807527100b15",
+      "css": "up-bold",
+      "code": 59412,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "335c443d3231b944287309aa2593c880",
+      "css": "down-fat",
+      "code": 59413,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "d9be617b7f2fe7843118ca2d3a1b8cca",
+      "css": "down-open",
+      "code": 61444,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "b714be5a812a474811604f700dfc87ce",
+      "css": "left-open",
+      "code": 61447,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "37910a1398001a5ccb541cb2a253a2c7",
+      "css": "right-open",
+      "code": 61446,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "440e148d0e21100118eae7036bcd2067",
+      "css": "up-open",
+      "code": 61445,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "74415da8e36ed0afcea9b2b1454f4176",
+      "css": "cancel-circled2-1",
+      "code": 59414,
+      "src": "elusive"
+    },
+    {
+      "uid": "4fc965c0a4abf27512ac06752c56b3b5",
+      "css": "upload-1",
+      "code": 59415,
+      "src": "elusive"
+    },
+    {
+      "uid": "711fdb6caa365d5b69d4a72da2009cf6",
+      "css": "exclamation",
+      "code": 59416,
+      "src": "elusive"
+    },
+    {
+      "uid": "616b755d0f4c7d2dc7a1dcc2e5427039",
+      "css": "down-open-1",
+      "code": 59417,
+      "src": "elusive"
+    },
+    {
+      "uid": "b91c0e6aaab5e3146732b69dd418e120",
+      "css": "up-open-1",
+      "code": 59418,
+      "src": "elusive"
+    },
+    {
+      "uid": "c0a07aca383ff2a164a4d691fa46e35c",
+      "css": "left-open-1",
+      "code": 59419,
+      "src": "elusive"
+    },
+    {
+      "uid": "dc4a03854ef986d64565143bea4241aa",
+      "css": "right-open-1",
+      "code": 59420,
+      "src": "elusive"
+    },
+    {
+      "uid": "d5fabfa46384953ae055fceacb2229a7",
+      "css": "arrows-cw",
+      "code": 59421,
+      "src": "elusive"
+    },
+    {
+      "uid": "1ee2aeb352153a403df4b441a8bc9bda",
+      "css": "calc",
+      "code": 61932,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "7e89c12b577c31bc91bfb61bb597f01f",
+      "css": "down-dir",
+      "code": 59422,
+      "src": "entypo"
+    },
+    {
+      "uid": "401b644723fb2f20b0df30cce7745c18",
+      "css": "up-dir",
+      "code": 59423,
+      "src": "entypo"
+    },
+    {
+      "uid": "2d3be3e856fc1e4ac067590d2ded1b07",
+      "css": "plus-squared-alt",
+      "code": 61846,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "e99461abfef3923546da8d745372c995",
+      "css": "cog",
+      "code": 59424,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "98687378abd1faf8f6af97c254eb6cd6",
+      "css": "cog-alt",
+      "code": 59425,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "2d6150442079cbda7df64522dc24f482",
+      "css": "down-dir-1",
+      "code": 59426,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "80cd1022bd9ea151d554bec1fa05f2de",
+      "css": "up-dir-1",
+      "code": 59427,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "ccddff8e8670dcd130e3cb55fdfc2fd0",
+      "css": "down-open-2",
+      "code": 59428,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "399ef63b1e23ab1b761dfbb5591fa4da",
+      "css": "right-open-2",
+      "code": 59429,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "d870630ff8f81e6de3958ecaeac532f2",
+      "css": "left-open-2",
+      "code": 59430,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "fe6697b391355dec12f3d86d6d490397",
+      "css": "up-open-2",
+      "code": 59431,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "1gf923f9wvaezxmfon515dglxa3drf0e",
+      "css": "plus",
+      "code": 59432,
+      "src": "typicons"
+    },
+    {
+      "uid": "a6a5b2ea227f86157ba54ae543785161",
+      "css": "compass",
+      "code": 59433,
+      "src": "meteocons"
+    },
+    {
+      "uid": "776687efbdb973ebc67e049cc4c41b13",
+      "css": "resize-full-alt-1",
+      "code": 59434,
+      "src": "iconic"
+    },
+    {
+      "uid": "15ba51cbb4d05e6fb88f03a31a7c711c",
+      "css": "info-circled-alt",
+      "code": 61574,
+      "src": "mfglabs"
+    },
+    {
+      "uid": "2a4e6c99b732a57da40e32fa2a7800a4",
+      "css": "toggle-off",
+      "code": 61956,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "3256ef03b16e7ab51235bc7378b53bb5",
+      "css": "toggle-on",
+      "code": 61957,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "630529f03c319c01101aa167181b650e",
+      "css": "tag-1",
+      "code": 59435,
+      "src": "elusive"
+    },
+    {
+      "uid": "7b6c617d6d1e3f22db493839f0483bf6",
+      "css": "edit-2",
+      "code": 59436,
+      "src": "elusive"
+    },
+    {
+      "uid": "d8579082214a1c550b5d1ab2fee8b02c",
+      "css": "compass-1",
+      "code": 59437,
+      "src": "elusive"
+    },
+    {
+      "uid": "1e32e1f8787cf3cb9f52f8850822dcb6",
+      "css": "cogs",
+      "code": 59438,
+      "src": "elusive"
+    },
+    {
+      "uid": "cbb11c546600a92fde108476faf5d337",
+      "css": "up",
+      "code": 59439,
+      "src": "elusive"
+    },
+    {
+      "uid": "e15f0d620a7897e2035c18c80142f6d9",
+      "css": "link-ext",
+      "code": 61582,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "81bb68665e8e595505272a746db07c7a",
+      "css": "dot-circled",
+      "code": 61842,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "0cd2582b8c93719d066ee0affd02ac78",
+      "css": "sort-alt-up",
+      "code": 61792,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "27b13eff5eb0ca15e01a6e65ffe6eeec",
+      "css": "sort-alt-down",
+      "code": 61793,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "acf41aa4018e58d49525665469e35665",
+      "css": "thumbs-up",
+      "code": 59440,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c1f1975c885aa9f3dad7810c53b82074",
+      "css": "lock",
+      "code": 59441,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "05376be04a27d5a46e855a233d6e8508",
+      "css": "lock-open-alt",
+      "code": 61758,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "657ab647f6248a6b57a5b893beaf35a9",
+      "css": "lock-open",
+      "code": 59442,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "7533e68038fc6d520ede7a7ffa0a2f64",
+      "css": "thumbs-down",
+      "code": 59443,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "4aad6bb50b02c18508aae9cbe14e784e",
+      "css": "share",
+      "code": 61920,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "9c1376672bb4f1ed616fdd78a23667e9",
+      "css": "comment-empty",
+      "code": 61669,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "cd21cbfb28ad4d903cede582157f65dc",
+      "css": "bell",
+      "code": 59444,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "8a074400a056c59d389f2d0517281bd5",
+      "css": "bell-off-empty",
+      "code": 61943,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "21b42d3c3e6be44c3cc3d73042faa216",
+      "css": "sliders",
+      "code": 61918,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "3c24ee33c9487bbf18796ca6dffa1905",
+      "css": "resize-small",
+      "code": 59445,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "e594fc6e5870b4ab7e49f52571d52577",
+      "css": "resize-full-1",
+      "code": 59446,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "aa0d9175a3919a260a4012d560e9f01e",
+      "css": "right-hand",
+      "code": 59447,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "3d99d345645f43e31e9e0fd48be37e9c",
+      "css": "left-hand",
+      "code": 59448,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "034e645aa3bad56ce68389a816547c87",
+      "css": "up-hand",
+      "code": 59449,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "beb43b8df442eac4b8d35f528d5ed5af",
+      "css": "down-hand",
+      "code": 59450,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "7fd683b2c518ceb9e5fa6757f2276faa",
+      "css": "eye-off",
+      "code": 59451,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "8933c2579166c2ee56ae40dc6a0b4dc6",
+      "css": "angle-circled-left",
+      "code": 61751,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "94089b37297572e936b0943bcfa041d3",
+      "css": "angle-circled-right",
+      "code": 61752,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "8cbd5bcfb00043b8094fd7ac21ae5e06",
+      "css": "angle-circled-up",
+      "code": 61753,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "c35e0796f6f806945a44b1655ce7bbe7",
+      "css": "angle-circled-down",
+      "code": 61754,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "a73c5deb486c8d66249811642e5d719a",
+      "css": "arrows-cw-1",
+      "code": 59452,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "750058837a91edae64b03d60fc7e81a7",
+      "css": "ellipsis-vert",
+      "code": 61762,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "dd6c6b221a1088ff8a9b9cd32d0b3dd5",
+      "css": "check",
+      "code": 59201,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "4b900d04e8ab8c82f080c1cfbac5772c",
+      "css": "check-empty",
+      "code": 61590,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "937a0ad3f6e25611bff801445d6a4885",
+      "css": "tags-4",
+      "code": 59455,
+      "src": "elusive"
+    },
+    {
+      "uid": "a3f89e106175a5c5c4e9738870b12e55",
+      "css": "tags",
+      "code": 59454,
+      "src": "fontawesome"
+    },
+    {
+      "uid": "e417e4ca7774bb0f4aca5278ae3bfe49",
+      "css": "tags-3",
+      "code": 59449,
+      "src": "typicons"
+    },
+    {
+      "uid": "8596dc69a5e7e0297e8926b6e2563509",
+      "css": "resize-small-alt",
+      "code": 59453,
+      "src": "iconic"
+    },
+    {
+      "uid": "qdhvqjd167ee2byleebhw58j4omhb8pl",
+      "css": "resize-small-1",
+      "code": 59206,
+      "src": "modernpics"
+    },
+    {
+      "uid": "fcb54009841c2a662bde504cb4b65116",
+      "css": "logout",
+      "code": 59392,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M357 804Q357 806 358 815T358 829 356 843 351 854 339 
857H161Q94 857 47 810T0 696V304Q0 237 47 190T161 143H339Q347 143 352 148T357 
161Q357 163 358 172T358 187 356 200 351 211 339 214H161Q124 214 98 240T71 
304V696Q71 733 98 759T161 786H335T341 786 348 788 352 791 356 796 357 804ZM875 
500Q875 514 864 525L561 829Q550 839 536 839T511 829 500 804V643H250Q236 643 225 
632T214 607V393Q214 378 225 368T250 357H500V196Q500 182 511 171T536 161 561 
171L864 475Q875 485 875 500Z",
+        "width": 928.6
+      },
+      "search": [
+        "logout"
+      ]
+    },
+    {
+      "uid": "f0e92cf9233eae0983833f67991dfbc6",
+      "css": "cancel-circled",
+      "code": 59393,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M641 626Q641 612 631 601L530 500 631 399Q641 388 641 374 641 
359 631 348L580 298Q570 287 555 287 540 287 530 298L429 399 328 298Q317 287 303 
287 287 287 277 298L227 348Q216 359 216 374 216 388 227 399L328 500 227 601Q216 
612 216 626 216 641 227 652L277 702Q287 713 303 713 317 713 328 702L429 601 530 
702Q540 713 555 713 570 713 580 702L631 652Q641 641 641 626ZM857 500Q857 617 
800 715T644 871 429 929 213 871 58 715 0 500 58 285 213 129 429 71 644 129 800 
285 857 500Z",
+        "width": 857.1
+      },
+      "search": [
+        "cancel-circled"
+      ]
+    },
+    {
+      "uid": "a458b3d54aa9f91cd3535db2fe25769d",
+      "css": "cancel-circled2",
+      "code": 59394,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M612 602L531 684Q525 689 518 689T505 684L429 607 352 684Q347 
689 339 689T327 684L245 602Q239 596 239 589T245 576L321 500 245 423Q239 418 239 
411T245 398L327 316Q332 311 339 311T352 316L429 393 505 316Q511 311 518 311T531 
316L612 398Q618 403 618 411T612 423L536 500 612 576Q618 582 618 589T612 
602ZM732 500Q732 417 691 348T581 237 429 196 276 237 166 348 125 500 166 652 
276 763 429 804 581 763 691 652 732 500ZM857 500Q857 617 800 715T644 871 429 
929 213 871 58 715 0 500 58  [...]
+        "width": 857.1
+      },
+      "search": [
+        "cancel-circled2"
+      ]
+    },
+    {
+      "uid": "9ab3a550c7429fcf5b5ccb705c69ea08",
+      "css": "eye",
+      "code": 59395,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M929 536Q844 404 716 339 750 397 750 464 750 567 677 641T500 
714 323 641 250 464Q250 397 284 339 156 404 71 536 146 650 258 718T500 786 743 
718 929 536ZM527 321Q527 310 519 302T500 295Q430 295 380 345T330 464Q330 475 
338 483T357 491 376 483 384 464Q384 416 418 382T500 348Q511 348 519 340T527 
321ZM1000 536Q1000 555 989 574 911 703 779 780T500 857 221 780 11 574Q0 555 0 
536T11 497Q89 369 221 292T500 214 779 292 989 497Q1000 517 1000 536Z",
+        "width": 1000
+      },
+      "search": [
+        "eye"
+      ]
+    },
+    {
+      "uid": "69796ea5e42a4ee9cb327c02a887514b",
+      "css": "upload",
+      "code": 59396,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M714 821Q714 807 704 796T679 786 654 796 643 821 654 846 679 
857 704 846 714 821ZM857 821Q857 807 847 796T821 786 796 796 786 821 796 846 
821 857 847 846 857 821ZM929 696V875Q929 897 913 913T875 929H54Q31 929 16 913T0 
875V696Q0 674 16 658T54 643H292Q304 674 331 694T393 714H536Q570 714 597 694T637 
643H875Q897 643 913 658T929 696ZM747 335Q738 357 714 357H571V607Q571 622 561 
632T536 643H393Q378 643 368 632T357 607V357H214Q191 357 181 335 172 313 189 
296L439 46Q449 36 464 36 [...]
+        "width": 928.6
+      },
+      "search": [
+        "upload"
+      ]
+    },
+    {
+      "uid": "f8919732b20dca00d1846a12c8eed197",
+      "css": "download",
+      "code": 59397,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M714 750Q714 735 704 725T679 714 654 725 643 750 654 775 679 
786 704 775 714 750ZM857 750Q857 735 847 725T821 714 796 725 786 750 796 775 
821 786 847 775 857 750ZM929 625V804Q929 826 913 841T875 857H54Q31 857 16 841T0 
804V625Q0 603 16 587T54 571H313L388 647Q421 679 464 679T540 647L616 571H875Q897 
571 913 587T929 625ZM747 307Q757 330 739 346L489 596Q479 607 464 607T439 
596L189 346Q172 330 181 307 191 286 214 286H357V36Q357 21 368 11T393 0H536Q550 
0 561 11T571 36V286H714Q7 [...]
+        "width": 928.6
+      },
+      "search": [
+        "download"
+      ]
+    },
+    {
+      "uid": "94f1d6169717745eb4e610fcce46b419",
+      "css": "attention",
+      "code": 59398,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M571 767V661Q571 653 566 648T554 643H446Q439 643 434 648T429 
661V767Q429 775 434 780T446 786H554Q561 786 566 780T571 767ZM570 559L580 
302Q580 296 575 292 568 286 561 286H439Q433 286 425 292 420 296 420 304L429 
559Q429 564 435 568T448 571H551Q559 571 565 568T570 559ZM563 37L991 823Q1011 
858 990 893 981 910 964 919T929 929H71Q53 929 36 919T10 893Q-11 858 9 823L438 
37Q447 20 464 10T500 0 536 10 563 37Z",
+        "width": 1000
+      },
+      "search": [
+        "attention"
+      ]
+    },
+    {
+      "uid": "5caa6c5cb26120f0e03ed3826b4c1de1",
+      "css": "search",
+      "code": 59399,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M680 594C625 649 554 677 483 677 418 677 354 654 301 611L250 
736 120 866C106 876 91 881 75 881 34 881 0 844 0 804 0 788 5 772 15 759L144 629 
270 578C226 526 204 461 204 396 204 244 331 119 483 119 633 119 760 247 760 397 
760 469 734 541 680 594ZM361 519C395 552 439 569 483 569 575 569 653 492 653 
397 653 304 574 227 483 227 389 227 311 306 311 397 311 442 328 486 361 519Z",
+        "width": 760
+      },
+      "search": [
+        "search"
+      ]
+    },
+    {
+      "uid": "3c08e259307f76c3b499307181b6cdbf",
+      "css": "mail",
+      "code": 59400,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M580 544L838 811 49 811 308 547 443 674ZM63 189L823 189 443 
551ZM629 498L886 256 886 764ZM0 764L0 256 259 499Z",
+        "width": 886
+      },
+      "search": [
+        "mail"
+      ]
+    },
+    {
+      "uid": "172a0abbf4583884216df7583d55f57d",
+      "css": "anchor",
+      "code": 59401,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M-1 648Q-1 640 4 635L106 512 128 540 206 636Q211 642 210 
650T203 662Q192 670 180 662L157 643Q173 703 220 744T333 798Q339 799 344 798T354 
791 360 771V382Q360 372 354 366T343 359L337 358H297Q278 358 264 345T250 311 264 
278 297 265H339Q341 264 342 264T347 262 352 259 356 255 359 249 360 241V231Q329 
217 311 188T292 124Q292 77 326 43T407 9 489 43 523 124Q523 160 504 188T454 
231V241Q454 246 455 249T459 255 463 259 468 262 472 263 475 265H518Q537 265 551 
278T565 311Q565 330 551 [...]
+        "width": 814.9
+      },
+      "search": [
+        "anchor"
+      ]
+    },
+    {
+      "uid": "9b36c474de576e04946afb66e9463790",
+      "css": "resize-full-alt",
+      "code": 59402,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 1000L0 658 119 777 397 500 121 225 0 346 0 0 342 0 223 119 
500 396 775 121 654 0 1000 0 1000 342 881 223 604 500 879 775 1000 654 1000 
1000 658 1000 777 881 500 603 225 879 346 1000 0 1000Z",
+        "width": 1000
+      },
+      "search": [
+        "resize-full-alt"
+      ]
+    },
+    {
+      "uid": "9681f35fb8c098f4f003862d70a85a26",
+      "css": "tag",
+      "code": 59403,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M1000 136V406L405 1001 0 596 595 1H865ZM840 296Q868 268 868 
228T840 161 773 133 705 161 677 228 705 296 773 324 840 296Z",
+        "width": 1000
+      },
+      "search": [
+        "tag"
+      ]
+    },
+    {
+      "uid": "8ec64ed30a40c4d3e1a06948df8ff2be",
+      "css": "cw",
+      "code": 59404,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M408 90Q576 90 695 206T818 488L940 488 756 694 572 488 716 
488Q712 364 622 278T408 192Q282 192 192 282T102 500Q102 626 192 716T408 806Q512 
806 590 746L660 822Q550 910 408 910 240 910 120 790T0 500 120 210 408 90Z",
+        "width": 940
+      },
+      "search": [
+        "cw"
+      ]
+    },
+    {
+      "uid": "9b5ea208f883d68b14563b074efff96c",
+      "css": "edit",
+      "code": 59405,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M496 661L560 596 475 511 411 576V607H464V661H496ZM741 259Q732 
250 723 259L527 455Q518 464 527 473T545 473L741 277Q750 268 741 259ZM786 
590V696Q786 763 739 810T625 857H161Q94 857 47 810T0 696V232Q0 166 47 119T161 
71H625Q660 71 690 85 699 89 700 98 702 108 695 114L668 142Q660 150 650 146 637 
143 625 143H161Q124 143 98 169T71 232V696Q71 733 98 759T161 786H625Q662 786 688 
759T714 696V626Q714 619 719 614L755 578Q763 570 775 574T786 590ZM732 179L893 
339 518 714H357V554ZM980 25 [...]
+        "width": 1000
+      },
+      "search": [
+        "edit"
+      ]
+    },
+    {
+      "uid": "0256c0a1f9fe45e8115d14b01c6e76ae",
+      "css": "attention-circled",
+      "code": 59406,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M429 71Q545 71 644 129T800 285 857 500 800 715 644 871 429 
929 213 871 58 715 0 500 58 285 213 129 429 71ZM500 767V661Q500 653 495 648T483 
643H376Q368 643 363 648T357 661V767Q357 775 363 780T376 786H483Q490 786 495 
780T500 767ZM499 575L509 229Q509 222 503 219 498 214 490 214H367Q359 214 354 
219 348 222 348 229L358 575Q358 581 363 585T377 589H480Q488 589 493 585T499 
575Z",
+        "width": 857.1
+      },
+      "search": [
+        "attention-circled"
+      ]
+    },
+    {
+      "uid": "ca287bc771f55a8e23699a357adc3df4",
+      "css": "trash-empty",
+      "code": 59407,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M286 411V732Q286 740 281 745T268 750H232Q224 750 219 745T214 
732V411Q214 403 219 398T232 393H268Q276 393 281 398T286 411ZM429 411V732Q429 
740 424 745T411 750H375Q367 750 362 745T357 732V411Q357 403 362 398T375 
393H411Q419 393 424 398T429 411ZM571 411V732Q571 740 566 745T554 750H518Q510 
750 505 745T500 732V411Q500 403 505 398T518 393H554Q561 393 566 398T571 
411ZM643 815V286H143V815Q143 827 147 837T155 852 161 857H625Q627 857 631 
852T639 837 643 815ZM268 214H518L491 149Q48 [...]
+        "width": 785.7
+      },
+      "search": [
+        "trash-empty"
+      ]
+    },
+    {
+      "uid": "f9ac050670230becc7d4d46673995681",
+      "css": "doc",
+      "code": 59408,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M819 212Q835 228 846 254T857 304V946Q857 969 842 984T804 
1000H54Q31 1000 16 984T0 946V54Q0 31 16 16T54 0H554Q576 0 603 11T645 38ZM571 
76V286H781Q776 269 769 263L594 88Q588 81 571 76ZM786 929V357H554Q531 357 516 
341T500 304V71H71V929H786Z",
+        "width": 857.1
+      },
+      "search": [
+        "doc"
+      ]
+    },
+    {
+      "uid": "5152397da244798cc5b240eab75d1478",
+      "css": "calendar",
+      "code": 59409,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M71 929H232V768H71V929ZM268 929H446V768H268V929ZM71 
732H232V554H71V732ZM268 732H446V554H268V732ZM71 518H232V357H71V518ZM482 
929H661V768H482V929ZM268 518H446V357H268V518ZM696 929H857V768H696V929ZM482 
732H661V554H482V732ZM286 250V89Q286 82 280 77T268 71H232Q225 71 220 77T214 
89V250Q214 257 220 263T232 268H268Q275 268 280 263T286 250ZM696 
732H857V554H696V732ZM482 518H661V357H482V518ZM696 518H857V357H696V518ZM714 
250V89Q714 82 709 77T696 71H661Q654 71 648 77T643 89V250Q643 2 [...]
+        "width": 928.6
+      },
+      "search": [
+        "calendar"
+      ]
+    },
+    {
+      "uid": "38ff8a3cd4873fee2e3b3523cd8f0526",
+      "css": "edit-1",
+      "code": 59410,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M90 261L90 854 534 854 534 592 624 491 624 944 0 944 0 184 
541 184 466 261 90 261ZM839 81C874 115 871 169 836 205L779 261 796 186 733 122 
659 139 715 82C750 47 805 47 839 81ZM620 180C620 177 685 160 695 157L696 156 
763 225C759 225 740 300 740 300L369 684 210 720 208 719 249 561ZM373 602L328 
556 293 562 270 584 260 624 306 669 345 660 368 637Z",
+        "width": 864
+      },
+      "search": [
+        "edit-1"
+      ]
+    },
+    {
+      "uid": "0799a2e663a68d3ab791c2e4696e2dd1",
+      "css": "resize-full",
+      "code": 59411,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M186 443L73 327 0 400 0 190 210 190 138 263 253 378ZM186 
557L253 623 138 737 210 809 0 809 0 599 73 672ZM431 443L366 378 481 263 409 190 
619 190 619 400 546 328ZM546 672L619 599 619 809 409 809 481 737 366 623 431 
557Z",
+        "width": 619
+      },
+      "search": [
+        "resize-full"
+      ]
+    },
+    {
+      "uid": "b6b5a6960bf485e2552e7a85c68b5a0d",
+      "css": "up-bold",
+      "code": 59412,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 568L397 32 791 568H575V969H216V568H0Z",
+        "width": 791
+      },
+      "search": [
+        "up-bold"
+      ]
+    },
+    {
+      "uid": "b750aea647fcd8906b9d2fee4c2ff99b",
+      "css": "down-fat",
+      "code": 59413,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M5 312Q18 289 58 289H205V84Q205 63 221 47T258 32H562Q584 32 
600 47T615 84V289H762Q802 289 815 312T808 366L445 948Q444 950 440 954T428 963 
410 969 392 964 379 953L375 948 12 366Q-9 334 5 312Z",
+        "width": 820.3
+      },
+      "search": [
+        "down-fat"
+      ]
+    },
+    {
+      "uid": "28d8a5b3d4f8b912c9cf431e98999aeb",
+      "css": "cancel-circled2-1",
+      "code": 59414,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 293 147 146T500 0 854 146 1000 500 854 854 500 1000 
147 854 0 500ZM109 500Q109 662 224 776T500 891 776 776 891 500 776 224 500 109 
224 224 109 500ZM254 637L391 500 254 363 363 254 500 391 637 254 746 363 609 
500 746 637 637 746 500 609 363 746Z",
+        "width": 1000
+      },
+      "search": [
+        "cancel-circled2-1"
+      ]
+    },
+    {
+      "uid": "3d74ae687a7d41383c1804472ad8e1fb",
+      "css": "upload-1",
+      "code": 59415,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 293 147 146T500 0 854 146 1000 500 854 854 500 1000 
147 854 0 500ZM109 500Q109 662 224 776T500 891 776 776 891 500 776 224 500 109 
224 224 109 500ZM279 486L500 279 721 486 598 486 598 709 402 709 402 486 279 
486Z",
+        "width": 1000
+      },
+      "search": [
+        "upload-1"
+      ]
+    },
+    {
+      "uid": "58e7653843c0c447e2507b864be78d43",
+      "css": "exclamation",
+      "code": 59416,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 293 147 146T500 0 854 146 1000 500 854 854 500 1000 
147 854 0 500ZM318 98L397 648 604 648 682 98 318 98ZM395 794Q395 838 426 
870T502 902 578 870 609 794 578 718 502 685 426 718 395 794Z",
+        "width": 1000
+      },
+      "search": [
+        "exclamation"
+      ]
+    },
+    {
+      "uid": "9d710a3741c0a1f8f4ad095b8ac7953c",
+      "css": "down-open-1",
+      "code": 59417,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 324L148 176 500 527 852 176 1000 324 648 676 500 824 352 
676Z",
+        "width": 1000
+      },
+      "search": [
+        "down-open-1"
+      ]
+    },
+    {
+      "uid": "7f465dd20827d9c16e011ddfe04dfb12",
+      "css": "up-open-1",
+      "code": 59418,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 676L352 324 500 176 648 324 1000 676 852 824 500 473 148 
824Z",
+        "width": 1000
+      },
+      "search": [
+        "up-open-1"
+      ]
+    },
+    {
+      "uid": "b232754eb36949d8d157ec7b53f6f17f",
+      "css": "left-open-1",
+      "code": 59419,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500L148 351 500 0 648 148 297 500 648 852 500 1000 148 
648Z",
+        "width": 648
+      },
+      "search": [
+        "left-open-1"
+      ]
+    },
+    {
+      "uid": "fa07f6ed81b5cf89f68a551afd87b553",
+      "css": "right-open-1",
+      "code": 59420,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 852L352 500 0 148 148 0 500 351 648 500 500 648 148 1000Z",
+        "width": 648
+      },
+      "search": [
+        "right-open-1"
+      ]
+    },
+    {
+      "uid": "fb8d0ef419425853e2eb9bfb6fac5889",
+      "css": "arrows-cw",
+      "code": 59421,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 1000L0 598 402 598 242 758Q350 865 500 865 625 865 722 
790T852 598L990 598Q955 771 817 886T500 1000Q293 1000 147 854ZM10 402Q45 228 
183 114T500 0Q707 0 854 146L1000 0 1000 402 598 402 758 242Q650 135 500 135 375 
135 278 210T148 402L10 402Z",
+        "width": 1000
+      },
+      "search": [
+        "arrows-cw"
+      ]
+    },
+    {
+      "uid": "86b5d3e83d975eafad00449c9ffe93fc",
+      "css": "down-dir",
+      "code": 59422,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M460 300L230 700 0 300 460 300Z",
+        "width": 460
+      },
+      "search": [
+        "down-dir"
+      ]
+    },
+    {
+      "uid": "27ff3e42d0b2e8f108b77e8f951d8646",
+      "css": "up-dir",
+      "code": 59423,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 700L230 300 460 700 0 700Z",
+        "width": 460
+      },
+      "search": [
+        "up-dir"
+      ]
+    },
+    {
+      "uid": "603a3367e92dc28525b4072b3ea5b871",
+      "css": "cog",
+      "code": 59424,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M571 500Q571 441 530 399T429 357 328 399 286 500 328 601 429 
643 530 601 571 500ZM857 439V563Q857 570 853 576T842 583L738 599Q728 629 717 
650 736 677 776 727 782 733 782 740T777 753Q762 774 722 814T669 853Q662 853 655 
848L578 788Q553 801 527 809 518 885 511 913 507 929 491 929H367Q359 929 353 
924T347 912L331 809Q304 800 281 788L202 848Q196 853 188 853 180 853 174 847 104 
783 82 753 78 748 78 740 78 734 83 728 91 716 111 691T141 651Q126 623 118 
596L16 581Q9 580 5 574T0 56 [...]
+        "width": 857.1
+      },
+      "search": [
+        "cog"
+      ]
+    },
+    {
+      "uid": "8a28b73a1e5580f4bb1acaa9da57dc12",
+      "css": "cog-alt",
+      "code": 59425,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M500 500Q500 441 458 399T357 357 256 399 214 500 256 601 357 
643 458 601 500 500ZM929 786Q929 757 907 735T857 714 807 735 786 786Q786 815 
807 836T857 857 908 836 929 786ZM929 214Q929 185 907 164T857 143 807 164 786 
214Q786 244 807 265T857 286 908 265 929 214ZM714 449V552Q714 558 710 563T702 
569L615 583Q609 602 597 625 616 652 647 689 651 695 651 700 651 707 647 711 635 
728 601 761T558 794Q551 794 546 790L482 740Q461 751 439 757 433 817 426 844 422 
857 409 857H305Q299 857 [...]
+        "width": 1071.4
+      },
+      "search": [
+        "cog-alt"
+      ]
+    },
+    {
+      "uid": "708c662fc937d3fbf4f27a173e992c7c",
+      "css": "down-dir-1",
+      "code": 59426,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 
418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z",
+        "width": 571.4
+      },
+      "search": [
+        "down-dir-1"
+      ]
+    },
+    {
+      "uid": "89fa9cccf20960b91f3d36052423d479",
+      "css": "up-dir-1",
+      "code": 59427,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M571 679Q571 693 561 704T536 714H36Q21 714 11 704T0 679 11 
653L261 403Q271 393 286 393T311 403L561 653Q571 664 571 679Z",
+        "width": 571.4
+      },
+      "search": [
+        "up-dir-1"
+      ]
+    },
+    {
+      "uid": "e6799650862f2161e699a01c6e697cc9",
+      "css": "down-open-2",
+      "code": 59428,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M939 451L525 864Q515 875 500 875T475 864L61 451Q50 440 50 
425T61 400L154 308Q164 297 179 297T204 308L500 604 796 308Q807 297 821 297T847 
308L939 400Q950 411 950 425T939 451Z",
+        "width": 1000
+      },
+      "search": [
+        "down-open-2"
+      ]
+    },
+    {
+      "uid": "811145e999435d9239cc392b7e259f8e",
+      "css": "right-open-2",
+      "code": 59429,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M618 489L204 904Q193 914 179 914T154 904L61 811Q50 800 50 
786T61 761L357 464 61 168Q50 157 50 143T61 118L154 25Q164 14 179 14T204 25L618 
439Q628 450 628 464T618 489Z",
+        "width": 714.3
+      },
+      "search": [
+        "right-open-2"
+      ]
+    },
+    {
+      "uid": "f9df767ea869482044011cb0eb968525",
+      "css": "left-open-2",
+      "code": 59430,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M654 168L357 464 654 761Q664 771 664 786T654 811L561 904Q550 
914 536 914T511 904L97 489Q86 479 86 464T97 439L511 25Q521 14 536 14T561 25L654 
118Q664 128 664 143T654 168Z",
+        "width": 714.3
+      },
+      "search": [
+        "left-open-2"
+      ]
+    },
+    {
+      "uid": "2b66c3a454c093d4ebe8cf8b323a82a6",
+      "css": "up-open-2",
+      "code": 59431,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M939 743L847 835Q836 845 821 845T796 835L500 538 204 835Q193 
845 179 845T154 835L61 743Q50 732 50 717T61 692L475 278Q486 268 500 268T525 
278L939 692Q950 703 950 717T939 743Z",
+        "width": 1000
+      },
+      "search": [
+        "up-open-2"
+      ]
+    },
+    {
+      "uid": "b9fc5f800dbad6a1001c7ac347e2b244",
+      "css": "plus",
+      "code": 59432,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M729 396Q773 396 803 427T834 500 803 573 729 603L521 600 521 
812Q521 855 491 885T416 916 343 885 313 812L316 600 104 603Q60 603 30 573T0 500 
30 427 104 396L316 396 313 187Q313 145 343 114T416 83 491 114 521 187L521 396 
729 396Z",
+        "width": 834
+      },
+      "search": [
+        "plus"
+      ]
+    },
+    {
+      "uid": "d3728e88e5cdcdf67bd96db8e97697d5",
+      "css": "compass",
+      "code": 59433,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 293 146 147T500 1 853 147 999 500 853 854 500 1000 
146 854 0 500ZM125 500Q125 654 235 765T500 875 763 766Q875 654 875 500T764 236 
500 125 235 236 125 500ZM312 688L437 438 687 313 562 563Z",
+        "width": 1000
+      },
+      "search": [
+        "compass"
+      ]
+    },
+    {
+      "uid": "b4a138a00fcb46759cb8e54bc03348f6",
+      "css": "resize-full-alt-1",
+      "code": 59434,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M839 795L911 723 911 947 688 947 760 875 576 690 655 611ZM90 
204L18 276 18 53 241 53 169 125 353 309 274 388ZM760 125L688 53 911 53 911 276 
839 204 655 388 576 309ZM353 690L169 875 241 947 18 947 18 723 90 795 274 611Z",
+        "width": 928
+      },
+      "search": [
+        "resize-full-alt-1"
+      ]
+    },
+    {
+      "uid": "b5b30b088e7449798e1c792e61b09804",
+      "css": "tag-1",
+      "code": 59435,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 367L0 80Q2 49 24 26T76 4L363 4Q451 10 496 59L922 531Q941 
559 941 589T922 641L588 975Q563 996 531 996T479 975L55 500Q0 436 0 367ZM125 
203Q127 234 148 255T199 275Q231 275 251 253T272 203Q272 170 249 149T199 129Q166 
131 146 152T125 203Z",
+        "width": 941
+      },
+      "search": [
+        "tag-1"
+      ]
+    },
+    {
+      "uid": "1b1fc34ecdf8793be3e7b8587afab345",
+      "css": "edit-2",
+      "code": 59436,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 1000L0 182 188 0 709 0 709 226 740 195 902 355 522 736 283 
814 359 576 621 314 621 88 252 88 252 244 88 244 88 912 621 912 621 769 709 682 
709 1000 0 1000ZM361 736L480 697 400 615Z",
+        "width": 902
+      },
+      "search": [
+        "edit-2"
+      ]
+    },
+    {
+      "uid": "c6bdd7ddd8920614cb979c49eb31bd88",
+      "css": "compass-1",
+      "code": 59437,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 501Q0 313 134 179T456 45 777 179 910 501 777 822 456 955 
134 822 0 501ZM63 500Q63 662 178 777T455 893 732 777 848 500 732 223 455 107 
178 223 63 500ZM201 734L387 432 689 246 709 268 525 570 223 754Z",
+        "width": 910
+      },
+      "search": [
+        "compass-1"
+      ]
+    },
+    {
+      "uid": "6cd6dd791e0f6a03b653af53678b6fdf",
+      "css": "cogs",
+      "code": 59438,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 605L0 508 94 500Q102 470 117 445L57 371 125 302 199 
363Q225 347 254 340L262 246 359 246 369 340Q398 347 424 363L498 302 566 371 506 
445Q522 470 529 500L623 508 623 605 529 615Q522 644 506 670L566 742 498 812 424 
752Q398 767 369 775L359 869 262 869 254 775Q225 767 199 752L125 812 57 742 117 
670Q102 644 94 615ZM221 556Q221 593 247 620T311 646 374 620 400 556 374 493 311 
467 247 493 221 556ZM539 318L547 246 617 248Q625 226 637 209L600 152 654 107 
703 156Q723 146 744 142L [...]
+        "width": 1000
+      },
+      "search": [
+        "cogs"
+      ]
+    },
+    {
+      "uid": "21f58e33b39c06785eacc6c57a4f0fee",
+      "css": "up",
+      "code": 59439,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 586L391 0 781 586 570 586 570 1000 211 1000 211 586 0 
586Z",
+        "width": 781
+      },
+      "search": [
+        "up"
+      ]
+    },
+    {
+      "uid": "b2928b385c1dd398cfe552ecd2766246",
+      "css": "down-open",
+      "code": 61444,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 317Q0 292 18 274T62 256 104 274L409 577 713 274Q731 256 
756 256T799 274Q817 292 817 317T799 360L409 751 18 360Q0 341 0 317Z",
+        "width": 817.4
+      },
+      "search": [
+        "down-open"
+      ]
+    },
+    {
+      "uid": "c9268bb14b24f86e7ae80c53c5736de1",
+      "css": "up-open",
+      "code": 61445,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 683Q0 657 18 640L409 249 799 640Q816 657 816 683 816 709 
799 727 781 744 755 744T712 727L409 422 104 727Q86 744 61 744T18 727Q0 709 0 
683Z",
+        "width": 816.9
+      },
+      "search": [
+        "up-open"
+      ]
+    },
+    {
+      "uid": "bf705b1b510261ea92e1e1f08f762f6e",
+      "css": "right-open",
+      "code": 61446,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 850Q0 825 18 807L323 503 18 199Q0 181 0 155T18 112 62 94 
105 112L495 503 105 894Q86 912 62 912T18 894Q0 876 0 850Z",
+        "width": 495.1
+      },
+      "search": [
+        "right-open"
+      ]
+    },
+    {
+      "uid": "0fdbb930caa700e3712c6730201ed209",
+      "css": "left-open",
+      "code": 61447,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 497L391 106Q409 88 434 88 458 88 477 106 495 124 495 
150T477 193L173 497 477 802Q495 819 495 845T477 888Q459 906 434 906T391 888Z",
+        "width": 495.1
+      },
+      "search": [
+        "left-open"
+      ]
+    },
+    {
+      "uid": "20e8a993bffb55954021fd019ce1aaa2",
+      "css": "move",
+      "code": 61511,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M1000 500Q1000 514 989 525L847 668Q836 679 821 679T796 668 
786 643V571H571V786H643Q657 786 668 796T679 821 668 846L525 989Q515 1000 500 
1000T475 989L332 846Q321 836 321 821T332 796 357 786H429V571H214V643Q214 657 
204 668T179 679 154 668L11 525Q0 514 0 500T11 475L154 332Q164 321 179 321T204 
332 214 357V429H429V214H357Q343 214 332 204T321 179 332 153L475 11Q486 0 500 
0T525 11L668 153Q679 164 679 179T668 204 643 214H571V429H786V357Q786 343 796 
332T821 321 847 332L989 475Q10 [...]
+        "width": 1000
+      },
+      "search": [
+        "move"
+      ]
+    },
+    {
+      "uid": "14f72485878571df34b9a534d13a7f75",
+      "css": "info-circled-alt",
+      "code": 61574,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 405 37 318T137 169 286 69 469 32Q564 32 651 69T800 
169 900 318 937 500Q937 595 900 682T800 832 651 932 469 969Q373 969 286 932T137 
832 37 682 0 500ZM117 500Q117 571 145 637T220 749 332 824 469 852 605 824 717 
749 792 637 820 500 792 364 717 252 605 177 469 149 332 177 220 252 145 364 117 
500ZM398 330Q398 302 418 285T469 268Q501 268 520 285T539 330 520 376 469 
393Q437 393 418 376T398 330ZM403 732V433H535V732H403Z",
+        "width": 937.5
+      },
+      "search": [
+        "info-circled-alt"
+      ]
+    },
+    {
+      "uid": "1fa15f18acbd3f0818add51e54e81351",
+      "css": "link-ext",
+      "code": 61582,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M786 518V696Q786 763 739 810T625 857H161Q94 857 47 810T0 
696V232Q0 166 47 119T161 71H554Q561 71 566 76T571 89V125Q571 133 566 138T554 
143H161Q124 143 98 169T71 232V696Q71 733 98 759T161 786H625Q662 786 688 759T714 
696V518Q714 510 719 505T732 500H768Q776 500 781 505T786 518ZM1000 36V321Q1000 
336 989 346T964 357 939 346L841 248 477 612Q472 618 464 618T452 612L388 548Q382 
543 382 536T388 523L752 159 654 61Q643 50 643 36T654 11 679 0H964Q979 0 989 
11T1000 36Z",
+        "width": 1000
+      },
+      "search": [
+        "link-ext"
+      ]
+    },
+    {
+      "uid": "34db8b20093cf70ec6040a9ae07e6dd0",
+      "css": "doc-text",
+      "code": 61686,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M819 212Q835 228 846 254T857 304V946Q857 969 842 984T804 
1000H54Q31 1000 16 984T0 946V54Q0 31 16 16T54 0H554Q576 0 603 11T645 38ZM571 
76V286H781Q776 269 769 263L594 88Q588 81 571 76ZM786 929V357H554Q531 357 516 
341T500 304V71H71V929H786ZM214 446Q214 439 219 434T232 429H625Q633 429 638 
434T643 446V482Q643 490 638 495T625 500H232Q224 500 219 495T214 482V446ZM625 
571Q633 571 638 576T643 589V625Q643 633 638 638T625 643H232Q224 643 219 638T214 
625V589Q214 581 219 576T232 571H [...]
+        "width": 857.1
+      },
+      "search": [
+        "doc-text"
+      ]
+    },
+    {
+      "uid": "c4c028709c7abdc349869113fa40eae0",
+      "css": "plus-squared",
+      "code": 61694,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M714 536V464Q714 450 704 439T679 429H500V250Q500 235 489 
225T464 214H393Q378 214 368 225T357 250V429H179Q164 429 154 439T143 464V536Q143 
550 154 561T179 571H357V750Q357 764 368 775T393 786H464Q479 786 489 775T500 
750V571H679Q693 571 704 561T714 536ZM857 232V768Q857 834 810 881T696 929H161Q94 
929 47 881T0 768V232Q0 166 47 119T161 71H696Q763 71 810 119T857 232Z",
+        "width": 857.1
+      },
+      "search": [
+        "plus-squared"
+      ]
+    },
+    {
+      "uid": "6032b753064e5638aafb9e9b337394dd",
+      "css": "bitbucket",
+      "code": 61809,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M455 479Q459 514 427 536T364 539Q343 530 335 507T334 461 363 
429Q383 418 404 422T440 442 455 479ZM517 468Q509 408 454 376T344 369Q309 384 
288 418T268 490Q271 541 312 577T404 608Q455 604 489 561T517 468ZM650 165Q639 
150 619 140T587 128 547 121Q385 95 231 122 207 126 194 129T164 141 136 165Q152 
181 178 191T219 203 268 209Q395 225 518 210 553 205 568 203T608 191 650 
165ZM682 743Q678 757 673 785T666 832 650 871 617 903Q569 930 511 943T399 955 
286 945Q261 940 241 935T198 920  [...]
+        "width": 785.7
+      },
+      "search": [
+        "bitbucket"
+      ]
+    },
+    {
+      "uid": "1eaf21830dae8eaefcd3eb963ec14dfd",
+      "css": "linux",
+      "code": 61820,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M370 229Q364 230 361 235T357 240Q354 241 354 238 354 231 364 
229H370ZM419 237Q416 238 412 233T402 231Q416 225 420 232 422 235 419 237ZM223 
475Q220 475 219 477T217 484 214 492 208 499Q203 505 208 506 210 506 215 502T222 
492Q222 490 223 488T224 484 225 482 225 480V478T224 477 223 475ZM700 676Q700 
666 669 652 671 644 673 637T676 622 678 610 678 598 678 587 676 575 673 563 671 
549 667 535Q662 508 641 477T601 435Q614 446 633 482 681 572 663 637 657 659 635 
660 618 662 614 650 [...]
+        "width": 857.1
+      },
+      "search": [
+        "linux"
+      ]
+    },
+    {
+      "uid": "52fcd07acf28e45e5efd82ad007e6eab",
+      "css": "dot-circled",
+      "code": 61842,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M571 500Q571 559 530 601T429 643 328 601 286 500 328 399 429 
357 530 399 571 500ZM429 196Q346 196 276 237T166 348 125 500 166 652 276 763 
429 804 581 763 691 652 732 500 691 348 581 237 429 196ZM857 500Q857 617 800 
715T644 871 429 929 213 871 58 715 0 500 58 285 213 129 429 71 644 129 800 285 
857 500Z",
+        "width": 857.1
+      },
+      "search": [
+        "dot-circled"
+      ]
+    },
+    {
+      "uid": "52db392e545d9a84d67d0290e10d095c",
+      "css": "plus-squared-alt",
+      "code": 61846,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M643 446V482Q643 490 638 495T625 500H429V696Q429 704 424 
709T411 714H375Q367 714 362 709T357 696V500H161Q153 500 148 495T143 482V446Q143 
439 148 434T161 429H357V232Q357 224 362 219T375 214H411Q419 214 424 219T429 
232V429H625Q633 429 638 434T643 446ZM714 696V232Q714 195 688 169T625 
143H161Q124 143 98 169T71 232V696Q71 733 98 759T161 786H625Q662 786 688 759T714 
696ZM786 232V696Q786 763 739 810T625 857H161Q94 857 47 810T0 696V232Q0 166 47 
119T161 71H625Q691 71 739 119T786 232Z",
+        "width": 785.7
+      },
+      "search": [
+        "plus-squared-alt"
+      ]
+    },
+    {
+      "uid": "f6ba57eebb5c79a598ea87ad8e41a68b",
+      "css": "fax",
+      "code": 61868,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M161 214Q198 214 224 240T250 304V911Q250 948 224 974T161 
1000H89Q53 1000 26 974T0 911V304Q0 267 26 240T89 214H161ZM929 305Q961 324 981 
357T1000 429V857Q1000 916 958 958T857 1000H375Q338 1000 312 974T286 911V54Q286 
31 301 16T339 0H714Q737 0 763 11T806 38L891 123Q906 138 917 165T929 
214V305ZM518 857V786Q518 778 513 773T500 768H429Q421 768 416 773T411 
786V857Q411 865 416 870T429 875H500Q508 875 513 870T518 857ZM518 714V643Q518 
635 513 630T500 625H429Q421 625 416 630T411 643 [...]
+        "width": 1000
+      },
+      "search": [
+        "fax"
+      ]
+    },
+    {
+      "uid": "39fa20158daac72e17cd2559761f512b",
+      "css": "calc",
+      "code": 61932,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M214 857Q214 828 193 807T143 786 92 807 71 857 92 908 143 929 
193 908 214 857ZM429 857Q429 828 408 807T357 786 307 807 286 857 307 908 357 
929 408 908 429 857ZM214 643Q214 613 193 592T143 571 92 592 71 643 92 693 143 
714 193 693 214 643ZM643 857Q643 828 622 807T571 786 521 807 500 857 521 908 
571 929 622 908 643 857ZM429 643Q429 613 408 592T357 571 307 592 286 643 307 
693 357 714 408 693 429 643ZM214 429Q214 399 193 378T143 357 92 378 71 429 92 
479 143 500 193 479 214 42 [...]
+        "width": 1000
+      },
+      "search": [
+        "calc"
+      ]
+    },
+    {
+      "uid": "d6106b2b80f9c23a203b9fe6047bb214",
+      "css": "toggle-off",
+      "code": 61956,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M643 500Q643 442 620 389T559 298 468 237 357 214 246 237 155 
298 94 389 71 500 94 611 155 702 246 763 357 786 468 763 559 702 620 611 643 
500ZM1071 500Q1071 442 1049 389T988 298 897 237 786 214H570Q637 264 676 339T714 
500 676 661 570 786H786Q844 786 897 763T988 702 1049 611 1071 500ZM1143 
500Q1143 572 1114 639T1038 752 924 829 786 857H357Q285 857 219 829T105 752 29 
639 0 500 29 361 105 247 219 171 357 143H786Q858 143 924 171T1038 247 1114 361 
1143 500Z",
+        "width": 1142.9
+      },
+      "search": [
+        "toggle-off"
+      ]
+    },
+    {
+      "uid": "cdf0cd93c8b31a7cc9d9472c91ec7858",
+      "css": "toggle-on",
+      "code": 61957,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 500Q0 427 29 361T105 247 219 171 357 143H786Q858 143 924 
171T1038 247 1114 361 1143 500 1114 639 1038 752 924 829 786 857H357Q285 857 
219 829T105 752 29 639 0 500ZM786 786Q844 786 897 763T988 702 1049 611 1071 500 
1049 389 988 298 897 237 786 214 675 237 584 298 523 389 500 500 523 611 584 
702 675 763 786 786Z",
+        "width": 1142.9
+      },
+      "search": [
+        "toggle-on"
+      ]
+    },
+    {
+      "uid": "158054c19c42a026c32796b36e9800e0",
+      "css": "safari",
+      "code": 62055,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M530 498Q530 513 520 523T497 534Q483 534 472 525T462 502Q462 
487 471 477T494 466 519 475 530 498ZM538 531L733 206Q728 211 696 241T626 306 
549 377 484 439 456 468L261 791Q265 787 299 757T369 692 445 621 510 559 538 
531ZM899 500Q899 612 841 707 839 706 832 701T817 692 808 687Q800 687 800 695 
800 700 833 719 792 782 730 826T595 887L587 850Q586 844 578 844 575 844 574 
847T573 853L582 891Q541 899 500 899 389 899 292 840 293 839 300 829T312 810 317 
800Q317 792 310 792 306 792  [...]
+        "width": 1000
+      },
+      "search": [
+        "safari"
+      ]
+    },
+    {
+      "uid": "a25f42a25c7a516020fef6d544b08d9a",
+      "css": "chrome",
+      "code": 62056,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M498 0Q632-1 750 67 880 142 946 275L532 253Q443 248 368 
294T265 422L111 186Q183 97 285 49T498 0ZM82 226L270 596Q310 676 387 717T551 
742L422 994Q304 975 208 906T56 730 0 500Q0 351 82 226ZM967 320Q999 404 1000 
494T973 664 887 816 750 933Q622 1007 472 999L698 652Q747 579 744 490T685 
335ZM500 331Q570 331 619 381T669 500 619 619 500 668 381 619 332 500 381 381 
500 331Z",
+        "width": 1000
+      },
+      "search": [
+        "chrome"
+      ]
+    },
+    {
+      "uid": "44dddc969970b95f75298ad7feaf4a7d",
+      "css": "firefox",
+      "code": 62057,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M504 1000Q346 1000 222 916T39 694Q6 620 1 526T16 340 78 166 
178 31L171 187Q178 180 209 179T248 187Q272 142 338 110T469 78Q439 103 402 
160T369 252Q383 256 404 259T440 263 477 266 506 267Q514 270 511 293T494 335Q491 
339 485 345T453 365 397 384L405 489 328 452Q318 476 323 497T344 535 380 558 425 
561Q454 556 480 542T527 517 568 507Q602 509 618 526T628 562Q628 563 627 565T622 
572 612 581 595 586 569 587Q535 640 488 663T371 679Q412 713 462 725T556 728 642 
699 713 651 758 593Q7 [...]
+        "width": 1000
+      },
+      "search": [
+        "firefox"
+      ]
+    },
+    {
+      "uid": "9708aba2c4357adbb1a345f8ad5bcf36",
+      "css": "calendar-1",
+      "code": 62661,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M0 881V120Q0 83 26 58T88 32H850Q886 32 911 58T937 120V881Q937 
917 911 943T850 969H88Q52 969 26 943T0 881ZM88 881H850V354H88V881ZM148 
822V647H324V822H148ZM148 588V412H324V588H148ZM383 822V647H558V822H383ZM383 
588V412H558V588H383ZM617 822V647H793V822H617ZM617 588V412H793V588H617Z",
+        "width": 937.5
+      },
+      "search": [
+        "calendar-1"
+      ]
+    },
+    {
+      "uid": "dc5a8b4d7f7123cb894a0b7ea7f66fcc",
+      "css": "search-1",
+      "code": 62733,
+      "src": "custom_icons",
+      "selected": false,
+      "svg": {
+        "path": "M11 475Q-12 388 11 302T98 152Q146 103 208 78T336 53Q401 53 
463 78T573 152Q625 204 650 271T671 408 635 540Q663 548 684 569L858 742Q893 777 
893 827T858 912Q823 947 773 947T688 912L515 738Q493 718 485 689 415 724 336 724 
270 724 208 699T98 626Q34 562 11 475ZM112 389Q112 482 177 547 243 612 336 612 
428 612 493 547T559 389 493 231Q427 165 336 165 244 165 177 231 112 296 112 
389Z",
+        "width": 892.6
+      },
+      "search": [
+        "search-1"
+      ]
+    }
+  ]
+}
\ No newline at end of file
diff --git a/html/css/font/fontello/css/animation.css 
b/html/css/font/fontello/css/animation.css
new file mode 100644
index 0000000..ac5a956
--- /dev/null
+++ b/html/css/font/fontello/css/animation.css
@@ -0,0 +1,85 @@
+/*
+   Animation example, for spinners
+*/
+.animate-spin {
+  -moz-animation: spin 2s infinite linear;
+  -o-animation: spin 2s infinite linear;
+  -webkit-animation: spin 2s infinite linear;
+  animation: spin 2s infinite linear;
+  display: inline-block;
+}
+@-moz-keyframes spin {
+  0% {
+    -moz-transform: rotate(0deg);
+    -o-transform: rotate(0deg);
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+
+  100% {
+    -moz-transform: rotate(359deg);
+    -o-transform: rotate(359deg);
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@-webkit-keyframes spin {
+  0% {
+    -moz-transform: rotate(0deg);
+    -o-transform: rotate(0deg);
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+
+  100% {
+    -moz-transform: rotate(359deg);
+    -o-transform: rotate(359deg);
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@-o-keyframes spin {
+  0% {
+    -moz-transform: rotate(0deg);
+    -o-transform: rotate(0deg);
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+
+  100% {
+    -moz-transform: rotate(359deg);
+    -o-transform: rotate(359deg);
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@-ms-keyframes spin {
+  0% {
+    -moz-transform: rotate(0deg);
+    -o-transform: rotate(0deg);
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+
+  100% {
+    -moz-transform: rotate(359deg);
+    -o-transform: rotate(359deg);
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes spin {
+  0% {
+    -moz-transform: rotate(0deg);
+    -o-transform: rotate(0deg);
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+
+  100% {
+    -moz-transform: rotate(359deg);
+    -o-transform: rotate(359deg);
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
diff --git a/html/css/font/fontello/css/fontello-codes.css 
b/html/css/font/fontello/css/fontello-codes.css
new file mode 100644
index 0000000..d5e6171
--- /dev/null
+++ b/html/css/font/fontello/css/fontello-codes.css
@@ -0,0 +1,103 @@
+
+.icon-check:before { content: '\e741'; } /* '' */
+.icon-resize-small-1:before { content: '\e746'; } /* '' */
+.icon-logout:before { content: '\e800'; } /* '' */
+.icon-cancel-circled:before { content: '\e801'; } /* '' */
+.icon-cancel-circled2:before { content: '\e802'; } /* '' */
+.icon-eye:before { content: '\e803'; } /* '' */
+.icon-upload:before { content: '\e804'; } /* '' */
+.icon-download:before { content: '\e805'; } /* '' */
+.icon-attention:before { content: '\e806'; } /* '' */
+.icon-search:before { content: '\e807'; } /* '' */
+.icon-mail:before { content: '\e808'; } /* '' */
+.icon-anchor:before { content: '\e809'; } /* '' */
+.icon-resize-full-alt:before { content: '\e80a'; } /* '' */
+.icon-tag:before { content: '\e80b'; } /* '' */
+.icon-cw:before { content: '\e80c'; } /* '' */
+.icon-edit:before { content: '\e80d'; } /* '' */
+.icon-attention-circled:before { content: '\e80e'; } /* '' */
+.icon-trash-empty:before { content: '\e80f'; } /* '' */
+.icon-doc:before { content: '\e810'; } /* '' */
+.icon-calendar:before { content: '\e811'; } /* '' */
+.icon-edit-1:before { content: '\e812'; } /* '' */
+.icon-resize-full:before { content: '\e813'; } /* '' */
+.icon-up-bold:before { content: '\e814'; } /* '' */
+.icon-down-fat:before { content: '\e815'; } /* '' */
+.icon-cancel-circled2-1:before { content: '\e816'; } /* '' */
+.icon-upload-1:before { content: '\e817'; } /* '' */
+.icon-exclamation:before { content: '\e818'; } /* '' */
+.icon-down-open-1:before { content: '\e819'; } /* '' */
+.icon-up-open-1:before { content: '\e81a'; } /* '' */
+.icon-left-open-1:before { content: '\e81b'; } /* '' */
+.icon-right-open-1:before { content: '\e81c'; } /* '' */
+.icon-arrows-cw:before { content: '\e81d'; } /* '' */
+.icon-down-dir:before { content: '\e81e'; } /* '' */
+.icon-up-dir:before { content: '\e81f'; } /* '' */
+.icon-cog:before { content: '\e820'; } /* '' */
+.icon-cog-alt:before { content: '\e821'; } /* '' */
+.icon-down-dir-1:before { content: '\e822'; } /* '' */
+.icon-up-dir-1:before { content: '\e823'; } /* '' */
+.icon-down-open-2:before { content: '\e824'; } /* '' */
+.icon-right-open-2:before { content: '\e825'; } /* '' */
+.icon-left-open-2:before { content: '\e826'; } /* '' */
+.icon-up-open-2:before { content: '\e827'; } /* '' */
+.icon-plus:before { content: '\e828'; } /* '' */
+.icon-compass:before { content: '\e829'; } /* '' */
+.icon-resize-full-alt-1:before { content: '\e82a'; } /* '' */
+.icon-tag-1:before { content: '\e82b'; } /* '' */
+.icon-edit-2:before { content: '\e82c'; } /* '' */
+.icon-compass-1:before { content: '\e82d'; } /* '' */
+.icon-cogs:before { content: '\e82e'; } /* '' */
+.icon-up:before { content: '\e82f'; } /* '' */
+.icon-thumbs-up:before { content: '\e830'; } /* '' */
+.icon-lock:before { content: '\e831'; } /* '' */
+.icon-lock-open:before { content: '\e832'; } /* '' */
+.icon-thumbs-down:before { content: '\e833'; } /* '' */
+.icon-bell:before { content: '\e834'; } /* '' */
+.icon-resize-small:before { content: '\e835'; } /* '' */
+.icon-resize-full-1:before { content: '\e836'; } /* '' */
+.icon-right-hand:before { content: '\e837'; } /* '' */
+.icon-left-hand:before { content: '\e838'; } /* '' */
+.icon-up-hand:before { content: '\e839'; } /* '' */
+.icon-tags-3:before { content: '\e839'; } /* '' */
+.icon-down-hand:before { content: '\e83a'; } /* '' */
+.icon-eye-off:before { content: '\e83b'; } /* '' */
+.icon-arrows-cw-1:before { content: '\e83c'; } /* '' */
+.icon-resize-small-alt:before { content: '\e83d'; } /* '' */
+.icon-tags:before { content: '\e83e'; } /* '' */
+.icon-tags-4:before { content: '\e83f'; } /* '' */
+.icon-down-open:before { content: '\f004'; } /* '' */
+.icon-up-open:before { content: '\f005'; } /* '' */
+.icon-right-open:before { content: '\f006'; } /* '' */
+.icon-left-open:before { content: '\f007'; } /* '' */
+.icon-move:before { content: '\f047'; } /* '' */
+.icon-info-circled-alt:before { content: '\f086'; } /* '' */
+.icon-link-ext:before { content: '\f08e'; } /* '' */
+.icon-check-empty:before { content: '\f096'; } /* '' */
+.icon-comment-empty:before { content: '\f0e5'; } /* '' */
+.icon-doc-text:before { content: '\f0f6'; } /* '' */
+.icon-plus-squared:before { content: '\f0fe'; } /* '' */
+.icon-angle-circled-left:before { content: '\f137'; } /* '' */
+.icon-angle-circled-right:before { content: '\f138'; } /* '' */
+.icon-angle-circled-up:before { content: '\f139'; } /* '' */
+.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
+.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
+.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
+.icon-sort-alt-up:before { content: '\f160'; } /* '' */
+.icon-sort-alt-down:before { content: '\f161'; } /* '' */
+.icon-bitbucket:before { content: '\f171'; } /* '' */
+.icon-linux:before { content: '\f17c'; } /* '' */
+.icon-dot-circled:before { content: '\f192'; } /* '' */
+.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
+.icon-fax:before { content: '\f1ac'; } /* '' */
+.icon-sliders:before { content: '\f1de'; } /* '' */
+.icon-share:before { content: '\f1e0'; } /* '' */
+.icon-calc:before { content: '\f1ec'; } /* '' */
+.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
+.icon-toggle-off:before { content: '\f204'; } /* '' */
+.icon-toggle-on:before { content: '\f205'; } /* '' */
+.icon-safari:before { content: '\f267'; } /* '' */
+.icon-chrome:before { content: '\f268'; } /* '' */
+.icon-firefox:before { content: '\f269'; } /* '' */
+.icon-calendar-1:before { content: '\f4c5'; } /* '' */
+.icon-search-1:before { content: '\f50d'; } /* '' */
\ No newline at end of file
diff --git a/html/css/font/fontello/css/fontello-embedded.css 
b/html/css/font/fontello/css/fontello-embedded.css
new file mode 100644
index 0000000..70f3ca3
--- /dev/null
+++ b/html/css/font/fontello/css/fontello-embedded.css
@@ -0,0 +1,156 @@
+@font-face {
+  font-family: 'fontello';
+  src: url('../font/fontello.eot?99450207');
+  src: url('../font/fontello.eot?99450207#iefix') format('embedded-opentype'),
+       url('../font/fontello.svg?99450207#fontello') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+@font-face {
+  font-family: 'fontello';
+  src: 
url('data:application/octet-stream;base64,d09GRgABAAAAAFP8AA8AAAAAiUAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAAQwAAAFY9xFbrY21hcAAAAdgAAAMPAAAHwG4yL9tjdnQgAAAE6AAAAAsAAAAOAAAAAGZwZ20AAAT0AAAG7QAADgxiLvl6Z2FzcAAAC+QAAAAIAAAACAAAABBnbHlmAAAL7AAAQU0AAGZsUp53PmhlYWQAAE08AAAAMwAAADYa8I9VaGhlYQAATXAAAAAgAAAAJAfBBD1obXR4AABNkAAAALsAAAGcYGn/vWxvY2EAAE5MAAAA0AAAANB7DpeebWF4cAAATxwAAAAgAAAAIAIeEG5uYW1lAABPPAAAAXQAAALNzZ0XGHBvc3QAAFCwAAACzQAABPTLzZSPcHJlcAAAU4A
 [...]
+       
url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI9xFbrAAABUAAAAFZjbWFwbjIv2wAAAagAAAfAY3Z0IAAAAAAAAHqIAAAADmZwZ21iLvl6AAB6mAAADgxnYXNwAAAAEAAAeoAAAAAIZ2x5ZlKedz4AAAloAABmbGhlYWQa8I9VAABv1AAAADZoaGVhB8EEPQAAcAwAAAAkaG10eGBp/70AAHAwAAABnGxvY2F7DpeeAABxzAAAANBtYXhwAh4QbgAAcpwAAAAgbmFtZc2dFxgAAHK8AAACzXBvc3TLzZSPAAB1jAAABPRwcmVwfrY7tgAAiKQAAACcAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAA
 [...]
+}
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment 
if you need it. */
+/* Note, that will break hinting! In other OS-es font will be not as sharp as 
it could be */
+/*
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+  @font-face {
+    font-family: 'fontello';
+    src: url('../font/fontello.svg?99450207#fontello') format('svg');
+  }
+}
+*/
+ 
+ [class^="icon-"]:before, [class*=" icon-"]:before {
+  font-family: "fontello";
+  font-style: normal;
+  font-weight: normal;
+  speak: never;
+ 
+  display: inline-block;
+  text-decoration: inherit;
+  width: 1em;
+  margin-right: .2em;
+  text-align: center;
+  /* opacity: .8; */
+ 
+  /* For safety - reset parent styles, that can break glyph codes*/
+  font-variant: normal;
+  text-transform: none;
+ 
+  /* fix buttons height, for twitter bootstrap */
+  line-height: 1em;
+ 
+  /* Animation center compensation - margins should be symmetric */
+  /* remove if not needed */
+  margin-left: .2em;
+ 
+  /* you can be more comfortable with increased icons size */
+  /* font-size: 120%; */
+ 
+  /* Uncomment for 3D effect */
+  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+}
+.icon-check:before { content: '\e741'; } /* '' */
+.icon-resize-small-1:before { content: '\e746'; } /* '' */
+.icon-logout:before { content: '\e800'; } /* '' */
+.icon-cancel-circled:before { content: '\e801'; } /* '' */
+.icon-cancel-circled2:before { content: '\e802'; } /* '' */
+.icon-eye:before { content: '\e803'; } /* '' */
+.icon-upload:before { content: '\e804'; } /* '' */
+.icon-download:before { content: '\e805'; } /* '' */
+.icon-attention:before { content: '\e806'; } /* '' */
+.icon-search:before { content: '\e807'; } /* '' */
+.icon-mail:before { content: '\e808'; } /* '' */
+.icon-anchor:before { content: '\e809'; } /* '' */
+.icon-resize-full-alt:before { content: '\e80a'; } /* '' */
+.icon-tag:before { content: '\e80b'; } /* '' */
+.icon-cw:before { content: '\e80c'; } /* '' */
+.icon-edit:before { content: '\e80d'; } /* '' */
+.icon-attention-circled:before { content: '\e80e'; } /* '' */
+.icon-trash-empty:before { content: '\e80f'; } /* '' */
+.icon-doc:before { content: '\e810'; } /* '' */
+.icon-calendar:before { content: '\e811'; } /* '' */
+.icon-edit-1:before { content: '\e812'; } /* '' */
+.icon-resize-full:before { content: '\e813'; } /* '' */
+.icon-up-bold:before { content: '\e814'; } /* '' */
+.icon-down-fat:before { content: '\e815'; } /* '' */
+.icon-cancel-circled2-1:before { content: '\e816'; } /* '' */
+.icon-upload-1:before { content: '\e817'; } /* '' */
+.icon-exclamation:before { content: '\e818'; } /* '' */
+.icon-down-open-1:before { content: '\e819'; } /* '' */
+.icon-up-open-1:before { content: '\e81a'; } /* '' */
+.icon-left-open-1:before { content: '\e81b'; } /* '' */
+.icon-right-open-1:before { content: '\e81c'; } /* '' */
+.icon-arrows-cw:before { content: '\e81d'; } /* '' */
+.icon-down-dir:before { content: '\e81e'; } /* '' */
+.icon-up-dir:before { content: '\e81f'; } /* '' */
+.icon-cog:before { content: '\e820'; } /* '' */
+.icon-cog-alt:before { content: '\e821'; } /* '' */
+.icon-down-dir-1:before { content: '\e822'; } /* '' */
+.icon-up-dir-1:before { content: '\e823'; } /* '' */
+.icon-down-open-2:before { content: '\e824'; } /* '' */
+.icon-right-open-2:before { content: '\e825'; } /* '' */
+.icon-left-open-2:before { content: '\e826'; } /* '' */
+.icon-up-open-2:before { content: '\e827'; } /* '' */
+.icon-plus:before { content: '\e828'; } /* '' */
+.icon-compass:before { content: '\e829'; } /* '' */
+.icon-resize-full-alt-1:before { content: '\e82a'; } /* '' */
+.icon-tag-1:before { content: '\e82b'; } /* '' */
+.icon-edit-2:before { content: '\e82c'; } /* '' */
+.icon-compass-1:before { content: '\e82d'; } /* '' */
+.icon-cogs:before { content: '\e82e'; } /* '' */
+.icon-up:before { content: '\e82f'; } /* '' */
+.icon-thumbs-up:before { content: '\e830'; } /* '' */
+.icon-lock:before { content: '\e831'; } /* '' */
+.icon-lock-open:before { content: '\e832'; } /* '' */
+.icon-thumbs-down:before { content: '\e833'; } /* '' */
+.icon-bell:before { content: '\e834'; } /* '' */
+.icon-resize-small:before { content: '\e835'; } /* '' */
+.icon-resize-full-1:before { content: '\e836'; } /* '' */
+.icon-right-hand:before { content: '\e837'; } /* '' */
+.icon-left-hand:before { content: '\e838'; } /* '' */
+.icon-up-hand:before { content: '\e839'; } /* '' */
+.icon-tags-3:before { content: '\e839'; } /* '' */
+.icon-down-hand:before { content: '\e83a'; } /* '' */
+.icon-eye-off:before { content: '\e83b'; } /* '' */
+.icon-arrows-cw-1:before { content: '\e83c'; } /* '' */
+.icon-resize-small-alt:before { content: '\e83d'; } /* '' */
+.icon-tags:before { content: '\e83e'; } /* '' */
+.icon-tags-4:before { content: '\e83f'; } /* '' */
+.icon-down-open:before { content: '\f004'; } /* '' */
+.icon-up-open:before { content: '\f005'; } /* '' */
+.icon-right-open:before { content: '\f006'; } /* '' */
+.icon-left-open:before { content: '\f007'; } /* '' */
+.icon-move:before { content: '\f047'; } /* '' */
+.icon-info-circled-alt:before { content: '\f086'; } /* '' */
+.icon-link-ext:before { content: '\f08e'; } /* '' */
+.icon-check-empty:before { content: '\f096'; } /* '' */
+.icon-comment-empty:before { content: '\f0e5'; } /* '' */
+.icon-doc-text:before { content: '\f0f6'; } /* '' */
+.icon-plus-squared:before { content: '\f0fe'; } /* '' */
+.icon-angle-circled-left:before { content: '\f137'; } /* '' */
+.icon-angle-circled-right:before { content: '\f138'; } /* '' */
+.icon-angle-circled-up:before { content: '\f139'; } /* '' */
+.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
+.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
+.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
+.icon-sort-alt-up:before { content: '\f160'; } /* '' */
+.icon-sort-alt-down:before { content: '\f161'; } /* '' */
+.icon-bitbucket:before { content: '\f171'; } /* '' */
+.icon-linux:before { content: '\f17c'; } /* '' */
+.icon-dot-circled:before { content: '\f192'; } /* '' */
+.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
+.icon-fax:before { content: '\f1ac'; } /* '' */
+.icon-sliders:before { content: '\f1de'; } /* '' */
+.icon-share:before { content: '\f1e0'; } /* '' */
+.icon-calc:before { content: '\f1ec'; } /* '' */
+.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
+.icon-toggle-off:before { content: '\f204'; } /* '' */
+.icon-toggle-on:before { content: '\f205'; } /* '' */
+.icon-safari:before { content: '\f267'; } /* '' */
+.icon-chrome:before { content: '\f268'; } /* '' */
+.icon-firefox:before { content: '\f269'; } /* '' */
+.icon-calendar-1:before { content: '\f4c5'; } /* '' */
+.icon-search-1:before { content: '\f50d'; } /* '' */
\ No newline at end of file
diff --git a/html/css/font/fontello/css/fontello-ie7-codes.css 
b/html/css/font/fontello/css/fontello-ie7-codes.css
new file mode 100644
index 0000000..bf52a43
--- /dev/null
+++ b/html/css/font/fontello/css/fontello-ie7-codes.css
@@ -0,0 +1,103 @@
+
+.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe741;&nbsp;'); }
+.icon-resize-small-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe746;&nbsp;'); }
+.icon-logout { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe800;&nbsp;'); }
+.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe801;&nbsp;'); }
+.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe802;&nbsp;'); }
+.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe803;&nbsp;'); }
+.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe804;&nbsp;'); }
+.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe805;&nbsp;'); }
+.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe806;&nbsp;'); }
+.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe807;&nbsp;'); }
+.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe808;&nbsp;'); }
+.icon-anchor { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe809;&nbsp;'); }
+.icon-resize-full-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80a;&nbsp;'); }
+.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe80b;&nbsp;'); }
+.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe80c;&nbsp;'); }
+.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80d;&nbsp;'); }
+.icon-attention-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80e;&nbsp;'); }
+.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80f;&nbsp;'); }
+.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe810;&nbsp;'); }
+.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe811;&nbsp;'); }
+.icon-edit-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe812;&nbsp;'); }
+.icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe813;&nbsp;'); }
+.icon-up-bold { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe814;&nbsp;'); }
+.icon-down-fat { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe815;&nbsp;'); }
+.icon-cancel-circled2-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe816;&nbsp;'); }
+.icon-upload-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe817;&nbsp;'); }
+.icon-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe818;&nbsp;'); }
+.icon-down-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe819;&nbsp;'); }
+.icon-up-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81a;&nbsp;'); }
+.icon-left-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81b;&nbsp;'); }
+.icon-right-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81c;&nbsp;'); }
+.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81d;&nbsp;'); }
+.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81e;&nbsp;'); }
+.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81f;&nbsp;'); }
+.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe820;&nbsp;'); }
+.icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe821;&nbsp;'); }
+.icon-down-dir-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe822;&nbsp;'); }
+.icon-up-dir-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe823;&nbsp;'); }
+.icon-down-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe824;&nbsp;'); }
+.icon-right-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe825;&nbsp;'); }
+.icon-left-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe826;&nbsp;'); }
+.icon-up-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe827;&nbsp;'); }
+.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe828;&nbsp;'); }
+.icon-compass { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe829;&nbsp;'); }
+.icon-resize-full-alt-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82a;&nbsp;'); }
+.icon-tag-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82b;&nbsp;'); }
+.icon-edit-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82c;&nbsp;'); }
+.icon-compass-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82d;&nbsp;'); }
+.icon-cogs { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82e;&nbsp;'); }
+.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe82f;&nbsp;'); }
+.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe830;&nbsp;'); }
+.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe831;&nbsp;'); }
+.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe832;&nbsp;'); }
+.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe833;&nbsp;'); }
+.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe834;&nbsp;'); }
+.icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe835;&nbsp;'); }
+.icon-resize-full-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe836;&nbsp;'); }
+.icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe837;&nbsp;'); }
+.icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe838;&nbsp;'); }
+.icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe839;&nbsp;'); }
+.icon-tags-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe839;&nbsp;'); }
+.icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83a;&nbsp;'); }
+.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83b;&nbsp;'); }
+.icon-arrows-cw-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83c;&nbsp;'); }
+.icon-resize-small-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83d;&nbsp;'); }
+.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83e;&nbsp;'); }
+.icon-tags-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83f;&nbsp;'); }
+.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf004;&nbsp;'); }
+.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf005;&nbsp;'); }
+.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf006;&nbsp;'); }
+.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf007;&nbsp;'); }
+.icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf047;&nbsp;'); }
+.icon-info-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf086;&nbsp;'); }
+.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf08e;&nbsp;'); }
+.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf096;&nbsp;'); }
+.icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0e5;&nbsp;'); }
+.icon-doc-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0f6;&nbsp;'); }
+.icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0fe;&nbsp;'); }
+.icon-angle-circled-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf137;&nbsp;'); }
+.icon-angle-circled-right { *zoom: expression( this.runtimeStyle['zoom'] = 
'1', this.innerHTML = '&#xf138;&nbsp;'); }
+.icon-angle-circled-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf139;&nbsp;'); }
+.icon-angle-circled-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf13a;&nbsp;'); }
+.icon-lock-open-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf13e;&nbsp;'); }
+.icon-ellipsis-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf142;&nbsp;'); }
+.icon-sort-alt-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf160;&nbsp;'); }
+.icon-sort-alt-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf161;&nbsp;'); }
+.icon-bitbucket { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf171;&nbsp;'); }
+.icon-linux { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf17c;&nbsp;'); }
+.icon-dot-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf192;&nbsp;'); }
+.icon-plus-squared-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf196;&nbsp;'); }
+.icon-fax { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xf1ac;&nbsp;'); }
+.icon-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1de;&nbsp;'); }
+.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1e0;&nbsp;'); }
+.icon-calc { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1ec;&nbsp;'); }
+.icon-bell-off-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1f7;&nbsp;'); }
+.icon-toggle-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf204;&nbsp;'); }
+.icon-toggle-on { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf205;&nbsp;'); }
+.icon-safari { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf267;&nbsp;'); }
+.icon-chrome { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf268;&nbsp;'); }
+.icon-firefox { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf269;&nbsp;'); }
+.icon-calendar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf4c5;&nbsp;'); }
+.icon-search-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf50d;&nbsp;'); }
\ No newline at end of file
diff --git a/html/css/font/fontello/css/fontello-ie7.css 
b/html/css/font/fontello/css/fontello-ie7.css
new file mode 100644
index 0000000..e07293d
--- /dev/null
+++ b/html/css/font/fontello/css/fontello-ie7.css
@@ -0,0 +1,114 @@
+[class^="icon-"], [class*=" icon-"] {
+  font-family: 'fontello';
+  font-style: normal;
+  font-weight: normal;
+ 
+  /* fix buttons height */
+  line-height: 1em;
+ 
+  /* you can be more comfortable with increased icons size */
+  /* font-size: 120%; */
+}
+ 
+.icon-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe741;&nbsp;'); }
+.icon-resize-small-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe746;&nbsp;'); }
+.icon-logout { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe800;&nbsp;'); }
+.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe801;&nbsp;'); }
+.icon-cancel-circled2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe802;&nbsp;'); }
+.icon-eye { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe803;&nbsp;'); }
+.icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe804;&nbsp;'); }
+.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe805;&nbsp;'); }
+.icon-attention { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe806;&nbsp;'); }
+.icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe807;&nbsp;'); }
+.icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe808;&nbsp;'); }
+.icon-anchor { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe809;&nbsp;'); }
+.icon-resize-full-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80a;&nbsp;'); }
+.icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe80b;&nbsp;'); }
+.icon-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe80c;&nbsp;'); }
+.icon-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80d;&nbsp;'); }
+.icon-attention-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80e;&nbsp;'); }
+.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe80f;&nbsp;'); }
+.icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe810;&nbsp;'); }
+.icon-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe811;&nbsp;'); }
+.icon-edit-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe812;&nbsp;'); }
+.icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe813;&nbsp;'); }
+.icon-up-bold { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe814;&nbsp;'); }
+.icon-down-fat { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe815;&nbsp;'); }
+.icon-cancel-circled2-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe816;&nbsp;'); }
+.icon-upload-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe817;&nbsp;'); }
+.icon-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe818;&nbsp;'); }
+.icon-down-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe819;&nbsp;'); }
+.icon-up-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81a;&nbsp;'); }
+.icon-left-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81b;&nbsp;'); }
+.icon-right-open-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81c;&nbsp;'); }
+.icon-arrows-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81d;&nbsp;'); }
+.icon-down-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81e;&nbsp;'); }
+.icon-up-dir { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe81f;&nbsp;'); }
+.icon-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe820;&nbsp;'); }
+.icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe821;&nbsp;'); }
+.icon-down-dir-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe822;&nbsp;'); }
+.icon-up-dir-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe823;&nbsp;'); }
+.icon-down-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe824;&nbsp;'); }
+.icon-right-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe825;&nbsp;'); }
+.icon-left-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe826;&nbsp;'); }
+.icon-up-open-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe827;&nbsp;'); }
+.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe828;&nbsp;'); }
+.icon-compass { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe829;&nbsp;'); }
+.icon-resize-full-alt-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82a;&nbsp;'); }
+.icon-tag-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82b;&nbsp;'); }
+.icon-edit-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82c;&nbsp;'); }
+.icon-compass-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82d;&nbsp;'); }
+.icon-cogs { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe82e;&nbsp;'); }
+.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xe82f;&nbsp;'); }
+.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe830;&nbsp;'); }
+.icon-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe831;&nbsp;'); }
+.icon-lock-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe832;&nbsp;'); }
+.icon-thumbs-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe833;&nbsp;'); }
+.icon-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe834;&nbsp;'); }
+.icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe835;&nbsp;'); }
+.icon-resize-full-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe836;&nbsp;'); }
+.icon-right-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe837;&nbsp;'); }
+.icon-left-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe838;&nbsp;'); }
+.icon-up-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe839;&nbsp;'); }
+.icon-tags-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe839;&nbsp;'); }
+.icon-down-hand { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83a;&nbsp;'); }
+.icon-eye-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83b;&nbsp;'); }
+.icon-arrows-cw-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83c;&nbsp;'); }
+.icon-resize-small-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83d;&nbsp;'); }
+.icon-tags { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83e;&nbsp;'); }
+.icon-tags-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xe83f;&nbsp;'); }
+.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf004;&nbsp;'); }
+.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf005;&nbsp;'); }
+.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf006;&nbsp;'); }
+.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf007;&nbsp;'); }
+.icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf047;&nbsp;'); }
+.icon-info-circled-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf086;&nbsp;'); }
+.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf08e;&nbsp;'); }
+.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf096;&nbsp;'); }
+.icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0e5;&nbsp;'); }
+.icon-doc-text { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0f6;&nbsp;'); }
+.icon-plus-squared { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf0fe;&nbsp;'); }
+.icon-angle-circled-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf137;&nbsp;'); }
+.icon-angle-circled-right { *zoom: expression( this.runtimeStyle['zoom'] = 
'1', this.innerHTML = '&#xf138;&nbsp;'); }
+.icon-angle-circled-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf139;&nbsp;'); }
+.icon-angle-circled-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf13a;&nbsp;'); }
+.icon-lock-open-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf13e;&nbsp;'); }
+.icon-ellipsis-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf142;&nbsp;'); }
+.icon-sort-alt-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf160;&nbsp;'); }
+.icon-sort-alt-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf161;&nbsp;'); }
+.icon-bitbucket { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf171;&nbsp;'); }
+.icon-linux { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf17c;&nbsp;'); }
+.icon-dot-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf192;&nbsp;'); }
+.icon-plus-squared-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf196;&nbsp;'); }
+.icon-fax { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML 
= '&#xf1ac;&nbsp;'); }
+.icon-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1de;&nbsp;'); }
+.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1e0;&nbsp;'); }
+.icon-calc { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1ec;&nbsp;'); }
+.icon-bell-off-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf1f7;&nbsp;'); }
+.icon-toggle-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf204;&nbsp;'); }
+.icon-toggle-on { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf205;&nbsp;'); }
+.icon-safari { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf267;&nbsp;'); }
+.icon-chrome { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf268;&nbsp;'); }
+.icon-firefox { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf269;&nbsp;'); }
+.icon-calendar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf4c5;&nbsp;'); }
+.icon-search-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', 
this.innerHTML = '&#xf50d;&nbsp;'); }
\ No newline at end of file
diff --git a/html/css/font/fontello/css/fontello.css 
b/html/css/font/fontello/css/fontello.css
new file mode 100644
index 0000000..9306608
--- /dev/null
+++ b/html/css/font/fontello/css/fontello.css
@@ -0,0 +1,159 @@
+@font-face {
+  font-family: 'fontello';
+  src: url('../font/fontello.eot?16636759');
+  src: url('../font/fontello.eot?16636759#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?16636759') format('woff2'),
+       url('../font/fontello.woff?16636759') format('woff'),
+       url('../font/fontello.ttf?16636759') format('truetype'),
+       url('../font/fontello.svg?16636759#fontello') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment 
if you need it. */
+/* Note, that will break hinting! In other OS-es font will be not as sharp as 
it could be */
+/*
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+  @font-face {
+    font-family: 'fontello';
+    src: url('../font/fontello.svg?16636759#fontello') format('svg');
+  }
+}
+*/
+ 
+ [class^="icon-"]:before, [class*=" icon-"]:before {
+  font-family: "fontello";
+  font-style: normal;
+  font-weight: normal;
+  speak: never;
+ 
+  display: inline-block;
+  text-decoration: inherit;
+  width: 1em;
+  margin-right: .2em;
+  text-align: center;
+  /* opacity: .8; */
+ 
+  /* For safety - reset parent styles, that can break glyph codes*/
+  font-variant: normal;
+  text-transform: none;
+ 
+  /* fix buttons height, for twitter bootstrap */
+  line-height: 1em;
+ 
+  /* Animation center compensation - margins should be symmetric */
+  /* remove if not needed */
+  margin-left: .2em;
+ 
+  /* you can be more comfortable with increased icons size */
+  /* font-size: 120%; */
+ 
+  /* Font smoothing. That was taken from TWBS */
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+ 
+  /* Uncomment for 3D effect */
+  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+}
+ 
+.icon-check:before { content: '\e741'; } /* '' */
+.icon-resize-small-1:before { content: '\e746'; } /* '' */
+.icon-logout:before { content: '\e800'; } /* '' */
+.icon-cancel-circled:before { content: '\e801'; } /* '' */
+.icon-cancel-circled2:before { content: '\e802'; } /* '' */
+.icon-eye:before { content: '\e803'; } /* '' */
+.icon-upload:before { content: '\e804'; } /* '' */
+.icon-download:before { content: '\e805'; } /* '' */
+.icon-attention:before { content: '\e806'; } /* '' */
+.icon-search:before { content: '\e807'; } /* '' */
+.icon-mail:before { content: '\e808'; } /* '' */
+.icon-anchor:before { content: '\e809'; } /* '' */
+.icon-resize-full-alt:before { content: '\e80a'; } /* '' */
+.icon-tag:before { content: '\e80b'; } /* '' */
+.icon-cw:before { content: '\e80c'; } /* '' */
+.icon-edit:before { content: '\e80d'; } /* '' */
+.icon-attention-circled:before { content: '\e80e'; } /* '' */
+.icon-trash-empty:before { content: '\e80f'; } /* '' */
+.icon-doc:before { content: '\e810'; } /* '' */
+.icon-calendar:before { content: '\e811'; } /* '' */
+.icon-edit-1:before { content: '\e812'; } /* '' */
+.icon-resize-full:before { content: '\e813'; } /* '' */
+.icon-up-bold:before { content: '\e814'; } /* '' */
+.icon-down-fat:before { content: '\e815'; } /* '' */
+.icon-cancel-circled2-1:before { content: '\e816'; } /* '' */
+.icon-upload-1:before { content: '\e817'; } /* '' */
+.icon-exclamation:before { content: '\e818'; } /* '' */
+.icon-down-open-1:before { content: '\e819'; } /* '' */
+.icon-up-open-1:before { content: '\e81a'; } /* '' */
+.icon-left-open-1:before { content: '\e81b'; } /* '' */
+.icon-right-open-1:before { content: '\e81c'; } /* '' */
+.icon-arrows-cw:before { content: '\e81d'; } /* '' */
+.icon-down-dir:before { content: '\e81e'; } /* '' */
+.icon-up-dir:before { content: '\e81f'; } /* '' */
+.icon-cog:before { content: '\e820'; } /* '' */
+.icon-cog-alt:before { content: '\e821'; } /* '' */
+.icon-down-dir-1:before { content: '\e822'; } /* '' */
+.icon-up-dir-1:before { content: '\e823'; } /* '' */
+.icon-down-open-2:before { content: '\e824'; } /* '' */
+.icon-right-open-2:before { content: '\e825'; } /* '' */
+.icon-left-open-2:before { content: '\e826'; } /* '' */
+.icon-up-open-2:before { content: '\e827'; } /* '' */
+.icon-plus:before { content: '\e828'; } /* '' */
+.icon-compass:before { content: '\e829'; } /* '' */
+.icon-resize-full-alt-1:before { content: '\e82a'; } /* '' */
+.icon-tag-1:before { content: '\e82b'; } /* '' */
+.icon-edit-2:before { content: '\e82c'; } /* '' */
+.icon-compass-1:before { content: '\e82d'; } /* '' */
+.icon-cogs:before { content: '\e82e'; } /* '' */
+.icon-up:before { content: '\e82f'; } /* '' */
+.icon-thumbs-up:before { content: '\e830'; } /* '' */
+.icon-lock:before { content: '\e831'; } /* '' */
+.icon-lock-open:before { content: '\e832'; } /* '' */
+.icon-thumbs-down:before { content: '\e833'; } /* '' */
+.icon-bell:before { content: '\e834'; } /* '' */
+.icon-resize-small:before { content: '\e835'; } /* '' */
+.icon-resize-full-1:before { content: '\e836'; } /* '' */
+.icon-right-hand:before { content: '\e837'; } /* '' */
+.icon-left-hand:before { content: '\e838'; } /* '' */
+.icon-up-hand:before { content: '\e839'; } /* '' */
+.icon-tags-3:before { content: '\e839'; } /* '' */
+.icon-down-hand:before { content: '\e83a'; } /* '' */
+.icon-eye-off:before { content: '\e83b'; } /* '' */
+.icon-arrows-cw-1:before { content: '\e83c'; } /* '' */
+.icon-resize-small-alt:before { content: '\e83d'; } /* '' */
+.icon-tags:before { content: '\e83e'; } /* '' */
+.icon-tags-4:before { content: '\e83f'; } /* '' */
+.icon-down-open:before { content: '\f004'; } /* '' */
+.icon-up-open:before { content: '\f005'; } /* '' */
+.icon-right-open:before { content: '\f006'; } /* '' */
+.icon-left-open:before { content: '\f007'; } /* '' */
+.icon-move:before { content: '\f047'; } /* '' */
+.icon-info-circled-alt:before { content: '\f086'; } /* '' */
+.icon-link-ext:before { content: '\f08e'; } /* '' */
+.icon-check-empty:before { content: '\f096'; } /* '' */
+.icon-comment-empty:before { content: '\f0e5'; } /* '' */
+.icon-doc-text:before { content: '\f0f6'; } /* '' */
+.icon-plus-squared:before { content: '\f0fe'; } /* '' */
+.icon-angle-circled-left:before { content: '\f137'; } /* '' */
+.icon-angle-circled-right:before { content: '\f138'; } /* '' */
+.icon-angle-circled-up:before { content: '\f139'; } /* '' */
+.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
+.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
+.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
+.icon-sort-alt-up:before { content: '\f160'; } /* '' */
+.icon-sort-alt-down:before { content: '\f161'; } /* '' */
+.icon-bitbucket:before { content: '\f171'; } /* '' */
+.icon-linux:before { content: '\f17c'; } /* '' */
+.icon-dot-circled:before { content: '\f192'; } /* '' */
+.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
+.icon-fax:before { content: '\f1ac'; } /* '' */
+.icon-sliders:before { content: '\f1de'; } /* '' */
+.icon-share:before { content: '\f1e0'; } /* '' */
+.icon-calc:before { content: '\f1ec'; } /* '' */
+.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
+.icon-toggle-off:before { content: '\f204'; } /* '' */
+.icon-toggle-on:before { content: '\f205'; } /* '' */
+.icon-safari:before { content: '\f267'; } /* '' */
+.icon-chrome:before { content: '\f268'; } /* '' */
+.icon-firefox:before { content: '\f269'; } /* '' */
+.icon-calendar-1:before { content: '\f4c5'; } /* '' */
+.icon-search-1:before { content: '\f50d'; } /* '' */
\ No newline at end of file
diff --git a/html/css/font/fontello/demo.html b/html/css/font/fontello/demo.html
new file mode 100644
index 0000000..b60c0cc
--- /dev/null
+++ b/html/css/font/fontello/demo.html
@@ -0,0 +1,457 @@
+<!DOCTYPE html>
+<html>
+  <head><!--[if lt IE 9]><script language="javascript" type="text/javascript" 
src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+    <meta charset="UTF-8"><style>/*
+ * Bootstrap v2.2.1
+ *
+ * Copyright 2012 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ */
+.clearfix {
+  *zoom: 1;
+}
+.clearfix:before,
+.clearfix:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.clearfix:after {
+  clear: both;
+}
+html {
+  font-size: 100%;
+  -webkit-text-size-adjust: 100%;
+  -ms-text-size-adjust: 100%;
+}
+a:focus {
+  outline: thin dotted #333;
+  outline: 5px auto -webkit-focus-ring-color;
+  outline-offset: -2px;
+}
+a:hover,
+a:active {
+  outline: 0;
+}
+button,
+input,
+select,
+textarea {
+  margin: 0;
+  font-size: 100%;
+  vertical-align: middle;
+}
+button,
+input {
+  *overflow: visible;
+  line-height: normal;
+}
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+  padding: 0;
+  border: 0;
+}
+body {
+  margin: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 14px;
+  line-height: 20px;
+  color: #333;
+  background-color: #fff;
+}
+a {
+  color: #08c;
+  text-decoration: none;
+}
+a:hover {
+  color: #005580;
+  text-decoration: underline;
+}
+.row {
+  margin-left: -20px;
+  *zoom: 1;
+}
+.row:before,
+.row:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.row:after {
+  clear: both;
+}
+[class*="span"] {
+  float: left;
+  min-height: 1px;
+  margin-left: 20px;
+}
+.container,
+.navbar-static-top .container,
+.navbar-fixed-top .container,
+.navbar-fixed-bottom .container {
+  width: 940px;
+}
+.span12 {
+  width: 940px;
+}
+.span11 {
+  width: 860px;
+}
+.span10 {
+  width: 780px;
+}
+.span9 {
+  width: 700px;
+}
+.span8 {
+  width: 620px;
+}
+.span7 {
+  width: 540px;
+}
+.span6 {
+  width: 460px;
+}
+.span5 {
+  width: 380px;
+}
+.span4 {
+  width: 300px;
+}
+.span3 {
+  width: 220px;
+}
+.span2 {
+  width: 140px;
+}
+.span1 {
+  width: 60px;
+}
+[class*="span"].pull-right,
+.row-fluid [class*="span"].pull-right {
+  float: right;
+}
+.container {
+  margin-right: auto;
+  margin-left: auto;
+  *zoom: 1;
+}
+.container:before,
+.container:after {
+  display: table;
+  content: "";
+  line-height: 0;
+}
+.container:after {
+  clear: both;
+}
+p {
+  margin: 0 0 10px;
+}
+.lead {
+  margin-bottom: 20px;
+  font-size: 21px;
+  font-weight: 200;
+  line-height: 30px;
+}
+small {
+  font-size: 85%;
+}
+h1 {
+  margin: 10px 0;
+  font-family: inherit;
+  font-weight: bold;
+  line-height: 20px;
+  color: inherit;
+  text-rendering: optimizelegibility;
+}
+h1 small {
+  font-weight: normal;
+  line-height: 1;
+  color: #999;
+}
+h1 {
+  line-height: 40px;
+}
+h1 {
+  font-size: 38.5px;
+}
+h1 small {
+  font-size: 24.5px;
+}
+body {
+  margin-top: 90px;
+}
+.header {
+  position: fixed;
+  top: 0;
+  left: 50%;
+  margin-left: -480px;
+  background-color: #fff;
+  border-bottom: 1px solid #ddd;
+  padding-top: 10px;
+  z-index: 10;
+}
+.footer {
+  color: #ddd;
+  font-size: 12px;
+  text-align: center;
+  margin-top: 20px;
+}
+.footer a {
+  color: #ccc;
+  text-decoration: underline;
+}
+.the-icons {
+  font-size: 14px;
+  line-height: 24px;
+}
+.switch {
+  position: absolute;
+  right: 0;
+  bottom: 10px;
+  color: #666;
+}
+.switch input {
+  margin-right: 0.3em;
+}
+.codesOn .i-name {
+  display: none;
+}
+.codesOn .i-code {
+  display: inline;
+}
+.i-code {
+  display: none;
+}
+@font-face {
+      font-family: 'fontello';
+      src: url('./font/fontello.eot?78114184');
+      src: url('./font/fontello.eot?78114184#iefix') 
format('embedded-opentype'),
+           url('./font/fontello.woff?78114184') format('woff'),
+           url('./font/fontello.ttf?78114184') format('truetype'),
+           url('./font/fontello.svg?78114184#fontello') format('svg');
+      font-weight: normal;
+      font-style: normal;
+    }
+     
+     
+    .demo-icon
+    {
+      font-family: "fontello";
+      font-style: normal;
+      font-weight: normal;
+      speak: never;
+     
+      display: inline-block;
+      text-decoration: inherit;
+      width: 1em;
+      margin-right: .2em;
+      text-align: center;
+      /* opacity: .8; */
+     
+      /* For safety - reset parent styles, that can break glyph codes*/
+      font-variant: normal;
+      text-transform: none;
+     
+      /* fix buttons height, for twitter bootstrap */
+      line-height: 1em;
+     
+      /* Animation center compensation - margins should be symmetric */
+      /* remove if not needed */
+      margin-left: .2em;
+     
+      /* You can be more comfortable with increased icons size */
+      /* font-size: 120%; */
+     
+      /* Font smoothing. That was taken from TWBS */
+      -webkit-font-smoothing: antialiased;
+      -moz-osx-font-smoothing: grayscale;
+     
+      /* Uncomment for 3D effect */
+      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+    }
+     </style>
+    <link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link 
rel="stylesheet" href="css/" + font.fontname + "-ie7.css"><![endif]-->
+    <script>
+      function toggleCodes(on) {
+        var obj = document.getElementById('icons');
+      
+        if (on) {
+          obj.className += ' codesOn';
+        } else {
+          obj.className = obj.className.replace(' codesOn', '');
+        }
+      }
+      
+    </script>
+  </head>
+  <body>
+    <div class="container header">
+      <h1>fontello <small>font demo</small></h1>
+      <label class="switch">
+        <input type="checkbox" onclick="toggleCodes(this.checked)">show codes
+      </label>
+    </div>
+    <div class="container" id="icons">
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe741"><i class="demo-icon 
icon-check">&#xe741;</i> <span class="i-name">icon-check</span><span 
class="i-code">0xe741</span></div>
+        <div class="the-icons span3" title="Code: 0xe746"><i class="demo-icon 
icon-resize-small-1">&#xe746;</i> <span 
class="i-name">icon-resize-small-1</span><span 
class="i-code">0xe746</span></div>
+        <div class="the-icons span3" title="Code: 0xe800"><i class="demo-icon 
icon-logout">&#xe800;</i> <span class="i-name">icon-logout</span><span 
class="i-code">0xe800</span></div>
+        <div class="the-icons span3" title="Code: 0xe801"><i class="demo-icon 
icon-cancel-circled">&#xe801;</i> <span 
class="i-name">icon-cancel-circled</span><span 
class="i-code">0xe801</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe802"><i class="demo-icon 
icon-cancel-circled2">&#xe802;</i> <span 
class="i-name">icon-cancel-circled2</span><span 
class="i-code">0xe802</span></div>
+        <div class="the-icons span3" title="Code: 0xe803"><i class="demo-icon 
icon-eye">&#xe803;</i> <span class="i-name">icon-eye</span><span 
class="i-code">0xe803</span></div>
+        <div class="the-icons span3" title="Code: 0xe804"><i class="demo-icon 
icon-upload">&#xe804;</i> <span class="i-name">icon-upload</span><span 
class="i-code">0xe804</span></div>
+        <div class="the-icons span3" title="Code: 0xe805"><i class="demo-icon 
icon-download">&#xe805;</i> <span class="i-name">icon-download</span><span 
class="i-code">0xe805</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe806"><i class="demo-icon 
icon-attention">&#xe806;</i> <span class="i-name">icon-attention</span><span 
class="i-code">0xe806</span></div>
+        <div class="the-icons span3" title="Code: 0xe807"><i class="demo-icon 
icon-search">&#xe807;</i> <span class="i-name">icon-search</span><span 
class="i-code">0xe807</span></div>
+        <div class="the-icons span3" title="Code: 0xe808"><i class="demo-icon 
icon-mail">&#xe808;</i> <span class="i-name">icon-mail</span><span 
class="i-code">0xe808</span></div>
+        <div class="the-icons span3" title="Code: 0xe809"><i class="demo-icon 
icon-anchor">&#xe809;</i> <span class="i-name">icon-anchor</span><span 
class="i-code">0xe809</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe80a"><i class="demo-icon 
icon-resize-full-alt">&#xe80a;</i> <span 
class="i-name">icon-resize-full-alt</span><span 
class="i-code">0xe80a</span></div>
+        <div class="the-icons span3" title="Code: 0xe80b"><i class="demo-icon 
icon-tag">&#xe80b;</i> <span class="i-name">icon-tag</span><span 
class="i-code">0xe80b</span></div>
+        <div class="the-icons span3" title="Code: 0xe80c"><i class="demo-icon 
icon-cw">&#xe80c;</i> <span class="i-name">icon-cw</span><span 
class="i-code">0xe80c</span></div>
+        <div class="the-icons span3" title="Code: 0xe80d"><i class="demo-icon 
icon-edit">&#xe80d;</i> <span class="i-name">icon-edit</span><span 
class="i-code">0xe80d</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe80e"><i class="demo-icon 
icon-attention-circled">&#xe80e;</i> <span 
class="i-name">icon-attention-circled</span><span 
class="i-code">0xe80e</span></div>
+        <div class="the-icons span3" title="Code: 0xe80f"><i class="demo-icon 
icon-trash-empty">&#xe80f;</i> <span 
class="i-name">icon-trash-empty</span><span class="i-code">0xe80f</span></div>
+        <div class="the-icons span3" title="Code: 0xe810"><i class="demo-icon 
icon-doc">&#xe810;</i> <span class="i-name">icon-doc</span><span 
class="i-code">0xe810</span></div>
+        <div class="the-icons span3" title="Code: 0xe811"><i class="demo-icon 
icon-calendar">&#xe811;</i> <span class="i-name">icon-calendar</span><span 
class="i-code">0xe811</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe812"><i class="demo-icon 
icon-edit-1">&#xe812;</i> <span class="i-name">icon-edit-1</span><span 
class="i-code">0xe812</span></div>
+        <div class="the-icons span3" title="Code: 0xe813"><i class="demo-icon 
icon-resize-full">&#xe813;</i> <span 
class="i-name">icon-resize-full</span><span class="i-code">0xe813</span></div>
+        <div class="the-icons span3" title="Code: 0xe814"><i class="demo-icon 
icon-up-bold">&#xe814;</i> <span class="i-name">icon-up-bold</span><span 
class="i-code">0xe814</span></div>
+        <div class="the-icons span3" title="Code: 0xe815"><i class="demo-icon 
icon-down-fat">&#xe815;</i> <span class="i-name">icon-down-fat</span><span 
class="i-code">0xe815</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe816"><i class="demo-icon 
icon-cancel-circled2-1">&#xe816;</i> <span 
class="i-name">icon-cancel-circled2-1</span><span 
class="i-code">0xe816</span></div>
+        <div class="the-icons span3" title="Code: 0xe817"><i class="demo-icon 
icon-upload-1">&#xe817;</i> <span class="i-name">icon-upload-1</span><span 
class="i-code">0xe817</span></div>
+        <div class="the-icons span3" title="Code: 0xe818"><i class="demo-icon 
icon-exclamation">&#xe818;</i> <span 
class="i-name">icon-exclamation</span><span class="i-code">0xe818</span></div>
+        <div class="the-icons span3" title="Code: 0xe819"><i class="demo-icon 
icon-down-open-1">&#xe819;</i> <span 
class="i-name">icon-down-open-1</span><span class="i-code">0xe819</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe81a"><i class="demo-icon 
icon-up-open-1">&#xe81a;</i> <span class="i-name">icon-up-open-1</span><span 
class="i-code">0xe81a</span></div>
+        <div class="the-icons span3" title="Code: 0xe81b"><i class="demo-icon 
icon-left-open-1">&#xe81b;</i> <span 
class="i-name">icon-left-open-1</span><span class="i-code">0xe81b</span></div>
+        <div class="the-icons span3" title="Code: 0xe81c"><i class="demo-icon 
icon-right-open-1">&#xe81c;</i> <span 
class="i-name">icon-right-open-1</span><span class="i-code">0xe81c</span></div>
+        <div class="the-icons span3" title="Code: 0xe81d"><i class="demo-icon 
icon-arrows-cw">&#xe81d;</i> <span class="i-name">icon-arrows-cw</span><span 
class="i-code">0xe81d</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe81e"><i class="demo-icon 
icon-down-dir">&#xe81e;</i> <span class="i-name">icon-down-dir</span><span 
class="i-code">0xe81e</span></div>
+        <div class="the-icons span3" title="Code: 0xe81f"><i class="demo-icon 
icon-up-dir">&#xe81f;</i> <span class="i-name">icon-up-dir</span><span 
class="i-code">0xe81f</span></div>
+        <div class="the-icons span3" title="Code: 0xe820"><i class="demo-icon 
icon-cog">&#xe820;</i> <span class="i-name">icon-cog</span><span 
class="i-code">0xe820</span></div>
+        <div class="the-icons span3" title="Code: 0xe821"><i class="demo-icon 
icon-cog-alt">&#xe821;</i> <span class="i-name">icon-cog-alt</span><span 
class="i-code">0xe821</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe822"><i class="demo-icon 
icon-down-dir-1">&#xe822;</i> <span class="i-name">icon-down-dir-1</span><span 
class="i-code">0xe822</span></div>
+        <div class="the-icons span3" title="Code: 0xe823"><i class="demo-icon 
icon-up-dir-1">&#xe823;</i> <span class="i-name">icon-up-dir-1</span><span 
class="i-code">0xe823</span></div>
+        <div class="the-icons span3" title="Code: 0xe824"><i class="demo-icon 
icon-down-open-2">&#xe824;</i> <span 
class="i-name">icon-down-open-2</span><span class="i-code">0xe824</span></div>
+        <div class="the-icons span3" title="Code: 0xe825"><i class="demo-icon 
icon-right-open-2">&#xe825;</i> <span 
class="i-name">icon-right-open-2</span><span class="i-code">0xe825</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe826"><i class="demo-icon 
icon-left-open-2">&#xe826;</i> <span 
class="i-name">icon-left-open-2</span><span class="i-code">0xe826</span></div>
+        <div class="the-icons span3" title="Code: 0xe827"><i class="demo-icon 
icon-up-open-2">&#xe827;</i> <span class="i-name">icon-up-open-2</span><span 
class="i-code">0xe827</span></div>
+        <div class="the-icons span3" title="Code: 0xe828"><i class="demo-icon 
icon-plus">&#xe828;</i> <span class="i-name">icon-plus</span><span 
class="i-code">0xe828</span></div>
+        <div class="the-icons span3" title="Code: 0xe829"><i class="demo-icon 
icon-compass">&#xe829;</i> <span class="i-name">icon-compass</span><span 
class="i-code">0xe829</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe82a"><i class="demo-icon 
icon-resize-full-alt-1">&#xe82a;</i> <span 
class="i-name">icon-resize-full-alt-1</span><span 
class="i-code">0xe82a</span></div>
+        <div class="the-icons span3" title="Code: 0xe82b"><i class="demo-icon 
icon-tag-1">&#xe82b;</i> <span class="i-name">icon-tag-1</span><span 
class="i-code">0xe82b</span></div>
+        <div class="the-icons span3" title="Code: 0xe82c"><i class="demo-icon 
icon-edit-2">&#xe82c;</i> <span class="i-name">icon-edit-2</span><span 
class="i-code">0xe82c</span></div>
+        <div class="the-icons span3" title="Code: 0xe82d"><i class="demo-icon 
icon-compass-1">&#xe82d;</i> <span class="i-name">icon-compass-1</span><span 
class="i-code">0xe82d</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe82e"><i class="demo-icon 
icon-cogs">&#xe82e;</i> <span class="i-name">icon-cogs</span><span 
class="i-code">0xe82e</span></div>
+        <div class="the-icons span3" title="Code: 0xe82f"><i class="demo-icon 
icon-up">&#xe82f;</i> <span class="i-name">icon-up</span><span 
class="i-code">0xe82f</span></div>
+        <div class="the-icons span3" title="Code: 0xe830"><i class="demo-icon 
icon-thumbs-up">&#xe830;</i> <span class="i-name">icon-thumbs-up</span><span 
class="i-code">0xe830</span></div>
+        <div class="the-icons span3" title="Code: 0xe831"><i class="demo-icon 
icon-lock">&#xe831;</i> <span class="i-name">icon-lock</span><span 
class="i-code">0xe831</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe832"><i class="demo-icon 
icon-lock-open">&#xe832;</i> <span class="i-name">icon-lock-open</span><span 
class="i-code">0xe832</span></div>
+        <div class="the-icons span3" title="Code: 0xe833"><i class="demo-icon 
icon-thumbs-down">&#xe833;</i> <span 
class="i-name">icon-thumbs-down</span><span class="i-code">0xe833</span></div>
+        <div class="the-icons span3" title="Code: 0xe834"><i class="demo-icon 
icon-bell">&#xe834;</i> <span class="i-name">icon-bell</span><span 
class="i-code">0xe834</span></div>
+        <div class="the-icons span3" title="Code: 0xe835"><i class="demo-icon 
icon-resize-small">&#xe835;</i> <span 
class="i-name">icon-resize-small</span><span class="i-code">0xe835</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe836"><i class="demo-icon 
icon-resize-full-1">&#xe836;</i> <span 
class="i-name">icon-resize-full-1</span><span class="i-code">0xe836</span></div>
+        <div class="the-icons span3" title="Code: 0xe837"><i class="demo-icon 
icon-right-hand">&#xe837;</i> <span class="i-name">icon-right-hand</span><span 
class="i-code">0xe837</span></div>
+        <div class="the-icons span3" title="Code: 0xe838"><i class="demo-icon 
icon-left-hand">&#xe838;</i> <span class="i-name">icon-left-hand</span><span 
class="i-code">0xe838</span></div>
+        <div class="the-icons span3" title="Code: 0xe839"><i class="demo-icon 
icon-up-hand">&#xe839;</i> <span class="i-name">icon-up-hand</span><span 
class="i-code">0xe839</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe839"><i class="demo-icon 
icon-tags-3">&#xe839;</i> <span class="i-name">icon-tags-3</span><span 
class="i-code">0xe839</span></div>
+        <div class="the-icons span3" title="Code: 0xe83a"><i class="demo-icon 
icon-down-hand">&#xe83a;</i> <span class="i-name">icon-down-hand</span><span 
class="i-code">0xe83a</span></div>
+        <div class="the-icons span3" title="Code: 0xe83b"><i class="demo-icon 
icon-eye-off">&#xe83b;</i> <span class="i-name">icon-eye-off</span><span 
class="i-code">0xe83b</span></div>
+        <div class="the-icons span3" title="Code: 0xe83c"><i class="demo-icon 
icon-arrows-cw-1">&#xe83c;</i> <span 
class="i-name">icon-arrows-cw-1</span><span class="i-code">0xe83c</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xe83d"><i class="demo-icon 
icon-resize-small-alt">&#xe83d;</i> <span 
class="i-name">icon-resize-small-alt</span><span 
class="i-code">0xe83d</span></div>
+        <div class="the-icons span3" title="Code: 0xe83e"><i class="demo-icon 
icon-tags">&#xe83e;</i> <span class="i-name">icon-tags</span><span 
class="i-code">0xe83e</span></div>
+        <div class="the-icons span3" title="Code: 0xe83f"><i class="demo-icon 
icon-tags-4">&#xe83f;</i> <span class="i-name">icon-tags-4</span><span 
class="i-code">0xe83f</span></div>
+        <div class="the-icons span3" title="Code: 0xf004"><i class="demo-icon 
icon-down-open">&#xf004;</i> <span class="i-name">icon-down-open</span><span 
class="i-code">0xf004</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf005"><i class="demo-icon 
icon-up-open">&#xf005;</i> <span class="i-name">icon-up-open</span><span 
class="i-code">0xf005</span></div>
+        <div class="the-icons span3" title="Code: 0xf006"><i class="demo-icon 
icon-right-open">&#xf006;</i> <span class="i-name">icon-right-open</span><span 
class="i-code">0xf006</span></div>
+        <div class="the-icons span3" title="Code: 0xf007"><i class="demo-icon 
icon-left-open">&#xf007;</i> <span class="i-name">icon-left-open</span><span 
class="i-code">0xf007</span></div>
+        <div class="the-icons span3" title="Code: 0xf047"><i class="demo-icon 
icon-move">&#xf047;</i> <span class="i-name">icon-move</span><span 
class="i-code">0xf047</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf086"><i class="demo-icon 
icon-info-circled-alt">&#xf086;</i> <span 
class="i-name">icon-info-circled-alt</span><span 
class="i-code">0xf086</span></div>
+        <div class="the-icons span3" title="Code: 0xf08e"><i class="demo-icon 
icon-link-ext">&#xf08e;</i> <span class="i-name">icon-link-ext</span><span 
class="i-code">0xf08e</span></div>
+        <div class="the-icons span3" title="Code: 0xf096"><i class="demo-icon 
icon-check-empty">&#xf096;</i> <span 
class="i-name">icon-check-empty</span><span class="i-code">0xf096</span></div>
+        <div class="the-icons span3" title="Code: 0xf0e5"><i class="demo-icon 
icon-comment-empty">&#xf0e5;</i> <span 
class="i-name">icon-comment-empty</span><span class="i-code">0xf0e5</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf0f6"><i class="demo-icon 
icon-doc-text">&#xf0f6;</i> <span class="i-name">icon-doc-text</span><span 
class="i-code">0xf0f6</span></div>
+        <div class="the-icons span3" title="Code: 0xf0fe"><i class="demo-icon 
icon-plus-squared">&#xf0fe;</i> <span 
class="i-name">icon-plus-squared</span><span class="i-code">0xf0fe</span></div>
+        <div class="the-icons span3" title="Code: 0xf137"><i class="demo-icon 
icon-angle-circled-left">&#xf137;</i> <span 
class="i-name">icon-angle-circled-left</span><span 
class="i-code">0xf137</span></div>
+        <div class="the-icons span3" title="Code: 0xf138"><i class="demo-icon 
icon-angle-circled-right">&#xf138;</i> <span 
class="i-name">icon-angle-circled-right</span><span 
class="i-code">0xf138</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf139"><i class="demo-icon 
icon-angle-circled-up">&#xf139;</i> <span 
class="i-name">icon-angle-circled-up</span><span 
class="i-code">0xf139</span></div>
+        <div class="the-icons span3" title="Code: 0xf13a"><i class="demo-icon 
icon-angle-circled-down">&#xf13a;</i> <span 
class="i-name">icon-angle-circled-down</span><span 
class="i-code">0xf13a</span></div>
+        <div class="the-icons span3" title="Code: 0xf13e"><i class="demo-icon 
icon-lock-open-alt">&#xf13e;</i> <span 
class="i-name">icon-lock-open-alt</span><span class="i-code">0xf13e</span></div>
+        <div class="the-icons span3" title="Code: 0xf142"><i class="demo-icon 
icon-ellipsis-vert">&#xf142;</i> <span 
class="i-name">icon-ellipsis-vert</span><span class="i-code">0xf142</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf160"><i class="demo-icon 
icon-sort-alt-up">&#xf160;</i> <span 
class="i-name">icon-sort-alt-up</span><span class="i-code">0xf160</span></div>
+        <div class="the-icons span3" title="Code: 0xf161"><i class="demo-icon 
icon-sort-alt-down">&#xf161;</i> <span 
class="i-name">icon-sort-alt-down</span><span class="i-code">0xf161</span></div>
+        <div class="the-icons span3" title="Code: 0xf171"><i class="demo-icon 
icon-bitbucket">&#xf171;</i> <span class="i-name">icon-bitbucket</span><span 
class="i-code">0xf171</span></div>
+        <div class="the-icons span3" title="Code: 0xf17c"><i class="demo-icon 
icon-linux">&#xf17c;</i> <span class="i-name">icon-linux</span><span 
class="i-code">0xf17c</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf192"><i class="demo-icon 
icon-dot-circled">&#xf192;</i> <span 
class="i-name">icon-dot-circled</span><span class="i-code">0xf192</span></div>
+        <div class="the-icons span3" title="Code: 0xf196"><i class="demo-icon 
icon-plus-squared-alt">&#xf196;</i> <span 
class="i-name">icon-plus-squared-alt</span><span 
class="i-code">0xf196</span></div>
+        <div class="the-icons span3" title="Code: 0xf1ac"><i class="demo-icon 
icon-fax">&#xf1ac;</i> <span class="i-name">icon-fax</span><span 
class="i-code">0xf1ac</span></div>
+        <div class="the-icons span3" title="Code: 0xf1de"><i class="demo-icon 
icon-sliders">&#xf1de;</i> <span class="i-name">icon-sliders</span><span 
class="i-code">0xf1de</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf1e0"><i class="demo-icon 
icon-share">&#xf1e0;</i> <span class="i-name">icon-share</span><span 
class="i-code">0xf1e0</span></div>
+        <div class="the-icons span3" title="Code: 0xf1ec"><i class="demo-icon 
icon-calc">&#xf1ec;</i> <span class="i-name">icon-calc</span><span 
class="i-code">0xf1ec</span></div>
+        <div class="the-icons span3" title="Code: 0xf1f7"><i class="demo-icon 
icon-bell-off-empty">&#xf1f7;</i> <span 
class="i-name">icon-bell-off-empty</span><span 
class="i-code">0xf1f7</span></div>
+        <div class="the-icons span3" title="Code: 0xf204"><i class="demo-icon 
icon-toggle-off">&#xf204;</i> <span class="i-name">icon-toggle-off</span><span 
class="i-code">0xf204</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf205"><i class="demo-icon 
icon-toggle-on">&#xf205;</i> <span class="i-name">icon-toggle-on</span><span 
class="i-code">0xf205</span></div>
+        <div class="the-icons span3" title="Code: 0xf267"><i class="demo-icon 
icon-safari">&#xf267;</i> <span class="i-name">icon-safari</span><span 
class="i-code">0xf267</span></div>
+        <div class="the-icons span3" title="Code: 0xf268"><i class="demo-icon 
icon-chrome">&#xf268;</i> <span class="i-name">icon-chrome</span><span 
class="i-code">0xf268</span></div>
+        <div class="the-icons span3" title="Code: 0xf269"><i class="demo-icon 
icon-firefox">&#xf269;</i> <span class="i-name">icon-firefox</span><span 
class="i-code">0xf269</span></div>
+      </div>
+      <div class="row">
+        <div class="the-icons span3" title="Code: 0xf4c5"><i class="demo-icon 
icon-calendar-1">&#xf4c5;</i> <span class="i-name">icon-calendar-1</span><span 
class="i-code">0xf4c5</span></div>
+        <div class="the-icons span3" title="Code: 0xf50d"><i class="demo-icon 
icon-search-1">&#xf50d;</i> <span class="i-name">icon-search-1</span><span 
class="i-code">0xf50d</span></div>
+      </div>
+    </div>
+    <div class="container footer">Generated by <a 
href="http://fontello.com";>fontello.com</a></div>
+  </body>
+</html>
\ No newline at end of file
diff --git a/html/css/font/fontello/font/fontello.eot 
b/html/css/font/fontello/font/fontello.eot
new file mode 100644
index 0000000..18d667c
Binary files /dev/null and b/html/css/font/fontello/font/fontello.eot differ
diff --git a/html/css/font/fontello/font/fontello.svg 
b/html/css/font/fontello/font/fontello.svg
new file mode 100644
index 0000000..bdca170
--- /dev/null
+++ b/html/css/font/fontello/font/fontello.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg xmlns="http://www.w3.org/2000/svg";>
+<metadata>Copyright (C) 2020 by original authors @ fontello.com</metadata>
+<defs>
+<font id="fontello" horiz-adv-x="1000" >
+<font-face font-family="fontello" font-weight="400" font-stretch="normal" 
units-per-em="1000" ascent="850" descent="-150" />
+<missing-glyph horiz-adv-x="1000" />
+<glyph glyph-name="check" unicode="&#xe741;" d="M786 
331v-177q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 
48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-6-5-13-5-1 0-5 1-13 3-25 
3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v141q0 8 5 
13l36 35q6 6 13 6 3 0 7-2 11-4 11-16z m129 273l-455-454q-13-14-31-14t-32 
14l-240 240q-14 13-14 31t14 32l61 62q14 13 32 13t32-13l147-147 361 361q13 13 31 
13t32-13l62-61q13-14 13-32t-13-32z" horiz-adv-x="928.6" />
+
+<glyph glyph-name="resize-small-1" unicode="&#xe746;" d="M66 672l114-116 73 74 
0-210-210 0 72 72-115 115z m0-644l-66 67 115 113-72 73 210 0 0-210-73 72z m513 
644l65-65-115-115 72-72-210 0 0 210 73-73z m-115-529l-73-72 0 210 210 0-72-73 
115-113-65-67z" horiz-adv-x="644" />
+
+<glyph glyph-name="logout" unicode="&#xe800;" d="M357 46q0-2 
1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 
0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 
27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 
304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 
25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="cancel-circled" unicode="&#xe801;" d="M641 224q0 14-10 
25l-101 101 101 101q10 11 10 25 0 15-10 26l-51 50q-10 11-25 11-15 
0-25-11l-101-101-101 101q-11 11-25 11-16 0-26-11l-50-50q-11-11-11-26 0-14 
11-25l101-101-101-101q-11-11-11-25 0-15 11-26l50-50q10-11 26-11 14 0 25 11l101 
101 101-101q10-11 25-11 15 0 25 11l51 50q10 11 10 26z m216 
126q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="cancel-circled2" unicode="&#xe802;" d="M612 
248l-81-82q-6-5-13-5t-13 5l-76 77-77-77q-5-5-13-5t-12 5l-82 82q-6 6-6 13t6 
13l76 76-76 77q-6 5-6 12t6 13l82 82q5 5 12 5t13-5l77-77 76 77q6 5 13 
5t13-5l81-82q6-5 6-13t-6-12l-76-77 76-76q6-6 6-13t-6-13z m120 102q0 83-41 
152t-110 111-152 41-153-41-110-111-41-152 41-152 110-111 153-41 152 41 110 111 
41 152z m125 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 
156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="eye" unicode="&#xe803;" d="M929 314q-85 132-213 197 34-58 
34-125 0-103-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 
187-182t242-68 243 68 186 182z m-402 215q0 11-8 19t-19 7q-70 
0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z 
m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 
128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" />
+
+<glyph glyph-name="upload" unicode="&#xe804;" d="M714 29q0 14-10 25t-25 
10-25-10-11-25 11-25 25-11 25 11 10 25z m143 0q0 14-10 25t-26 10-25-10-10-25 
10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-38t-38-16h-821q-23 0-38 16t-16 
38v179q0 22 16 38t38 15h238q12-31 39-51t62-20h143q34 0 61 20t40 51h238q22 0 
38-15t16-38z m-182 361q-9-22-33-22h-143v-250q0-15-10-25t-25-11h-143q-15 0-25 
11t-11 25v250h-143q-23 0-33 22-9 22 8 39l250 250q10 10 25 
10t25-10l250-250q18-17 8-39z" horiz-adv-x="928.6" />
+
+<glyph glyph-name="download" unicode="&#xe805;" d="M714 100q0 15-10 25t-25 
11-25-11-11-25 11-25 25-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 
10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 
37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z 
m-182 318q10-23-8-39l-250-250q-10-11-25-11t-25 11l-250 250q-17 16-8 39 10 21 33 
21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="attention" unicode="&#xe806;" d="M571 83v106q0 8-5 13t-12 
5h-108q-7 0-12-5t-5-13v-106q0-8 5-13t12-6h108q7 0 12 6t5 13z m-1 208l10 257q0 
6-5 10-7 6-14 6h-122q-6 0-14-6-5-4-5-12l9-255q0-5 6-9t13-3h103q8 0 14 3t5 9z 
m-7 522l428-786q20-35-1-70-9-17-26-26t-35-10h-858q-18 0-35 10t-26 26q-21 35-1 
70l429 786q9 17 26 27t36 10 36-10 27-27z" horiz-adv-x="1000" />
+
+<glyph glyph-name="search" unicode="&#xe807;" d="M680 
256c-55-55-126-83-197-83-65 0-129 23-182 
66l-51-125-130-130c-14-10-29-15-45-15-41 0-75 37-75 77 0 16 5 32 15 45l129 130 
126 51c-44 52-66 117-66 182 0 152 127 277 279 277 150 0 277-128 277-278 
0-72-26-144-80-197z m-319 75c34-33 78-50 122-50 92 0 170 77 170 172 0 93-79 
170-170 170-94 0-172-79-172-170 0-45 17-89 50-122z" horiz-adv-x="760" />
+
+<glyph glyph-name="mail" unicode="&#xe808;" d="M580 306l258-267-789 0 259 264 
135-127z m-517 355l760 0-380-362z m566-309l257 242 0-508z m-629-266l0 508 
259-243z" horiz-adv-x="886" />
+
+<glyph glyph-name="anchor" unicode="&#xe809;" d="M-1 202q0 8 5 13l102 123 
22-28 78-96q5-6 4-14t-7-12q-11-8-23 0l-23 19q16-60 63-101t113-54q6-1 11 0t10 7 
6 20v389q0 10-6 16t-11 7l-6 1h-40q-19 0-33 13t-14 34 14 33 33 13h42q2 1 3 1t5 2 
5 3 4 4 3 6 1 8v10q-31 14-49 43t-19 64q0 47 34 81t81 34 82-34 
34-81q0-36-19-64t-50-43v-10q0-5 1-8t4-6 4-4 5-3 4-1 3-2h43q19 0 
33-13t14-33q0-19-14-33t-33-14h-41q-2 0-6-1t-11-7-6-15v-390q0-13 6-20t11-7 10 
0q67 14 114 54t63 101l-23-19q-6-5-13-4t-13 7q-8 12 0 23l [...]
+
+<glyph glyph-name="resize-full-alt" unicode="&#xe80a;" d="M0-150l0 342 119-119 
278 277-276 275-121-121 0 346 342 0-119-119 277-277 275 275-121 121 346 0 
0-342-119 119-277-277 275-275 121 121 0-346-342 0 119 119-277 278-275-276 
121-121-346 0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="tag" unicode="&#xe80b;" d="M1000 714v-270l-595-595-405 405 
595 595h270z m-160-160q28 28 28 68t-28 67-67 28-68-28-28-67 28-68 68-28 67 28z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="cw" unicode="&#xe80c;" d="M408 760q168 0 
287-116t123-282l122 0-184-206-184 206 144 0q-4 124-94 210t-214 86q-126 
0-216-90t-90-218q0-126 90-216t216-90q104 0 182 60l70-76q-110-88-252-88-168 
0-288 120t-120 290 120 290 288 120z" horiz-adv-x="940" />
+
+<glyph glyph-name="edit" unicode="&#xe80d;" d="M496 189l64 65-85 
85-64-65v-31h53v-54h32z m245 402q-9 9-18 0l-196-196q-9-9 0-18t18 0l196 196q9 9 
0 18z m45-331v-106q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 
113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-8-8-18-4-13 3-25 
3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v70q0 7 5 
12l36 36q8 8 20 4t11-16z m-54 411l161-160-375-375h-161v160z m248-73l-51-52-161 
161 51 52q16 15 38 15t38-15l85-85q16-16 16- [...]
+
+<glyph glyph-name="attention-circled" unicode="&#xe80e;" d="M429 779q116 0 
215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 
156 216 58z m71-696v106q0 8-5 13t-12 5h-107q-8 0-13-5t-6-13v-106q0-8 
6-13t13-6h107q7 0 12 6t5 13z m-1 192l10 346q0 7-6 10-5 5-13 5h-123q-8 
0-13-5-6-3-6-10l10-346q0-6 5-10t14-4h103q8 0 13 4t6 10z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="trash-empty" unicode="&#xe80f;" d="M286 
439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z 
m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 
13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 
5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 
22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z 
m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79 
[...]
+
+<glyph glyph-name="doc" unicode="&#xe810;" d="M819 638q16-16 
27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 
16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z 
m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="calendar" unicode="&#xe811;" d="M71-79h161v161h-161v-161z 
m197 0h178v161h-178v-161z m-197 197h161v178h-161v-178z m197 
0h178v178h-178v-178z m-197 214h161v161h-161v-161z m411-411h179v161h-179v-161z 
m-214 411h178v161h-178v-161z m428-411h161v161h-161v-161z m-214 
197h179v178h-179v-178z m-196 482v161q0 7-6 12t-12 6h-36q-7 
0-12-6t-6-12v-161q0-7 6-13t12-5h36q7 0 12 5t6 13z m410-482h161v178h-161v-178z 
m-214 214h179v161h-179v-161z m214 0h161v161h-161v-161z m18 268v161q0 7-5 12t- 
[...]
+
+<glyph glyph-name="edit-1" unicode="&#xe812;" d="M90 589l0-593 444 0 0 262 90 
101 0-453-624 0 0 760 541 0-75-77-376 0z m749 180c35-34 32-88-3-124l-57-56 17 
75-63 64-74-17 56 57c35 35 90 35 124 1z m-219-99c0 3 65 20 75 23l1 1 67-69c-4 
0-23-75-23-75l-371-384-159-36-2 1 41 158z m-247-422l-45 46-35-6-23-22-10-40 
46-45 39 9 23 23z" horiz-adv-x="864" />
+
+<glyph glyph-name="resize-full" unicode="&#xe813;" d="M186 407l-113 116-73-73 
0 210 210 0-72-73 115-115z m0-114l67-66-115-114 72-72-210 0 0 210 73-73z m245 
114l-65 65 115 115-72 73 210 0 0-210-73 72z m115-229l73 73 0-210-210 0 72 
72-115 114 65 66z" horiz-adv-x="619" />
+
+<glyph glyph-name="up-bold" unicode="&#xe814;" d="M0 282l397 536 
394-536h-216v-401h-359v401h-216z" horiz-adv-x="791" />
+
+<glyph glyph-name="down-fat" unicode="&#xe815;" d="M5 538q13 23 53 
23h147v205q0 21 16 37t37 15h304q22 0 38-15t15-37v-205h147q40 0 
53-23t-7-54l-363-582q-1-2-5-6t-12-9-18-6-18 5-13 11l-4 5-363 582q-21 32-7 54z" 
horiz-adv-x="820.3" />
+
+<glyph glyph-name="cancel-circled2-1" unicode="&#xe816;" d="M0 350q0 207 147 
354t353 146 354-146 146-354-146-354-354-146-353 146-147 354z m109 0q0-162 
115-276t276-115 276 115 115 276-115 276-276 115-276-115-115-276z m145-137l137 
137-137 137 109 109 137-137 137 137 109-109-137-137 137-137-109-109-137 
137-137-137z" horiz-adv-x="1000" />
+
+<glyph glyph-name="upload-1" unicode="&#xe817;" d="M0 350q0 207 147 354t353 
146 354-146 146-354-146-354-354-146-353 146-147 354z m109 0q0-162 
115-276t276-115 276 115 115 276-115 276-276 115-276-115-115-276z m170 14l221 
207 221-207-123 0 0-223-196 0 0 223-123 0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="exclamation" unicode="&#xe818;" d="M0 350q0 207 147 354t353 
146 354-146 146-354-146-354-354-146-353 146-147 354z m318 402l79-550 207 0 78 
550-364 0z m77-696q0-44 31-76t76-32 76 32 31 76-31 76-76 33-76-33-31-76z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="down-open-1" unicode="&#xe819;" d="M0 526l148 148 352-351 
352 351 148-148-352-352-148-148-148 148z" horiz-adv-x="1000" />
+
+<glyph glyph-name="up-open-1" unicode="&#xe81a;" d="M0 174l352 352 148 148 
148-148 352-352-148-148-352 351-352-351z" horiz-adv-x="1000" />
+
+<glyph glyph-name="left-open-1" unicode="&#xe81b;" d="M0 350l148 149 352 351 
148-148-351-352 351-352-148-148-352 352z" horiz-adv-x="648" />
+
+<glyph glyph-name="right-open-1" unicode="&#xe81c;" d="M0-2l352 352-352 352 
148 148 352-351 148-149-148-148-352-352z" horiz-adv-x="648" />
+
+<glyph glyph-name="arrows-cw" unicode="&#xe81d;" d="M0-150l0 402 402 
0-160-160q108-107 258-107 125 0 222 75t130 192l138 
0q-35-173-173-288t-317-114q-207 0-353 146z m10 598q35 174 173 288t317 114q207 0 
354-146l146 146 0-402-402 0 160 160q-108 107-258 107-125 0-222-75t-130-192l-138 
0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="down-dir" unicode="&#xe81e;" d="M460 550l-230-400-230 400 
460 0z" horiz-adv-x="460" />
+
+<glyph glyph-name="up-dir" unicode="&#xe81f;" d="M0 150l230 400 230-400-460 
0z" horiz-adv-x="460" />
+
+<glyph glyph-name="cog" unicode="&#xe820;" d="M571 350q0 59-41 101t-101 
42-101-42-42-101 42-101 101-42 101 42 41 101z m286 
61v-124q0-7-4-13t-11-7l-104-16q-10-30-21-51 19-27 59-77 6-6 
6-13t-5-13q-15-21-55-61t-53-39q-7 0-14 5l-77 
60q-25-13-51-21-9-76-16-104-4-16-20-16h-124q-8 0-14 5t-6 12l-16 103q-27 9-50 
21l-79-60q-6-5-14-5-8 0-14 6-70 64-92 94-4 5-4 13 0 6 5 12 8 12 28 37t30 40q-15 
28-23 55l-102 15q-7 1-11 7t-5 13v124q0 7 5 13t10 7l104 16q8 25 22 51-23 32-60 
77-6 7-6 14 0 5 5 12 15 20 55 [...]
+
+<glyph glyph-name="cog-alt" unicode="&#xe821;" d="M500 350q0 59-42 101t-101 
42-101-42-42-101 42-101 101-42 101 42 42 101z m429-286q0 29-22 51t-50 
21-50-21-21-51q0-29 21-50t50-21 51 21 21 50z m0 572q0 29-22 50t-50 
21-50-21-21-50q0-30 21-51t50-21 51 21 21 51z 
m-215-235v-103q0-6-4-11t-8-6l-87-14q-6-19-18-42 19-27 50-64 4-6 4-11 
0-7-4-11-12-17-46-50t-43-33q-7 0-12 4l-64 
50q-21-11-43-17-6-60-13-87-4-13-17-13h-104q-6 0-11 4t-5 10l-13 85q-19 6-42 
18l-66-50q-4-4-11-4-6 0-12 4-80 75-80 90 0 5 4 1 [...]
+
+<glyph glyph-name="down-dir-1" unicode="&#xe822;" d="M571 
457q0-14-10-25l-250-250q-11-11-25-11t-25 11l-250 250q-11 11-11 25t11 25 25 
11h500q14 0 25-11t10-25z" horiz-adv-x="571.4" />
+
+<glyph glyph-name="up-dir-1" unicode="&#xe823;" d="M571 
171q0-14-10-25t-25-10h-500q-15 0-25 10t-11 25 11 26l250 250q10 10 25 
10t25-10l250-250q10-11 10-26z" horiz-adv-x="571.4" />
+
+<glyph glyph-name="down-open-2" unicode="&#xe824;" d="M939 
399l-414-413q-10-11-25-11t-25 11l-414 413q-11 11-11 26t11 25l93 92q10 11 25 
11t25-11l296-296 296 296q11 11 25 11t26-11l92-92q11-11 11-25t-11-26z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="right-open-2" unicode="&#xe825;" d="M618 
361l-414-415q-11-10-25-10t-25 10l-93 93q-11 11-11 25t11 25l296 297-296 296q-11 
11-11 25t11 25l93 93q10 11 25 11t25-11l414-414q10-11 10-25t-10-25z" 
horiz-adv-x="714.3" />
+
+<glyph glyph-name="left-open-2" unicode="&#xe826;" d="M654 682l-297-296 
297-297q10-10 10-25t-10-25l-93-93q-11-10-25-10t-25 10l-414 415q-11 10-11 25t11 
25l414 414q10 11 25 11t25-11l93-93q10-10 10-25t-10-25z" horiz-adv-x="714.3" />
+
+<glyph glyph-name="up-open-2" unicode="&#xe827;" d="M939 
107l-92-92q-11-10-26-10t-25 10l-296 297-296-297q-11-10-25-10t-25 10l-93 92q-11 
11-11 26t11 25l414 414q11 10 25 10t25-10l414-414q11-11 11-25t-11-26z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="plus" unicode="&#xe828;" d="M729 454q44 0 
74-31t31-73-31-73-74-30l-208 3 0-212q0-43-30-73t-75-31-73 31-30 73l3 
212-212-3q-44 0-74 30t-30 73 30 73 74 31l212 0-3 209q0 42 30 73t73 31 75-31 
30-73l0-209 208 0z" horiz-adv-x="834" />
+
+<glyph glyph-name="compass" unicode="&#xe829;" d="M0 350q0 207 146 353t354 146 
353-146 146-353-146-354-353-146-354 146-146 354z m125 0q0-154 110-265t265-110 
263 109q112 112 112 266t-111 264-264 111-265-111-110-264z m187-188l125 250 250 
125-125-250z" horiz-adv-x="1000" />
+
+<glyph glyph-name="resize-full-alt-1" unicode="&#xe82a;" d="M839 55l72 72 
0-224-223 0 72 72-184 185 79 79z m-749 591l-72-72 0 223 223 0-72-72 
184-184-79-79z m670 79l-72 72 223 0 0-223-72 72-184-184-79 79z 
m-407-565l-184-185 72-72-223 0 0 224 72-72 184 184z" horiz-adv-x="928" />
+
+<glyph glyph-name="tag-1" unicode="&#xe82b;" d="M0 483l0 287q2 31 24 54t52 
22l287 0q88-6 133-55l426-472q19-28 19-58t-19-52l-334-334q-25-21-57-21t-52 
21l-424 475q-55 64-55 133z m125 164q2-31 23-52t51-20q32 0 52 22t21 50q0 33-23 
54t-50 20q-33-2-53-23t-21-51z" horiz-adv-x="941" />
+
+<glyph glyph-name="edit-2" unicode="&#xe82c;" d="M0-150l0 818 188 182 521 0 
0-226 31 31 162-160-380-381-239-78 76 238 262 262 0 226-369 0 0-156-164 0 0-668 
533 0 0 143 88 87 0-318-709 0z m361 264l119 39-80 82z" horiz-adv-x="902" />
+
+<glyph glyph-name="compass-1" unicode="&#xe82d;" d="M0 349q0 188 134 322t322 
134 321-134 133-322-133-321-321-133-322 133-134 321z m63 1q0-162 
115-277t277-116 277 116 116 277-116 277-277 116-277-116-115-277z m138-234l186 
302 302 186 20-22-184-302-302-184z" horiz-adv-x="910" />
+
+<glyph glyph-name="cogs" unicode="&#xe82e;" d="M0 245l0 97 94 8q8 30 23 55l-60 
74 68 69 74-61q26 16 55 23l8 94 97 0 10-94q29-7 55-23l74 61 68-69-60-74q16-25 
23-55l94-8 0-97-94-10q-7-29-23-55l60-72-68-70-74 60q-26-15-55-23l-10-94-97 0-8 
94q-29 8-55 23l-74-60-68 70 60 72q-15 26-23 55z m221 49q0-37 26-64t64-26 63 26 
26 64-26 63-63 26-64-26-26-63z m318 238l8 72 70-2q8 22 20 39l-37 57 54 45 
49-49q20 10 41 14l14 66 72-8-2-68q22-8 39-22l57 39 45-54-49-49q10-20 
12-43l68-14-8-70-68 0q-8-20-22-37l [...]
+
+<glyph glyph-name="up" unicode="&#xe82f;" d="M0 264l391 586 390-586-211 0 
0-414-359 0 0 414-211 0z" horiz-adv-x="781" />
+
+<glyph glyph-name="thumbs-up" unicode="&#xe830;" d="M143 100q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m643 321q0 29-22 50t-50 22h-196q0 32 27 
89t26 89q0 55-17 81t-72 
27q-14-15-21-48t-17-70-33-61q-13-13-43-51-2-3-13-16t-18-23-19-24-22-25-22-19-22-15-20-6h-18v-357h18q7
 0 18-1t18-4 21-6 20-7 20-6 16-6q118-41 191-41h67q107 0 107 93 0 15-2 31 16 9 
26 30t10 41-10 38q29 28 29 67 0 14-5 31t-14 26q18 1 30 26t12 45z m71 
1q0-50-27-91 5-18 5-38 0-43-21-81 1-12 1-24 0-56-33-99 0-78-48-1 [...]
+
+<glyph glyph-name="lock" unicode="&#xe831;" d="M179 421h285v108q0 59-42 
101t-101 41-101-41-41-101v-108z m464-53v-322q0-22-16-37t-38-16h-535q-23 0-38 
16t-16 37v322q0 22 16 38t38 15h17v108q0 102 74 176t176 74 177-74 
73-176v-108h18q23 0 38-15t16-38z" horiz-adv-x="642.9" />
+
+<glyph glyph-name="lock-open" unicode="&#xe832;" d="M929 
529v-143q0-15-11-25t-25-11h-36q-14 0-25 11t-11 25v143q0 59-41 101t-101 
41-101-41-42-101v-108h53q23 0 38-15t16-38v-322q0-22-16-37t-38-16h-535q-23 0-38 
16t-16 37v322q0 22 16 38t38 15h375v108q0 103 73 176t177 74 176-74 74-176z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="thumbs-down" unicode="&#xe833;" d="M143 600q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m643-321q0 19-12 45t-30 26q8 10 14 27t5 
31q0 38-29 66 10 17 10 38 0 21-10 41t-26 30q2 16 2 31 0 47-27 70t-76 23h-71q-73 
0-191-41-3-1-16-5t-20-7-20-7-21-6-18-4-18-1h-18v-357h18q9 0 20-5t22-15 22-20 
22-25 19-24 18-22 13-17q30-38 43-51 23-24 33-61t17-70 21-48q54 0 72 27t17 81q0 
33-26 89t-27 89h196q28 0 50 22t22 50z m71-1q0-57-42-100t-101-42h-98q27-55 
27-107 0-66-20-104-19-39 [...]
+
+<glyph glyph-name="bell" unicode="&#xe834;" d="M509-96q0 8-9 8-33 0-57 24t-23 
57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-372 160h726q-149 168-149 465 0 
28-13 58t-39 58-67 45-95 17-95-17-67-45-39-58-13-58q0-297-149-465z m827 
0q0-29-21-50t-50-21h-250q0-59-42-101t-101-42-101 42-42 101h-250q-29 0-50 21t-21 
50q28 24 51 49t47 67 42 89 27 115 11 145q0 84 66 157t171 89q-5 10-5 21 0 23 16 
38t38 16 38-16 16-38q0-11-5-21 106-16 171-89t66-157q0-78 11-145t28-115 41-89 
48-67 50-49z" horiz-adv-x="1000" />
+
+<glyph glyph-name="resize-small" unicode="&#xe835;" d="M429 
314v-250q0-14-11-25t-25-10-25 10l-81 81-185-186q-5-5-13-5t-12 5l-64 64q-6 6-6 
13t6 13l185 185-80 80q-11 11-11 25t11 25 25 11h250q14 0 25-11t11-25z m421 
375q0-7-6-12l-185-186 80-80q11-11 11-25t-11-25-25-11h-250q-14 0-25 11t-10 
25v250q0 14 10 25t25 10 25-10l81-80 185 185q6 5 13 5t13-5l63-64q6-5 6-13z" 
horiz-adv-x="857.1" />
+
+<glyph glyph-name="resize-full-1" unicode="&#xe836;" d="M421 
261q0-7-5-13l-185-185 80-81q10-10 10-25t-10-25-25-11h-250q-15 0-25 11t-11 
25v250q0 15 11 25t25 11 25-11l80-80 186 185q5 6 12 6t13-6l64-63q5-6 5-13z m436 
482v-250q0-15-10-25t-26-11-25 11l-80 80-185-185q-6-6-13-6t-13 6l-64 64q-5 5-5 
12t5 13l186 185-81 81q-10 10-10 25t10 25 25 11h250q15 0 26-11t10-25z" 
horiz-adv-x="857.1" />
+
+<glyph glyph-name="right-hand" unicode="&#xe837;" d="M143 100q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m786 321q0 29-22 50t-50 22h-321q0 11 8 
27t19 31 18 38 8 47q0 37-24 54t-65 17q-13 
0-50-77-14-25-21-37-22-35-62-81-40-45-57-59-38-32-78-32h-18v-357h18q40 0 
93-18t108-35 101-18q105 0 105 93 0 15-3 31 17 9 27 30t9 41-10 38q30 28 30 67 0 
14-6 31t-14 26h185q29 0 50 21t22 50z m71 1q0-59-42-101t-101-42h-94q-2-35-21-67 
2-12 2-24 0-56-34-99 1-78-47-123t-127-45q-74 0-179 39-92 33-125 [...]
+
+<glyph glyph-name="left-hand" unicode="&#xe838;" d="M768 64h18v357h-18q-20 
0-38 7t-35 21-28 25-27 31q-4 5-7 7-40 46-62 81-8 13-21 38-1 2-6 13t-10 20-12 
20-12 17-10 6q-40 0-64-17t-25-54q0-24 8-47t19-38 18-31 8-27h-321q-28 
0-50-22t-22-50q0-29 22-50t50-21h185q-9-9-14-26t-6-31q0-39 
30-67-10-18-10-38t9-41 27-30q-2-13-2-31 0-47 27-70t75-23q47 0 102 18t109 35 93 
18z m161 36q0 15-11 25t-25 11-25-11-11-25 11-25 25-11 25 11 11 25z m71 
321v-357q0-29-21-50t-50-21h-161q-33 0-125-33-106-39-176-39-80 0 [...]
+
+<glyph glyph-name="up-hand" unicode="&#xe839;" d="M714-43q0 15-10 25t-25 
11-25-11-11-25 11-25 25-11 25 11 10 25z m72 427q0 105-93 105-15 0-32-3-9 17-29 
27t-41 9-38-10q-28 30-67 30-14 0-31-6t-26-14v185q0 29-22 50t-50 22q-28 
0-50-22t-21-50v-321q-11 0-27 8t-31 19-38 18-47 8q-37 0-55-24t-17-65q0-13 78-50 
25-14 36-21 36-22 81-62 45-40 59-57 32-38 32-78v-18h357v18q0 40 18 93t36 108 18 
101z m71 2q0-74-38-179-33-92-33-125v-161q0-29-21-50t-51-21h-357q-29 0-50 21t-21 
50v161q0 6-3 12t-8 13-10 13-12 [...]
+
+<glyph glyph-name="tags-3" unicode="&#xe839;" d="M1011 502q30-32 
30-74t-30-73l-56-56 5-5q30-31 29-74t-30-73l-364-366q-30-30-74-30t-73 30q-227 
227-342 338-106 106-106 258 0 102 54 188-8 165 105 278 106 106 257 106 153 0 
259-106z m-490-647l364 365-336 340q-76 77-184 77-109 0-185-77t-76-183 
76-184q115-111 341-338z m102 779l258-261 57 56-337 340q-76 76-185 76-107 
0-183-76-35-35-54-79 86 52 186 52 150 0 258-108z m-258-179q-32 0-56-23t-23-55 
23-55 56-23 55 23 23 55-23 55-55 23z m0 52q54 0 92-3 [...]
+
+<glyph glyph-name="down-hand" unicode="&#xe83a;" d="M786 314q0 47-18 102t-36 
109-18 
93v18h-357v-18q0-20-7-38t-20-35-26-28-30-27q-5-4-8-7-45-40-81-62-12-8-38-21-1-1-12-6t-20-10-20-12-17-12-7-10q0-40
 17-64t55-25q24 0 47 8t38 19 31 18 27 8v-321q0-28 21-50t50-22q29 0 50 22t22 
50v185q25-20 57-20 39 0 67 30 17-10 38-10t41 9 29 27q14-2 32-2 47 0 70 27t23 
75z m-72 429q0 14-10 25t-25 11-25-11-11-25 11-25 25-11 25 11 10 25z 
m143-426q0-80-43-129t-121-48l-3 0q-43-34-100-34-12 0-24 2-30-17-66-21v-94q [...]
+
+<glyph glyph-name="eye-off" unicode="&#xe83b;" d="M310 105l43 79q-48 35-76 
88t-27 114q0 67 34 125-128-65-213-197 94-144 239-209z m217 424q0 11-8 19t-19 
7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 
19z m202 106q0-4 0-5-59-105-176-316t-176-316l-28-50q-5-9-15-9-7 0-75 39-9 6-9 
16 0 7 25 49-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 
0 100-10l31 54q5 9 15 9 3 0 10-3t18-9 18-10 18-10 10-7q9-5 9-15z 
m21-249q0-78-44-142t-117-91l157 280q4-25  [...]
+
+<glyph glyph-name="arrows-cw-1" unicode="&#xe83c;" d="M843 261q0-3 
0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 
25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 
0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 
446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 
0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 
243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-1 [...]
+
+<glyph glyph-name="resize-small-alt" unicode="&#xe83d;" d="M648 88l-72-72 0 
223 223 0-72-72 184-185-79-79z m-448 447l-182 183 79 79 183-182 73 
70-1-222-222-1z m-182-553l184 185-72 72 223 0 0-223-72 72-184-185z m782 
480l-224 0 0 225 73-72 183 182 79-79-183-183z" horiz-adv-x="928" />
+
+<glyph glyph-name="tags" unicode="&#xe83e;" d="M250 600q0 30-21 51t-50 
20-51-20-21-51 21-50 51-21 50 21 21 50z 
m595-321q0-30-20-51l-274-274q-22-21-51-21-30 0-50 21l-399 399q-21 21-36 57t-15 
65v232q0 29 21 50t50 22h233q29 0 65-15t57-36l399-399q20-21 20-50z m215 
0q0-30-21-51l-274-274q-22-21-51-21-20 0-33 8t-29 25l262 262q21 21 21 51 0 29-21 
50l-399 399q-21 21-57 36t-65 15h125q29 0 65-15t57-36l399-399q21-21 21-50z" 
horiz-adv-x="1071.4" />
+
+<glyph glyph-name="tags-4" unicode="&#xe83f;" d="M0 460l0 240q2 27 21 46t43 
19l241 0q43 0 88-28l377-414q17-23 17-48t-17-44l-280-277q-21-18-47-19t-43 
19l-355 397q-45 54-45 109z m104 138q0-25 17-42 22-20 46-19t42 19q18 19 18 
44t-18 43q-20 18-45 17t-43-17q-17-21-17-45z m316 165l92 0q72-4 
109-45l356-397q17-21 17-48t-17-44l-280-277q-60-35-95 8l271 271q18 22 18 47t-18 
45l-318 356q-24 31-71 56t-64 28z" horiz-adv-x="994" />
+
+<glyph glyph-name="down-open" unicode="&#xf004;" d="M0 533q0 25 18 43t44 18 
42-18l305-303 304 303q18 18 43 18t43-18q18-18 18-43t-18-43l-390-391-391 391q-18 
19-18 43z" horiz-adv-x="817.4" />
+
+<glyph glyph-name="up-open" unicode="&#xf005;" d="M0 167q0 26 18 43l391 391 
390-391q17-17 17-43 0-26-17-44-18-17-44-17t-43 17l-303 
305-305-305q-18-17-43-17t-43 17q-18 18-18 44z" horiz-adv-x="816.9" />
+
+<glyph glyph-name="right-open" unicode="&#xf006;" d="M0 0q0 25 18 43l305 
304-305 304q-18 18-18 44t18 43 44 18 43-18l390-391-390-391q-19-18-43-18t-44 
18q-18 18-18 44z" horiz-adv-x="495.1" />
+
+<glyph glyph-name="left-open" unicode="&#xf007;" d="M0 353l391 391q18 18 43 18 
24 0 43-18 18-18 18-44t-18-43l-304-304 304-305q18-17 
18-43t-18-43q-18-18-43-18t-43 18z" horiz-adv-x="495.1" />
+
+<glyph glyph-name="move" unicode="&#xf047;" d="M1000 
350q0-14-11-25l-142-143q-11-11-26-11t-25 11-10 25v72h-215v-215h72q14 0 
25-10t11-25-11-25l-143-143q-10-11-25-11t-25 11l-143 143q-11 10-11 25t11 25 25 
10h72v215h-215v-72q0-14-10-25t-25-11-25 11l-143 143q-11 11-11 25t11 25l143 
143q10 11 25 11t25-11 10-25v-72h215v215h-72q-14 0-25 10t-11 25 11 26l143 142q11 
11 25 11t25-11l143-142q11-11 11-26t-11-25-25-10h-72v-215h215v72q0 14 10 25t25 
11 26-11l142-143q11-10 11-25z" horiz-adv-x="1000" />
+
+<glyph glyph-name="info-circled-alt" unicode="&#xf086;" d="M0 350q0 95 37 
182t100 149 149 100 183 37q95 0 182-37t149-100 100-149 
37-182q0-95-37-182t-100-150-149-100-182-37q-96 0-183 37t-149 100-100 150-37 
182z m117 0q0-71 28-137t75-112 112-75 137-28 136 28 112 75 75 112 28 137-28 
136-75 112-112 75-136 28-137-28-112-75-75-112-28-136z m281 170q0 28 20 45t51 
17q32 0 51-17t19-45-19-46-51-17q-32 0-51 17t-20 46z m5-402v299h132v-299h-132z" 
horiz-adv-x="937.5" />
+
+<glyph glyph-name="link-ext" unicode="&#xf08e;" d="M786 
332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 
48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 
27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 
482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 
12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="check-empty" unicode="&#xf096;" d="M625 707h-464q-37 
0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v464q0 37-26 63t-63 
26z m161-89v-464q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 
113t114 48h464q66 0 114-48t47-113z" horiz-adv-x="785.7" />
+
+<glyph glyph-name="comment-empty" unicode="&#xf0e5;" d="M500 636q-114 
0-213-39t-157-105-59-142q0-62 40-119t113-98l48-28-15-53q-13-51-39-97 85 36 154 
96l24 21 32-3q38-5 72-5 114 0 213 39t157 105 59 142-59 142-157 105-213 39z 
m500-286q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12h-3q-8 
0-15 6t-9 15v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 
15 42q-88 50-138 123t-51 157q0 97 67 179t182 130 251 48 251-48 182-130 67-179z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="doc-text" unicode="&#xf0f6;" d="M819 638q16-16 
27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 
16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z 
m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-572 483q0 7 5 12t13 
5h393q8 0 13-5t5-12v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36z m411-125q8 0 
13-5t5-13v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36q0 8 5 13t13 5h393z 
m0-143q8 0 13-5t5-13v-36q0-8-5-13t-13-5h-393q [...]
+
+<glyph glyph-name="plus-squared" unicode="&#xf0fe;" d="M714 314v72q0 14-10 
25t-25 10h-179v179q0 15-11 25t-25 11h-71q-15 0-25-11t-11-25v-179h-178q-15 
0-25-10t-11-25v-72q0-14 11-25t25-10h178v-179q0-14 11-25t25-11h71q15 0 25 11t11 
25v179h179q14 0 25 10t10 25z m143 304v-536q0-66-47-113t-114-48h-535q-67 0-114 
48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" 
/>
+
+<glyph glyph-name="angle-circled-left" unicode="&#xf137;" d="M507 72l57 57q11 
10 11 25t-11 25l-171 171 171 171q11 11 11 25t-11 26l-57 57q-10 10-25 
10t-25-10l-253-254q-11-10-11-25t11-25l253-253q11-11 25-11t25 11z m350 
278q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-right" unicode="&#xf138;" d="M400 72l254 
253q10 11 10 25t-10 25l-254 254q-10 10-25 
10t-25-10l-57-57q-11-11-11-26t11-25l171-171-171-171q-11-11-11-25t11-25l57-57q11-11
 25-11t25 11z m457 278q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 
215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-up" unicode="&#xf139;" d="M650 214l57 57q11 
11 11 25t-11 26l-253 253q-11 11-25 
11t-25-11l-254-253q-10-11-10-26t10-25l57-57q11-10 25-10t25 10l172 172 
171-172q11-10 25-10t25 10z m207 136q0-117-57-215t-156-156-215-58-216 58-155 
156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-down" unicode="&#xf13a;" d="M454 125l253 
254q11 10 11 25t-11 25l-57 57q-10 10-25 10t-25-10l-171-172-172 172q-10 10-25 
10t-25-10l-57-57q-10-11-10-25t10-25l254-254q10-10 25-10t25 10z m403 
225q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="lock-open-alt" unicode="&#xf13e;" d="M589 421q23 0 
38-15t16-38v-322q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v322q0 22 16 38t38 
15h17v179q0 103 74 177t176 73 177-73 73-177q0-14-10-25t-25-11h-36q-14 0-25 
11t-11 25q0 59-42 101t-101 42-101-42-41-101v-179h410z" horiz-adv-x="642.9" />
+
+<glyph glyph-name="ellipsis-vert" unicode="&#xf142;" d="M214 
154v-108q0-22-15-37t-38-16h-107q-23 0-38 16t-16 37v108q0 22 16 38t38 15h107q22 
0 38-15t15-38z m0 285v-107q0-22-15-38t-38-15h-107q-23 0-38 15t-16 38v107q0 23 
16 38t38 16h107q22 0 38-16t15-38z m0 286v-107q0-22-15-38t-38-16h-107q-23 0-38 
16t-16 38v107q0 22 16 38t38 16h107q22 0 38-16t15-38z" horiz-adv-x="214.3" />
+
+<glyph glyph-name="sort-alt-up" unicode="&#xf160;" d="M411 
46q0-6-6-13l-178-178q-5-5-13-5-6 0-12 5l-179 179q-8 9-4 19 4 11 17 11h107v768q0 
8 5 13t13 5h107q8 0 13-5t5-13v-768h107q8 0 13-5t5-13z 
m589-71v-107q0-8-5-13t-13-5h-464q-8 0-13 5t-5 13v107q0 8 5 13t13 5h464q8 0 
13-5t5-13z m-107 286v-107q0-8-5-13t-13-5h-357q-8 0-13 5t-5 13v107q0 8 5 13t13 
5h357q8 0 13-5t5-13z m-107 285v-107q0-7-5-12t-13-6h-250q-8 0-13 6t-5 12v107q0 8 
5 13t13 5h250q8 0 13-5t5-13z m-107 286v-107q0-8-5-13t-13-5h-143q-8 [...]
+
+<glyph glyph-name="sort-alt-down" unicode="&#xf161;" 
d="M679-25v-107q0-8-5-13t-13-5h-143q-8 0-13 5t-5 13v107q0 8 5 13t13 5h143q8 0 
13-5t5-13z m-268 71q0-6-6-13l-178-178q-5-5-13-5-6 0-12 5l-179 179q-8 9-4 19 4 
11 17 11h107v768q0 8 5 13t13 5h107q8 0 13-5t5-13v-768h107q8 0 13-5t5-13z m375 
215v-107q0-8-5-13t-13-5h-250q-8 0-13 5t-5 13v107q0 8 5 13t13 5h250q8 0 
13-5t5-13z m107 285v-107q0-7-5-12t-13-6h-357q-8 0-13 6t-5 12v107q0 8 5 13t13 
5h357q8 0 13-5t5-13z m107 286v-107q0-8-5-13t-13-5h-464q-8 [...]
+
+<glyph glyph-name="bitbucket" unicode="&#xf171;" d="M455 
371q4-35-28-57t-63-3q-21 9-29 32t-1 46 29 32q20 11 41 7t36-20 15-37z m62 11q-8 
60-63 92t-110 7q-35-15-56-49t-20-72q3-51 44-87t92-31q51 4 85 47t28 93z m133 
303q-11 15-31 25t-32 12-40 7q-162 26-316-1-24-4-37-7t-30-12-28-24q16-16 
42-26t41-12 49-6q127-16 250-1 35 5 50 7t40 12 42 26z 
m32-578q-4-14-9-42t-7-47-16-39-33-32q-48-27-106-40t-112-12-113 10q-25 5-45 
10t-43 15-41 25-29 34q-14 54-31 163l3 9 10 5q124-83 283-83t283 83q12-3 
13-13t-3- [...]
+
+<glyph glyph-name="linux" unicode="&#xf17c;" d="M370 621q-6-1-9-6t-4-5q-3-1-3 
2 0 7 10 9h6z m49-8q-3-1-7 4t-10 2q14 6 18-1 2-3-1-5z m-196-238q-3 
0-4-2t-2-7-3-8-6-7q-5-6 0-7 2 0 7 4t7 10q0 2 1 4t1 4 1 2 0 2v2t-1 1-1 2z 
m477-201q0 10-31 24 2 8 4 15t3 15 2 12 0 12 0 11-2 12-3 12-2 14-4 14q-5 27-26 
58t-40 42q13-11 32-47 48-90 30-155-6-22-28-23-17-2-21 10t-5 47-6 60q-5 21-11 
38t-11 25-9 14-7 8-4 4q-8 35-17 58t-17 31-13 19-8 22q-3 12 3 30t2 27-24 14q-9 
2-25 10t-20 9q-4 1-6 15t4 28 20 15q21 2 2 [...]
+
+<glyph glyph-name="dot-circled" unicode="&#xf192;" d="M571 
350q0-59-41-101t-101-42-101 42-42 101 42 101 101 42 101-42 41-101z m-142 
304q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 
152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 
58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="plus-squared-alt" unicode="&#xf196;" d="M643 
404v-36q0-8-5-13t-13-5h-196v-196q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v196h-196q-8 
0-13 5t-5 13v36q0 7 5 12t13 5h196v197q0 8 5 13t13 5h36q8 0 13-5t5-13v-197h196q8 
0 13-5t5-12z m71-250v464q0 37-26 63t-63 26h-464q-37 0-63-26t-27-63v-464q0-37 
27-63t63-27h464q37 0 63 27t26 63z m72 464v-464q0-67-47-114t-114-47h-464q-67 
0-114 47t-47 114v464q0 66 47 113t114 48h464q66 0 114-48t47-113z" 
horiz-adv-x="785.7" />
+
+<glyph glyph-name="fax" unicode="&#xf1ac;" d="M161 636q37 0 
63-26t26-64v-607q0-37-26-63t-63-26h-72q-36 0-63 26t-26 63v607q0 37 26 64t63 
26h72z m768-91q32-19 52-52t19-72v-428q0-59-42-101t-101-42h-482q-37 0-63 26t-26 
63v857q0 23 15 38t38 16h375q23 0 49-11t43-27l85-85q15-15 26-42t12-49v-91z 
m-411-552v71q0 8-5 13t-13 5h-71q-8 0-13-5t-5-13v-71q0-8 5-13t13-5h71q8 0 13 5t5 
13z m0 143v71q0 8-5 13t-13 5h-71q-8 0-13-5t-5-13v-71q0-8 5-13t13-5h71q8 0 13 
5t5 13z m0 143v71q0 8-5 13t-13 5h-71q-8 0-13-5 [...]
+
+<glyph glyph-name="sliders" unicode="&#xf1de;" d="M196 64v-71h-196v71h196z 
m197 72q14 0 25-11t11-25v-143q0-14-11-25t-25-11h-143q-14 0-25 11t-11 25v143q0 
15 11 25t25 11h143z m89 214v-71h-482v71h482z m-357 286v-72h-125v72h125z 
m732-572v-71h-411v71h411z m-536 643q15 0 
26-10t10-26v-142q0-15-10-25t-26-11h-142q-15 0-25 11t-11 25v142q0 15 11 26t25 
10h142z m358-286q14 0 25-10t10-25v-143q0-15-10-25t-25-11h-143q-15 0-25 11t-11 
25v143q0 14 11 25t25 10h143z m178-71v-71h-125v71h125z m0 286v-72h-482v7 [...]
+
+<glyph glyph-name="share" unicode="&#xf1e0;" d="M679 279q74 0 
126-53t52-126-52-126-126-53-127 53-52 126q0 7 1 19l-201 100q-51-48-121-48-75 
0-127 53t-52 126 52 126 127 53q70 0 121-48l201 100q-1 12-1 19 0 74 52 126t127 
53 126-53 52-126-52-126-126-53q-71 0-122 48l-201-100q1-12 1-19t-1-19l201-100q51 
48 122 48z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="calc" unicode="&#xf1ec;" d="M214-7q0 29-21 50t-50 
21-51-21-21-50 21-51 51-21 50 21 21 51z m215 0q0 29-21 50t-51 21-50-21-21-50 
21-51 50-21 51 21 21 51z m-215 214q0 30-21 51t-50 21-51-21-21-51 21-50 51-21 50 
21 21 50z m429-214q0 29-21 50t-51 21-50-21-21-50 21-51 50-21 51 21 21 51z m-214 
214q0 30-21 51t-51 21-50-21-21-51 21-50 50-21 51 21 21 50z m-215 214q0 30-21 
51t-50 21-51-21-21-51 21-50 51-21 50 21 21 50z m429-214q0 30-21 51t-51 
21-50-21-21-51 21-50 50-21 51 21 21 50 [...]
+
+<glyph glyph-name="bell-off-empty" unicode="&#xf1f7;" d="M580-96q0 8-9 8-32 
0-56 24t-24 57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-299 265l489 424q-23 
49-74 82t-125 32q-51 0-94-17t-68-45-38-58-14-58q0-215-76-360z 
m755-105q0-29-21-50t-51-21h-250q0-59-42-101t-101-42-100 42-42 100l83 72h422q-92 
105-126 256l61 55q35-199 167-311z m48 777l47-53q4-6 
4-14t-6-12l-1045-905q-5-5-13-4t-12 6l-47 53q-4 6-4 14t6 12l104 90q-11 17-11 36 
28 24 51 49t47 67 42 89 28 115 11 145q0 84 65 157t171 89q-4 10-4 21 [...]
+
+<glyph glyph-name="toggle-off" unicode="&#xf204;" d="M643 350q0 58-23 111t-61 
91-91 61-111 23-111-23-91-61-61-91-23-111 23-111 61-91 91-61 111-23 111 23 91 
61 61 91 23 111z m428 0q0 58-22 111t-61 91-91 61-111 23h-216q67-50 
106-125t38-161-38-161-106-125h216q58 0 111 23t91 61 61 91 22 111z m72 
0q0-72-29-139t-76-113-114-77-138-28h-429q-72 0-138 28t-114 77-76 113-29 139 29 
139 76 114 114 76 138 28h429q72 0 138-28t114-76 76-114 29-139z" 
horiz-adv-x="1142.9" />
+
+<glyph glyph-name="toggle-on" unicode="&#xf205;" d="M0 350q0 73 29 139t76 114 
114 76 138 28h429q72 0 138-28t114-76 76-114 
29-139-29-139-76-113-114-77-138-28h-429q-72 0-138 28t-114 77-76 113-29 139z 
m786-286q58 0 111 23t91 61 61 91 22 111-22 111-61 91-91 61-111 
23-111-23-91-61-61-91-23-111 23-111 61-91 91-61 111-23z" horiz-adv-x="1142.9" />
+
+<glyph glyph-name="safari" unicode="&#xf267;" d="M530 
352q0-15-10-25t-23-11q-14 0-25 9t-10 23q0 15 9 25t23 11 25-9 11-23z m8-33l195 
325q-5-5-37-35t-70-65-77-71-65-62-28-29l-195-323q4 4 38 34t70 65 76 71 65 62 28 
28z m361 31q0-112-58-207-2 1-9 6t-15 9-9 5q-8 0-8-8 0-5 
33-24-41-63-103-107t-135-61l-8 37q-1 6-9 6-3 0-4-3t-1-6l9-38q-41-8-82-8-111 
0-208 59 1 1 8 11t12 19 5 10q0 8-7 8-4 0-10-8t-12-20-8-13q-63 42-107 105t-61 
137l38 8q6 2 6 8 0 3-3 5t-6 1l-38-9q-8 41-8 78 0 115 61 212 1-1 10-7t17 [...]
+
+<glyph glyph-name="chrome" unicode="&#xf268;" d="M498 850q134 1 252-67 130-75 
196-208l-414 22q-89 5-164-41t-103-128l-154 236q72 89 174 137t213 49z 
m-416-226l188-370q40-80 117-121t164-25l-129-252q-118 19-214 88t-152 176-56 
230q0 149 82 274z m885-94q32-84 
33-174t-27-170-86-152-137-117q-128-74-278-66l226 347q49 73 46 162t-59 155z 
m-467-11q70 0 119-50t50-119-50-119-119-49-119 49-49 119 49 119 119 50z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="firefox" unicode="&#xf269;" d="M504-150q-158 0-282 84t-183 
222q-33 74-38 168t15 186 62 174 100 135l-7-156q7 7 38 8t39-8q24 45 90 77t131 
32q-30-25-67-82t-33-92q14-4 35-7t36-4 37-3 29-1q8-3 
5-26t-17-42q-3-4-9-10t-32-20-56-19l8-105-77 37q-10-24-5-45t21-38 36-23 45-3q29 
5 55 19t47 25 41 10q34-2 
50-19t10-36q0-1-1-3t-5-7-10-9-17-5-26-1q-34-53-81-76t-117-16q41-34 91-46t94-3 
86 29 71 48 45 58q24 51 22 108t-21 105-44 70q49-21 77-45t43-62q8 95-32 191t-117 
159q148-43 230-156t84-2 [...]
+
+<glyph glyph-name="calendar-1" unicode="&#xf4c5;" d="M0-31v761q0 37 26 62t62 
26h762q36 0 61-26t26-62v-761q0-36-26-62t-61-26h-762q-36 0-62 26t-26 62z m88 
0h762v527h-762v-527z m60 59v175h176v-175h-176z m0 234v176h176v-176h-176z 
m235-234v175h175v-175h-175z m0 234v176h175v-176h-175z 
m234-234v175h176v-175h-176z m0 234v176h176v-176h-176z" horiz-adv-x="937.5" />
+
+<glyph glyph-name="search-1" unicode="&#xf50d;" d="M11 375q-23 87 0 173t87 
150q48 49 110 74t128 25q65 0 127-25t110-74q52-52 77-119t21-137-36-132q28-8 
49-29l174-173q35-35 35-85t-35-85q-35-35-85-35t-85 35l-173 174q-22 20-30 
49-70-35-149-35-66 0-128 25t-110 73q-64 64-87 151z m101 86q0-93 65-158 66-65 
159-65 92 0 157 65t66 158-66 158q-66 66-157 66-92 0-159-66-65-65-65-158z" 
horiz-adv-x="892.6" />
+</font>
+</defs>
+</svg>
\ No newline at end of file
diff --git a/html/css/font/fontello/font/fontello.ttf 
b/html/css/font/fontello/font/fontello.ttf
new file mode 100644
index 0000000..cbb3370
Binary files /dev/null and b/html/css/font/fontello/font/fontello.ttf differ
diff --git a/html/css/font/fontello/font/fontello.woff 
b/html/css/font/fontello/font/fontello.woff
new file mode 100644
index 0000000..100f0a3
Binary files /dev/null and b/html/css/font/fontello/font/fontello.woff differ
diff --git a/html/css/font/fontello/font/fontello.woff2 
b/html/css/font/fontello/font/fontello.woff2
new file mode 100644
index 0000000..5bba9db
Binary files /dev/null and b/html/css/font/fontello/font/fontello.woff2 differ
diff --git a/html/css/font/fontello/fontello.eot 
b/html/css/font/fontello/fontello.eot
new file mode 100644
index 0000000..18d667c
Binary files /dev/null and b/html/css/font/fontello/fontello.eot differ
diff --git a/html/css/font/fontello/fontello.svg 
b/html/css/font/fontello/fontello.svg
new file mode 100644
index 0000000..bdca170
--- /dev/null
+++ b/html/css/font/fontello/fontello.svg
@@ -0,0 +1,214 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg xmlns="http://www.w3.org/2000/svg";>
+<metadata>Copyright (C) 2020 by original authors @ fontello.com</metadata>
+<defs>
+<font id="fontello" horiz-adv-x="1000" >
+<font-face font-family="fontello" font-weight="400" font-stretch="normal" 
units-per-em="1000" ascent="850" descent="-150" />
+<missing-glyph horiz-adv-x="1000" />
+<glyph glyph-name="check" unicode="&#xe741;" d="M786 
331v-177q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 
48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-6-5-13-5-1 0-5 1-13 3-25 
3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v141q0 8 5 
13l36 35q6 6 13 6 3 0 7-2 11-4 11-16z m129 273l-455-454q-13-14-31-14t-32 
14l-240 240q-14 13-14 31t14 32l61 62q14 13 32 13t32-13l147-147 361 361q13 13 31 
13t32-13l62-61q13-14 13-32t-13-32z" horiz-adv-x="928.6" />
+
+<glyph glyph-name="resize-small-1" unicode="&#xe746;" d="M66 672l114-116 73 74 
0-210-210 0 72 72-115 115z m0-644l-66 67 115 113-72 73 210 0 0-210-73 72z m513 
644l65-65-115-115 72-72-210 0 0 210 73-73z m-115-529l-73-72 0 210 210 0-72-73 
115-113-65-67z" horiz-adv-x="644" />
+
+<glyph glyph-name="logout" unicode="&#xe800;" d="M357 46q0-2 
1-11t0-14-2-14-5-11-12-3h-178q-67 0-114 47t-47 114v392q0 67 47 114t114 47h178q8 
0 13-5t5-13q0-2 1-11t0-15-2-13-5-11-12-3h-178q-37 0-63-26t-27-64v-392q0-37 
27-63t63-27h174t6 0 7-2 4-3 4-5 1-8z m518 
304q0-14-11-25l-303-304q-11-10-25-10t-25 10-11 25v161h-250q-14 0-25 11t-11 
25v214q0 15 11 25t25 11h250v161q0 14 11 25t25 10 25-10l303-304q11-10 11-25z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="cancel-circled" unicode="&#xe801;" d="M641 224q0 14-10 
25l-101 101 101 101q10 11 10 25 0 15-10 26l-51 50q-10 11-25 11-15 
0-25-11l-101-101-101 101q-11 11-25 11-16 0-26-11l-50-50q-11-11-11-26 0-14 
11-25l101-101-101-101q-11-11-11-25 0-15 11-26l50-50q10-11 26-11 14 0 25 11l101 
101 101-101q10-11 25-11 15 0 25 11l51 50q10 11 10 26z m216 
126q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="cancel-circled2" unicode="&#xe802;" d="M612 
248l-81-82q-6-5-13-5t-13 5l-76 77-77-77q-5-5-13-5t-12 5l-82 82q-6 6-6 13t6 
13l76 76-76 77q-6 5-6 12t6 13l82 82q5 5 12 5t13-5l77-77 76 77q6 5 13 
5t13-5l81-82q6-5 6-13t-6-12l-76-77 76-76q6-6 6-13t-6-13z m120 102q0 83-41 
152t-110 111-152 41-153-41-110-111-41-152 41-152 110-111 153-41 152 41 110 111 
41 152z m125 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 
156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="eye" unicode="&#xe803;" d="M929 314q-85 132-213 197 34-58 
34-125 0-103-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 
187-182t242-68 243 68 186 182z m-402 215q0 11-8 19t-19 7q-70 
0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z 
m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 
128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" />
+
+<glyph glyph-name="upload" unicode="&#xe804;" d="M714 29q0 14-10 25t-25 
10-25-10-11-25 11-25 25-11 25 11 10 25z m143 0q0 14-10 25t-26 10-25-10-10-25 
10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-38t-38-16h-821q-23 0-38 16t-16 
38v179q0 22 16 38t38 15h238q12-31 39-51t62-20h143q34 0 61 20t40 51h238q22 0 
38-15t16-38z m-182 361q-9-22-33-22h-143v-250q0-15-10-25t-25-11h-143q-15 0-25 
11t-11 25v250h-143q-23 0-33 22-9 22 8 39l250 250q10 10 25 
10t25-10l250-250q18-17 8-39z" horiz-adv-x="928.6" />
+
+<glyph glyph-name="download" unicode="&#xe805;" d="M714 100q0 15-10 25t-25 
11-25-11-11-25 11-25 25-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 
10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 
37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z 
m-182 318q10-23-8-39l-250-250q-10-11-25-11t-25 11l-250 250q-17 16-8 39 10 21 33 
21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="attention" unicode="&#xe806;" d="M571 83v106q0 8-5 13t-12 
5h-108q-7 0-12-5t-5-13v-106q0-8 5-13t12-6h108q7 0 12 6t5 13z m-1 208l10 257q0 
6-5 10-7 6-14 6h-122q-6 0-14-6-5-4-5-12l9-255q0-5 6-9t13-3h103q8 0 14 3t5 9z 
m-7 522l428-786q20-35-1-70-9-17-26-26t-35-10h-858q-18 0-35 10t-26 26q-21 35-1 
70l429 786q9 17 26 27t36 10 36-10 27-27z" horiz-adv-x="1000" />
+
+<glyph glyph-name="search" unicode="&#xe807;" d="M680 
256c-55-55-126-83-197-83-65 0-129 23-182 
66l-51-125-130-130c-14-10-29-15-45-15-41 0-75 37-75 77 0 16 5 32 15 45l129 130 
126 51c-44 52-66 117-66 182 0 152 127 277 279 277 150 0 277-128 277-278 
0-72-26-144-80-197z m-319 75c34-33 78-50 122-50 92 0 170 77 170 172 0 93-79 
170-170 170-94 0-172-79-172-170 0-45 17-89 50-122z" horiz-adv-x="760" />
+
+<glyph glyph-name="mail" unicode="&#xe808;" d="M580 306l258-267-789 0 259 264 
135-127z m-517 355l760 0-380-362z m566-309l257 242 0-508z m-629-266l0 508 
259-243z" horiz-adv-x="886" />
+
+<glyph glyph-name="anchor" unicode="&#xe809;" d="M-1 202q0 8 5 13l102 123 
22-28 78-96q5-6 4-14t-7-12q-11-8-23 0l-23 19q16-60 63-101t113-54q6-1 11 0t10 7 
6 20v389q0 10-6 16t-11 7l-6 1h-40q-19 0-33 13t-14 34 14 33 33 13h42q2 1 3 1t5 2 
5 3 4 4 3 6 1 8v10q-31 14-49 43t-19 64q0 47 34 81t81 34 82-34 
34-81q0-36-19-64t-50-43v-10q0-5 1-8t4-6 4-4 5-3 4-1 3-2h43q19 0 
33-13t14-33q0-19-14-33t-33-14h-41q-2 0-6-1t-11-7-6-15v-390q0-13 6-20t11-7 10 
0q67 14 114 54t63 101l-23-19q-6-5-13-4t-13 7q-8 12 0 23l [...]
+
+<glyph glyph-name="resize-full-alt" unicode="&#xe80a;" d="M0-150l0 342 119-119 
278 277-276 275-121-121 0 346 342 0-119-119 277-277 275 275-121 121 346 0 
0-342-119 119-277-277 275-275 121 121 0-346-342 0 119 119-277 278-275-276 
121-121-346 0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="tag" unicode="&#xe80b;" d="M1000 714v-270l-595-595-405 405 
595 595h270z m-160-160q28 28 28 68t-28 67-67 28-68-28-28-67 28-68 68-28 67 28z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="cw" unicode="&#xe80c;" d="M408 760q168 0 
287-116t123-282l122 0-184-206-184 206 144 0q-4 124-94 210t-214 86q-126 
0-216-90t-90-218q0-126 90-216t216-90q104 0 182 60l70-76q-110-88-252-88-168 
0-288 120t-120 290 120 290 288 120z" horiz-adv-x="940" />
+
+<glyph glyph-name="edit" unicode="&#xe80d;" d="M496 189l64 65-85 
85-64-65v-31h53v-54h32z m245 402q-9 9-18 0l-196-196q-9-9 0-18t18 0l196 196q9 9 
0 18z m45-331v-106q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 
113t114 48h464q35 0 65-14 9-4 10-13 2-10-5-16l-27-28q-8-8-18-4-13 3-25 
3h-464q-37 0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v70q0 7 5 
12l36 36q8 8 20 4t11-16z m-54 411l161-160-375-375h-161v160z m248-73l-51-52-161 
161 51 52q16 15 38 15t38-15l85-85q16-16 16- [...]
+
+<glyph glyph-name="attention-circled" unicode="&#xe80e;" d="M429 779q116 0 
215-58t156-156 57-215-57-215-156-156-215-58-216 58-155 156-58 215 58 215 155 
156 216 58z m71-696v106q0 8-5 13t-12 5h-107q-8 0-13-5t-6-13v-106q0-8 
6-13t13-6h107q7 0 12 6t5 13z m-1 192l10 346q0 7-6 10-5 5-13 5h-123q-8 
0-13-5-6-3-6-10l10-346q0-6 5-10t14-4h103q8 0 13 4t6 10z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="trash-empty" unicode="&#xe80f;" d="M286 
439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z 
m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 
13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 
5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 
22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z 
m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79 
[...]
+
+<glyph glyph-name="doc" unicode="&#xe810;" d="M819 638q16-16 
27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 
16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z 
m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="calendar" unicode="&#xe811;" d="M71-79h161v161h-161v-161z 
m197 0h178v161h-178v-161z m-197 197h161v178h-161v-178z m197 
0h178v178h-178v-178z m-197 214h161v161h-161v-161z m411-411h179v161h-179v-161z 
m-214 411h178v161h-178v-161z m428-411h161v161h-161v-161z m-214 
197h179v178h-179v-178z m-196 482v161q0 7-6 12t-12 6h-36q-7 
0-12-6t-6-12v-161q0-7 6-13t12-5h36q7 0 12 5t6 13z m410-482h161v178h-161v-178z 
m-214 214h179v161h-179v-161z m214 0h161v161h-161v-161z m18 268v161q0 7-5 12t- 
[...]
+
+<glyph glyph-name="edit-1" unicode="&#xe812;" d="M90 589l0-593 444 0 0 262 90 
101 0-453-624 0 0 760 541 0-75-77-376 0z m749 180c35-34 32-88-3-124l-57-56 17 
75-63 64-74-17 56 57c35 35 90 35 124 1z m-219-99c0 3 65 20 75 23l1 1 67-69c-4 
0-23-75-23-75l-371-384-159-36-2 1 41 158z m-247-422l-45 46-35-6-23-22-10-40 
46-45 39 9 23 23z" horiz-adv-x="864" />
+
+<glyph glyph-name="resize-full" unicode="&#xe813;" d="M186 407l-113 116-73-73 
0 210 210 0-72-73 115-115z m0-114l67-66-115-114 72-72-210 0 0 210 73-73z m245 
114l-65 65 115 115-72 73 210 0 0-210-73 72z m115-229l73 73 0-210-210 0 72 
72-115 114 65 66z" horiz-adv-x="619" />
+
+<glyph glyph-name="up-bold" unicode="&#xe814;" d="M0 282l397 536 
394-536h-216v-401h-359v401h-216z" horiz-adv-x="791" />
+
+<glyph glyph-name="down-fat" unicode="&#xe815;" d="M5 538q13 23 53 
23h147v205q0 21 16 37t37 15h304q22 0 38-15t15-37v-205h147q40 0 
53-23t-7-54l-363-582q-1-2-5-6t-12-9-18-6-18 5-13 11l-4 5-363 582q-21 32-7 54z" 
horiz-adv-x="820.3" />
+
+<glyph glyph-name="cancel-circled2-1" unicode="&#xe816;" d="M0 350q0 207 147 
354t353 146 354-146 146-354-146-354-354-146-353 146-147 354z m109 0q0-162 
115-276t276-115 276 115 115 276-115 276-276 115-276-115-115-276z m145-137l137 
137-137 137 109 109 137-137 137 137 109-109-137-137 137-137-109-109-137 
137-137-137z" horiz-adv-x="1000" />
+
+<glyph glyph-name="upload-1" unicode="&#xe817;" d="M0 350q0 207 147 354t353 
146 354-146 146-354-146-354-354-146-353 146-147 354z m109 0q0-162 
115-276t276-115 276 115 115 276-115 276-276 115-276-115-115-276z m170 14l221 
207 221-207-123 0 0-223-196 0 0 223-123 0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="exclamation" unicode="&#xe818;" d="M0 350q0 207 147 354t353 
146 354-146 146-354-146-354-354-146-353 146-147 354z m318 402l79-550 207 0 78 
550-364 0z m77-696q0-44 31-76t76-32 76 32 31 76-31 76-76 33-76-33-31-76z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="down-open-1" unicode="&#xe819;" d="M0 526l148 148 352-351 
352 351 148-148-352-352-148-148-148 148z" horiz-adv-x="1000" />
+
+<glyph glyph-name="up-open-1" unicode="&#xe81a;" d="M0 174l352 352 148 148 
148-148 352-352-148-148-352 351-352-351z" horiz-adv-x="1000" />
+
+<glyph glyph-name="left-open-1" unicode="&#xe81b;" d="M0 350l148 149 352 351 
148-148-351-352 351-352-148-148-352 352z" horiz-adv-x="648" />
+
+<glyph glyph-name="right-open-1" unicode="&#xe81c;" d="M0-2l352 352-352 352 
148 148 352-351 148-149-148-148-352-352z" horiz-adv-x="648" />
+
+<glyph glyph-name="arrows-cw" unicode="&#xe81d;" d="M0-150l0 402 402 
0-160-160q108-107 258-107 125 0 222 75t130 192l138 
0q-35-173-173-288t-317-114q-207 0-353 146z m10 598q35 174 173 288t317 114q207 0 
354-146l146 146 0-402-402 0 160 160q-108 107-258 107-125 0-222-75t-130-192l-138 
0z" horiz-adv-x="1000" />
+
+<glyph glyph-name="down-dir" unicode="&#xe81e;" d="M460 550l-230-400-230 400 
460 0z" horiz-adv-x="460" />
+
+<glyph glyph-name="up-dir" unicode="&#xe81f;" d="M0 150l230 400 230-400-460 
0z" horiz-adv-x="460" />
+
+<glyph glyph-name="cog" unicode="&#xe820;" d="M571 350q0 59-41 101t-101 
42-101-42-42-101 42-101 101-42 101 42 41 101z m286 
61v-124q0-7-4-13t-11-7l-104-16q-10-30-21-51 19-27 59-77 6-6 
6-13t-5-13q-15-21-55-61t-53-39q-7 0-14 5l-77 
60q-25-13-51-21-9-76-16-104-4-16-20-16h-124q-8 0-14 5t-6 12l-16 103q-27 9-50 
21l-79-60q-6-5-14-5-8 0-14 6-70 64-92 94-4 5-4 13 0 6 5 12 8 12 28 37t30 40q-15 
28-23 55l-102 15q-7 1-11 7t-5 13v124q0 7 5 13t10 7l104 16q8 25 22 51-23 32-60 
77-6 7-6 14 0 5 5 12 15 20 55 [...]
+
+<glyph glyph-name="cog-alt" unicode="&#xe821;" d="M500 350q0 59-42 101t-101 
42-101-42-42-101 42-101 101-42 101 42 42 101z m429-286q0 29-22 51t-50 
21-50-21-21-51q0-29 21-50t50-21 51 21 21 50z m0 572q0 29-22 50t-50 
21-50-21-21-50q0-30 21-51t50-21 51 21 21 51z 
m-215-235v-103q0-6-4-11t-8-6l-87-14q-6-19-18-42 19-27 50-64 4-6 4-11 
0-7-4-11-12-17-46-50t-43-33q-7 0-12 4l-64 
50q-21-11-43-17-6-60-13-87-4-13-17-13h-104q-6 0-11 4t-5 10l-13 85q-19 6-42 
18l-66-50q-4-4-11-4-6 0-12 4-80 75-80 90 0 5 4 1 [...]
+
+<glyph glyph-name="down-dir-1" unicode="&#xe822;" d="M571 
457q0-14-10-25l-250-250q-11-11-25-11t-25 11l-250 250q-11 11-11 25t11 25 25 
11h500q14 0 25-11t10-25z" horiz-adv-x="571.4" />
+
+<glyph glyph-name="up-dir-1" unicode="&#xe823;" d="M571 
171q0-14-10-25t-25-10h-500q-15 0-25 10t-11 25 11 26l250 250q10 10 25 
10t25-10l250-250q10-11 10-26z" horiz-adv-x="571.4" />
+
+<glyph glyph-name="down-open-2" unicode="&#xe824;" d="M939 
399l-414-413q-10-11-25-11t-25 11l-414 413q-11 11-11 26t11 25l93 92q10 11 25 
11t25-11l296-296 296 296q11 11 25 11t26-11l92-92q11-11 11-25t-11-26z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="right-open-2" unicode="&#xe825;" d="M618 
361l-414-415q-11-10-25-10t-25 10l-93 93q-11 11-11 25t11 25l296 297-296 296q-11 
11-11 25t11 25l93 93q10 11 25 11t25-11l414-414q10-11 10-25t-10-25z" 
horiz-adv-x="714.3" />
+
+<glyph glyph-name="left-open-2" unicode="&#xe826;" d="M654 682l-297-296 
297-297q10-10 10-25t-10-25l-93-93q-11-10-25-10t-25 10l-414 415q-11 10-11 25t11 
25l414 414q10 11 25 11t25-11l93-93q10-10 10-25t-10-25z" horiz-adv-x="714.3" />
+
+<glyph glyph-name="up-open-2" unicode="&#xe827;" d="M939 
107l-92-92q-11-10-26-10t-25 10l-296 297-296-297q-11-10-25-10t-25 10l-93 92q-11 
11-11 26t11 25l414 414q11 10 25 10t25-10l414-414q11-11 11-25t-11-26z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="plus" unicode="&#xe828;" d="M729 454q44 0 
74-31t31-73-31-73-74-30l-208 3 0-212q0-43-30-73t-75-31-73 31-30 73l3 
212-212-3q-44 0-74 30t-30 73 30 73 74 31l212 0-3 209q0 42 30 73t73 31 75-31 
30-73l0-209 208 0z" horiz-adv-x="834" />
+
+<glyph glyph-name="compass" unicode="&#xe829;" d="M0 350q0 207 146 353t354 146 
353-146 146-353-146-354-353-146-354 146-146 354z m125 0q0-154 110-265t265-110 
263 109q112 112 112 266t-111 264-264 111-265-111-110-264z m187-188l125 250 250 
125-125-250z" horiz-adv-x="1000" />
+
+<glyph glyph-name="resize-full-alt-1" unicode="&#xe82a;" d="M839 55l72 72 
0-224-223 0 72 72-184 185 79 79z m-749 591l-72-72 0 223 223 0-72-72 
184-184-79-79z m670 79l-72 72 223 0 0-223-72 72-184-184-79 79z 
m-407-565l-184-185 72-72-223 0 0 224 72-72 184 184z" horiz-adv-x="928" />
+
+<glyph glyph-name="tag-1" unicode="&#xe82b;" d="M0 483l0 287q2 31 24 54t52 
22l287 0q88-6 133-55l426-472q19-28 19-58t-19-52l-334-334q-25-21-57-21t-52 
21l-424 475q-55 64-55 133z m125 164q2-31 23-52t51-20q32 0 52 22t21 50q0 33-23 
54t-50 20q-33-2-53-23t-21-51z" horiz-adv-x="941" />
+
+<glyph glyph-name="edit-2" unicode="&#xe82c;" d="M0-150l0 818 188 182 521 0 
0-226 31 31 162-160-380-381-239-78 76 238 262 262 0 226-369 0 0-156-164 0 0-668 
533 0 0 143 88 87 0-318-709 0z m361 264l119 39-80 82z" horiz-adv-x="902" />
+
+<glyph glyph-name="compass-1" unicode="&#xe82d;" d="M0 349q0 188 134 322t322 
134 321-134 133-322-133-321-321-133-322 133-134 321z m63 1q0-162 
115-277t277-116 277 116 116 277-116 277-277 116-277-116-115-277z m138-234l186 
302 302 186 20-22-184-302-302-184z" horiz-adv-x="910" />
+
+<glyph glyph-name="cogs" unicode="&#xe82e;" d="M0 245l0 97 94 8q8 30 23 55l-60 
74 68 69 74-61q26 16 55 23l8 94 97 0 10-94q29-7 55-23l74 61 68-69-60-74q16-25 
23-55l94-8 0-97-94-10q-7-29-23-55l60-72-68-70-74 60q-26-15-55-23l-10-94-97 0-8 
94q-29 8-55 23l-74-60-68 70 60 72q-15 26-23 55z m221 49q0-37 26-64t64-26 63 26 
26 64-26 63-63 26-64-26-26-63z m318 238l8 72 70-2q8 22 20 39l-37 57 54 45 
49-49q20 10 41 14l14 66 72-8-2-68q22-8 39-22l57 39 45-54-49-49q10-20 
12-43l68-14-8-70-68 0q-8-20-22-37l [...]
+
+<glyph glyph-name="up" unicode="&#xe82f;" d="M0 264l391 586 390-586-211 0 
0-414-359 0 0 414-211 0z" horiz-adv-x="781" />
+
+<glyph glyph-name="thumbs-up" unicode="&#xe830;" d="M143 100q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m643 321q0 29-22 50t-50 22h-196q0 32 27 
89t26 89q0 55-17 81t-72 
27q-14-15-21-48t-17-70-33-61q-13-13-43-51-2-3-13-16t-18-23-19-24-22-25-22-19-22-15-20-6h-18v-357h18q7
 0 18-1t18-4 21-6 20-7 20-6 16-6q118-41 191-41h67q107 0 107 93 0 15-2 31 16 9 
26 30t10 41-10 38q29 28 29 67 0 14-5 31t-14 26q18 1 30 26t12 45z m71 
1q0-50-27-91 5-18 5-38 0-43-21-81 1-12 1-24 0-56-33-99 0-78-48-1 [...]
+
+<glyph glyph-name="lock" unicode="&#xe831;" d="M179 421h285v108q0 59-42 
101t-101 41-101-41-41-101v-108z m464-53v-322q0-22-16-37t-38-16h-535q-23 0-38 
16t-16 37v322q0 22 16 38t38 15h17v108q0 102 74 176t176 74 177-74 
73-176v-108h18q23 0 38-15t16-38z" horiz-adv-x="642.9" />
+
+<glyph glyph-name="lock-open" unicode="&#xe832;" d="M929 
529v-143q0-15-11-25t-25-11h-36q-14 0-25 11t-11 25v143q0 59-41 101t-101 
41-101-41-42-101v-108h53q23 0 38-15t16-38v-322q0-22-16-37t-38-16h-535q-23 0-38 
16t-16 37v322q0 22 16 38t38 15h375v108q0 103 73 176t177 74 176-74 74-176z" 
horiz-adv-x="928.6" />
+
+<glyph glyph-name="thumbs-down" unicode="&#xe833;" d="M143 600q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m643-321q0 19-12 45t-30 26q8 10 14 27t5 
31q0 38-29 66 10 17 10 38 0 21-10 41t-26 30q2 16 2 31 0 47-27 70t-76 23h-71q-73 
0-191-41-3-1-16-5t-20-7-20-7-21-6-18-4-18-1h-18v-357h18q9 0 20-5t22-15 22-20 
22-25 19-24 18-22 13-17q30-38 43-51 23-24 33-61t17-70 21-48q54 0 72 27t17 81q0 
33-26 89t-27 89h196q28 0 50 22t22 50z m71-1q0-57-42-100t-101-42h-98q27-55 
27-107 0-66-20-104-19-39 [...]
+
+<glyph glyph-name="bell" unicode="&#xe834;" d="M509-96q0 8-9 8-33 0-57 24t-23 
57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-372 160h726q-149 168-149 465 0 
28-13 58t-39 58-67 45-95 17-95-17-67-45-39-58-13-58q0-297-149-465z m827 
0q0-29-21-50t-50-21h-250q0-59-42-101t-101-42-101 42-42 101h-250q-29 0-50 21t-21 
50q28 24 51 49t47 67 42 89 27 115 11 145q0 84 66 157t171 89q-5 10-5 21 0 23 16 
38t38 16 38-16 16-38q0-11-5-21 106-16 171-89t66-157q0-78 11-145t28-115 41-89 
48-67 50-49z" horiz-adv-x="1000" />
+
+<glyph glyph-name="resize-small" unicode="&#xe835;" d="M429 
314v-250q0-14-11-25t-25-10-25 10l-81 81-185-186q-5-5-13-5t-12 5l-64 64q-6 6-6 
13t6 13l185 185-80 80q-11 11-11 25t11 25 25 11h250q14 0 25-11t11-25z m421 
375q0-7-6-12l-185-186 80-80q11-11 11-25t-11-25-25-11h-250q-14 0-25 11t-10 
25v250q0 14 10 25t25 10 25-10l81-80 185 185q6 5 13 5t13-5l63-64q6-5 6-13z" 
horiz-adv-x="857.1" />
+
+<glyph glyph-name="resize-full-1" unicode="&#xe836;" d="M421 
261q0-7-5-13l-185-185 80-81q10-10 10-25t-10-25-25-11h-250q-15 0-25 11t-11 
25v250q0 15 11 25t25 11 25-11l80-80 186 185q5 6 12 6t13-6l64-63q5-6 5-13z m436 
482v-250q0-15-10-25t-26-11-25 11l-80 80-185-185q-6-6-13-6t-13 6l-64 64q-5 5-5 
12t5 13l186 185-81 81q-10 10-10 25t10 25 25 11h250q15 0 26-11t10-25z" 
horiz-adv-x="857.1" />
+
+<glyph glyph-name="right-hand" unicode="&#xe837;" d="M143 100q0 15-11 25t-25 
11-25-11-11-25 11-25 25-11 25 11 11 25z m786 321q0 29-22 50t-50 22h-321q0 11 8 
27t19 31 18 38 8 47q0 37-24 54t-65 17q-13 
0-50-77-14-25-21-37-22-35-62-81-40-45-57-59-38-32-78-32h-18v-357h18q40 0 
93-18t108-35 101-18q105 0 105 93 0 15-3 31 17 9 27 30t9 41-10 38q30 28 30 67 0 
14-6 31t-14 26h185q29 0 50 21t22 50z m71 1q0-59-42-101t-101-42h-94q-2-35-21-67 
2-12 2-24 0-56-34-99 1-78-47-123t-127-45q-74 0-179 39-92 33-125 [...]
+
+<glyph glyph-name="left-hand" unicode="&#xe838;" d="M768 64h18v357h-18q-20 
0-38 7t-35 21-28 25-27 31q-4 5-7 7-40 46-62 81-8 13-21 38-1 2-6 13t-10 20-12 
20-12 17-10 6q-40 0-64-17t-25-54q0-24 8-47t19-38 18-31 8-27h-321q-28 
0-50-22t-22-50q0-29 22-50t50-21h185q-9-9-14-26t-6-31q0-39 
30-67-10-18-10-38t9-41 27-30q-2-13-2-31 0-47 27-70t75-23q47 0 102 18t109 35 93 
18z m161 36q0 15-11 25t-25 11-25-11-11-25 11-25 25-11 25 11 11 25z m71 
321v-357q0-29-21-50t-50-21h-161q-33 0-125-33-106-39-176-39-80 0 [...]
+
+<glyph glyph-name="up-hand" unicode="&#xe839;" d="M714-43q0 15-10 25t-25 
11-25-11-11-25 11-25 25-11 25 11 10 25z m72 427q0 105-93 105-15 0-32-3-9 17-29 
27t-41 9-38-10q-28 30-67 30-14 0-31-6t-26-14v185q0 29-22 50t-50 22q-28 
0-50-22t-21-50v-321q-11 0-27 8t-31 19-38 18-47 8q-37 0-55-24t-17-65q0-13 78-50 
25-14 36-21 36-22 81-62 45-40 59-57 32-38 32-78v-18h357v18q0 40 18 93t36 108 18 
101z m71 2q0-74-38-179-33-92-33-125v-161q0-29-21-50t-51-21h-357q-29 0-50 21t-21 
50v161q0 6-3 12t-8 13-10 13-12 [...]
+
+<glyph glyph-name="tags-3" unicode="&#xe839;" d="M1011 502q30-32 
30-74t-30-73l-56-56 5-5q30-31 29-74t-30-73l-364-366q-30-30-74-30t-73 30q-227 
227-342 338-106 106-106 258 0 102 54 188-8 165 105 278 106 106 257 106 153 0 
259-106z m-490-647l364 365-336 340q-76 77-184 77-109 0-185-77t-76-183 
76-184q115-111 341-338z m102 779l258-261 57 56-337 340q-76 76-185 76-107 
0-183-76-35-35-54-79 86 52 186 52 150 0 258-108z m-258-179q-32 0-56-23t-23-55 
23-55 56-23 55 23 23 55-23 55-55 23z m0 52q54 0 92-3 [...]
+
+<glyph glyph-name="down-hand" unicode="&#xe83a;" d="M786 314q0 47-18 102t-36 
109-18 
93v18h-357v-18q0-20-7-38t-20-35-26-28-30-27q-5-4-8-7-45-40-81-62-12-8-38-21-1-1-12-6t-20-10-20-12-17-12-7-10q0-40
 17-64t55-25q24 0 47 8t38 19 31 18 27 8v-321q0-28 21-50t50-22q29 0 50 22t22 
50v185q25-20 57-20 39 0 67 30 17-10 38-10t41 9 29 27q14-2 32-2 47 0 70 27t23 
75z m-72 429q0 14-10 25t-25 11-25-11-11-25 11-25 25-11 25 11 10 25z 
m143-426q0-80-43-129t-121-48l-3 0q-43-34-100-34-12 0-24 2-30-17-66-21v-94q [...]
+
+<glyph glyph-name="eye-off" unicode="&#xe83b;" d="M310 105l43 79q-48 35-76 
88t-27 114q0 67 34 125-128-65-213-197 94-144 239-209z m217 424q0 11-8 19t-19 
7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 
19z m202 106q0-4 0-5-59-105-176-316t-176-316l-28-50q-5-9-15-9-7 0-75 39-9 6-9 
16 0 7 25 49-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 
0 100-10l31 54q5 9 15 9 3 0 10-3t18-9 18-10 18-10 10-7q9-5 9-15z 
m21-249q0-78-44-142t-117-91l157 280q4-25  [...]
+
+<glyph glyph-name="arrows-cw-1" unicode="&#xe83c;" d="M843 261q0-3 
0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 
25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 
0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 
446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 
0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 
243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-1 [...]
+
+<glyph glyph-name="resize-small-alt" unicode="&#xe83d;" d="M648 88l-72-72 0 
223 223 0-72-72 184-185-79-79z m-448 447l-182 183 79 79 183-182 73 
70-1-222-222-1z m-182-553l184 185-72 72 223 0 0-223-72 72-184-185z m782 
480l-224 0 0 225 73-72 183 182 79-79-183-183z" horiz-adv-x="928" />
+
+<glyph glyph-name="tags" unicode="&#xe83e;" d="M250 600q0 30-21 51t-50 
20-51-20-21-51 21-50 51-21 50 21 21 50z 
m595-321q0-30-20-51l-274-274q-22-21-51-21-30 0-50 21l-399 399q-21 21-36 57t-15 
65v232q0 29 21 50t50 22h233q29 0 65-15t57-36l399-399q20-21 20-50z m215 
0q0-30-21-51l-274-274q-22-21-51-21-20 0-33 8t-29 25l262 262q21 21 21 51 0 29-21 
50l-399 399q-21 21-57 36t-65 15h125q29 0 65-15t57-36l399-399q21-21 21-50z" 
horiz-adv-x="1071.4" />
+
+<glyph glyph-name="tags-4" unicode="&#xe83f;" d="M0 460l0 240q2 27 21 46t43 
19l241 0q43 0 88-28l377-414q17-23 17-48t-17-44l-280-277q-21-18-47-19t-43 
19l-355 397q-45 54-45 109z m104 138q0-25 17-42 22-20 46-19t42 19q18 19 18 
44t-18 43q-20 18-45 17t-43-17q-17-21-17-45z m316 165l92 0q72-4 
109-45l356-397q17-21 17-48t-17-44l-280-277q-60-35-95 8l271 271q18 22 18 47t-18 
45l-318 356q-24 31-71 56t-64 28z" horiz-adv-x="994" />
+
+<glyph glyph-name="down-open" unicode="&#xf004;" d="M0 533q0 25 18 43t44 18 
42-18l305-303 304 303q18 18 43 18t43-18q18-18 18-43t-18-43l-390-391-391 391q-18 
19-18 43z" horiz-adv-x="817.4" />
+
+<glyph glyph-name="up-open" unicode="&#xf005;" d="M0 167q0 26 18 43l391 391 
390-391q17-17 17-43 0-26-17-44-18-17-44-17t-43 17l-303 
305-305-305q-18-17-43-17t-43 17q-18 18-18 44z" horiz-adv-x="816.9" />
+
+<glyph glyph-name="right-open" unicode="&#xf006;" d="M0 0q0 25 18 43l305 
304-305 304q-18 18-18 44t18 43 44 18 43-18l390-391-390-391q-19-18-43-18t-44 
18q-18 18-18 44z" horiz-adv-x="495.1" />
+
+<glyph glyph-name="left-open" unicode="&#xf007;" d="M0 353l391 391q18 18 43 18 
24 0 43-18 18-18 18-44t-18-43l-304-304 304-305q18-17 
18-43t-18-43q-18-18-43-18t-43 18z" horiz-adv-x="495.1" />
+
+<glyph glyph-name="move" unicode="&#xf047;" d="M1000 
350q0-14-11-25l-142-143q-11-11-26-11t-25 11-10 25v72h-215v-215h72q14 0 
25-10t11-25-11-25l-143-143q-10-11-25-11t-25 11l-143 143q-11 10-11 25t11 25 25 
10h72v215h-215v-72q0-14-10-25t-25-11-25 11l-143 143q-11 11-11 25t11 25l143 
143q10 11 25 11t25-11 10-25v-72h215v215h-72q-14 0-25 10t-11 25 11 26l143 142q11 
11 25 11t25-11l143-142q11-11 11-26t-11-25-25-10h-72v-215h215v72q0 14 10 25t25 
11 26-11l142-143q11-10 11-25z" horiz-adv-x="1000" />
+
+<glyph glyph-name="info-circled-alt" unicode="&#xf086;" d="M0 350q0 95 37 
182t100 149 149 100 183 37q95 0 182-37t149-100 100-149 
37-182q0-95-37-182t-100-150-149-100-182-37q-96 0-183 37t-149 100-100 150-37 
182z m117 0q0-71 28-137t75-112 112-75 137-28 136 28 112 75 75 112 28 137-28 
136-75 112-112 75-136 28-137-28-112-75-75-112-28-136z m281 170q0 28 20 45t51 
17q32 0 51-17t19-45-19-46-51-17q-32 0-51 17t-20 46z m5-402v299h132v-299h-132z" 
horiz-adv-x="937.5" />
+
+<glyph glyph-name="link-ext" unicode="&#xf08e;" d="M786 
332v-178q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 113t114 
48h393q7 0 12-5t5-13v-36q0-8-5-13t-12-5h-393q-37 0-63-26t-27-63v-464q0-37 
27-63t63-27h464q37 0 63 27t26 63v178q0 8 5 13t13 5h36q8 0 13-5t5-13z m214 
482v-285q0-15-11-25t-25-11-25 11l-98 98-364-364q-5-6-13-6t-12 6l-64 64q-6 5-6 
12t6 13l364 364-98 98q-11 11-11 25t11 25 25 11h285q15 0 25-11t11-25z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="check-empty" unicode="&#xf096;" d="M625 707h-464q-37 
0-63-26t-27-63v-464q0-37 27-63t63-27h464q37 0 63 27t26 63v464q0 37-26 63t-63 
26z m161-89v-464q0-67-47-114t-114-47h-464q-67 0-114 47t-47 114v464q0 66 47 
113t114 48h464q66 0 114-48t47-113z" horiz-adv-x="785.7" />
+
+<glyph glyph-name="comment-empty" unicode="&#xf0e5;" d="M500 636q-114 
0-213-39t-157-105-59-142q0-62 40-119t113-98l48-28-15-53q-13-51-39-97 85 36 154 
96l24 21 32-3q38-5 72-5 114 0 213 39t157 105 59 142-59 142-157 105-213 39z 
m500-286q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12h-3q-8 
0-15 6t-9 15v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 
15 42q-88 50-138 123t-51 157q0 97 67 179t182 130 251 48 251-48 182-130 67-179z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="doc-text" unicode="&#xf0f6;" d="M819 638q16-16 
27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 
16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z 
m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-572 483q0 7 5 12t13 
5h393q8 0 13-5t5-12v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36z m411-125q8 0 
13-5t5-13v-36q0-8-5-13t-13-5h-393q-8 0-13 5t-5 13v36q0 8 5 13t13 5h393z 
m0-143q8 0 13-5t5-13v-36q0-8-5-13t-13-5h-393q [...]
+
+<glyph glyph-name="plus-squared" unicode="&#xf0fe;" d="M714 314v72q0 14-10 
25t-25 10h-179v179q0 15-11 25t-25 11h-71q-15 0-25-11t-11-25v-179h-178q-15 
0-25-10t-11-25v-72q0-14 11-25t25-10h178v-179q0-14 11-25t25-11h71q15 0 25 11t11 
25v179h179q14 0 25 10t10 25z m143 304v-536q0-66-47-113t-114-48h-535q-67 0-114 
48t-47 113v536q0 66 47 113t114 48h535q67 0 114-48t47-113z" horiz-adv-x="857.1" 
/>
+
+<glyph glyph-name="angle-circled-left" unicode="&#xf137;" d="M507 72l57 57q11 
10 11 25t-11 25l-171 171 171 171q11 11 11 25t-11 26l-57 57q-10 10-25 
10t-25-10l-253-254q-11-10-11-25t11-25l253-253q11-11 25-11t25 11z m350 
278q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-right" unicode="&#xf138;" d="M400 72l254 
253q10 11 10 25t-10 25l-254 254q-10 10-25 
10t-25-10l-57-57q-11-11-11-26t11-25l171-171-171-171q-11-11-11-25t11-25l57-57q11-11
 25-11t25 11z m457 278q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 
215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-up" unicode="&#xf139;" d="M650 214l57 57q11 
11 11 25t-11 26l-253 253q-11 11-25 
11t-25-11l-254-253q-10-11-10-26t10-25l57-57q11-10 25-10t25 10l172 172 
171-172q11-10 25-10t25 10z m207 136q0-117-57-215t-156-156-215-58-216 58-155 
156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="angle-circled-down" unicode="&#xf13a;" d="M454 125l253 
254q11 10 11 25t-11 25l-57 57q-10 10-25 10t-25-10l-171-172-172 172q-10 10-25 
10t-25-10l-57-57q-10-11-10-25t10-25l254-254q10-10 25-10t25 10z m403 
225q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 
215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="lock-open-alt" unicode="&#xf13e;" d="M589 421q23 0 
38-15t16-38v-322q0-22-16-37t-38-16h-535q-23 0-38 16t-16 37v322q0 22 16 38t38 
15h17v179q0 103 74 177t176 73 177-73 73-177q0-14-10-25t-25-11h-36q-14 0-25 
11t-11 25q0 59-42 101t-101 42-101-42-41-101v-179h410z" horiz-adv-x="642.9" />
+
+<glyph glyph-name="ellipsis-vert" unicode="&#xf142;" d="M214 
154v-108q0-22-15-37t-38-16h-107q-23 0-38 16t-16 37v108q0 22 16 38t38 15h107q22 
0 38-15t15-38z m0 285v-107q0-22-15-38t-38-15h-107q-23 0-38 15t-16 38v107q0 23 
16 38t38 16h107q22 0 38-16t15-38z m0 286v-107q0-22-15-38t-38-16h-107q-23 0-38 
16t-16 38v107q0 22 16 38t38 16h107q22 0 38-16t15-38z" horiz-adv-x="214.3" />
+
+<glyph glyph-name="sort-alt-up" unicode="&#xf160;" d="M411 
46q0-6-6-13l-178-178q-5-5-13-5-6 0-12 5l-179 179q-8 9-4 19 4 11 17 11h107v768q0 
8 5 13t13 5h107q8 0 13-5t5-13v-768h107q8 0 13-5t5-13z 
m589-71v-107q0-8-5-13t-13-5h-464q-8 0-13 5t-5 13v107q0 8 5 13t13 5h464q8 0 
13-5t5-13z m-107 286v-107q0-8-5-13t-13-5h-357q-8 0-13 5t-5 13v107q0 8 5 13t13 
5h357q8 0 13-5t5-13z m-107 285v-107q0-7-5-12t-13-6h-250q-8 0-13 6t-5 12v107q0 8 
5 13t13 5h250q8 0 13-5t5-13z m-107 286v-107q0-8-5-13t-13-5h-143q-8 [...]
+
+<glyph glyph-name="sort-alt-down" unicode="&#xf161;" 
d="M679-25v-107q0-8-5-13t-13-5h-143q-8 0-13 5t-5 13v107q0 8 5 13t13 5h143q8 0 
13-5t5-13z m-268 71q0-6-6-13l-178-178q-5-5-13-5-6 0-12 5l-179 179q-8 9-4 19 4 
11 17 11h107v768q0 8 5 13t13 5h107q8 0 13-5t5-13v-768h107q8 0 13-5t5-13z m375 
215v-107q0-8-5-13t-13-5h-250q-8 0-13 5t-5 13v107q0 8 5 13t13 5h250q8 0 
13-5t5-13z m107 285v-107q0-7-5-12t-13-6h-357q-8 0-13 6t-5 12v107q0 8 5 13t13 
5h357q8 0 13-5t5-13z m107 286v-107q0-8-5-13t-13-5h-464q-8 [...]
+
+<glyph glyph-name="bitbucket" unicode="&#xf171;" d="M455 
371q4-35-28-57t-63-3q-21 9-29 32t-1 46 29 32q20 11 41 7t36-20 15-37z m62 11q-8 
60-63 92t-110 7q-35-15-56-49t-20-72q3-51 44-87t92-31q51 4 85 47t28 93z m133 
303q-11 15-31 25t-32 12-40 7q-162 26-316-1-24-4-37-7t-30-12-28-24q16-16 
42-26t41-12 49-6q127-16 250-1 35 5 50 7t40 12 42 26z 
m32-578q-4-14-9-42t-7-47-16-39-33-32q-48-27-106-40t-112-12-113 10q-25 5-45 
10t-43 15-41 25-29 34q-14 54-31 163l3 9 10 5q124-83 283-83t283 83q12-3 
13-13t-3- [...]
+
+<glyph glyph-name="linux" unicode="&#xf17c;" d="M370 621q-6-1-9-6t-4-5q-3-1-3 
2 0 7 10 9h6z m49-8q-3-1-7 4t-10 2q14 6 18-1 2-3-1-5z m-196-238q-3 
0-4-2t-2-7-3-8-6-7q-5-6 0-7 2 0 7 4t7 10q0 2 1 4t1 4 1 2 0 2v2t-1 1-1 2z 
m477-201q0 10-31 24 2 8 4 15t3 15 2 12 0 12 0 11-2 12-3 12-2 14-4 14q-5 27-26 
58t-40 42q13-11 32-47 48-90 30-155-6-22-28-23-17-2-21 10t-5 47-6 60q-5 21-11 
38t-11 25-9 14-7 8-4 4q-8 35-17 58t-17 31-13 19-8 22q-3 12 3 30t2 27-24 14q-9 
2-25 10t-20 9q-4 1-6 15t4 28 20 15q21 2 2 [...]
+
+<glyph glyph-name="dot-circled" unicode="&#xf192;" d="M571 
350q0-59-41-101t-101-42-101 42-42 101 42 101 101 42 101-42 41-101z m-142 
304q-83 0-153-41t-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152-41 
152-110 111-152 41z m428-304q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 
58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="plus-squared-alt" unicode="&#xf196;" d="M643 
404v-36q0-8-5-13t-13-5h-196v-196q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v196h-196q-8 
0-13 5t-5 13v36q0 7 5 12t13 5h196v197q0 8 5 13t13 5h36q8 0 13-5t5-13v-197h196q8 
0 13-5t5-12z m71-250v464q0 37-26 63t-63 26h-464q-37 0-63-26t-27-63v-464q0-37 
27-63t63-27h464q37 0 63 27t26 63z m72 464v-464q0-67-47-114t-114-47h-464q-67 
0-114 47t-47 114v464q0 66 47 113t114 48h464q66 0 114-48t47-113z" 
horiz-adv-x="785.7" />
+
+<glyph glyph-name="fax" unicode="&#xf1ac;" d="M161 636q37 0 
63-26t26-64v-607q0-37-26-63t-63-26h-72q-36 0-63 26t-26 63v607q0 37 26 64t63 
26h72z m768-91q32-19 52-52t19-72v-428q0-59-42-101t-101-42h-482q-37 0-63 26t-26 
63v857q0 23 15 38t38 16h375q23 0 49-11t43-27l85-85q15-15 26-42t12-49v-91z 
m-411-552v71q0 8-5 13t-13 5h-71q-8 0-13-5t-5-13v-71q0-8 5-13t13-5h71q8 0 13 5t5 
13z m0 143v71q0 8-5 13t-13 5h-71q-8 0-13-5t-5-13v-71q0-8 5-13t13-5h71q8 0 13 
5t5 13z m0 143v71q0 8-5 13t-13 5h-71q-8 0-13-5 [...]
+
+<glyph glyph-name="sliders" unicode="&#xf1de;" d="M196 64v-71h-196v71h196z 
m197 72q14 0 25-11t11-25v-143q0-14-11-25t-25-11h-143q-14 0-25 11t-11 25v143q0 
15 11 25t25 11h143z m89 214v-71h-482v71h482z m-357 286v-72h-125v72h125z 
m732-572v-71h-411v71h411z m-536 643q15 0 
26-10t10-26v-142q0-15-10-25t-26-11h-142q-15 0-25 11t-11 25v142q0 15 11 26t25 
10h142z m358-286q14 0 25-10t10-25v-143q0-15-10-25t-25-11h-143q-15 0-25 11t-11 
25v143q0 14 11 25t25 10h143z m178-71v-71h-125v71h125z m0 286v-72h-482v7 [...]
+
+<glyph glyph-name="share" unicode="&#xf1e0;" d="M679 279q74 0 
126-53t52-126-52-126-126-53-127 53-52 126q0 7 1 19l-201 100q-51-48-121-48-75 
0-127 53t-52 126 52 126 127 53q70 0 121-48l201 100q-1 12-1 19 0 74 52 126t127 
53 126-53 52-126-52-126-126-53q-71 0-122 48l-201-100q1-12 1-19t-1-19l201-100q51 
48 122 48z" horiz-adv-x="857.1" />
+
+<glyph glyph-name="calc" unicode="&#xf1ec;" d="M214-7q0 29-21 50t-50 
21-51-21-21-50 21-51 51-21 50 21 21 51z m215 0q0 29-21 50t-51 21-50-21-21-50 
21-51 50-21 51 21 21 51z m-215 214q0 30-21 51t-50 21-51-21-21-51 21-50 51-21 50 
21 21 50z m429-214q0 29-21 50t-51 21-50-21-21-50 21-51 50-21 51 21 21 51z m-214 
214q0 30-21 51t-51 21-50-21-21-51 21-50 50-21 51 21 21 50z m-215 214q0 30-21 
51t-50 21-51-21-21-51 21-50 51-21 50 21 21 50z m429-214q0 30-21 51t-51 
21-50-21-21-51 21-50 50-21 51 21 21 50 [...]
+
+<glyph glyph-name="bell-off-empty" unicode="&#xf1f7;" d="M580-96q0 8-9 8-32 
0-56 24t-24 57q0 9-9 9t-9-9q0-41 29-70t69-28q9 0 9 9z m-299 265l489 424q-23 
49-74 82t-125 32q-51 0-94-17t-68-45-38-58-14-58q0-215-76-360z 
m755-105q0-29-21-50t-51-21h-250q0-59-42-101t-101-42-100 42-42 100l83 72h422q-92 
105-126 256l61 55q35-199 167-311z m48 777l47-53q4-6 
4-14t-6-12l-1045-905q-5-5-13-4t-12 6l-47 53q-4 6-4 14t6 12l104 90q-11 17-11 36 
28 24 51 49t47 67 42 89 28 115 11 145q0 84 65 157t171 89q-4 10-4 21 [...]
+
+<glyph glyph-name="toggle-off" unicode="&#xf204;" d="M643 350q0 58-23 111t-61 
91-91 61-111 23-111-23-91-61-61-91-23-111 23-111 61-91 91-61 111-23 111 23 91 
61 61 91 23 111z m428 0q0 58-22 111t-61 91-91 61-111 23h-216q67-50 
106-125t38-161-38-161-106-125h216q58 0 111 23t91 61 61 91 22 111z m72 
0q0-72-29-139t-76-113-114-77-138-28h-429q-72 0-138 28t-114 77-76 113-29 139 29 
139 76 114 114 76 138 28h429q72 0 138-28t114-76 76-114 29-139z" 
horiz-adv-x="1142.9" />
+
+<glyph glyph-name="toggle-on" unicode="&#xf205;" d="M0 350q0 73 29 139t76 114 
114 76 138 28h429q72 0 138-28t114-76 76-114 
29-139-29-139-76-113-114-77-138-28h-429q-72 0-138 28t-114 77-76 113-29 139z 
m786-286q58 0 111 23t91 61 61 91 22 111-22 111-61 91-91 61-111 
23-111-23-91-61-61-91-23-111 23-111 61-91 91-61 111-23z" horiz-adv-x="1142.9" />
+
+<glyph glyph-name="safari" unicode="&#xf267;" d="M530 
352q0-15-10-25t-23-11q-14 0-25 9t-10 23q0 15 9 25t23 11 25-9 11-23z m8-33l195 
325q-5-5-37-35t-70-65-77-71-65-62-28-29l-195-323q4 4 38 34t70 65 76 71 65 62 28 
28z m361 31q0-112-58-207-2 1-9 6t-15 9-9 5q-8 0-8-8 0-5 
33-24-41-63-103-107t-135-61l-8 37q-1 6-9 6-3 0-4-3t-1-6l9-38q-41-8-82-8-111 
0-208 59 1 1 8 11t12 19 5 10q0 8-7 8-4 0-10-8t-12-20-8-13q-63 42-107 105t-61 
137l38 8q6 2 6 8 0 3-3 5t-6 1l-38-9q-8 41-8 78 0 115 61 212 1-1 10-7t17 [...]
+
+<glyph glyph-name="chrome" unicode="&#xf268;" d="M498 850q134 1 252-67 130-75 
196-208l-414 22q-89 5-164-41t-103-128l-154 236q72 89 174 137t213 49z 
m-416-226l188-370q40-80 117-121t164-25l-129-252q-118 19-214 88t-152 176-56 
230q0 149 82 274z m885-94q32-84 
33-174t-27-170-86-152-137-117q-128-74-278-66l226 347q49 73 46 162t-59 155z 
m-467-11q70 0 119-50t50-119-50-119-119-49-119 49-49 119 49 119 119 50z" 
horiz-adv-x="1000" />
+
+<glyph glyph-name="firefox" unicode="&#xf269;" d="M504-150q-158 0-282 84t-183 
222q-33 74-38 168t15 186 62 174 100 135l-7-156q7 7 38 8t39-8q24 45 90 77t131 
32q-30-25-67-82t-33-92q14-4 35-7t36-4 37-3 29-1q8-3 
5-26t-17-42q-3-4-9-10t-32-20-56-19l8-105-77 37q-10-24-5-45t21-38 36-23 45-3q29 
5 55 19t47 25 41 10q34-2 
50-19t10-36q0-1-1-3t-5-7-10-9-17-5-26-1q-34-53-81-76t-117-16q41-34 91-46t94-3 
86 29 71 48 45 58q24 51 22 108t-21 105-44 70q49-21 77-45t43-62q8 95-32 191t-117 
159q148-43 230-156t84-2 [...]
+
+<glyph glyph-name="calendar-1" unicode="&#xf4c5;" d="M0-31v761q0 37 26 62t62 
26h762q36 0 61-26t26-62v-761q0-36-26-62t-61-26h-762q-36 0-62 26t-26 62z m88 
0h762v527h-762v-527z m60 59v175h176v-175h-176z m0 234v176h176v-176h-176z 
m235-234v175h175v-175h-175z m0 234v176h175v-176h-175z 
m234-234v175h176v-175h-176z m0 234v176h176v-176h-176z" horiz-adv-x="937.5" />
+
+<glyph glyph-name="search-1" unicode="&#xf50d;" d="M11 375q-23 87 0 173t87 
150q48 49 110 74t128 25q65 0 127-25t110-74q52-52 77-119t21-137-36-132q28-8 
49-29l174-173q35-35 35-85t-35-85q-35-35-85-35t-85 35l-173 174q-22 20-30 
49-70-35-149-35-66 0-128 25t-110 73q-64 64-87 151z m101 86q0-93 65-158 66-65 
159-65 92 0 157 65t66 158-66 158q-66 66-157 66-92 0-159-66-65-65-65-158z" 
horiz-adv-x="892.6" />
+</font>
+</defs>
+</svg>
\ No newline at end of file
diff --git a/html/css/font/fontello/fontello.ttf 
b/html/css/font/fontello/fontello.ttf
new file mode 100644
index 0000000..cbb3370
Binary files /dev/null and b/html/css/font/fontello/fontello.ttf differ
diff --git a/html/css/font/fontello/fontello.woff 
b/html/css/font/fontello/fontello.woff
new file mode 100644
index 0000000..100f0a3
Binary files /dev/null and b/html/css/font/fontello/fontello.woff differ
diff --git a/html/css/font/fontello/fontello.woff2 
b/html/css/font/fontello/fontello.woff2
new file mode 100644
index 0000000..5bba9db
Binary files /dev/null and b/html/css/font/fontello/fontello.woff2 differ
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index b5fa04e..73e52f4 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -92,7 +92,7 @@ h2 {
     /*! margin:1px; */
     font-style: italic; 
     font-size:15px;
-    font-size:1.1rem;
+    font-size:1.1rem !important;
     margin-top: 5px;
     font-size: 1.1rem;
 margin-bottom: 1rem;
@@ -154,12 +154,12 @@ td.tool a.mtitle:hover {
 }
 #top {
     float:left;
-    margin-bottom: 40px;
+    /* margin-bottom: 40px; */
     width: 100%;
 }
 
 #module {
-    position:absolute;
+/*    position:absolute;*/
     top:0px;
     right:5px;
     text-align:right;
@@ -167,6 +167,7 @@ td.tool a.mtitle:hover {
     margin: 0px;
     font-size:12.16px;
     font-size:0.76rem;
+    float:right;
 }
 #module table,#module table tr,#module table td {
     border-collapse: separate;
@@ -858,7 +859,7 @@ div.topmenu {
 }
 @media only screen and (max-width:800px) {
     div.topmenu{ 
-        margin-top: 44px;
+    /*    margin-top: 44px; */
     }  
 }
 #dossier h2{
@@ -1176,13 +1177,14 @@ div.content a.nav:hover img,a.nav:hover img {
     background: transparent;
 }
 #dossier {
-    display:inline;
-    float:left;
+    display:none;
+ /*   float:left; */
     width:100%;
     top:0px;
     text-align: center;
     font-variant:small-caps;
     font-weight: bolder;
+    position : absolute;
     }
 @media only screen and (min-width: 955px) {
 #dossier {
@@ -1203,7 +1205,7 @@ div.foldercontent {
     margin-left: 2.5%;
     margin-top:30px;
 }
-@media only screen and (max-width: 955px) {
+@media only screen and (min-width: 1200px) {
 #dossier {
     display:inline;
     float:left;
@@ -1212,9 +1214,16 @@ div.foldercontent {
     text-align: left;
     font-variant:small-caps;
     font-weight: bolder;
+    text-align:center;
     }
 }
 
+@media only screen and (max-width: 1199px) {
+#dossier {
+    display:none;
+    }
+    
+}
 div.foldercontent {
     font-size:14px;
     font-size:0.95rem;
@@ -1361,9 +1370,9 @@ div#notice {
     border: 1px solid #000000;
 }
 div.name  {
-    position:absolute;
+/*    position:absolute;
     top:0px;
-    left:0px;
+    left:0px;*/
     display:block;
     }   
 div#modele_op_div{
@@ -1382,7 +1391,7 @@ div#modele_op_div{
 }
 @media only screen and (min-width: 955px) {
     div.name  {
-    position:absolute;
+    /* position:absolute; */
     top:0px;
     left:0px;
     }   
@@ -1548,7 +1557,7 @@ div.box  {
     background-color:#e4e7ed;
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     font-family: 'openSansRegular';
-    margin-top:10px;
+ /*   margin-top:10px; */
     margin-left:3px;
     margin-right:3px;
     /*! padding:2px; */
@@ -1569,6 +1578,7 @@ div.box  {
 }
 @media only screen and (max-width: 955px) {
     div.box {
+    margin-top:10px;
     width: 98%;
     height: 380px;
     }
@@ -2686,4 +2696,4 @@ span.tagcell {
      border:1px dotted red !important;
      color:darkred !important;
 
- }
\ No newline at end of file
+ }
diff --git a/html/do.php b/html/do.php
index 3f187df..533f34f 100644
--- a/html/do.php
+++ b/html/do.php
@@ -77,10 +77,10 @@ if ( DEBUG ) {
  * Debug Design
  */
 echo <<<EOF
-<div class="d-none d-sm-block d-md-none d-lg-none d-xl-none 
bg-info">Small</div>
-<div class="d-none d-md-block d-lg-none bg-info">Medium</div>
-<div class="d-none d-lg-block d-xl-none bg-info">Large</div>
-<div class="d-none d-xl-block bg-info">X Large</div>
+<div class="d-none d-sm-block d-md-none d-lg-none d-xl-none " 
style="background-color:red">Small</div>
+<div class="d-none d-md-block d-lg-none " 
style="background-color:orangered">Medium</div>
+<div class="d-none d-lg-block d-xl-none " 
style="background-color:orange">Large</div>
+<div class="d-none d-xl-block " style="background-color:wheat">X Large</div>
 EOF;
 
     ?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]