diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..768d1378b Binary files /dev/null and b/.DS_Store differ diff --git a/_gh_pages/3.2.1/CNAME b/_gh_pages/3.2.1/CNAME new file mode 100644 index 000000000..f13145254 --- /dev/null +++ b/_gh_pages/3.2.1/CNAME @@ -0,0 +1 @@ +fontawesome.io \ No newline at end of file diff --git a/_gh_pages/3.2.1/Makefile b/_gh_pages/3.2.1/Makefile new file mode 100644 index 000000000..7359665af --- /dev/null +++ b/_gh_pages/3.2.1/Makefile @@ -0,0 +1,36 @@ +PATH := ../node_modules/.bin:$(PATH) + +FA_ROOT_DIRECTORY = assets/font-awesome +FA_LESS_DIRECTORY = assets/font-awesome/less +FA_CSS_DIRECTORY = assets/font-awesome/css + +FA_LESS_MODERN = ${FA_LESS_DIRECTORY}/font-awesome.less +FA_LESS_IE7 = ${FA_LESS_DIRECTORY}/font-awesome-ie7.less + +FA_CSS_MODERN = ${FA_CSS_DIRECTORY}/font-awesome.css +FA_CSS_MODERN_MIN = ${FA_CSS_DIRECTORY}/font-awesome.min.css +FA_CSS_IE7 = ${FA_CSS_DIRECTORY}/font-awesome-ie7.css +FA_CSS_IE7_MIN = ${FA_CSS_DIRECTORY}/font-awesome-ie7.min.css + +SITE_LESS_DIRECTORY = assets/less +SITE_CSS_DIRECTORY = assets/css + +SITE_LESS = ${SITE_LESS_DIRECTORY}/site.less +SITE_CSS_MIN = ${SITE_CSS_DIRECTORY}/site.css + +build: + @echo "Compiling Less files" + @mkdir -p ${FA_CSS_DIRECTORY} + lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN} + lessc --compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN} + lessc ${FA_LESS_IE7} > ${FA_CSS_IE7} + lessc --compress ${FA_LESS_IE7} > ${FA_CSS_IE7_MIN} + lessc --compress ${SITE_LESS} > ${SITE_CSS_MIN} + cp -r ${FA_ROOT_DIRECTORY}/* ../ + cd assets && zip -r9 font-awesome.zip font-awesome + + +default: build + + +.PHONY: build diff --git a/_gh_pages/3.2.1/assets/css/prettify.css b/_gh_pages/3.2.1/assets/css/prettify.css new file mode 100644 index 000000000..aedd8d1a9 --- /dev/null +++ b/_gh_pages/3.2.1/assets/css/prettify.css @@ -0,0 +1,30 @@ +.com { color: #93a1a1; } +.lit { color: #195f91; } +.pun, .opn, .clo { color: #93a1a1; } +.fun { color: #dc322f; } +.str, .atv { color: #D14; } +.kwd, .linenums .tag { color: #1e347b; } +.typ, .atn, .dec, .var { color: teal; } +.pln { color: #48484c; } + +.prettyprint { + padding: 8px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} +.prettyprint.linenums { + -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; +} + +/* Specify class=linenums on a pre to get line numbering */ +ol.linenums { + margin: 0 0 0 33px; /* IE indents via margin-left */ +} +ol.linenums li { + padding-left: 12px; + color: #bebec5; + line-height: 18px; + text-shadow: 0 1px 0 #fff; +} \ No newline at end of file diff --git a/_gh_pages/3.2.1/assets/css/pygments.css b/_gh_pages/3.2.1/assets/css/pygments.css new file mode 100644 index 000000000..5af20ee5e --- /dev/null +++ b/_gh_pages/3.2.1/assets/css/pygments.css @@ -0,0 +1,71 @@ +.hll { background-color: #ffffcc } +/*{ background: #f0f3f3; }*/ +.c { color: #999; } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; } /* Generic.Prompt */ +.gs { } /* Generic.Strong */ +.gu { color: #003300; } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; } /* Keyword.Constant */ +.kd { color: #006699; } /* Keyword.Declaration */ +.kn { color: #006699; } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; } /* Keyword.Reserved */ +.kt { color: #007788; } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; } /* Name.Entity */ +.ne { color: #CC0000; } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; } /* Name.Namespace */ +.nt { color: #2f6f9f; } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } + +pre { + background-color: #fafafa; + padding: 8px 15px; +} diff --git a/_gh_pages/3.2.1/assets/css/site.css b/_gh_pages/3.2.1/assets/css/site.css new file mode 100644 index 000000000..b5fd3f612 --- /dev/null +++ b/_gh_pages/3.2.1/assets/css/site.css @@ -0,0 +1,1154 @@ +.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} +.clearfix:after{clear:both;} +.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} +.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} +audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} +audio:not([controls]){display:none;} +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;} +sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;} +sup{top:-0.5em;} +sub{bottom:-0.25em;} +img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;} +#map_canvas img,.google-maps img{max-width:none;} +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;} +button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;} +label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer;} +input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;} +input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;} +textarea{overflow:auto;vertical-align:top;} +@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:0.5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;}}body{margin:0;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333333;background-color:#ffffff;} +a{color:#c83025;text-decoration:none;} +a:hover,a:focus{color:#9d261d;text-decoration:underline;} +.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} +.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);} +.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px;} +.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} +.row:after{clear:both;} +.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;} +.offset12{margin-left:980px;} +.offset11{margin-left:900px;} +.offset10{margin-left:820px;} +.offset9{margin-left:740px;} +.offset8{margin-left:660px;} +.offset7{margin-left:580px;} +.offset6{margin-left:500px;} +.offset5{margin-left:420px;} +.offset4{margin-left:340px;} +.offset3{margin-left:260px;} +.offset2{margin-left:180px;} +.offset1{margin-left:100px;} +.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} +.row:after{clear:both;} +.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;} +.offset12{margin-left:980px;} +.offset11{margin-left:900px;} +.offset10{margin-left:820px;} +.offset9{margin-left:740px;} +.offset8{margin-left:660px;} +.offset7{margin-left:580px;} +.offset6{margin-left:500px;} +.offset5{margin-left:420px;} +.offset4{margin-left:340px;} +.offset3{margin-left:260px;} +.offset2{margin-left:180px;} +.offset1{margin-left:100px;} +.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} +.row-fluid:after{clear:both;} +.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} +.row-fluid:after{clear:both;} +.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;} +.row-fluid [class*="span"]:first-child{margin-left:0;} +.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;} +.row-fluid .span12{width:100%;*width:99.94680851063829%;} +.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;} +.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;} +.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;} +.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;} +.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;} +.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;} +.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;} +.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;} +.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;} +.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;} +.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;} +.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;} +.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;} +.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;} +.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;} +.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;} +.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;} +.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;} +.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;} +.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%;} +.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%;} +.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%;} +.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%;} +.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%;} +.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%;} +.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%;} +.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%;} +.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%;} +.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%;} +.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%;} +.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%;} +.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%;} +.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%;} +.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%;} +.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%;} +.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} +.row-fluid:after{clear:both;} +.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} +.row-fluid:after{clear:both;} +.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;} +.row-fluid [class*="span"]:first-child{margin-left:0;} +.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;} +.row-fluid .span12{width:100%;*width:99.94680851063829%;} +.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;} +.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;} +.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;} +.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;} +.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;} +.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;} +.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;} +.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;} +.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;} +.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;} +.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;} +.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;} +.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;} +.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;} +.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;} +.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;} +.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;} +.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;} +.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;} +.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%;} +.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%;} +.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%;} +.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%;} +.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%;} +.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%;} +.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%;} +.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%;} +.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%;} +.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%;} +.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%;} +.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%;} +.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%;} +.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%;} +.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%;} +.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%;} +[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;} +[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;} +.container:before,.container:after{display:table;content:"";line-height:0;} +.container:after{clear:both;} +.container:before,.container:after{display:table;content:"";line-height:0;} +.container:after{clear:both;} +.container:before,.container:after{display:table;content:"";line-height:0;} +.container:after{clear:both;} +.container-fluid{padding-right:20px;padding-left:20px;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;} +.container-fluid:after{clear:both;} +.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;} +.container-fluid: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%;} +strong{font-weight:bold;} +em{font-style:italic;} +cite{font-style:normal;} +.muted{color:#999999;} +a.muted:hover,a.muted:focus{color:#808080;} +.text-warning{color:#b58603;} +a.text-warning:hover,a.text-warning:focus{color:#836102;} +.text-error{color:#9d261d;} +a.text-error:hover,a.text-error:focus{color:#721c15;} +.text-info{color:#007dbc;} +a.text-info:hover,a.text-info:focus{color:#005b89;} +.text-success{color:#5c7f41;} +a.text-success:hover,a.text-success:focus{color:#435d2f;} +.text-left{text-align:left;} +.text-right{text-align:right;} +.text-center{text-align:center;} +h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:500;line-height:20px;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999999;} +h1,h2,h3{line-height:40px;} +h1{font-size:38.5px;} +h2{font-size:31.5px;} +h3{font-size:24.5px;} +h4{font-size:17.5px;} +h5{font-size:14px;} +h6{font-size:11.9px;} +h1 small{font-size:24.5px;} +h2 small{font-size:17.5px;} +h3 small{font-size:14px;} +h4 small{font-size:14px;} +.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;} +ul,ol{padding:0;margin:0 0 10px 25px;} +ul ul,ul ol,ol ol,ol ul{margin-bottom:0;} +li{line-height:20px;} +ul.unstyled,ol.unstyled{margin-left:0;list-style:none;} +ul.inline,ol.inline{margin-left:0;list-style:none;}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;*zoom:1;padding-left:5px;padding-right:5px;} +dl{margin-bottom:20px;} +dt,dd{line-height:20px;} +dt{font-weight:bold;} +dd{margin-left:10px;} +.dl-horizontal{*zoom:1;}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0;} +.dl-horizontal:after{clear:both;} +.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0;} +.dl-horizontal:after{clear:both;} +.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} +.dl-horizontal dd{margin-left:180px;} +hr{margin:20px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;} +abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999999;} +abbr.initialism{font-size:90%;text-transform:uppercase;} +blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25;} +blockquote small{display:block;line-height:20px;color:#999999;}blockquote small:before{content:'\2014 \00A0';} +blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;} +blockquote.pull-right small:before{content:'';} +blockquote.pull-right small:after{content:'\00A0 \2014';} +q:before,q:after,blockquote:before,blockquote:after{content:"";} +address{display:block;margin-bottom:20px;font-style:normal;line-height:20px;} +code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap;} +pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:20px;} +pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0;} +.pre-scrollable{max-height:340px;overflow-y:scroll;} +form{margin:0 0 20px;} +fieldset{padding:0;margin:0;border:0;} +legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:15px;color:#999999;} +label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;} +input,button,select,textarea{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;} +label{display:block;margin-bottom:5px;} +select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;} +input,textarea,.uneditable-input{width:206px;} +textarea{height:auto;} +textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);} +input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal;} +input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;} +select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px;} +select{width:220px;border:1px solid #cccccc;background-color:#ffffff;} +select[multiple],select[size]{height:auto;} +select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;} +.uneditable-input,.uneditable-textarea{color:#999999;background-color:#fcfcfc;border-color:#cccccc;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);cursor:not-allowed;} +.uneditable-input{overflow:hidden;white-space:nowrap;} +.uneditable-textarea{width:auto;height:auto;} +input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;} +input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;} +input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;} +input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;} +input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;} +input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;} +.radio,.checkbox{min-height:20px;padding-left:20px;} +.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px;} +.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;} +.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;} +.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;} +.input-mini{width:60px;} +.input-small{width:90px;} +.input-medium{width:150px;} +.input-large{width:210px;} +.input-xlarge{width:270px;} +.input-xxlarge{width:530px;} +input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;} +.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;} +input,textarea,.uneditable-input{margin-left:0;} +.controls-row [class*="span"]+[class*="span"]{margin-left:20px;} +input.span12,textarea.span12,.uneditable-input.span12{width:926px;} +input.span11,textarea.span11,.uneditable-input.span11{width:846px;} +input.span10,textarea.span10,.uneditable-input.span10{width:766px;} +input.span9,textarea.span9,.uneditable-input.span9{width:686px;} +input.span8,textarea.span8,.uneditable-input.span8{width:606px;} +input.span7,textarea.span7,.uneditable-input.span7{width:526px;} +input.span6,textarea.span6,.uneditable-input.span6{width:446px;} +input.span5,textarea.span5,.uneditable-input.span5{width:366px;} +input.span4,textarea.span4,.uneditable-input.span4{width:286px;} +input.span3,textarea.span3,.uneditable-input.span3{width:206px;} +input.span2,textarea.span2,.uneditable-input.span2{width:126px;} +input.span1,textarea.span1,.uneditable-input.span1{width:46px;} +input,textarea,.uneditable-input{margin-left:0;} +.controls-row [class*="span"]+[class*="span"]{margin-left:20px;} +input.span12,textarea.span12,.uneditable-input.span12{width:926px;} +input.span11,textarea.span11,.uneditable-input.span11{width:846px;} +input.span10,textarea.span10,.uneditable-input.span10{width:766px;} +input.span9,textarea.span9,.uneditable-input.span9{width:686px;} +input.span8,textarea.span8,.uneditable-input.span8{width:606px;} +input.span7,textarea.span7,.uneditable-input.span7{width:526px;} +input.span6,textarea.span6,.uneditable-input.span6{width:446px;} +input.span5,textarea.span5,.uneditable-input.span5{width:366px;} +input.span4,textarea.span4,.uneditable-input.span4{width:286px;} +input.span3,textarea.span3,.uneditable-input.span3{width:206px;} +input.span2,textarea.span2,.uneditable-input.span2{width:126px;} +input.span1,textarea.span1,.uneditable-input.span1{width:46px;} +.controls-row{*zoom:1;}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;} +.controls-row:after{clear:both;} +.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;} +.controls-row:after{clear:both;} +.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left;} +.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px;} +input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;} +input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;} +.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#b58603;} +.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#b58603;} +.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#b58603;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#836102;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;} +.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#b58603;background-color:#fffcee;border-color:#b58603;} +.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#b58603;} +.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#b58603;} +.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#b58603;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#836102;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #fbc124;} +.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#b58603;background-color:#fffcee;border-color:#b58603;} +.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#9d261d;} +.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#9d261d;} +.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#9d261d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#721c15;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;} +.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#9d261d;background-color:#fff0f0;border-color:#9d261d;} +.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#9d261d;} +.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#9d261d;} +.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#9d261d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#721c15;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dc4e44;} +.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#9d261d;background-color:#fff0f0;border-color:#9d261d;} +.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#5c7f41;} +.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#5c7f41;} +.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#5c7f41;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#435d2f;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;} +.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#5c7f41;background-color:#f3f9e8;border-color:#5c7f41;} +.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#5c7f41;} +.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#5c7f41;} +.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#5c7f41;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#435d2f;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #8eb670;} +.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#5c7f41;background-color:#f3f9e8;border-color:#5c7f41;} +.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#007dbc;} +.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#007dbc;} +.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#007dbc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#005b89;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;} +.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#007dbc;background-color:#f0f9ff;border-color:#007dbc;} +.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#007dbc;} +.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#007dbc;} +.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#007dbc;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#005b89;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #23b5ff;} +.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#007dbc;background-color:#f0f9ff;border-color:#007dbc;} +input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;} +.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;} +.form-actions:after{clear:both;} +.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;} +.form-actions:after{clear:both;} +.help-block,.help-inline{color:#595959;} +.help-block{display:block;margin-bottom:10px;} +.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;} +.input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap;}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px;} +.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2;} +.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;background-color:#eeeeee;border:1px solid #ccc;} +.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.input-append .active,.input-prepend .active{background-color:#d9e8c2;border-color:#95bf52;} +.input-prepend .add-on,.input-prepend .btn{margin-right:-1px;} +.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;} +.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;} +.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px;} +.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;} +.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;} +.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;} +.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;} +.input-prepend.input-append .btn-group:first-child{margin-left:0;} +input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;} +.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;} +.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;} +.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;} +.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px;} +.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle;} +.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;} +.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block;} +.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;} +.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;} +.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;} +.control-group{margin-bottom:10px;} +legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate;} +.form-horizontal .control-group{margin-bottom:20px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;} +.form-horizontal .control-group:after{clear:both;} +.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;} +.form-horizontal .control-group:after{clear:both;} +.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right;} +.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:180px;} +.form-horizontal .help-block{margin-bottom:0;} +.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px;} +.form-horizontal .form-actions{padding-left:180px;} +table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;} +.table{width:100%;margin-bottom:20px;}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;} +.table th{font-weight:bold;} +.table thead th{vertical-align:bottom;} +.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;} +.table tbody+tbody{border-top:2px solid #dddddd;} +.table .table{background-color:#ffffff;} +.table-condensed th,.table-condensed td{padding:4px 5px;} +.table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;} +.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;} +.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;} +.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;} +.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;} +.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;} +.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;} +.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;} +.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;} +.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;} +.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9;} +.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5;} +table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0;} +.table td.span1,.table th.span1{float:none;width:44px;margin-left:0;} +.table td.span2,.table th.span2{float:none;width:124px;margin-left:0;} +.table td.span3,.table th.span3{float:none;width:204px;margin-left:0;} +.table td.span4,.table th.span4{float:none;width:284px;margin-left:0;} +.table td.span5,.table th.span5{float:none;width:364px;margin-left:0;} +.table td.span6,.table th.span6{float:none;width:444px;margin-left:0;} +.table td.span7,.table th.span7{float:none;width:524px;margin-left:0;} +.table td.span8,.table th.span8{float:none;width:604px;margin-left:0;} +.table td.span9,.table th.span9{float:none;width:684px;margin-left:0;} +.table td.span10,.table th.span10{float:none;width:764px;margin-left:0;} +.table td.span11,.table th.span11{float:none;width:844px;margin-left:0;} +.table td.span12,.table th.span12{float:none;width:924px;margin-left:0;} +.table tbody tr.success>td{background-color:#f3f9e8;} +.table tbody tr.error>td{background-color:#fff0f0;} +.table tbody tr.warning>td{background-color:#fffcee;} +.table tbody tr.info>td{background-color:#f0f9ff;} +.table-hover tbody tr.success:hover>td{background-color:#e8f4d4;} +.table-hover tbody tr.error:hover>td{background-color:#ffd7d7;} +.table-hover tbody tr.warning:hover>td{background-color:#fff8d5;} +.table-hover tbody tr.info:hover>td{background-color:#d7efff;} +[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;} +.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png");} +.icon-glass{background-position:0 0;} +.icon-music{background-position:-24px 0;} +.icon-search{background-position:-48px 0;} +.icon-envelope{background-position:-72px 0;} +.icon-heart{background-position:-96px 0;} +.icon-star{background-position:-120px 0;} +.icon-star-empty{background-position:-144px 0;} +.icon-user{background-position:-168px 0;} +.icon-film{background-position:-192px 0;} +.icon-th-large{background-position:-216px 0;} +.icon-th{background-position:-240px 0;} +.icon-th-list{background-position:-264px 0;} +.icon-ok{background-position:-288px 0;} +.icon-remove{background-position:-312px 0;} +.icon-zoom-in{background-position:-336px 0;} +.icon-zoom-out{background-position:-360px 0;} +.icon-off{background-position:-384px 0;} +.icon-signal{background-position:-408px 0;} +.icon-cog{background-position:-432px 0;} +.icon-trash{background-position:-456px 0;} +.icon-home{background-position:0 -24px;} +.icon-file{background-position:-24px -24px;} +.icon-time{background-position:-48px -24px;} +.icon-road{background-position:-72px -24px;} +.icon-download-alt{background-position:-96px -24px;} +.icon-download{background-position:-120px -24px;} +.icon-upload{background-position:-144px -24px;} +.icon-inbox{background-position:-168px -24px;} +.icon-play-circle{background-position:-192px -24px;} +.icon-repeat{background-position:-216px -24px;} +.icon-refresh{background-position:-240px -24px;} +.icon-list-alt{background-position:-264px -24px;} +.icon-lock{background-position:-287px -24px;} +.icon-flag{background-position:-312px -24px;} +.icon-headphones{background-position:-336px -24px;} +.icon-volume-off{background-position:-360px -24px;} +.icon-volume-down{background-position:-384px -24px;} +.icon-volume-up{background-position:-408px -24px;} +.icon-qrcode{background-position:-432px -24px;} +.icon-barcode{background-position:-456px -24px;} +.icon-tag{background-position:0 -48px;} +.icon-tags{background-position:-25px -48px;} +.icon-book{background-position:-48px -48px;} +.icon-bookmark{background-position:-72px -48px;} +.icon-print{background-position:-96px -48px;} +.icon-camera{background-position:-120px -48px;} +.icon-font{background-position:-144px -48px;} +.icon-bold{background-position:-167px -48px;} +.icon-italic{background-position:-192px -48px;} +.icon-text-height{background-position:-216px -48px;} +.icon-text-width{background-position:-240px -48px;} +.icon-align-left{background-position:-264px -48px;} +.icon-align-center{background-position:-288px -48px;} +.icon-align-right{background-position:-312px -48px;} +.icon-align-justify{background-position:-336px -48px;} +.icon-list{background-position:-360px -48px;} +.icon-indent-left{background-position:-384px -48px;} +.icon-indent-right{background-position:-408px -48px;} +.icon-facetime-video{background-position:-432px -48px;} +.icon-picture{background-position:-456px -48px;} +.icon-pencil{background-position:0 -72px;} +.icon-map-marker{background-position:-24px -72px;} +.icon-adjust{background-position:-48px -72px;} +.icon-tint{background-position:-72px -72px;} +.icon-edit{background-position:-96px -72px;} +.icon-share{background-position:-120px -72px;} +.icon-check{background-position:-144px -72px;} +.icon-move{background-position:-168px -72px;} +.icon-step-backward{background-position:-192px -72px;} +.icon-fast-backward{background-position:-216px -72px;} +.icon-backward{background-position:-240px -72px;} +.icon-play{background-position:-264px -72px;} +.icon-pause{background-position:-288px -72px;} +.icon-stop{background-position:-312px -72px;} +.icon-forward{background-position:-336px -72px;} +.icon-fast-forward{background-position:-360px -72px;} +.icon-step-forward{background-position:-384px -72px;} +.icon-eject{background-position:-408px -72px;} +.icon-chevron-left{background-position:-432px -72px;} +.icon-chevron-right{background-position:-456px -72px;} +.icon-plus-sign{background-position:0 -96px;} +.icon-minus-sign{background-position:-24px -96px;} +.icon-remove-sign{background-position:-48px -96px;} +.icon-ok-sign{background-position:-72px -96px;} +.icon-question-sign{background-position:-96px -96px;} +.icon-info-sign{background-position:-120px -96px;} +.icon-screenshot{background-position:-144px -96px;} +.icon-remove-circle{background-position:-168px -96px;} +.icon-ok-circle{background-position:-192px -96px;} +.icon-ban-circle{background-position:-216px -96px;} +.icon-arrow-left{background-position:-240px -96px;} +.icon-arrow-right{background-position:-264px -96px;} +.icon-arrow-up{background-position:-289px -96px;} +.icon-arrow-down{background-position:-312px -96px;} +.icon-share-alt{background-position:-336px -96px;} +.icon-resize-full{background-position:-360px -96px;} +.icon-resize-small{background-position:-384px -96px;} +.icon-plus{background-position:-408px -96px;} +.icon-minus{background-position:-433px -96px;} +.icon-asterisk{background-position:-456px -96px;} +.icon-exclamation-sign{background-position:0 -120px;} +.icon-gift{background-position:-24px -120px;} +.icon-leaf{background-position:-48px -120px;} +.icon-fire{background-position:-72px -120px;} +.icon-eye-open{background-position:-96px -120px;} +.icon-eye-close{background-position:-120px -120px;} +.icon-warning-sign{background-position:-144px -120px;} +.icon-plane{background-position:-168px -120px;} +.icon-calendar{background-position:-192px -120px;} +.icon-random{background-position:-216px -120px;width:16px;} +.icon-comment{background-position:-240px -120px;} +.icon-magnet{background-position:-264px -120px;} +.icon-chevron-up{background-position:-288px -120px;} +.icon-chevron-down{background-position:-313px -119px;} +.icon-retweet{background-position:-336px -120px;} +.icon-shopping-cart{background-position:-360px -120px;} +.icon-folder-close{background-position:-384px -120px;width:16px;} +.icon-folder-open{background-position:-408px -120px;width:16px;} +.icon-resize-vertical{background-position:-432px -119px;} +.icon-resize-horizontal{background-position:-456px -118px;} +.icon-hdd{background-position:0 -144px;} +.icon-bullhorn{background-position:-24px -144px;} +.icon-bell{background-position:-48px -144px;} +.icon-certificate{background-position:-72px -144px;} +.icon-thumbs-up{background-position:-96px -144px;} +.icon-thumbs-down{background-position:-120px -144px;} +.icon-hand-right{background-position:-144px -144px;} +.icon-hand-left{background-position:-168px -144px;} +.icon-hand-up{background-position:-192px -144px;} +.icon-hand-down{background-position:-216px -144px;} +.icon-circle-arrow-right{background-position:-240px -144px;} +.icon-circle-arrow-left{background-position:-264px -144px;} +.icon-circle-arrow-up{background-position:-288px -144px;} +.icon-circle-arrow-down{background-position:-312px -144px;} +.icon-globe{background-position:-336px -144px;} +.icon-wrench{background-position:-360px -144px;} +.icon-tasks{background-position:-384px -144px;} +.icon-filter{background-position:-408px -144px;} +.icon-briefcase{background-position:-432px -144px;} +.icon-fullscreen{background-position:-456px -144px;} +.dropup,.dropdown{position:relative;} +.dropdown-toggle{*margin-bottom:-3px;} +.dropdown-toggle:active,.open .dropdown-toggle{outline:0;} +.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";} +.dropdown .caret{margin-top:8px;margin-left:2px;} +.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;} +.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;} +.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333333;white-space:nowrap;} +.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#ffffff;background-color:#bf2e23;background-image:-moz-linear-gradient(top, #c83025, #b32b21);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#c83025), to(#b32b21));background-image:-webkit-linear-gradient(top, #c83025, #b32b21);background-image:-o-linear-gradient(top, #c83025, #b32b21);background-image:linear-gradient(to bottom, #c83025, #b32b21);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc83025', endColorstr='#ffb32b21', GradientType=0);} +.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;outline:0;background-color:#bf2e23;background-image:-moz-linear-gradient(top, #c83025, #b32b21);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#c83025), to(#b32b21));background-image:-webkit-linear-gradient(top, #c83025, #b32b21);background-image:-o-linear-gradient(top, #c83025, #b32b21);background-image:linear-gradient(to bottom, #c83025, #b32b21);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc83025', endColorstr='#ffb32b21', GradientType=0);} +.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999999;} +.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default;} +.open{*z-index:1000;}.open>.dropdown-menu{display:block;} +.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990;} +.pull-right>.dropdown-menu{right:0;left:auto;} +.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"";} +.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;} +.dropdown-submenu{position:relative;} +.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;} +.dropdown-submenu:hover>.dropdown-menu{display:block;} +.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0;} +.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;} +.dropdown-submenu:hover>a:after{border-left-color:#ffffff;} +.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;} +.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px;} +.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);} +.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} +.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;} +.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}.collapse.in{height:auto;} +.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);} +button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;} +.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;} +.btn:active,.btn.active{background-color:#cccccc \9;} +.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;} +.btn:active,.btn.active{background-color:#cccccc \9;} +.btn:first-child{*margin-left:0;} +.btn:first-child{*margin-left:0;} +.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;} +.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;} +.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);} +.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} +.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} +.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px;} +.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0;} +.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px;} +.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +.btn-block+.btn-block{margin-top:5px;} +input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;} +.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);} +.btn-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#e7d785;background-image:-moz-linear-gradient(top, #fffeb8, #c49c38);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fffeb8), to(#c49c38));background-image:-webkit-linear-gradient(top, #fffeb8, #c49c38);background-image:-o-linear-gradient(top, #fffeb8, #c49c38);background-image:linear-gradient(to bottom, #fffeb8, #c49c38);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffeb8', endColorstr='#ffc49c38', GradientType=0);border-color:#c49c38 #c49c38 #896d27;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#c49c38;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#c49c38;*background-color:#b08c32;} +.btn-primary:active,.btn-primary.active{background-color:#9c7c2d \9;} +.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#c49c38;*background-color:#b08c32;} +.btn-primary:active,.btn-primary.active{background-color:#9c7c2d \9;} +.btn-warning{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#e7c44b;background-image:-moz-linear-gradient(top, #f9e27d, #cc9600);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f9e27d), to(#cc9600));background-image:-webkit-linear-gradient(top, #f9e27d, #cc9600);background-image:-o-linear-gradient(top, #f9e27d, #cc9600);background-image:linear-gradient(to bottom, #f9e27d, #cc9600);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9e27d', endColorstr='#ffcc9600', GradientType=0);border-color:#cc9600 #cc9600 #805e00;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#cc9600;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#cc9600;*background-color:#b38300;} +.btn-warning:active,.btn-warning.active{background-color:#997100 \9;} +.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#ffffff;background-color:#cc9600;*background-color:#b38300;} +.btn-warning:active,.btn-warning.active{background-color:#997100 \9;} +.btn-danger{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#cc4036;background-image:-moz-linear-gradient(top, #dc4e44, #b32b21);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#dc4e44), to(#b32b21));background-image:-webkit-linear-gradient(top, #dc4e44, #b32b21);background-image:-o-linear-gradient(top, #dc4e44, #b32b21);background-image:linear-gradient(to bottom, #dc4e44, #b32b21);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc4e44', endColorstr='#ffb32b21', GradientType=0);border-color:#b32b21 #b32b21 #721c15;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#b32b21;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#b32b21;*background-color:#9d261d;} +.btn-danger:active,.btn-danger.active{background-color:#872119 \9;} +.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#ffffff;background-color:#b32b21;*background-color:#9d261d;} +.btn-danger:active,.btn-danger.active{background-color:#872119 \9;} +.btn-success{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#83a94c;background-image:-moz-linear-gradient(top, #95bf52, #678943);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#95bf52), to(#678943));background-image:-webkit-linear-gradient(top, #95bf52, #678943);background-image:-o-linear-gradient(top, #95bf52, #678943);background-image:linear-gradient(to bottom, #95bf52, #678943);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff95bf52', endColorstr='#ff678943', GradientType=0);border-color:#678943 #678943 #40562a;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#678943;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#678943;*background-color:#5a783b;} +.btn-success:active,.btn-success.active{background-color:#4d6732 \9;} +.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#ffffff;background-color:#678943;*background-color:#5a783b;} +.btn-success:active,.btn-success.active{background-color:#4d6732 \9;} +.btn-info{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#008ed0;background-image:-moz-linear-gradient(top, #009add, #007dbc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#009add), to(#007dbc));background-image:-webkit-linear-gradient(top, #009add, #007dbc);background-image:-o-linear-gradient(top, #009add, #007dbc);background-image:linear-gradient(to bottom, #009add, #007dbc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009add', endColorstr='#ff007dbc', GradientType=0);border-color:#007dbc #007dbc #004a70;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#007dbc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#007dbc;*background-color:#006ca3;} +.btn-info:active,.btn-info.active{background-color:#005b89 \9;} +.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#ffffff;background-color:#007dbc;*background-color:#006ca3;} +.btn-info:active,.btn-info.active{background-color:#005b89 \9;} +.btn-inverse{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444444, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));background-image:-webkit-linear-gradient(top, #444444, #222222);background-image:-o-linear-gradient(top, #444444, #222222);background-image:linear-gradient(to bottom, #444444, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515;} +.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;} +.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#ffffff;background-color:#222222;*background-color:#151515;} +.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;} +button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;} +button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;} +button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;} +button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;} +.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} +.btn-link{border-color:transparent;cursor:pointer;color:#c83025;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.btn-link:hover,.btn-link:focus{color:#9d261d;text-decoration:underline;background-color:transparent;} +.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333333;text-decoration:none;} +.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:middle;white-space:nowrap;*margin-left:.3em;}.btn-group:first-child{*margin-left:0;} +.btn-group:first-child{*margin-left:0;} +.btn-group+.btn-group{margin-left:5px;} +.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px;}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px;} +.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.btn-group>.btn+.btn{margin-left:-1px;} +.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px;} +.btn-group>.btn-mini{font-size:10.5px;} +.btn-group>.btn-small{font-size:11.9px;} +.btn-group>.btn-large{font-size:17.5px;} +.btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;} +.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;} +.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;} +.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;} +.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;} +.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;} +.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px;} +.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px;} +.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px;} +.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px;} +.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);} +.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;} +.btn-group.open .btn-primary.dropdown-toggle{background-color:#c49c38;} +.btn-group.open .btn-warning.dropdown-toggle{background-color:#cc9600;} +.btn-group.open .btn-danger.dropdown-toggle{background-color:#b32b21;} +.btn-group.open .btn-success.dropdown-toggle{background-color:#678943;} +.btn-group.open .btn-info.dropdown-toggle{background-color:#007dbc;} +.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;} +.btn .caret{margin-top:8px;margin-left:0;} +.btn-large .caret{margin-top:6px;} +.btn-large .caret{border-left-width:5px;border-right-width:5px;border-top-width:5px;} +.btn-mini .caret,.btn-small .caret{margin-top:8px;} +.dropup .btn-large .caret{border-bottom-width:5px;} +.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;} +.btn-group-vertical{display:inline-block;*display:inline;*zoom:1;} +.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.btn-group-vertical>.btn+.btn{margin-left:0;margin-top:-1px;} +.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;} +.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;} +.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;} +.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;} +.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fffcee;border:1px solid #ffedca;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.alert,.alert h4{color:#b58603;} +.alert h4{margin:0;} +.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;} +.alert-success{background-color:#f3f9e8;border-color:#e1ebb3;color:#5c7f41;} +.alert-success h4{color:#5c7f41;} +.alert-danger,.alert-error{background-color:#fff0f0;border-color:#ffdce1;color:#9d261d;} +.alert-danger h4,.alert-error h4{color:#9d261d;} +.alert-info{background-color:#f0f9ff;border-color:#ccf3ff;color:#007dbc;} +.alert-info h4{color:#007dbc;} +.alert-block{padding-top:14px;padding-bottom:14px;} +.alert-block>p,.alert-block>ul{margin-bottom:0;} +.alert-block p+p{margin-top:5px;} +.nav{margin-left:0;margin-bottom:20px;list-style:none;} +.nav>li>a{display:block;} +.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee;} +.nav>li>a>img{max-width:none;} +.nav>.pull-right{float:right;} +.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;} +.nav li+.nav-header{margin-top:9px;} +.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;} +.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);} +.nav-list>li>a{padding:3px 15px;} +.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#c83025;} +.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px;} +.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;} +.nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;} +.nav-tabs:after,.nav-pills:after{clear:both;} +.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0;} +.nav-tabs:after,.nav-pills:after{clear:both;} +.nav-tabs>li,.nav-pills>li{float:left;} +.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;} +.nav-tabs{border-bottom:1px solid #ddd;} +.nav-tabs>li{margin-bottom:-1px;} +.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #dddddd;} +.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;} +.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} +.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#ffffff;background-color:#c83025;} +.nav-stacked>li{float:none;} +.nav-stacked>li>a{margin-right:0;} +.nav-tabs.nav-stacked{border-bottom:0;} +.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;} +.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;} +.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{border-color:#ddd;z-index:2;} +.nav-pills.nav-stacked>li>a{margin-bottom:3px;} +.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;} +.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;} +.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} +.nav .dropdown-toggle .caret{border-top-color:#c83025;border-bottom-color:#c83025;margin-top:6px;} +.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#9d261d;border-bottom-color:#9d261d;} +.nav-tabs .dropdown-toggle .caret{margin-top:8px;} +.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff;} +.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555;} +.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer;} +.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#ffffff;background-color:#999999;border-color:#999999;} +.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);} +.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999999;} +.tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;} +.tabbable:after{clear:both;} +.tabbable:before,.tabbable:after{display:table;content:"";line-height:0;} +.tabbable:after{clear:both;} +.tab-content{overflow:auto;} +.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;} +.tab-content>.tab-pane,.pill-content>.pill-pane{display:none;} +.tab-content>.active,.pill-content>.active{display:block;} +.tabs-below>.nav-tabs{border-top:1px solid #ddd;} +.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;} +.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-bottom-color:transparent;border-top-color:#ddd;} +.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd;} +.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;} +.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;} +.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;} +.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;} +.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eeeeee #dddddd #eeeeee #eeeeee;} +.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;} +.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;} +.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;} +.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eeeeee #eeeeee #eeeeee #dddddd;} +.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;} +.nav>.disabled>a{color:#999999;} +.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;background-color:transparent;cursor:default;} +.navbar{overflow:visible;margin-bottom:20px;*position:relative;*z-index:2;} +.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);box-shadow:0 1px 4px rgba(0, 0, 0, 0.065);*zoom:1;}.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0;} +.navbar-inner:after{clear:both;} +.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0;} +.navbar-inner:after{clear:both;} +.navbar .container{width:auto;} +.nav-collapse.collapse{height:auto;overflow:visible;} +.navbar .brand{float:left;display:block;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777777;text-shadow:0 1px 0 #ffffff;}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none;} +.navbar-text{margin-bottom:0;line-height:40px;color:#777777;} +.navbar-link{color:#777777;}.navbar-link:hover,.navbar-link:focus{color:#333333;} +.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #f2f2f2;border-right:1px solid #ffffff;} +.navbar .btn,.navbar .btn-group{margin-top:5px;} +.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0;} +.navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0;} +.navbar-form:after{clear:both;} +.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0;} +.navbar-form:after{clear:both;} +.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;} +.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0;} +.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;} +.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;} +.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0;}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;} +.navbar-static-top{position:static;margin-bottom:0;}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;} +.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px;} +.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0;} +.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;} +.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;} +.navbar-fixed-top{top:0;} +.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1);} +.navbar-fixed-bottom{bottom:0;}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);box-shadow:0 -1px 10px rgba(0,0,0,.1);} +.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;} +.navbar .nav.pull-right{float:right;margin-right:0;} +.navbar .nav>li{float:left;} +.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777777;text-decoration:none;text-shadow:0 1px 0 #ffffff;} +.navbar .nav .dropdown-toggle .caret{margin-top:8px;} +.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{background-color:transparent;color:#333333;text-decoration:none;} +.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);-moz-box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 8px rgba(0, 0, 0, 0.125);} +.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#ededed;background-image:-moz-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-o-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e5e5e5;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#ffffff;background-color:#e5e5e5;*background-color:#d9d9d9;} +.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#cccccc \9;} +.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#ffffff;background-color:#e5e5e5;*background-color:#d9d9d9;} +.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#cccccc \9;} +.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);} +.btn-navbar .icon-bar+.icon-bar{margin-top:3px;} +.navbar .nav>li>.dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:9px;} +.navbar .nav>li>.dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;} +.navbar-fixed-bottom .nav>li>.dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0, 0, 0, 0.2);border-bottom:0;bottom:-7px;top:auto;} +.navbar-fixed-bottom .nav>li>.dropdown-menu:after{border-top:6px solid #ffffff;border-bottom:0;bottom:-6px;top:auto;} +.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333333;border-bottom-color:#333333;} +.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#e5e5e5;color:#555555;} +.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777777;border-bottom-color:#777777;} +.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555555;border-bottom-color:#555555;} +.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{left:auto;right:0;}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{left:auto;right:12px;} +.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{left:auto;right:13px;} +.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{left:auto;right:100%;margin-left:0;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;} +.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top, #222222, #111111);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));background-image:-webkit-linear-gradient(top, #222222, #111111);background-image:-o-linear-gradient(top, #222222, #111111);background-image:linear-gradient(to bottom, #222222, #111111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);border-color:#252525;} +.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999999;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#ffffff;} +.navbar-inverse .brand{color:#999999;} +.navbar-inverse .navbar-text{color:#999999;} +.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{background-color:transparent;color:#ffffff;} +.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#ffffff;background-color:#111111;} +.navbar-inverse .navbar-link{color:#999999;}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#ffffff;} +.navbar-inverse .divider-vertical{border-left-color:#111111;border-right-color:#222222;} +.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{background-color:#111111;color:#ffffff;} +.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;} +.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999999;border-bottom-color:#999999;} +.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;} +.navbar-inverse .navbar-search .search-query{color:#ffffff;background-color:#515151;border-color:#111111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#cccccc;} +.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;} +.navbar-inverse .btn-navbar{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top, #151515, #040404);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image:-webkit-linear-gradient(top, #151515, #040404);background-image:-o-linear-gradient(top, #151515, #040404);background-image:linear-gradient(to bottom, #151515, #040404);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);border-color:#040404 #040404 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#040404;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#ffffff;background-color:#040404;*background-color:#000000;} +.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000000 \9;} +.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#ffffff;background-color:#040404;*background-color:#000000;} +.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000000 \9;} +.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.breadcrumb>li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}.breadcrumb>li>.divider{padding:0 5px;color:#ccc;} +.breadcrumb>.active{color:#999999;} +.pagination{margin:20px 0;} +.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);} +.pagination ul>li{display:inline;} +.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;border-left-width:0;} +.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5;} +.pagination ul>.active>a,.pagination ul>.active>span{color:#999999;cursor:default;} +.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999999;background-color:transparent;cursor:default;} +.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;} +.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;} +.pagination-centered{text-align:center;} +.pagination-right{text-align:right;} +.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px;} +.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;} +.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;} +.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;} +.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;} +.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px;} +.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px;} +.pager{margin:20px 0;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";line-height:0;} +.pager:after{clear:both;} +.pager:before,.pager:after{display:table;content:"";line-height:0;} +.pager:after{clear:both;} +.pager li{display:inline;} +.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;} +.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5;} +.pager .next>a,.pager .next>span{float:right;} +.pager .previous>a,.pager .previous>span{float:left;} +.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999999;background-color:#fff;cursor:default;} +.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{opacity:0;} +.modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);} +.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none;}.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;} +.modal.fade.in{top:10%;} +.modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.modal-header .close{margin-top:2px;} +.modal-header h3{margin:0;line-height:30px;} +.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px;} +.modal-form{margin-bottom:0;} +.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;*zoom:1;}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0;} +.modal-footer:after{clear:both;} +.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0;} +.modal-footer:after{clear:both;} +.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;} +.modal-footer .btn-group .btn+.btn{margin-left:-1px;} +.modal-footer .btn-block+.btn-block{margin-left:0;} +.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);} +.tooltip.top{margin-top:-3px;padding:5px 0;} +.tooltip.right{margin-left:3px;padding:0 5px;} +.tooltip.bottom{margin-top:3px;padding:5px 0;} +.tooltip.left{margin-left:-3px;padding:0 5px;} +.tooltip-inner{max-width:200px;padding:8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;} +.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000;} +.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000;} +.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000;} +.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000;} +.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#ffffff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal;}.popover.top{margin-top:-10px;} +.popover.right{margin-left:10px;} +.popover.bottom{margin-top:10px;} +.popover.left{margin-left:-10px;} +.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}.popover-title:empty{display:none;} +.popover-content{padding:9px 14px;} +.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;} +.popover .arrow{border-width:11px;} +.popover .arrow:after{border-width:10px;content:"";} +.popover.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#ffffff;} +.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0, 0, 0, 0.25);}.popover.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#ffffff;} +.popover.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#ffffff;} +.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0, 0, 0, 0.25);}.popover.left .arrow:after{right:1px;border-right-width:0;border-left-color:#ffffff;bottom:-10px;} +.thumbnails{margin-left:-20px;list-style:none;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0;} +.thumbnails:after{clear:both;} +.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0;} +.thumbnails:after{clear:both;} +.row-fluid .thumbnails{margin-left:0;} +.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px;} +.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;} +a.thumbnail:hover,a.thumbnail:focus{border-color:#c83025;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);} +.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto;} +.thumbnail .caption{padding:9px;color:#555555;} +.media,.media-body{overflow:hidden;*overflow:visible;zoom:1;} +.media,.media .media{margin-top:15px;} +.media:first-child{margin-top:0;} +.media-object{display:block;} +.media-heading{margin:0 0 5px;} +.media>.pull-left{margin-right:10px;} +.media>.pull-right{margin-left:10px;} +.media-list{margin-left:0;list-style:none;} +.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;} +.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;} +.label:empty,.badge:empty{display:none;} +a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer;} +.label-important,.badge-important{background-color:#9d261d;} +.label-important[href],.badge-important[href]{background-color:#721c15;} +.label-warning,.badge-warning{background-color:#f4914e;} +.label-warning[href],.badge-warning[href]{background-color:#f1731e;} +.label-success,.badge-success{background-color:#5c7f41;} +.label-success[href],.badge-success[href]{background-color:#435d2f;} +.label-info,.badge-info{background-color:#007dbc;} +.label-info[href],.badge-info[href]{background-color:#005b89;} +.label-inverse,.badge-inverse{background-color:#333333;} +.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;} +.btn .label,.btn .badge{position:relative;top:-1px;} +.btn-mini .label,.btn-mini .badge{top:0;} +@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.progress .bar{width:0%;height:100%;color:#ffffff;float:left;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(to bottom, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;} +.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);} +.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;} +.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;} +.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);} +.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} +.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(to bottom, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);} +.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} +.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);} +.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} +.progress-warning .bar,.progress .bar-warning{background-color:#f7ac79;background-image:-moz-linear-gradient(top, #f8be96, #f4914e);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f8be96), to(#f4914e));background-image:-webkit-linear-gradient(top, #f8be96, #f4914e);background-image:-o-linear-gradient(top, #f8be96, #f4914e);background-image:linear-gradient(to bottom, #f8be96, #f4914e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8be96', endColorstr='#fff4914e', GradientType=0);} +.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#f8be96;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);} +.accordion{margin-bottom:20px;} +.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.accordion-heading{border-bottom:0;} +.accordion-heading .accordion-toggle{display:block;padding:8px 15px;} +.accordion-toggle{cursor:pointer;} +.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;} +.carousel{position:relative;margin-bottom:20px;line-height:1;} +.carousel-inner{overflow:hidden;width:100%;position:relative;} +.carousel-inner>.item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1;} +.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;} +.carousel-inner>.active{left:0;} +.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;} +.carousel-inner>.next{left:100%;} +.carousel-inner>.prev{left:-100%;} +.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;} +.carousel-inner>.active.left{left:-100%;} +.carousel-inner>.active.right{left:100%;} +.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;} +.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);} +.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none;}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255, 255, 255, 0.25);border-radius:5px;} +.carousel-indicators .active{background-color:#fff;} +.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333333;background:rgba(0, 0, 0, 0.75);} +.carousel-caption h4,.carousel-caption p{color:#ffffff;line-height:20px;} +.carousel-caption h4{margin:0 0 5px;} +.carousel-caption p{margin-bottom:0;} +.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;} +.hero-unit li{line-height:30px;} +.pull-right{float:right;} +.pull-left{float:left;} +.hide{display:none;} +.show{display:block;} +.invisible{visibility:hidden;} +.affix{position:fixed;} +@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;} +.visible-phone{display:none !important;} +.visible-tablet{display:none !important;} +.hidden-desktop{display:none !important;} +.visible-desktop{display:inherit !important;} +@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}.visible-print{display:none !important;} +@media print{.visible-print{display:inherit !important;} .hidden-print{display:none !important;}}html,body{height:100%;} +.wrapper{min-height:100%;height:auto !important;height:100%;} +.wrapper{margin:0 auto -231px;} +.push{height:231px;} +.footer{margin-top:60px;height:90px;padding:40px 0 40px;} +.padding-none{padding:0 !important;} +.padding{padding:10px !important;} +.padding-small{padding:5px !important;} +.padding-large{padding:22px !important;} +.padding-top-none{padding-top:0 !important;} +.padding-top{padding-top:10px !important;} +.padding-top-small{padding-top:5px !important;} +.padding-top-large{padding-top:22px !important;} +.padding-right-none{padding-right:0 !important;} +.padding-right{padding-right:10px !important;} +.padding-right-small{padding-right:5px !important;} +.padding-right-large{padding-right:22px !important;} +.padding-bottom-none{padding-bottom:0 !important;} +.padding-bottom{padding-bottom:10px !important;} +.padding-bottom-small{padding-bottom:5px !important;} +.padding-bottom-large{padding-bottom:22px !important;} +.padding-left-none{padding-left:0 !important;} +.padding-left{padding-left:10px !important;} +.padding-left-small{padding-left:5px !important;} +.padding-left-large{padding-left:22px !important;} +.margin-none{margin:0 !important;} +.margin{margin:10px !important;} +.margin-small{margin:5px !important;} +.margin-large{margin:22px !important;} +.margin-top-none{margin-top:0 !important;} +.margin-top{margin-top:10px !important;} +.margin-top-large{margin-top:22px !important;} +.margin-top-small{margin-top:5px !important;} +.margin-right-none{margin-right:0 !important;} +.margin-right{margin-right:10px !important;} +.margin-right-large{margin-right:22px !important;} +.margin-right-small{margin-right:5px !important;} +.margin-bottom-none{margin-bottom:0 !important;} +.margin-bottom{margin-bottom:10px !important;} +.margin-bottom-large{margin-bottom:22px !important;} +.margin-bottom-small{margin-bottom:5px !important;} +.margin-left-none{margin-left:0 !important;} +.margin-left{margin-left:10px !important;} +.margin-left-large{margin-left:22px !important;} +.margin-left-small{margin-left:5px !important;} +.border-left-none{border-left:none !important;} +.border-right-none{border-right:none !important;} +.border-bottom-none{border-bottom:none !important;} +.border-top-none{border-top:none !important;} +.display-block{display:block;} +.no-underline:hover{text-decoration:none;} +.clickable{cursor:pointer;} +.strong{font-weight:bold;} +.em{font-style:italic;} +.small{font-size:85%;} +.no-link{color:#333333;} +.text-sans-serif{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;} +.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} +.text-default{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;font-weight:normal;} +.hilite{color:#c83025;}.hilite:hover{color:#9d261d;text-decoration:underline;} +.hilite [class^="icon-"]:before,.hilite [class*=" icon-"]:before{display:inline;} +.strike{text-decoration:line-through;} +.upper{text-transform:uppercase;} +.lower{text-transform:lowercase;} +.navbar .brand{font-family:museo-slab,"Helvetica Neue",Helvetica,Arial,sans-serif;}.navbar .brand .icon-flag{padding-right:3px;} +.navbar .nav>li>a{padding:12px 10px 9px;} +.navbar .nav.pull-right{margin-right:-10px;} +h1,h2,h3,h4,h5,h6{font-family:museo-slab,"Helvetica Neue",Helvetica,Arial,sans-serif;} +#iconCarousel{font-size:220px;text-align:center;line-height:225px;text-shadow:2px 2px 3px #222222;}#iconCarousel a{color:#ffffff;} +#iconCarousel .carousel-control{top:253px;width:30px;height:30px;background:none;border-width:0;font-size:30px;line-height:25px;left:117px;}#iconCarousel .carousel-control.right{left:auto;right:117px;} +.jumbotron{background:#9d261d;border-bottom:1px solid #721c15;background-color:#99251c;background-repeat:repeat-x;background-image:-moz-linear-gradient(-40deg, #9d261d, #99251c);background-image:-webkit-linear-gradient(-40deg, #9d261d, #99251c);background-image:-o-linear-gradient(-40deg, #9d261d, #99251c);background-image:linear-gradient(-40deg, #9d261d, #99251c);text-shadow:2px 2px 2px #333333;}.jumbotron,.jumbotron h1{color:#ffffff;} +.jumbotron h1{font-size:80px;letter-spacing:-2px;line-height:1;} +.jumbotron p{margin-top:15px;margin-bottom:15px;font-size:30px;line-height:1.3;font-weight:lighter;} +.jumbotron .actions{margin-top:25px;} +.jumbotron ul{margin-left:50px;}.jumbotron ul li{font-size:15px;line-height:30px;text-shadow:1px 1px 1px #333333;}.jumbotron ul li.icon-large:before{text-indent:-2em;vertical-align:baseline;} +.jumbotron .btn-large{font-family:museo-slab,"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:24px;padding:17px 30px;letter-spacing:-1px;} +.jumbotron .hero-content{text-align:center;} +.jumbotron .shameless-self-promotion{font-size:14px;margin-top:25px;color:#c47d77;text-shadow:none;}.jumbotron .shameless-self-promotion a{color:#e2bebb;} +.jumbotron .shameless-self-promotion a:hover{color:#ffffff;} +.jumbotron-index{padding:40px 0;}.jumbotron-index h1{font-size:80px;letter-spacing:-2px;line-height:1;margin:0 0 15px;} +.jumbotron-index p{margin-top:15px;margin-bottom:15px;font-size:30px;line-height:1.3;} +.jumbotron-ad{padding:20px 0;}.jumbotron-ad h1{margin-top:25px;} +.jumbotron-ad p{margin-bottom:35px;} +.jumbotron-icon{padding:20px 0 30px;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(-40deg, #eeeeee, #e6e6e6);background-image:-webkit-linear-gradient(-40deg, #eeeeee, #e6e6e6);background-image:-o-linear-gradient(-40deg, #eeeeee, #e6e6e6);background-image:linear-gradient(-40deg, #eeeeee, #e6e6e6);color:#222222;text-shadow:1px 1px 1px #ffffff;border-bottom:solid 1px #c4c4c4;}.jumbotron-icon h1{color:#222222;font-size:40px;}.jumbotron-icon h1 small{letter-spacing:normal;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;margin-left:20px;} +.jumbotron-icon .info-details{float:left;}.jumbotron-icon .info-details p{margin:25px 0;font-weight:bold;} +.jumbotron-icon .info-details .dl-horizontal dt{width:80px;} +.jumbotron-icon .info-details .dl-horizontal dd{margin-left:95px;} +.jumbotron-icon .icon-2{font-size:2em;} +.jumbotron-icon .icon-3{font-size:4em;} +.jumbotron-icon .icon-4{font-size:7em;} +.jumbotron-icon .icon-5{font-size:12em;} +.jumbotron-icon .icon-6{font-size:20em;} +.jumbotron-icon .icon-1,.jumbotron-icon .icon-2,.jumbotron-icon .icon-3,.jumbotron-icon .icon-4,.jumbotron-icon .icon-5,.jumbotron-icon .icon-6{margin-right:0.07142857142857142em;} +.stripe-ad{margin-bottom:22px;}.stripe-ad .lead{margin-top:10px;margin-right:30px;} +.btn-primary{color:#333333;text-shadow:0 -1px 0 rgba(255, 255, 255, 0.25);}.btn-primary:hover{text-shadow:0 -1px 0 rgba(255, 255, 255, 0.25);color:#333333;} +section{margin-top:40px;} +.stacked{padding-top:35px;height:105px;} +#social-buttons{padding:22px 0 17px;text-align:center;background-color:#f5f5f5;border-top:1px solid #fff;border-bottom:1px solid #ddd;}#social-buttons ul.unstyled{margin:0;} +#social-buttons .btn{font-weight:bold;padding:0px 5px;line-height:17px;margin:0;} +#social-buttons .count.btn{background:#ffffff;font-weight:normal;} +.the-icons{margin-top:22px;}.the-icons .span3 a{display:block;cursor:pointer;line-height:32px;height:32px;padding-left:10px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.the-icons .span3 a,.the-icons .span3 a:hover{color:#222222;} +.the-icons .span3 a [class^="icon-"],.the-icons .span3 a [class*=" icon-"]{width:32px;font-size:14px;display:inline-block;text-align:right;margin-right:10px;} +.the-icons .span3 a:hover{background-color:#fff0f0;text-decoration:none;}.the-icons .span3 a:hover [class^="icon-"],.the-icons .span3 a:hover [class*=" icon-"]{*font-size:28px;*vertical-align:middle;} +.the-icons .span3 a:hover [class^="icon-"]:before,.the-icons .span3 a:hover [class*=" icon-"]:before{font-size:28px;vertical-align:-5px;} +#why .span4,#whats-new .span4{margin-bottom:20px;} +#why h4 [class^="icon-"]:before,#whats-new h4 [class^="icon-"]:before,#why h4 [class*=" icon-"]:before,#whats-new h4 [class*=" icon-"]:before{vertical-align:-10%;font-size:28px;display:inline-block;width:1.0714285714285714em;text-align:center;margin-right:5px;} +.rating{unicode-bidi:bidi-override;direction:rtl;font-size:30px;}.rating span.star{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;}.rating span.star:hover{cursor:pointer;} +.rating span.star:before{content:"\f006";padding-right:5px;color:#999999;} +.rating span.star:hover:before,.rating span.star:hover~span.star:before{content:"\f005";color:#e3cf7a;} +.label,.badge{background-color:#eeeeee;} +.well.well-transparent{background-color:transparent;} +footer{background-color:#9d261d;border-top:1px solid #872119;color:#ddb3b0;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);margin-top:60px;padding-top:45px;padding-bottom:60px;*zoom:1;}footer a{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}footer a:hover{color:#ffffff;} +footer ul{line-height:25px;} +footer .project{margin-top:10px;} +.navbar .nav>li.dropdown-split-right>a{padding-left:7px;} +.navbar .nav>li.dropdown-split-left>a{padding-right:0;} +.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} +.clearfix:after{clear:both;} +.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} +.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} +@-ms-viewport{width:device-width;}.hidden{display:none;visibility:hidden;} +.visible-phone{display:none !important;} +.visible-tablet{display:none !important;} +.hidden-desktop{display:none !important;} +.visible-desktop{display:inherit !important;} +@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}.visible-print{display:none !important;} +@media print{.visible-print{display:inherit !important;} .hidden-print{display:none !important;}}@media (min-width:1200px){.row{margin-left:-30px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} .row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:left;min-height:1px;margin-left:30px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;} .span12{width:1170px;} .span11{width:1070px;} .span10{width:970px;} .span9{width:870px;} .span8{width:770px;} .span7{width:670px;} .span6{width:570px;} .span5{width:470px;} .span4{width:370px;} .span3{width:270px;} .span2{width:170px;} .span1{width:70px;} .offset12{margin-left:1230px;} .offset11{margin-left:1130px;} .offset10{margin-left:1030px;} .offset9{margin-left:930px;} .offset8{margin-left:830px;} .offset7{margin-left:730px;} .offset6{margin-left:630px;} .offset5{margin-left:530px;} .offset4{margin-left:430px;} .offset3{margin-left:330px;} .offset2{margin-left:230px;} .offset1{margin-left:130px;} .row{margin-left:-30px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} .row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} [class*="span"]{float:left;min-height:1px;margin-left:30px;} .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;} .span12{width:1170px;} .span11{width:1070px;} .span10{width:970px;} .span9{width:870px;} .span8{width:770px;} .span7{width:670px;} .span6{width:570px;} .span5{width:470px;} .span4{width:370px;} .span3{width:270px;} .span2{width:170px;} .span1{width:70px;} .offset12{margin-left:1230px;} .offset11{margin-left:1130px;} .offset10{margin-left:1030px;} .offset9{margin-left:930px;} .offset8{margin-left:830px;} .offset7{margin-left:730px;} .offset6{margin-left:630px;} .offset5{margin-left:530px;} .offset4{margin-left:430px;} .offset3{margin-left:330px;} .offset2{margin-left:230px;} .offset1{margin-left:130px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%;} .row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%;} .row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%;} .row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%;} .row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%;} .row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%;} .row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%;} .row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%;} .row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%;} .row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%;} .row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%;} .row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%;} .row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%;} .row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%;} .row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%;} .row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%;} .row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%;} .row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%;} .row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%;} .row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%;} .row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%;} .row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%;} .row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%;} .row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%;} .row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%;} .row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%;} .row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%;} .row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%;} .row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%;} .row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%;} .row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%;} .row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%;} .row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%;} .row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%;} .row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%;} .row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%;} .row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%;} .row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%;} .row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%;} .row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%;} .row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%;} .row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%;} .row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%;} .row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%;} .row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%;} .row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%;} .row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%;} .row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%;} .row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%;} .row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%;} .row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%;} .row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%;} .row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%;} .row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%;} .row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%;} .row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%;} .row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%;} .row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%;} .row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%;} .row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%;} .row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%;} .row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%;} .row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%;} .row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%;} .row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%;} .row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%;} .row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%;} .row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%;} .row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:30px;} input.span12,textarea.span12,.uneditable-input.span12{width:1156px;} input.span11,textarea.span11,.uneditable-input.span11{width:1056px;} input.span10,textarea.span10,.uneditable-input.span10{width:956px;} input.span9,textarea.span9,.uneditable-input.span9{width:856px;} input.span8,textarea.span8,.uneditable-input.span8{width:756px;} input.span7,textarea.span7,.uneditable-input.span7{width:656px;} input.span6,textarea.span6,.uneditable-input.span6{width:556px;} input.span5,textarea.span5,.uneditable-input.span5{width:456px;} input.span4,textarea.span4,.uneditable-input.span4{width:356px;} input.span3,textarea.span3,.uneditable-input.span3{width:256px;} input.span2,textarea.span2,.uneditable-input.span2{width:156px;} input.span1,textarea.span1,.uneditable-input.span1{width:56px;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:30px;} input.span12,textarea.span12,.uneditable-input.span12{width:1156px;} input.span11,textarea.span11,.uneditable-input.span11{width:1056px;} input.span10,textarea.span10,.uneditable-input.span10{width:956px;} input.span9,textarea.span9,.uneditable-input.span9{width:856px;} input.span8,textarea.span8,.uneditable-input.span8{width:756px;} input.span7,textarea.span7,.uneditable-input.span7{width:656px;} input.span6,textarea.span6,.uneditable-input.span6{width:556px;} input.span5,textarea.span5,.uneditable-input.span5{width:456px;} input.span4,textarea.span4,.uneditable-input.span4{width:356px;} input.span3,textarea.span3,.uneditable-input.span3{width:256px;} input.span2,textarea.span2,.uneditable-input.span2{width:156px;} input.span1,textarea.span1,.uneditable-input.span1{width:56px;} .thumbnails{margin-left:-30px;} .thumbnails>li{margin-left:30px;} .row-fluid .thumbnails{margin-left:0;}}@media (min-width:1200px){#iconCarousel{font-size:290px;line-height:295px;}#iconCarousel .carousel-control{top:310px;width:30px;height:30px;font-size:40px;line-height:35px;left:145px;}#iconCarousel .carousel-control.right{right:145px;} .jumbotron-index{padding:50px 0;}.jumbotron-index h1{font-size:100px;} .jumbotron-index p{font-size:40px;margin:20px 0;} .jumbotron-index .btn-large{font-size:30px;padding:21px 35px;} .jumbotron-index .shameless-self-promotion{margin-top:30px;} .jumbotron-ad{padding:50px 0;}.jumbotron-ad h1{font-size:90px;} .jumbotron-ad p{font-size:35px;margin:20px 0;} .stripe-ad .lead{margin-top:7px;} .lead{font-size:26px;line-height:36px;}}@media (min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} .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:724px;} .span12{width:724px;} .span11{width:662px;} .span10{width:600px;} .span9{width:538px;} .span8{width:476px;} .span7{width:414px;} .span6{width:352px;} .span5{width:290px;} .span4{width:228px;} .span3{width:166px;} .span2{width:104px;} .span1{width:42px;} .offset12{margin-left:764px;} .offset11{margin-left:702px;} .offset10{margin-left:640px;} .offset9{margin-left:578px;} .offset8{margin-left:516px;} .offset7{margin-left:454px;} .offset6{margin-left:392px;} .offset5{margin-left:330px;} .offset4{margin-left:268px;} .offset3{margin-left:206px;} .offset2{margin-left:144px;} .offset1{margin-left:82px;} .row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";line-height:0;} .row:after{clear:both;} .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:724px;} .span12{width:724px;} .span11{width:662px;} .span10{width:600px;} .span9{width:538px;} .span8{width:476px;} .span7{width:414px;} .span6{width:352px;} .span5{width:290px;} .span4{width:228px;} .span3{width:166px;} .span2{width:104px;} .span1{width:42px;} .offset12{margin-left:764px;} .offset11{margin-left:702px;} .offset10{margin-left:640px;} .offset9{margin-left:578px;} .offset8{margin-left:516px;} .offset7{margin-left:454px;} .offset6{margin-left:392px;} .offset5{margin-left:330px;} .offset4{margin-left:268px;} .offset3{margin-left:206px;} .offset2{margin-left:144px;} .offset1{margin-left:82px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;} .row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;} .row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;} .row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;} .row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;} .row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;} .row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;} .row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;} .row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;} .row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;} .row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;} .row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%;} .row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%;} .row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%;} .row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%;} .row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%;} .row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%;} .row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%;} .row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%;} .row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%;} .row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%;} .row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%;} .row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%;} .row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%;} .row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%;} .row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%;} .row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%;} .row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%;} .row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%;} .row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%;} .row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%;} .row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%;} .row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%;} .row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%;} .row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;} .row-fluid:after{clear:both;} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;} .row-fluid [class*="span"]:first-child{margin-left:0;} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%;} .row-fluid .span12{width:100%;*width:99.94680851063829%;} .row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%;} .row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%;} .row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%;} .row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%;} .row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%;} .row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%;} .row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%;} .row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%;} .row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%;} .row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%;} .row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%;} .row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%;} .row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%;} .row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%;} .row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%;} .row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%;} .row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%;} .row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%;} .row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%;} .row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%;} .row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%;} .row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%;} .row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%;} .row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%;} .row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%;} .row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%;} .row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%;} .row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%;} .row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%;} .row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%;} .row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%;} .row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%;} .row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%;} .row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%;} .row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:20px;} input.span12,textarea.span12,.uneditable-input.span12{width:710px;} input.span11,textarea.span11,.uneditable-input.span11{width:648px;} input.span10,textarea.span10,.uneditable-input.span10{width:586px;} input.span9,textarea.span9,.uneditable-input.span9{width:524px;} input.span8,textarea.span8,.uneditable-input.span8{width:462px;} input.span7,textarea.span7,.uneditable-input.span7{width:400px;} input.span6,textarea.span6,.uneditable-input.span6{width:338px;} input.span5,textarea.span5,.uneditable-input.span5{width:276px;} input.span4,textarea.span4,.uneditable-input.span4{width:214px;} input.span3,textarea.span3,.uneditable-input.span3{width:152px;} input.span2,textarea.span2,.uneditable-input.span2{width:90px;} input.span1,textarea.span1,.uneditable-input.span1{width:28px;} input,textarea,.uneditable-input{margin-left:0;} .controls-row [class*="span"]+[class*="span"]{margin-left:20px;} input.span12,textarea.span12,.uneditable-input.span12{width:710px;} input.span11,textarea.span11,.uneditable-input.span11{width:648px;} input.span10,textarea.span10,.uneditable-input.span10{width:586px;} input.span9,textarea.span9,.uneditable-input.span9{width:524px;} input.span8,textarea.span8,.uneditable-input.span8{width:462px;} input.span7,textarea.span7,.uneditable-input.span7{width:400px;} input.span6,textarea.span6,.uneditable-input.span6{width:338px;} input.span5,textarea.span5,.uneditable-input.span5{width:276px;} input.span4,textarea.span4,.uneditable-input.span4{width:214px;} input.span3,textarea.span3,.uneditable-input.span3{width:152px;} input.span2,textarea.span2,.uneditable-input.span2{width:90px;} input.span1,textarea.span1,.uneditable-input.span1{width:28px;}}@media (min-width:768px) and (max-width:979px){#iconCarousel{font-size:200px;line-height:205px;}#iconCarousel .carousel-control{top:230px;width:30px;height:30px;font-size:40px;line-height:40px;left:74px;}#iconCarousel .carousel-control.right{right:74px;} .jumbotron-index{padding:50px 0;}.jumbotron-index h1{font-size:65px;} .jumbotron-index p{font-size:25px;} .jumbotron-index .shameless-self-promotion{font-size:12px;} .jumbotron-ad p{font-size:28px;} .jumbotron-icon h1 small{display:block;margin-top:15px;margin-left:0;line-height:20px;} .stripe-ad .lead{margin:0;font-size:19px;} .stripe-ad .span8{width:402px;} .stripe-ad .span4{width:302px;} #why .span4,#whats-new .span4,#new-styles .span4{width:352px;} .the-icons .span3{width:228px;} .wrapper{margin:0 auto -251px;} .push{height:251px;} .footer{margin-top:60px;height:110px;padding:40px 0 40px;} .footer{padding-left:20px;padding-right:20px;}}@media (max-width:767px){body{padding-left:20px;padding-right:20px;} .navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-right:-20px;} .container-fluid{padding:0;} .dl-horizontal dt{float:none;clear:none;width:auto;text-align:left;} .dl-horizontal dd{margin-left:0;} .container{width:auto;} .row-fluid{width:100%;} .row,.thumbnails{margin-left:0;} .thumbnails>li{float:none;margin-left:0;} [class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .row-fluid [class*="offset"]:first-child{margin-left:0;} .input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto;} .controls-row [class*="span"]+[class*="span"]{margin-left:0;} .modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0;}.modal.fade{top:-100px;} .modal.fade.in{top:20px;}}@media (max-width:480px){.nav-collapse{-webkit-transform:translate3d(0, 0, 0);} .page-header h1 small{display:block;line-height:20px;} input[type="checkbox"],input[type="radio"]{border:1px solid #ccc;} .form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left;} .form-horizontal .controls{margin-left:0;} .form-horizontal .control-list{padding-top:0;} .form-horizontal .form-actions{padding-left:10px;padding-right:10px;} .media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px;} .media-object{margin-right:0;margin-left:0;} .modal{top:10px;left:10px;right:10px;} .modal-header .close{padding:10px;margin:-10px;} .carousel-caption{position:static;}}@media (max-width:767px){.jumbotron,footer,#social-buttons{padding-left:20px;padding-right:20px;margin-right:-20px;margin-left:-20px;} #iconCarousel{font-size:180px;line-height:180px;width:280px;margin:30px auto 0;}#iconCarousel .carousel-control{top:90px;width:44px;height:44px;font-size:44px;line-height:44px;left:-7px;}#iconCarousel .carousel-control.right{right:-7px;} .jumbotron-index h1{font-size:58px;} .jumbotron-index p{font-size:24px;} .jumbotron-index .btn-large{font-size:20px;padding:14px 26px;} .jumbotron-index .shameless-self-promotion{font-size:12px;} .jumbotron-ad h1{font-size:39px;} .jumbotron-ad p{font-size:20px;margin-bottom:20px;} .jumbotron-icon .icon-1,.jumbotron-icon .icon-2,.jumbotron-icon .icon-3,.jumbotron-icon .icon-4,.jumbotron-icon .icon-5,.jumbotron-icon .icon-6{margin-right:0;} .jumbotron-icon .icon-6{font-size:16em;} .jumbotron-icon h1 small{display:block;margin-top:15px;margin-left:0;line-height:20px;} .stripe-ad .lead{margin:0 0 30px;} #carbonads-container{margin-right:-20px;margin-left:-20px;}#carbonads-container .carbonad{width:100%;height:120px;border-right:none;border-left:none;} #azcarbon{width:300px;margin:0 auto;} .wrapper{margin:0 auto -311px;} .push{height:311px;} .footer{margin-top:60px;height:170px;padding:40px 0 40px;} .footer{padding-left:20px;padding-right:20px;}}@media (max-width:767px){body{padding-top:0;} .navbar-fixed-top,.navbar-fixed-bottom{position:static;} .navbar-fixed-top{margin-bottom:20px;} .navbar-fixed-bottom{margin-top:20px;} .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px;} .navbar .container{width:auto;padding:0;} .navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;} .nav-collapse{clear:both;} .nav-collapse .nav{float:none;margin:0 0 10px;} .nav-collapse .nav>li{float:none;} .nav-collapse .nav>li>a{margin-bottom:2px;} .nav-collapse .nav>.divider-vertical{display:none;} .nav-collapse .nav .nav-header{color:#777777;text-shadow:none;} .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} .nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} .nav-collapse .dropdown-menu li+li a{margin-bottom:2px;} .nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2;} .navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999999;} .navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111111;} .nav-collapse.in .btn-group{margin-top:5px;padding:0;} .nav-collapse .dropdown-menu{position:static;top:auto;left:auto;float:none;display:none;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .nav-collapse .open>.dropdown-menu{display:block;} .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none;} .nav-collapse .dropdown-menu .divider{display:none;} .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none;} .nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);} .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111111;border-bottom-color:#111111;} .navbar .nav-collapse .nav.pull-right{float:none;margin-left:0;} .nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0;} .navbar .btn-navbar{display:block;} .navbar-static .navbar-inner{padding-left:10px;padding-right:10px;}}@media (min-width:768px){.nav-collapse.collapse{height:auto !important;overflow:visible !important;}}@media (max-width:767px){} diff --git a/_gh_pages/3.2.1/assets/font-awesome.zip b/_gh_pages/3.2.1/assets/font-awesome.zip new file mode 100644 index 000000000..9b9abdc76 Binary files /dev/null and b/_gh_pages/3.2.1/assets/font-awesome.zip differ diff --git a/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.css b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.css new file mode 100644 index 000000000..17f07766c --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.css @@ -0,0 +1,1203 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ +.icon-large { + font-size: 1.3333333333333333em; + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; + vertical-align: middle; +} +.nav [class^="icon-"], +.nav [class*=" icon-"] { + vertical-align: inherit; + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; +} +.nav [class^="icon-"].icon-large, +.nav [class*=" icon-"].icon-large { + vertical-align: -25%; +} +.nav-pills [class^="icon-"].icon-large, +.nav-tabs [class^="icon-"].icon-large, +.nav-pills [class*=" icon-"].icon-large, +.nav-tabs [class*=" icon-"].icon-large { + line-height: .75em; + margin-top: -7px; + padding-top: 5px; + margin-bottom: -5px; + padding-bottom: 4px; +} +.btn [class^="icon-"].pull-left, +.btn [class*=" icon-"].pull-left, +.btn [class^="icon-"].pull-right, +.btn [class*=" icon-"].pull-right { + vertical-align: inherit; +} +.btn [class^="icon-"].icon-large, +.btn [class*=" icon-"].icon-large { + margin-top: -0.5em; +} +a [class^="icon-"], +a [class*=" icon-"] { + cursor: pointer; +} +.icon-glass { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-music { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-search { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-envelope-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-heart { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-star { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-star-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-user { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-film { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-th-large { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-th { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-th-list { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ok { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-remove { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-zoom-in { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-zoom-out { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-off { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-power-off { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-signal { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cog { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gear { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-trash { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-home { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-file-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-time { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-road { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-download-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-download { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-upload { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-inbox { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-play-circle { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-repeat { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rotate-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-refresh { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-list-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-lock { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-flag { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-headphones { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-volume-off { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-volume-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-volume-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-qrcode { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-barcode { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tag { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tags { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-book { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bookmark { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-print { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-camera { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-font { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bold { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-italic { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-text-height { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-text-width { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-align-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-align-center { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-align-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-align-justify { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-list { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-indent-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-indent-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-facetime-video { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-picture { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-pencil { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-map-marker { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-adjust { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tint { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-edit { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-share { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-check { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-move { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-step-backward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fast-backward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-backward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-play { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-pause { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-stop { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-forward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fast-forward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-step-forward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-eject { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-plus-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-minus-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-remove-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ok-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-question-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-info-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-screenshot { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-remove-circle { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ok-circle { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ban-circle { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-arrow-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-arrow-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-arrow-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-arrow-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-share-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-mail-forward { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-resize-full { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-resize-small { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-plus { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-minus { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-asterisk { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-exclamation-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gift { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-leaf { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fire { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-eye-open { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-eye-close { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-warning-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-plane { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-calendar { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-random { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-comment { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-magnet { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-retweet { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-shopping-cart { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-folder-close { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-folder-open { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-resize-vertical { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-resize-horizontal { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bar-chart { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-twitter-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-facebook-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-camera-retro { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-key { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cogs { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gears { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-comments { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-thumbs-up-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-thumbs-down-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-star-half { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-heart-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-signout { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-linkedin-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-pushpin { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-external-link { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-signin { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-trophy { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-github-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-upload-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-lemon { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-phone { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-check-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-unchecked { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bookmark-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-phone-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-twitter { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-facebook { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-github { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-unlock { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-credit-card { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rss { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hdd { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bullhorn { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bell { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-certificate { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hand-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hand-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hand-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hand-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle-arrow-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle-arrow-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle-arrow-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle-arrow-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-globe { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-wrench { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tasks { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-filter { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-briefcase { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fullscreen { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-group { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-link { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cloud { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-beaker { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cut { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-copy { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-paper-clip { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-paperclip { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-save { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sign-blank { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-reorder { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-list-ul { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-list-ol { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-strikethrough { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-underline { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-table { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-magic { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-truck { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-pinterest { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-pinterest-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-google-plus-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-google-plus { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-money { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-caret-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-caret-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-caret-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-caret-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-columns { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-envelope { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-linkedin { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-undo { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rotate-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-legal { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-dashboard { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-comment-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-comments-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bolt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sitemap { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-umbrella { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-paste { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-lightbulb { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-exchange { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cloud-download { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cloud-upload { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-user-md { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-stethoscope { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-suitcase { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bell-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-coffee { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-food { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-file-text-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-building { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-hospital { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ambulance { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-medkit { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fighter-jet { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-beer { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-h-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-plus-sign-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-double-angle-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-double-angle-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-double-angle-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-double-angle-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-angle-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-angle-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-angle-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-angle-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-desktop { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-laptop { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tablet { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-mobile-phone { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle-blank { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-quote-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-quote-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-spinner { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-circle { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-reply { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-mail-reply { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-github-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-folder-close-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-folder-open-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-expand-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-collapse-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-smile { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-frown { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-meh { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gamepad { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-keyboard { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-flag-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-flag-checkered { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-terminal { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-code { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-reply-all { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-mail-reply-all { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-star-half-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-star-half-full { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-location-arrow { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-crop { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-code-fork { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-unlink { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-question { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-info { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-exclamation { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-superscript { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-subscript { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-eraser { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-puzzle-piece { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-microphone { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-microphone-off { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-shield { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-calendar-empty { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-fire-extinguisher { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rocket { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-maxcdn { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-sign-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-sign-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-sign-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-chevron-sign-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-html5 { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-css3 { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-anchor { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-unlock-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bullseye { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ellipsis-horizontal { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ellipsis-vertical { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rss-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-play-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-ticket { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-minus-sign-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-check-minus { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-level-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-level-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-check-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-edit-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-external-link-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-share-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-compass { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-collapse { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-collapse-top { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-expand { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-eur { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-euro { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gbp { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-usd { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-dollar { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-inr { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-rupee { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-jpy { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-yen { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-cny { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-renminbi { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-krw { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-won { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-btc { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bitcoin { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-file { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-file-text { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-alphabet { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-alphabet-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-attributes { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-attributes-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-order { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sort-by-order-alt { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-thumbs-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-thumbs-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-youtube-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-youtube { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-xing { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-xing-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-youtube-play { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-dropbox { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-stackexchange { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-instagram { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-flickr { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-adn { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bitbucket { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bitbucket-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tumblr { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-tumblr-sign { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-long-arrow-down { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-long-arrow-up { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-long-arrow-left { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-long-arrow-right { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-apple { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-windows { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-android { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-linux { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-dribbble { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-skype { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-foursquare { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-trello { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-female { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-male { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-gittip { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-sun { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-moon { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-archive { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-bug { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-vk { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-weibo { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} +.icon-renren { + *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ''); +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.min.css b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.min.css new file mode 100644 index 000000000..d3dae63bd --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome-ie7.min.css @@ -0,0 +1,384 @@ +.icon-large{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;} +.nav [class^="icon-"],.nav [class*=" icon-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large{vertical-align:-25%;} +.nav-pills [class^="icon-"].icon-large,.nav-tabs [class^="icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;} +.btn [class^="icon-"].pull-left,.btn [class*=" icon-"].pull-left,.btn [class^="icon-"].pull-right,.btn [class*=" icon-"].pull-right{vertical-align:inherit;} +.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large{margin-top:-0.5em;} +a [class^="icon-"],a [class*=" icon-"]{cursor:pointer;} +.icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-power-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gear{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-file-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rotate-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-mail-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gears{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-thumbs-up-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-thumbs-down-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-unchecked{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-paperclip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rotate-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-lightbulb{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-exchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cloud-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cloud-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-stethoscope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-suitcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bell-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-coffee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-food{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-file-text-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-building{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-hospital{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ambulance{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-medkit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fighter-jet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-beer{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-h-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-plus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-double-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-double-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-double-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-double-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-angle-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-angle-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-angle-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-angle-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-desktop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-laptop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tablet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-mobile-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-quote-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-quote-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-spinner{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-mail-reply{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-github-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-folder-close-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-folder-open-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-expand-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-collapse-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-smile{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-frown{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-meh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gamepad{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-keyboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-flag-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-flag-checkered{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-terminal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-code{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-mail-reply-all{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-star-half-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-star-half-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-location-arrow{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-crop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-code-fork{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-unlink{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-question{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-info{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-exclamation{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-superscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-subscript{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-eraser{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-puzzle-piece{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-microphone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-microphone-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-shield{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-calendar-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-fire-extinguisher{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rocket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-maxcdn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-sign-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-sign-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-sign-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-chevron-sign-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-html5{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-css3{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-anchor{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-unlock-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bullseye{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ellipsis-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ellipsis-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rss-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-play-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-ticket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-minus-sign-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-check-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-level-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-level-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-check-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-edit-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-external-link-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-share-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-compass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-collapse{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-collapse-top{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-expand{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-eur{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-euro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gbp{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-usd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-dollar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-inr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-rupee{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-jpy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-yen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-cny{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-renminbi{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-krw{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-won{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-btc{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bitcoin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-file-text{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-alphabet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-alphabet-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-attributes{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-attributes-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-order{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sort-by-order-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-youtube-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-youtube{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-xing{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-xing-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-youtube-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-dropbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-stackexchange{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-instagram{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-flickr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-adn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bitbucket{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bitbucket-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tumblr{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-tumblr-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-long-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-long-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-long-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-long-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-apple{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-windows{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-android{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-linux{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-dribbble{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-skype{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-foursquare{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-trello{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-female{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-male{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-gittip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-sun{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-moon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-archive{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-bug{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-vk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-weibo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} +.icon-renren{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');} diff --git a/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.css b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.css new file mode 100644 index 000000000..7ede1828a --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.css @@ -0,0 +1,1479 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../font/fontawesome-webfont.eot?v=3.2.1'); + src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'); + font-weight: normal; + font-style: normal; +} +/* FONT AWESOME CORE + * -------------------------- */ +[class^="icon-"], +[class*=" icon-"] { + font-family: FontAwesome; + font-weight: normal; + font-style: normal; + text-decoration: inherit; + -webkit-font-smoothing: antialiased; + *margin-right: .3em; +} +[class^="icon-"]:before, +[class*=" icon-"]:before { + text-decoration: inherit; + display: inline-block; + speak: none; +} +/* makes the font 33% larger relative to the icon container */ +.icon-large:before { + vertical-align: -10%; + font-size: 1.3333333333333333em; +} +/* makes sure icons active on rollover in links */ +a [class^="icon-"], +a [class*=" icon-"] { + display: inline; +} +/* increased font size for icon-large */ +[class^="icon-"].icon-fixed-width, +[class*=" icon-"].icon-fixed-width { + display: inline-block; + width: 1.1428571428571428em; + text-align: right; + padding-right: 0.2857142857142857em; +} +[class^="icon-"].icon-fixed-width.icon-large, +[class*=" icon-"].icon-fixed-width.icon-large { + width: 1.4285714285714286em; +} +.icons-ul { + margin-left: 2.142857142857143em; + list-style-type: none; +} +.icons-ul > li { + position: relative; +} +.icons-ul .icon-li { + position: absolute; + left: -2.142857142857143em; + width: 2.142857142857143em; + text-align: center; + line-height: inherit; +} +[class^="icon-"].hide, +[class*=" icon-"].hide { + display: none; +} +.icon-muted { + color: #eeeeee; +} +.icon-light { + color: #ffffff; +} +.icon-dark { + color: #333333; +} +.icon-border { + border: solid 1px #eeeeee; + padding: .2em .25em .15em; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} +.icon-2x { + font-size: 2em; +} +.icon-2x.icon-border { + border-width: 2px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} +.icon-3x { + font-size: 3em; +} +.icon-3x.icon-border { + border-width: 3px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} +.icon-4x { + font-size: 4em; +} +.icon-4x.icon-border { + border-width: 4px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} +.icon-5x { + font-size: 5em; +} +.icon-5x.icon-border { + border-width: 5px; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; +} +.pull-right { + float: right; +} +.pull-left { + float: left; +} +[class^="icon-"].pull-left, +[class*=" icon-"].pull-left { + margin-right: .3em; +} +[class^="icon-"].pull-right, +[class*=" icon-"].pull-right { + margin-left: .3em; +} +/* BOOTSTRAP SPECIFIC CLASSES + * -------------------------- */ +/* Bootstrap 2.0 sprites.less reset */ +[class^="icon-"], +[class*=" icon-"] { + display: inline; + width: auto; + height: auto; + line-height: normal; + vertical-align: baseline; + background-image: none; + background-position: 0% 0%; + background-repeat: repeat; + margin-top: 0; +} +/* more sprites.less reset */ +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"] { + background-image: none; +} +/* keeps Bootstrap styles with and without icons the same */ +.btn [class^="icon-"].icon-large, +.nav [class^="icon-"].icon-large, +.btn [class*=" icon-"].icon-large, +.nav [class*=" icon-"].icon-large { + line-height: .9em; +} +.btn [class^="icon-"].icon-spin, +.nav [class^="icon-"].icon-spin, +.btn [class*=" icon-"].icon-spin, +.nav [class*=" icon-"].icon-spin { + display: inline-block; +} +.nav-tabs [class^="icon-"], +.nav-pills [class^="icon-"], +.nav-tabs [class*=" icon-"], +.nav-pills [class*=" icon-"], +.nav-tabs [class^="icon-"].icon-large, +.nav-pills [class^="icon-"].icon-large, +.nav-tabs [class*=" icon-"].icon-large, +.nav-pills [class*=" icon-"].icon-large { + line-height: .9em; +} +.btn [class^="icon-"].pull-left.icon-2x, +.btn [class*=" icon-"].pull-left.icon-2x, +.btn [class^="icon-"].pull-right.icon-2x, +.btn [class*=" icon-"].pull-right.icon-2x { + margin-top: .18em; +} +.btn [class^="icon-"].icon-spin.icon-large, +.btn [class*=" icon-"].icon-spin.icon-large { + line-height: .8em; +} +.btn.btn-small [class^="icon-"].pull-left.icon-2x, +.btn.btn-small [class*=" icon-"].pull-left.icon-2x, +.btn.btn-small [class^="icon-"].pull-right.icon-2x, +.btn.btn-small [class*=" icon-"].pull-right.icon-2x { + margin-top: .25em; +} +.btn.btn-large [class^="icon-"], +.btn.btn-large [class*=" icon-"] { + margin-top: 0; +} +.btn.btn-large [class^="icon-"].pull-left.icon-2x, +.btn.btn-large [class*=" icon-"].pull-left.icon-2x, +.btn.btn-large [class^="icon-"].pull-right.icon-2x, +.btn.btn-large [class*=" icon-"].pull-right.icon-2x { + margin-top: .05em; +} +.btn.btn-large [class^="icon-"].pull-left.icon-2x, +.btn.btn-large [class*=" icon-"].pull-left.icon-2x { + margin-right: .2em; +} +.btn.btn-large [class^="icon-"].pull-right.icon-2x, +.btn.btn-large [class*=" icon-"].pull-right.icon-2x { + margin-left: .2em; +} +/* Fixes alignment in nav lists */ +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + line-height: inherit; +} +/* EXTRAS + * -------------------------- */ +/* Stacked and layered icon */ +.icon-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: -35%; +} +.icon-stack [class^="icon-"], +.icon-stack [class*=" icon-"] { + display: block; + text-align: center; + position: absolute; + width: 100%; + height: 100%; + font-size: 1em; + line-height: inherit; + *line-height: 2em; +} +.icon-stack .icon-stack-base { + font-size: 2em; + *line-height: 1em; +} +/* Animated rotating icon */ +.icon-spin { + display: inline-block; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + -webkit-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} +/* Prevent stack and spinners from being taken inline when inside a link */ +a .icon-stack, +a .icon-spin { + display: inline-block; + text-decoration: none; +} +@-moz-keyframes spin { + 0% { + -moz-transform: rotate(0deg); + } + 100% { + -moz-transform: rotate(359deg); + } +} +@-webkit-keyframes spin { + 0% { + -webkit-transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + } +} +@-o-keyframes spin { + 0% { + -o-transform: rotate(0deg); + } + 100% { + -o-transform: rotate(359deg); + } +} +@-ms-keyframes spin { + 0% { + -ms-transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); + } +} +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(359deg); + } +} +/* Icon rotations and mirroring */ +.icon-rotate-90:before { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); +} +.icon-rotate-180:before { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); +} +.icon-rotate-270:before { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} +.icon-flip-horizontal:before { + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.icon-flip-vertical:before { + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} +/* ensure rotation occurs inside anchor tags */ +a .icon-rotate-90:before, +a .icon-rotate-180:before, +a .icon-rotate-270:before, +a .icon-flip-horizontal:before, +a .icon-flip-vertical:before { + display: inline-block; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.icon-glass:before { + content: "\f000"; +} +.icon-music:before { + content: "\f001"; +} +.icon-search:before { + content: "\f002"; +} +.icon-envelope-alt:before { + content: "\f003"; +} +.icon-heart:before { + content: "\f004"; +} +.icon-star:before { + content: "\f005"; +} +.icon-star-empty:before { + content: "\f006"; +} +.icon-user:before { + content: "\f007"; +} +.icon-film:before { + content: "\f008"; +} +.icon-th-large:before { + content: "\f009"; +} +.icon-th:before { + content: "\f00a"; +} +.icon-th-list:before { + content: "\f00b"; +} +.icon-ok:before { + content: "\f00c"; +} +.icon-remove:before { + content: "\f00d"; +} +.icon-zoom-in:before { + content: "\f00e"; +} +.icon-zoom-out:before { + content: "\f010"; +} +.icon-power-off:before, +.icon-off:before { + content: "\f011"; +} +.icon-signal:before { + content: "\f012"; +} +.icon-gear:before, +.icon-cog:before { + content: "\f013"; +} +.icon-trash:before { + content: "\f014"; +} +.icon-home:before { + content: "\f015"; +} +.icon-file-alt:before { + content: "\f016"; +} +.icon-time:before { + content: "\f017"; +} +.icon-road:before { + content: "\f018"; +} +.icon-download-alt:before { + content: "\f019"; +} +.icon-download:before { + content: "\f01a"; +} +.icon-upload:before { + content: "\f01b"; +} +.icon-inbox:before { + content: "\f01c"; +} +.icon-play-circle:before { + content: "\f01d"; +} +.icon-rotate-right:before, +.icon-repeat:before { + content: "\f01e"; +} +.icon-refresh:before { + content: "\f021"; +} +.icon-list-alt:before { + content: "\f022"; +} +.icon-lock:before { + content: "\f023"; +} +.icon-flag:before { + content: "\f024"; +} +.icon-headphones:before { + content: "\f025"; +} +.icon-volume-off:before { + content: "\f026"; +} +.icon-volume-down:before { + content: "\f027"; +} +.icon-volume-up:before { + content: "\f028"; +} +.icon-qrcode:before { + content: "\f029"; +} +.icon-barcode:before { + content: "\f02a"; +} +.icon-tag:before { + content: "\f02b"; +} +.icon-tags:before { + content: "\f02c"; +} +.icon-book:before { + content: "\f02d"; +} +.icon-bookmark:before { + content: "\f02e"; +} +.icon-print:before { + content: "\f02f"; +} +.icon-camera:before { + content: "\f030"; +} +.icon-font:before { + content: "\f031"; +} +.icon-bold:before { + content: "\f032"; +} +.icon-italic:before { + content: "\f033"; +} +.icon-text-height:before { + content: "\f034"; +} +.icon-text-width:before { + content: "\f035"; +} +.icon-align-left:before { + content: "\f036"; +} +.icon-align-center:before { + content: "\f037"; +} +.icon-align-right:before { + content: "\f038"; +} +.icon-align-justify:before { + content: "\f039"; +} +.icon-list:before { + content: "\f03a"; +} +.icon-indent-left:before { + content: "\f03b"; +} +.icon-indent-right:before { + content: "\f03c"; +} +.icon-facetime-video:before { + content: "\f03d"; +} +.icon-picture:before { + content: "\f03e"; +} +.icon-pencil:before { + content: "\f040"; +} +.icon-map-marker:before { + content: "\f041"; +} +.icon-adjust:before { + content: "\f042"; +} +.icon-tint:before { + content: "\f043"; +} +.icon-edit:before { + content: "\f044"; +} +.icon-share:before { + content: "\f045"; +} +.icon-check:before { + content: "\f046"; +} +.icon-move:before { + content: "\f047"; +} +.icon-step-backward:before { + content: "\f048"; +} +.icon-fast-backward:before { + content: "\f049"; +} +.icon-backward:before { + content: "\f04a"; +} +.icon-play:before { + content: "\f04b"; +} +.icon-pause:before { + content: "\f04c"; +} +.icon-stop:before { + content: "\f04d"; +} +.icon-forward:before { + content: "\f04e"; +} +.icon-fast-forward:before { + content: "\f050"; +} +.icon-step-forward:before { + content: "\f051"; +} +.icon-eject:before { + content: "\f052"; +} +.icon-chevron-left:before { + content: "\f053"; +} +.icon-chevron-right:before { + content: "\f054"; +} +.icon-plus-sign:before { + content: "\f055"; +} +.icon-minus-sign:before { + content: "\f056"; +} +.icon-remove-sign:before { + content: "\f057"; +} +.icon-ok-sign:before { + content: "\f058"; +} +.icon-question-sign:before { + content: "\f059"; +} +.icon-info-sign:before { + content: "\f05a"; +} +.icon-screenshot:before { + content: "\f05b"; +} +.icon-remove-circle:before { + content: "\f05c"; +} +.icon-ok-circle:before { + content: "\f05d"; +} +.icon-ban-circle:before { + content: "\f05e"; +} +.icon-arrow-left:before { + content: "\f060"; +} +.icon-arrow-right:before { + content: "\f061"; +} +.icon-arrow-up:before { + content: "\f062"; +} +.icon-arrow-down:before { + content: "\f063"; +} +.icon-mail-forward:before, +.icon-share-alt:before { + content: "\f064"; +} +.icon-resize-full:before { + content: "\f065"; +} +.icon-resize-small:before { + content: "\f066"; +} +.icon-plus:before { + content: "\f067"; +} +.icon-minus:before { + content: "\f068"; +} +.icon-asterisk:before { + content: "\f069"; +} +.icon-exclamation-sign:before { + content: "\f06a"; +} +.icon-gift:before { + content: "\f06b"; +} +.icon-leaf:before { + content: "\f06c"; +} +.icon-fire:before { + content: "\f06d"; +} +.icon-eye-open:before { + content: "\f06e"; +} +.icon-eye-close:before { + content: "\f070"; +} +.icon-warning-sign:before { + content: "\f071"; +} +.icon-plane:before { + content: "\f072"; +} +.icon-calendar:before { + content: "\f073"; +} +.icon-random:before { + content: "\f074"; +} +.icon-comment:before { + content: "\f075"; +} +.icon-magnet:before { + content: "\f076"; +} +.icon-chevron-up:before { + content: "\f077"; +} +.icon-chevron-down:before { + content: "\f078"; +} +.icon-retweet:before { + content: "\f079"; +} +.icon-shopping-cart:before { + content: "\f07a"; +} +.icon-folder-close:before { + content: "\f07b"; +} +.icon-folder-open:before { + content: "\f07c"; +} +.icon-resize-vertical:before { + content: "\f07d"; +} +.icon-resize-horizontal:before { + content: "\f07e"; +} +.icon-bar-chart:before { + content: "\f080"; +} +.icon-twitter-sign:before { + content: "\f081"; +} +.icon-facebook-sign:before { + content: "\f082"; +} +.icon-camera-retro:before { + content: "\f083"; +} +.icon-key:before { + content: "\f084"; +} +.icon-gears:before, +.icon-cogs:before { + content: "\f085"; +} +.icon-comments:before { + content: "\f086"; +} +.icon-thumbs-up-alt:before { + content: "\f087"; +} +.icon-thumbs-down-alt:before { + content: "\f088"; +} +.icon-star-half:before { + content: "\f089"; +} +.icon-heart-empty:before { + content: "\f08a"; +} +.icon-signout:before { + content: "\f08b"; +} +.icon-linkedin-sign:before { + content: "\f08c"; +} +.icon-pushpin:before { + content: "\f08d"; +} +.icon-external-link:before { + content: "\f08e"; +} +.icon-signin:before { + content: "\f090"; +} +.icon-trophy:before { + content: "\f091"; +} +.icon-github-sign:before { + content: "\f092"; +} +.icon-upload-alt:before { + content: "\f093"; +} +.icon-lemon:before { + content: "\f094"; +} +.icon-phone:before { + content: "\f095"; +} +.icon-unchecked:before, +.icon-check-empty:before { + content: "\f096"; +} +.icon-bookmark-empty:before { + content: "\f097"; +} +.icon-phone-sign:before { + content: "\f098"; +} +.icon-twitter:before { + content: "\f099"; +} +.icon-facebook:before { + content: "\f09a"; +} +.icon-github:before { + content: "\f09b"; +} +.icon-unlock:before { + content: "\f09c"; +} +.icon-credit-card:before { + content: "\f09d"; +} +.icon-rss:before { + content: "\f09e"; +} +.icon-hdd:before { + content: "\f0a0"; +} +.icon-bullhorn:before { + content: "\f0a1"; +} +.icon-bell:before { + content: "\f0a2"; +} +.icon-certificate:before { + content: "\f0a3"; +} +.icon-hand-right:before { + content: "\f0a4"; +} +.icon-hand-left:before { + content: "\f0a5"; +} +.icon-hand-up:before { + content: "\f0a6"; +} +.icon-hand-down:before { + content: "\f0a7"; +} +.icon-circle-arrow-left:before { + content: "\f0a8"; +} +.icon-circle-arrow-right:before { + content: "\f0a9"; +} +.icon-circle-arrow-up:before { + content: "\f0aa"; +} +.icon-circle-arrow-down:before { + content: "\f0ab"; +} +.icon-globe:before { + content: "\f0ac"; +} +.icon-wrench:before { + content: "\f0ad"; +} +.icon-tasks:before { + content: "\f0ae"; +} +.icon-filter:before { + content: "\f0b0"; +} +.icon-briefcase:before { + content: "\f0b1"; +} +.icon-fullscreen:before { + content: "\f0b2"; +} +.icon-group:before { + content: "\f0c0"; +} +.icon-link:before { + content: "\f0c1"; +} +.icon-cloud:before { + content: "\f0c2"; +} +.icon-beaker:before { + content: "\f0c3"; +} +.icon-cut:before { + content: "\f0c4"; +} +.icon-copy:before { + content: "\f0c5"; +} +.icon-paperclip:before, +.icon-paper-clip:before { + content: "\f0c6"; +} +.icon-save:before { + content: "\f0c7"; +} +.icon-sign-blank:before { + content: "\f0c8"; +} +.icon-reorder:before { + content: "\f0c9"; +} +.icon-list-ul:before { + content: "\f0ca"; +} +.icon-list-ol:before { + content: "\f0cb"; +} +.icon-strikethrough:before { + content: "\f0cc"; +} +.icon-underline:before { + content: "\f0cd"; +} +.icon-table:before { + content: "\f0ce"; +} +.icon-magic:before { + content: "\f0d0"; +} +.icon-truck:before { + content: "\f0d1"; +} +.icon-pinterest:before { + content: "\f0d2"; +} +.icon-pinterest-sign:before { + content: "\f0d3"; +} +.icon-google-plus-sign:before { + content: "\f0d4"; +} +.icon-google-plus:before { + content: "\f0d5"; +} +.icon-money:before { + content: "\f0d6"; +} +.icon-caret-down:before { + content: "\f0d7"; +} +.icon-caret-up:before { + content: "\f0d8"; +} +.icon-caret-left:before { + content: "\f0d9"; +} +.icon-caret-right:before { + content: "\f0da"; +} +.icon-columns:before { + content: "\f0db"; +} +.icon-sort:before { + content: "\f0dc"; +} +.icon-sort-down:before { + content: "\f0dd"; +} +.icon-sort-up:before { + content: "\f0de"; +} +.icon-envelope:before { + content: "\f0e0"; +} +.icon-linkedin:before { + content: "\f0e1"; +} +.icon-rotate-left:before, +.icon-undo:before { + content: "\f0e2"; +} +.icon-legal:before { + content: "\f0e3"; +} +.icon-dashboard:before { + content: "\f0e4"; +} +.icon-comment-alt:before { + content: "\f0e5"; +} +.icon-comments-alt:before { + content: "\f0e6"; +} +.icon-bolt:before { + content: "\f0e7"; +} +.icon-sitemap:before { + content: "\f0e8"; +} +.icon-umbrella:before { + content: "\f0e9"; +} +.icon-paste:before { + content: "\f0ea"; +} +.icon-lightbulb:before { + content: "\f0eb"; +} +.icon-exchange:before { + content: "\f0ec"; +} +.icon-cloud-download:before { + content: "\f0ed"; +} +.icon-cloud-upload:before { + content: "\f0ee"; +} +.icon-user-md:before { + content: "\f0f0"; +} +.icon-stethoscope:before { + content: "\f0f1"; +} +.icon-suitcase:before { + content: "\f0f2"; +} +.icon-bell-alt:before { + content: "\f0f3"; +} +.icon-coffee:before { + content: "\f0f4"; +} +.icon-food:before { + content: "\f0f5"; +} +.icon-file-text-alt:before { + content: "\f0f6"; +} +.icon-building:before { + content: "\f0f7"; +} +.icon-hospital:before { + content: "\f0f8"; +} +.icon-ambulance:before { + content: "\f0f9"; +} +.icon-medkit:before { + content: "\f0fa"; +} +.icon-fighter-jet:before { + content: "\f0fb"; +} +.icon-beer:before { + content: "\f0fc"; +} +.icon-h-sign:before { + content: "\f0fd"; +} +.icon-plus-sign-alt:before { + content: "\f0fe"; +} +.icon-double-angle-left:before { + content: "\f100"; +} +.icon-double-angle-right:before { + content: "\f101"; +} +.icon-double-angle-up:before { + content: "\f102"; +} +.icon-double-angle-down:before { + content: "\f103"; +} +.icon-angle-left:before { + content: "\f104"; +} +.icon-angle-right:before { + content: "\f105"; +} +.icon-angle-up:before { + content: "\f106"; +} +.icon-angle-down:before { + content: "\f107"; +} +.icon-desktop:before { + content: "\f108"; +} +.icon-laptop:before { + content: "\f109"; +} +.icon-tablet:before { + content: "\f10a"; +} +.icon-mobile-phone:before { + content: "\f10b"; +} +.icon-circle-blank:before { + content: "\f10c"; +} +.icon-quote-left:before { + content: "\f10d"; +} +.icon-quote-right:before { + content: "\f10e"; +} +.icon-spinner:before { + content: "\f110"; +} +.icon-circle:before { + content: "\f111"; +} +.icon-mail-reply:before, +.icon-reply:before { + content: "\f112"; +} +.icon-github-alt:before { + content: "\f113"; +} +.icon-folder-close-alt:before { + content: "\f114"; +} +.icon-folder-open-alt:before { + content: "\f115"; +} +.icon-expand-alt:before { + content: "\f116"; +} +.icon-collapse-alt:before { + content: "\f117"; +} +.icon-smile:before { + content: "\f118"; +} +.icon-frown:before { + content: "\f119"; +} +.icon-meh:before { + content: "\f11a"; +} +.icon-gamepad:before { + content: "\f11b"; +} +.icon-keyboard:before { + content: "\f11c"; +} +.icon-flag-alt:before { + content: "\f11d"; +} +.icon-flag-checkered:before { + content: "\f11e"; +} +.icon-terminal:before { + content: "\f120"; +} +.icon-code:before { + content: "\f121"; +} +.icon-reply-all:before { + content: "\f122"; +} +.icon-mail-reply-all:before { + content: "\f122"; +} +.icon-star-half-full:before, +.icon-star-half-empty:before { + content: "\f123"; +} +.icon-location-arrow:before { + content: "\f124"; +} +.icon-crop:before { + content: "\f125"; +} +.icon-code-fork:before { + content: "\f126"; +} +.icon-unlink:before { + content: "\f127"; +} +.icon-question:before { + content: "\f128"; +} +.icon-info:before { + content: "\f129"; +} +.icon-exclamation:before { + content: "\f12a"; +} +.icon-superscript:before { + content: "\f12b"; +} +.icon-subscript:before { + content: "\f12c"; +} +.icon-eraser:before { + content: "\f12d"; +} +.icon-puzzle-piece:before { + content: "\f12e"; +} +.icon-microphone:before { + content: "\f130"; +} +.icon-microphone-off:before { + content: "\f131"; +} +.icon-shield:before { + content: "\f132"; +} +.icon-calendar-empty:before { + content: "\f133"; +} +.icon-fire-extinguisher:before { + content: "\f134"; +} +.icon-rocket:before { + content: "\f135"; +} +.icon-maxcdn:before { + content: "\f136"; +} +.icon-chevron-sign-left:before { + content: "\f137"; +} +.icon-chevron-sign-right:before { + content: "\f138"; +} +.icon-chevron-sign-up:before { + content: "\f139"; +} +.icon-chevron-sign-down:before { + content: "\f13a"; +} +.icon-html5:before { + content: "\f13b"; +} +.icon-css3:before { + content: "\f13c"; +} +.icon-anchor:before { + content: "\f13d"; +} +.icon-unlock-alt:before { + content: "\f13e"; +} +.icon-bullseye:before { + content: "\f140"; +} +.icon-ellipsis-horizontal:before { + content: "\f141"; +} +.icon-ellipsis-vertical:before { + content: "\f142"; +} +.icon-rss-sign:before { + content: "\f143"; +} +.icon-play-sign:before { + content: "\f144"; +} +.icon-ticket:before { + content: "\f145"; +} +.icon-minus-sign-alt:before { + content: "\f146"; +} +.icon-check-minus:before { + content: "\f147"; +} +.icon-level-up:before { + content: "\f148"; +} +.icon-level-down:before { + content: "\f149"; +} +.icon-check-sign:before { + content: "\f14a"; +} +.icon-edit-sign:before { + content: "\f14b"; +} +.icon-external-link-sign:before { + content: "\f14c"; +} +.icon-share-sign:before { + content: "\f14d"; +} +.icon-compass:before { + content: "\f14e"; +} +.icon-collapse:before { + content: "\f150"; +} +.icon-collapse-top:before { + content: "\f151"; +} +.icon-expand:before { + content: "\f152"; +} +.icon-euro:before, +.icon-eur:before { + content: "\f153"; +} +.icon-gbp:before { + content: "\f154"; +} +.icon-dollar:before, +.icon-usd:before { + content: "\f155"; +} +.icon-rupee:before, +.icon-inr:before { + content: "\f156"; +} +.icon-yen:before, +.icon-jpy:before { + content: "\f157"; +} +.icon-renminbi:before, +.icon-cny:before { + content: "\f158"; +} +.icon-won:before, +.icon-krw:before { + content: "\f159"; +} +.icon-bitcoin:before, +.icon-btc:before { + content: "\f15a"; +} +.icon-file:before { + content: "\f15b"; +} +.icon-file-text:before { + content: "\f15c"; +} +.icon-sort-by-alphabet:before { + content: "\f15d"; +} +.icon-sort-by-alphabet-alt:before { + content: "\f15e"; +} +.icon-sort-by-attributes:before { + content: "\f160"; +} +.icon-sort-by-attributes-alt:before { + content: "\f161"; +} +.icon-sort-by-order:before { + content: "\f162"; +} +.icon-sort-by-order-alt:before { + content: "\f163"; +} +.icon-thumbs-up:before { + content: "\f164"; +} +.icon-thumbs-down:before { + content: "\f165"; +} +.icon-youtube-sign:before { + content: "\f166"; +} +.icon-youtube:before { + content: "\f167"; +} +.icon-xing:before { + content: "\f168"; +} +.icon-xing-sign:before { + content: "\f169"; +} +.icon-youtube-play:before { + content: "\f16a"; +} +.icon-dropbox:before { + content: "\f16b"; +} +.icon-stackexchange:before { + content: "\f16c"; +} +.icon-instagram:before { + content: "\f16d"; +} +.icon-flickr:before { + content: "\f16e"; +} +.icon-adn:before { + content: "\f170"; +} +.icon-bitbucket:before { + content: "\f171"; +} +.icon-bitbucket-sign:before { + content: "\f172"; +} +.icon-tumblr:before { + content: "\f173"; +} +.icon-tumblr-sign:before { + content: "\f174"; +} +.icon-long-arrow-down:before { + content: "\f175"; +} +.icon-long-arrow-up:before { + content: "\f176"; +} +.icon-long-arrow-left:before { + content: "\f177"; +} +.icon-long-arrow-right:before { + content: "\f178"; +} +.icon-apple:before { + content: "\f179"; +} +.icon-windows:before { + content: "\f17a"; +} +.icon-android:before { + content: "\f17b"; +} +.icon-linux:before { + content: "\f17c"; +} +.icon-dribbble:before { + content: "\f17d"; +} +.icon-skype:before { + content: "\f17e"; +} +.icon-foursquare:before { + content: "\f180"; +} +.icon-trello:before { + content: "\f181"; +} +.icon-female:before { + content: "\f182"; +} +.icon-male:before { + content: "\f183"; +} +.icon-gittip:before { + content: "\f184"; +} +.icon-sun:before { + content: "\f185"; +} +.icon-moon:before { + content: "\f186"; +} +.icon-archive:before { + content: "\f187"; +} +.icon-bug:before { + content: "\f188"; +} +.icon-vk:before { + content: "\f189"; +} +.icon-weibo:before { + content: "\f18a"; +} +.icon-renren:before { + content: "\f18b"; +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.min.css b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.min.css new file mode 100644 index 000000000..866437fa4 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/css/font-awesome.min.css @@ -0,0 +1,403 @@ +@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;} +[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;} +.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;} +a [class^="icon-"],a [class*=" icon-"]{display:inline;} +[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;} +.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;} +.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;} +[class^="icon-"].hide,[class*=" icon-"].hide{display:none;} +.icon-muted{color:#eeeeee;} +.icon-light{color:#ffffff;} +.icon-dark{color:#333333;} +.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} +.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;} +.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;} +.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;} +.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;} +.pull-right{float:right;} +.pull-left{float:left;} +[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;} +[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;} +[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;} +.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;} +.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;} +.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;} +.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;} +.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;} +.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;} +.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;} +.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;} +.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;} +.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;} +.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;} +.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;} +.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;} +.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;} +a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;} +@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);} +.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);} +.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);} +.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);} +.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);} +a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;} +.icon-glass:before{content:"\f000";} +.icon-music:before{content:"\f001";} +.icon-search:before{content:"\f002";} +.icon-envelope-alt:before{content:"\f003";} +.icon-heart:before{content:"\f004";} +.icon-star:before{content:"\f005";} +.icon-star-empty:before{content:"\f006";} +.icon-user:before{content:"\f007";} +.icon-film:before{content:"\f008";} +.icon-th-large:before{content:"\f009";} +.icon-th:before{content:"\f00a";} +.icon-th-list:before{content:"\f00b";} +.icon-ok:before{content:"\f00c";} +.icon-remove:before{content:"\f00d";} +.icon-zoom-in:before{content:"\f00e";} +.icon-zoom-out:before{content:"\f010";} +.icon-power-off:before,.icon-off:before{content:"\f011";} +.icon-signal:before{content:"\f012";} +.icon-gear:before,.icon-cog:before{content:"\f013";} +.icon-trash:before{content:"\f014";} +.icon-home:before{content:"\f015";} +.icon-file-alt:before{content:"\f016";} +.icon-time:before{content:"\f017";} +.icon-road:before{content:"\f018";} +.icon-download-alt:before{content:"\f019";} +.icon-download:before{content:"\f01a";} +.icon-upload:before{content:"\f01b";} +.icon-inbox:before{content:"\f01c";} +.icon-play-circle:before{content:"\f01d";} +.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";} +.icon-refresh:before{content:"\f021";} +.icon-list-alt:before{content:"\f022";} +.icon-lock:before{content:"\f023";} +.icon-flag:before{content:"\f024";} +.icon-headphones:before{content:"\f025";} +.icon-volume-off:before{content:"\f026";} +.icon-volume-down:before{content:"\f027";} +.icon-volume-up:before{content:"\f028";} +.icon-qrcode:before{content:"\f029";} +.icon-barcode:before{content:"\f02a";} +.icon-tag:before{content:"\f02b";} +.icon-tags:before{content:"\f02c";} +.icon-book:before{content:"\f02d";} +.icon-bookmark:before{content:"\f02e";} +.icon-print:before{content:"\f02f";} +.icon-camera:before{content:"\f030";} +.icon-font:before{content:"\f031";} +.icon-bold:before{content:"\f032";} +.icon-italic:before{content:"\f033";} +.icon-text-height:before{content:"\f034";} +.icon-text-width:before{content:"\f035";} +.icon-align-left:before{content:"\f036";} +.icon-align-center:before{content:"\f037";} +.icon-align-right:before{content:"\f038";} +.icon-align-justify:before{content:"\f039";} +.icon-list:before{content:"\f03a";} +.icon-indent-left:before{content:"\f03b";} +.icon-indent-right:before{content:"\f03c";} +.icon-facetime-video:before{content:"\f03d";} +.icon-picture:before{content:"\f03e";} +.icon-pencil:before{content:"\f040";} +.icon-map-marker:before{content:"\f041";} +.icon-adjust:before{content:"\f042";} +.icon-tint:before{content:"\f043";} +.icon-edit:before{content:"\f044";} +.icon-share:before{content:"\f045";} +.icon-check:before{content:"\f046";} +.icon-move:before{content:"\f047";} +.icon-step-backward:before{content:"\f048";} +.icon-fast-backward:before{content:"\f049";} +.icon-backward:before{content:"\f04a";} +.icon-play:before{content:"\f04b";} +.icon-pause:before{content:"\f04c";} +.icon-stop:before{content:"\f04d";} +.icon-forward:before{content:"\f04e";} +.icon-fast-forward:before{content:"\f050";} +.icon-step-forward:before{content:"\f051";} +.icon-eject:before{content:"\f052";} +.icon-chevron-left:before{content:"\f053";} +.icon-chevron-right:before{content:"\f054";} +.icon-plus-sign:before{content:"\f055";} +.icon-minus-sign:before{content:"\f056";} +.icon-remove-sign:before{content:"\f057";} +.icon-ok-sign:before{content:"\f058";} +.icon-question-sign:before{content:"\f059";} +.icon-info-sign:before{content:"\f05a";} +.icon-screenshot:before{content:"\f05b";} +.icon-remove-circle:before{content:"\f05c";} +.icon-ok-circle:before{content:"\f05d";} +.icon-ban-circle:before{content:"\f05e";} +.icon-arrow-left:before{content:"\f060";} +.icon-arrow-right:before{content:"\f061";} +.icon-arrow-up:before{content:"\f062";} +.icon-arrow-down:before{content:"\f063";} +.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";} +.icon-resize-full:before{content:"\f065";} +.icon-resize-small:before{content:"\f066";} +.icon-plus:before{content:"\f067";} +.icon-minus:before{content:"\f068";} +.icon-asterisk:before{content:"\f069";} +.icon-exclamation-sign:before{content:"\f06a";} +.icon-gift:before{content:"\f06b";} +.icon-leaf:before{content:"\f06c";} +.icon-fire:before{content:"\f06d";} +.icon-eye-open:before{content:"\f06e";} +.icon-eye-close:before{content:"\f070";} +.icon-warning-sign:before{content:"\f071";} +.icon-plane:before{content:"\f072";} +.icon-calendar:before{content:"\f073";} +.icon-random:before{content:"\f074";} +.icon-comment:before{content:"\f075";} +.icon-magnet:before{content:"\f076";} +.icon-chevron-up:before{content:"\f077";} +.icon-chevron-down:before{content:"\f078";} +.icon-retweet:before{content:"\f079";} +.icon-shopping-cart:before{content:"\f07a";} +.icon-folder-close:before{content:"\f07b";} +.icon-folder-open:before{content:"\f07c";} +.icon-resize-vertical:before{content:"\f07d";} +.icon-resize-horizontal:before{content:"\f07e";} +.icon-bar-chart:before{content:"\f080";} +.icon-twitter-sign:before{content:"\f081";} +.icon-facebook-sign:before{content:"\f082";} +.icon-camera-retro:before{content:"\f083";} +.icon-key:before{content:"\f084";} +.icon-gears:before,.icon-cogs:before{content:"\f085";} +.icon-comments:before{content:"\f086";} +.icon-thumbs-up-alt:before{content:"\f087";} +.icon-thumbs-down-alt:before{content:"\f088";} +.icon-star-half:before{content:"\f089";} +.icon-heart-empty:before{content:"\f08a";} +.icon-signout:before{content:"\f08b";} +.icon-linkedin-sign:before{content:"\f08c";} +.icon-pushpin:before{content:"\f08d";} +.icon-external-link:before{content:"\f08e";} +.icon-signin:before{content:"\f090";} +.icon-trophy:before{content:"\f091";} +.icon-github-sign:before{content:"\f092";} +.icon-upload-alt:before{content:"\f093";} +.icon-lemon:before{content:"\f094";} +.icon-phone:before{content:"\f095";} +.icon-unchecked:before,.icon-check-empty:before{content:"\f096";} +.icon-bookmark-empty:before{content:"\f097";} +.icon-phone-sign:before{content:"\f098";} +.icon-twitter:before{content:"\f099";} +.icon-facebook:before{content:"\f09a";} +.icon-github:before{content:"\f09b";} +.icon-unlock:before{content:"\f09c";} +.icon-credit-card:before{content:"\f09d";} +.icon-rss:before{content:"\f09e";} +.icon-hdd:before{content:"\f0a0";} +.icon-bullhorn:before{content:"\f0a1";} +.icon-bell:before{content:"\f0a2";} +.icon-certificate:before{content:"\f0a3";} +.icon-hand-right:before{content:"\f0a4";} +.icon-hand-left:before{content:"\f0a5";} +.icon-hand-up:before{content:"\f0a6";} +.icon-hand-down:before{content:"\f0a7";} +.icon-circle-arrow-left:before{content:"\f0a8";} +.icon-circle-arrow-right:before{content:"\f0a9";} +.icon-circle-arrow-up:before{content:"\f0aa";} +.icon-circle-arrow-down:before{content:"\f0ab";} +.icon-globe:before{content:"\f0ac";} +.icon-wrench:before{content:"\f0ad";} +.icon-tasks:before{content:"\f0ae";} +.icon-filter:before{content:"\f0b0";} +.icon-briefcase:before{content:"\f0b1";} +.icon-fullscreen:before{content:"\f0b2";} +.icon-group:before{content:"\f0c0";} +.icon-link:before{content:"\f0c1";} +.icon-cloud:before{content:"\f0c2";} +.icon-beaker:before{content:"\f0c3";} +.icon-cut:before{content:"\f0c4";} +.icon-copy:before{content:"\f0c5";} +.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";} +.icon-save:before{content:"\f0c7";} +.icon-sign-blank:before{content:"\f0c8";} +.icon-reorder:before{content:"\f0c9";} +.icon-list-ul:before{content:"\f0ca";} +.icon-list-ol:before{content:"\f0cb";} +.icon-strikethrough:before{content:"\f0cc";} +.icon-underline:before{content:"\f0cd";} +.icon-table:before{content:"\f0ce";} +.icon-magic:before{content:"\f0d0";} +.icon-truck:before{content:"\f0d1";} +.icon-pinterest:before{content:"\f0d2";} +.icon-pinterest-sign:before{content:"\f0d3";} +.icon-google-plus-sign:before{content:"\f0d4";} +.icon-google-plus:before{content:"\f0d5";} +.icon-money:before{content:"\f0d6";} +.icon-caret-down:before{content:"\f0d7";} +.icon-caret-up:before{content:"\f0d8";} +.icon-caret-left:before{content:"\f0d9";} +.icon-caret-right:before{content:"\f0da";} +.icon-columns:before{content:"\f0db";} +.icon-sort:before{content:"\f0dc";} +.icon-sort-down:before{content:"\f0dd";} +.icon-sort-up:before{content:"\f0de";} +.icon-envelope:before{content:"\f0e0";} +.icon-linkedin:before{content:"\f0e1";} +.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";} +.icon-legal:before{content:"\f0e3";} +.icon-dashboard:before{content:"\f0e4";} +.icon-comment-alt:before{content:"\f0e5";} +.icon-comments-alt:before{content:"\f0e6";} +.icon-bolt:before{content:"\f0e7";} +.icon-sitemap:before{content:"\f0e8";} +.icon-umbrella:before{content:"\f0e9";} +.icon-paste:before{content:"\f0ea";} +.icon-lightbulb:before{content:"\f0eb";} +.icon-exchange:before{content:"\f0ec";} +.icon-cloud-download:before{content:"\f0ed";} +.icon-cloud-upload:before{content:"\f0ee";} +.icon-user-md:before{content:"\f0f0";} +.icon-stethoscope:before{content:"\f0f1";} +.icon-suitcase:before{content:"\f0f2";} +.icon-bell-alt:before{content:"\f0f3";} +.icon-coffee:before{content:"\f0f4";} +.icon-food:before{content:"\f0f5";} +.icon-file-text-alt:before{content:"\f0f6";} +.icon-building:before{content:"\f0f7";} +.icon-hospital:before{content:"\f0f8";} +.icon-ambulance:before{content:"\f0f9";} +.icon-medkit:before{content:"\f0fa";} +.icon-fighter-jet:before{content:"\f0fb";} +.icon-beer:before{content:"\f0fc";} +.icon-h-sign:before{content:"\f0fd";} +.icon-plus-sign-alt:before{content:"\f0fe";} +.icon-double-angle-left:before{content:"\f100";} +.icon-double-angle-right:before{content:"\f101";} +.icon-double-angle-up:before{content:"\f102";} +.icon-double-angle-down:before{content:"\f103";} +.icon-angle-left:before{content:"\f104";} +.icon-angle-right:before{content:"\f105";} +.icon-angle-up:before{content:"\f106";} +.icon-angle-down:before{content:"\f107";} +.icon-desktop:before{content:"\f108";} +.icon-laptop:before{content:"\f109";} +.icon-tablet:before{content:"\f10a";} +.icon-mobile-phone:before{content:"\f10b";} +.icon-circle-blank:before{content:"\f10c";} +.icon-quote-left:before{content:"\f10d";} +.icon-quote-right:before{content:"\f10e";} +.icon-spinner:before{content:"\f110";} +.icon-circle:before{content:"\f111";} +.icon-mail-reply:before,.icon-reply:before{content:"\f112";} +.icon-github-alt:before{content:"\f113";} +.icon-folder-close-alt:before{content:"\f114";} +.icon-folder-open-alt:before{content:"\f115";} +.icon-expand-alt:before{content:"\f116";} +.icon-collapse-alt:before{content:"\f117";} +.icon-smile:before{content:"\f118";} +.icon-frown:before{content:"\f119";} +.icon-meh:before{content:"\f11a";} +.icon-gamepad:before{content:"\f11b";} +.icon-keyboard:before{content:"\f11c";} +.icon-flag-alt:before{content:"\f11d";} +.icon-flag-checkered:before{content:"\f11e";} +.icon-terminal:before{content:"\f120";} +.icon-code:before{content:"\f121";} +.icon-reply-all:before{content:"\f122";} +.icon-mail-reply-all:before{content:"\f122";} +.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";} +.icon-location-arrow:before{content:"\f124";} +.icon-crop:before{content:"\f125";} +.icon-code-fork:before{content:"\f126";} +.icon-unlink:before{content:"\f127";} +.icon-question:before{content:"\f128";} +.icon-info:before{content:"\f129";} +.icon-exclamation:before{content:"\f12a";} +.icon-superscript:before{content:"\f12b";} +.icon-subscript:before{content:"\f12c";} +.icon-eraser:before{content:"\f12d";} +.icon-puzzle-piece:before{content:"\f12e";} +.icon-microphone:before{content:"\f130";} +.icon-microphone-off:before{content:"\f131";} +.icon-shield:before{content:"\f132";} +.icon-calendar-empty:before{content:"\f133";} +.icon-fire-extinguisher:before{content:"\f134";} +.icon-rocket:before{content:"\f135";} +.icon-maxcdn:before{content:"\f136";} +.icon-chevron-sign-left:before{content:"\f137";} +.icon-chevron-sign-right:before{content:"\f138";} +.icon-chevron-sign-up:before{content:"\f139";} +.icon-chevron-sign-down:before{content:"\f13a";} +.icon-html5:before{content:"\f13b";} +.icon-css3:before{content:"\f13c";} +.icon-anchor:before{content:"\f13d";} +.icon-unlock-alt:before{content:"\f13e";} +.icon-bullseye:before{content:"\f140";} +.icon-ellipsis-horizontal:before{content:"\f141";} +.icon-ellipsis-vertical:before{content:"\f142";} +.icon-rss-sign:before{content:"\f143";} +.icon-play-sign:before{content:"\f144";} +.icon-ticket:before{content:"\f145";} +.icon-minus-sign-alt:before{content:"\f146";} +.icon-check-minus:before{content:"\f147";} +.icon-level-up:before{content:"\f148";} +.icon-level-down:before{content:"\f149";} +.icon-check-sign:before{content:"\f14a";} +.icon-edit-sign:before{content:"\f14b";} +.icon-external-link-sign:before{content:"\f14c";} +.icon-share-sign:before{content:"\f14d";} +.icon-compass:before{content:"\f14e";} +.icon-collapse:before{content:"\f150";} +.icon-collapse-top:before{content:"\f151";} +.icon-expand:before{content:"\f152";} +.icon-euro:before,.icon-eur:before{content:"\f153";} +.icon-gbp:before{content:"\f154";} +.icon-dollar:before,.icon-usd:before{content:"\f155";} +.icon-rupee:before,.icon-inr:before{content:"\f156";} +.icon-yen:before,.icon-jpy:before{content:"\f157";} +.icon-renminbi:before,.icon-cny:before{content:"\f158";} +.icon-won:before,.icon-krw:before{content:"\f159";} +.icon-bitcoin:before,.icon-btc:before{content:"\f15a";} +.icon-file:before{content:"\f15b";} +.icon-file-text:before{content:"\f15c";} +.icon-sort-by-alphabet:before{content:"\f15d";} +.icon-sort-by-alphabet-alt:before{content:"\f15e";} +.icon-sort-by-attributes:before{content:"\f160";} +.icon-sort-by-attributes-alt:before{content:"\f161";} +.icon-sort-by-order:before{content:"\f162";} +.icon-sort-by-order-alt:before{content:"\f163";} +.icon-thumbs-up:before{content:"\f164";} +.icon-thumbs-down:before{content:"\f165";} +.icon-youtube-sign:before{content:"\f166";} +.icon-youtube:before{content:"\f167";} +.icon-xing:before{content:"\f168";} +.icon-xing-sign:before{content:"\f169";} +.icon-youtube-play:before{content:"\f16a";} +.icon-dropbox:before{content:"\f16b";} +.icon-stackexchange:before{content:"\f16c";} +.icon-instagram:before{content:"\f16d";} +.icon-flickr:before{content:"\f16e";} +.icon-adn:before{content:"\f170";} +.icon-bitbucket:before{content:"\f171";} +.icon-bitbucket-sign:before{content:"\f172";} +.icon-tumblr:before{content:"\f173";} +.icon-tumblr-sign:before{content:"\f174";} +.icon-long-arrow-down:before{content:"\f175";} +.icon-long-arrow-up:before{content:"\f176";} +.icon-long-arrow-left:before{content:"\f177";} +.icon-long-arrow-right:before{content:"\f178";} +.icon-apple:before{content:"\f179";} +.icon-windows:before{content:"\f17a";} +.icon-android:before{content:"\f17b";} +.icon-linux:before{content:"\f17c";} +.icon-dribbble:before{content:"\f17d";} +.icon-skype:before{content:"\f17e";} +.icon-foursquare:before{content:"\f180";} +.icon-trello:before{content:"\f181";} +.icon-female:before{content:"\f182";} +.icon-male:before{content:"\f183";} +.icon-gittip:before{content:"\f184";} +.icon-sun:before{content:"\f185";} +.icon-moon:before{content:"\f186";} +.icon-archive:before{content:"\f187";} +.icon-bug:before{content:"\f188";} +.icon-vk:before{content:"\f189";} +.icon-weibo:before{content:"\f18a";} +.icon-renren:before{content:"\f18b";} diff --git a/_gh_pages/3.2.1/assets/font-awesome/font/FontAwesome.otf b/_gh_pages/3.2.1/assets/font-awesome/font/FontAwesome.otf new file mode 100644 index 000000000..70125459f Binary files /dev/null and b/_gh_pages/3.2.1/assets/font-awesome/font/FontAwesome.otf differ diff --git a/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.eot b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.eot new file mode 100644 index 000000000..0662cb96b Binary files /dev/null and b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.eot differ diff --git a/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.svg b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.svg new file mode 100644 index 000000000..2edb4ec34 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.ttf b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.ttf new file mode 100644 index 000000000..d36592469 Binary files /dev/null and b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.ttf differ diff --git a/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.woff b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.woff new file mode 100644 index 000000000..b9bd17e15 Binary files /dev/null and b/_gh_pages/3.2.1/assets/font-awesome/font/fontawesome-webfont.woff differ diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/bootstrap.less b/_gh_pages/3.2.1/assets/font-awesome/less/bootstrap.less new file mode 100644 index 000000000..a2c96046b --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/bootstrap.less @@ -0,0 +1,84 @@ +/* BOOTSTRAP SPECIFIC CLASSES + * -------------------------- */ + +/* Bootstrap 2.0 sprites.less reset */ +[class^="icon-"], +[class*=" icon-"] { + display: inline; + width: auto; + height: auto; + line-height: normal; + vertical-align: baseline; + background-image: none; + background-position: 0% 0%; + background-repeat: repeat; + margin-top: 0; +} + +/* more sprites.less reset */ +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"] { + background-image: none; +} + + +/* keeps Bootstrap styles with and without icons the same */ +.btn, .nav { + [class^="icon-"], + [class*=" icon-"] { +// display: inline; + &.icon-large { line-height: .9em; } + &.icon-spin { display: inline-block; } + } +} +.nav-tabs, .nav-pills { + [class^="icon-"], + [class*=" icon-"] { + &, &.icon-large { line-height: .9em; } + } +} +.btn { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .18em; } + } + &.icon-spin.icon-large { line-height: .8em; } + } +} +.btn.btn-small { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .25em; } + } + } +} +.btn.btn-large { + [class^="icon-"], + [class*=" icon-"] { + margin-top: 0; // overrides bootstrap default + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .05em; } + } + &.pull-left.icon-2x { margin-right: .2em; } + &.pull-right.icon-2x { margin-left: .2em; } + } +} + +/* Fixes alignment in nav lists */ +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + line-height: inherit; +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/core.less b/_gh_pages/3.2.1/assets/font-awesome/less/core.less new file mode 100644 index 000000000..1ef7e2235 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/core.less @@ -0,0 +1,129 @@ +/* FONT AWESOME CORE + * -------------------------- */ + +[class^="icon-"], +[class*=" icon-"] { + .icon-FontAwesome(); +} + +[class^="icon-"]:before, +[class*=" icon-"]:before { + text-decoration: inherit; + display: inline-block; + speak: none; +} + +/* makes the font 33% larger relative to the icon container */ +.icon-large:before { + vertical-align: -10%; + font-size: 4/3em; +} + +/* makes sure icons active on rollover in links */ +a { + [class^="icon-"], + [class*=" icon-"] { + display: inline; + } +} + +/* increased font size for icon-large */ +[class^="icon-"], +[class*=" icon-"] { + &.icon-fixed-width { + display: inline-block; + width: 16/14em; + text-align: right; + padding-right: 4/14em; + &.icon-large { + width: 20/14em; + } + } +} + +.icons-ul { + margin-left: @icons-li-width; + list-style-type: none; + + > li { position: relative; } + + .icon-li { + position: absolute; + left: -@icons-li-width; + width: @icons-li-width; + text-align: center; + line-height: inherit; + } +} + +// allows usage of the hide class directly on font awesome icons +[class^="icon-"], +[class*=" icon-"] { + &.hide { + display: none; + } +} + +.icon-muted { color: @iconMuted; } +.icon-light { color: @iconLight; } +.icon-dark { color: @iconDark; } + +// Icon Borders +// ------------------------- + +.icon-border { + border: solid 1px @borderColor; + padding: .2em .25em .15em; + .border-radius(3px); +} + +// Icon Sizes +// ------------------------- + +.icon-2x { + font-size: 2em; + &.icon-border { + border-width: 2px; + .border-radius(4px); + } +} +.icon-3x { + font-size: 3em; + &.icon-border { + border-width: 3px; + .border-radius(5px); + } +} +.icon-4x { + font-size: 4em; + &.icon-border { + border-width: 4px; + .border-radius(6px); + } +} + +.icon-5x { + font-size: 5em; + &.icon-border { + border-width: 5px; + .border-radius(7px); + } +} + + +// Floats & Margins +// ------------------------- + +// Quick floats +.pull-right { float: right; } +.pull-left { float: left; } + +[class^="icon-"], +[class*=" icon-"] { + &.pull-left { + margin-right: .3em; + } + &.pull-right { + margin-left: .3em; + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/extras.less b/_gh_pages/3.2.1/assets/font-awesome/less/extras.less new file mode 100644 index 000000000..c93c260c8 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/extras.less @@ -0,0 +1,93 @@ +/* EXTRAS + * -------------------------- */ + +/* Stacked and layered icon */ +.icon-stack(); + +/* Animated rotating icon */ +.icon-spin { + display: inline-block; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + -webkit-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} + +/* Prevent stack and spinners from being taken inline when inside a link */ +a .icon-stack, +a .icon-spin { + display: inline-block; + text-decoration: none; +} + +@-moz-keyframes spin { + 0% { -moz-transform: rotate(0deg); } + 100% { -moz-transform: rotate(359deg); } +} +@-webkit-keyframes spin { + 0% { -webkit-transform: rotate(0deg); } + 100% { -webkit-transform: rotate(359deg); } +} +@-o-keyframes spin { + 0% { -o-transform: rotate(0deg); } + 100% { -o-transform: rotate(359deg); } +} +@-ms-keyframes spin { + 0% { -ms-transform: rotate(0deg); } + 100% { -ms-transform: rotate(359deg); } +} +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(359deg); } +} + +/* Icon rotations and mirroring */ +.icon-rotate-90:before { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); +} + +.icon-rotate-180:before { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); +} + +.icon-rotate-270:before { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +.icon-flip-horizontal:before { + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.icon-flip-vertical:before { + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} + +/* ensure rotation occurs inside anchor tags */ +a { + .icon-rotate-90, .icon-rotate-180, .icon-rotate-270, .icon-flip-horizontal, .icon-flip-vertical { + &:before { display: inline-block; } + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome-ie7.less b/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome-ie7.less new file mode 100644 index 000000000..6675c4989 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome-ie7.less @@ -0,0 +1,1953 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ + +.icon-large { + font-size: 4/3em; + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; + vertical-align: middle; +} + +.nav { + [class^="icon-"], + [class*=" icon-"] { + vertical-align: inherit; + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; + &.icon-large { + vertical-align: -25%; + } + } +} + +.nav-pills, .nav-tabs { + [class^="icon-"], + [class*=" icon-"] { + &.icon-large { + line-height: .75em; + margin-top: -7px; + padding-top: 5px; + margin-bottom: -5px; + padding-bottom: 4px; + } + } +} + +.btn { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { vertical-align: inherit; } + &.icon-large { + margin-top: -.5em; + } + } +} + +a [class^="icon-"], +a [class*=" icon-"] { + cursor: pointer; +} + +.ie7icon(@inner) { *zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner}')"; } + + +.icon-glass { + .ie7icon(''); +} + + +.icon-music { + .ie7icon(''); +} + + +.icon-search { + .ie7icon(''); +} + + +.icon-envelope-alt { + .ie7icon(''); +} + + +.icon-heart { + .ie7icon(''); +} + + +.icon-star { + .ie7icon(''); +} + + +.icon-star-empty { + .ie7icon(''); +} + + +.icon-user { + .ie7icon(''); +} + + +.icon-film { + .ie7icon(''); +} + + +.icon-th-large { + .ie7icon(''); +} + + +.icon-th { + .ie7icon(''); +} + + +.icon-th-list { + .ie7icon(''); +} + + +.icon-ok { + .ie7icon(''); +} + + +.icon-remove { + .ie7icon(''); +} + + +.icon-zoom-in { + .ie7icon(''); +} + + +.icon-zoom-out { + .ie7icon(''); +} + + +.icon-off { + .ie7icon(''); +} + +.icon-power-off { + .ie7icon(''); +} + + +.icon-signal { + .ie7icon(''); +} + + +.icon-cog { + .ie7icon(''); +} + +.icon-gear { + .ie7icon(''); +} + + +.icon-trash { + .ie7icon(''); +} + + +.icon-home { + .ie7icon(''); +} + + +.icon-file-alt { + .ie7icon(''); +} + + +.icon-time { + .ie7icon(''); +} + + +.icon-road { + .ie7icon(''); +} + + +.icon-download-alt { + .ie7icon(''); +} + + +.icon-download { + .ie7icon(''); +} + + +.icon-upload { + .ie7icon(''); +} + + +.icon-inbox { + .ie7icon(''); +} + + +.icon-play-circle { + .ie7icon(''); +} + + +.icon-repeat { + .ie7icon(''); +} + +.icon-rotate-right { + .ie7icon(''); +} + + +.icon-refresh { + .ie7icon(''); +} + + +.icon-list-alt { + .ie7icon(''); +} + + +.icon-lock { + .ie7icon(''); +} + + +.icon-flag { + .ie7icon(''); +} + + +.icon-headphones { + .ie7icon(''); +} + + +.icon-volume-off { + .ie7icon(''); +} + + +.icon-volume-down { + .ie7icon(''); +} + + +.icon-volume-up { + .ie7icon(''); +} + + +.icon-qrcode { + .ie7icon(''); +} + + +.icon-barcode { + .ie7icon(''); +} + + +.icon-tag { + .ie7icon(''); +} + + +.icon-tags { + .ie7icon(''); +} + + +.icon-book { + .ie7icon(''); +} + + +.icon-bookmark { + .ie7icon(''); +} + + +.icon-print { + .ie7icon(''); +} + + +.icon-camera { + .ie7icon(''); +} + + +.icon-font { + .ie7icon(''); +} + + +.icon-bold { + .ie7icon(''); +} + + +.icon-italic { + .ie7icon(''); +} + + +.icon-text-height { + .ie7icon(''); +} + + +.icon-text-width { + .ie7icon(''); +} + + +.icon-align-left { + .ie7icon(''); +} + + +.icon-align-center { + .ie7icon(''); +} + + +.icon-align-right { + .ie7icon(''); +} + + +.icon-align-justify { + .ie7icon(''); +} + + +.icon-list { + .ie7icon(''); +} + + +.icon-indent-left { + .ie7icon(''); +} + + +.icon-indent-right { + .ie7icon(''); +} + + +.icon-facetime-video { + .ie7icon(''); +} + + +.icon-picture { + .ie7icon(''); +} + + +.icon-pencil { + .ie7icon(''); +} + + +.icon-map-marker { + .ie7icon(''); +} + + +.icon-adjust { + .ie7icon(''); +} + + +.icon-tint { + .ie7icon(''); +} + + +.icon-edit { + .ie7icon(''); +} + + +.icon-share { + .ie7icon(''); +} + + +.icon-check { + .ie7icon(''); +} + + +.icon-move { + .ie7icon(''); +} + + +.icon-step-backward { + .ie7icon(''); +} + + +.icon-fast-backward { + .ie7icon(''); +} + + +.icon-backward { + .ie7icon(''); +} + + +.icon-play { + .ie7icon(''); +} + + +.icon-pause { + .ie7icon(''); +} + + +.icon-stop { + .ie7icon(''); +} + + +.icon-forward { + .ie7icon(''); +} + + +.icon-fast-forward { + .ie7icon(''); +} + + +.icon-step-forward { + .ie7icon(''); +} + + +.icon-eject { + .ie7icon(''); +} + + +.icon-chevron-left { + .ie7icon(''); +} + + +.icon-chevron-right { + .ie7icon(''); +} + + +.icon-plus-sign { + .ie7icon(''); +} + + +.icon-minus-sign { + .ie7icon(''); +} + + +.icon-remove-sign { + .ie7icon(''); +} + + +.icon-ok-sign { + .ie7icon(''); +} + + +.icon-question-sign { + .ie7icon(''); +} + + +.icon-info-sign { + .ie7icon(''); +} + + +.icon-screenshot { + .ie7icon(''); +} + + +.icon-remove-circle { + .ie7icon(''); +} + + +.icon-ok-circle { + .ie7icon(''); +} + + +.icon-ban-circle { + .ie7icon(''); +} + + +.icon-arrow-left { + .ie7icon(''); +} + + +.icon-arrow-right { + .ie7icon(''); +} + + +.icon-arrow-up { + .ie7icon(''); +} + + +.icon-arrow-down { + .ie7icon(''); +} + + +.icon-share-alt { + .ie7icon(''); +} + +.icon-mail-forward { + .ie7icon(''); +} + + +.icon-resize-full { + .ie7icon(''); +} + + +.icon-resize-small { + .ie7icon(''); +} + + +.icon-plus { + .ie7icon(''); +} + + +.icon-minus { + .ie7icon(''); +} + + +.icon-asterisk { + .ie7icon(''); +} + + +.icon-exclamation-sign { + .ie7icon(''); +} + + +.icon-gift { + .ie7icon(''); +} + + +.icon-leaf { + .ie7icon(''); +} + + +.icon-fire { + .ie7icon(''); +} + + +.icon-eye-open { + .ie7icon(''); +} + + +.icon-eye-close { + .ie7icon(''); +} + + +.icon-warning-sign { + .ie7icon(''); +} + + +.icon-plane { + .ie7icon(''); +} + + +.icon-calendar { + .ie7icon(''); +} + + +.icon-random { + .ie7icon(''); +} + + +.icon-comment { + .ie7icon(''); +} + + +.icon-magnet { + .ie7icon(''); +} + + +.icon-chevron-up { + .ie7icon(''); +} + + +.icon-chevron-down { + .ie7icon(''); +} + + +.icon-retweet { + .ie7icon(''); +} + + +.icon-shopping-cart { + .ie7icon(''); +} + + +.icon-folder-close { + .ie7icon(''); +} + + +.icon-folder-open { + .ie7icon(''); +} + + +.icon-resize-vertical { + .ie7icon(''); +} + + +.icon-resize-horizontal { + .ie7icon(''); +} + + +.icon-bar-chart { + .ie7icon(''); +} + + +.icon-twitter-sign { + .ie7icon(''); +} + + +.icon-facebook-sign { + .ie7icon(''); +} + + +.icon-camera-retro { + .ie7icon(''); +} + + +.icon-key { + .ie7icon(''); +} + + +.icon-cogs { + .ie7icon(''); +} + +.icon-gears { + .ie7icon(''); +} + + +.icon-comments { + .ie7icon(''); +} + + +.icon-thumbs-up-alt { + .ie7icon(''); +} + + +.icon-thumbs-down-alt { + .ie7icon(''); +} + + +.icon-star-half { + .ie7icon(''); +} + + +.icon-heart-empty { + .ie7icon(''); +} + + +.icon-signout { + .ie7icon(''); +} + + +.icon-linkedin-sign { + .ie7icon(''); +} + + +.icon-pushpin { + .ie7icon(''); +} + + +.icon-external-link { + .ie7icon(''); +} + + +.icon-signin { + .ie7icon(''); +} + + +.icon-trophy { + .ie7icon(''); +} + + +.icon-github-sign { + .ie7icon(''); +} + + +.icon-upload-alt { + .ie7icon(''); +} + + +.icon-lemon { + .ie7icon(''); +} + + +.icon-phone { + .ie7icon(''); +} + + +.icon-check-empty { + .ie7icon(''); +} + +.icon-unchecked { + .ie7icon(''); +} + + +.icon-bookmark-empty { + .ie7icon(''); +} + + +.icon-phone-sign { + .ie7icon(''); +} + + +.icon-twitter { + .ie7icon(''); +} + + +.icon-facebook { + .ie7icon(''); +} + + +.icon-github { + .ie7icon(''); +} + + +.icon-unlock { + .ie7icon(''); +} + + +.icon-credit-card { + .ie7icon(''); +} + + +.icon-rss { + .ie7icon(''); +} + + +.icon-hdd { + .ie7icon(''); +} + + +.icon-bullhorn { + .ie7icon(''); +} + + +.icon-bell { + .ie7icon(''); +} + + +.icon-certificate { + .ie7icon(''); +} + + +.icon-hand-right { + .ie7icon(''); +} + + +.icon-hand-left { + .ie7icon(''); +} + + +.icon-hand-up { + .ie7icon(''); +} + + +.icon-hand-down { + .ie7icon(''); +} + + +.icon-circle-arrow-left { + .ie7icon(''); +} + + +.icon-circle-arrow-right { + .ie7icon(''); +} + + +.icon-circle-arrow-up { + .ie7icon(''); +} + + +.icon-circle-arrow-down { + .ie7icon(''); +} + + +.icon-globe { + .ie7icon(''); +} + + +.icon-wrench { + .ie7icon(''); +} + + +.icon-tasks { + .ie7icon(''); +} + + +.icon-filter { + .ie7icon(''); +} + + +.icon-briefcase { + .ie7icon(''); +} + + +.icon-fullscreen { + .ie7icon(''); +} + + +.icon-group { + .ie7icon(''); +} + + +.icon-link { + .ie7icon(''); +} + + +.icon-cloud { + .ie7icon(''); +} + + +.icon-beaker { + .ie7icon(''); +} + + +.icon-cut { + .ie7icon(''); +} + + +.icon-copy { + .ie7icon(''); +} + + +.icon-paper-clip { + .ie7icon(''); +} + +.icon-paperclip { + .ie7icon(''); +} + + +.icon-save { + .ie7icon(''); +} + + +.icon-sign-blank { + .ie7icon(''); +} + + +.icon-reorder { + .ie7icon(''); +} + + +.icon-list-ul { + .ie7icon(''); +} + + +.icon-list-ol { + .ie7icon(''); +} + + +.icon-strikethrough { + .ie7icon(''); +} + + +.icon-underline { + .ie7icon(''); +} + + +.icon-table { + .ie7icon(''); +} + + +.icon-magic { + .ie7icon(''); +} + + +.icon-truck { + .ie7icon(''); +} + + +.icon-pinterest { + .ie7icon(''); +} + + +.icon-pinterest-sign { + .ie7icon(''); +} + + +.icon-google-plus-sign { + .ie7icon(''); +} + + +.icon-google-plus { + .ie7icon(''); +} + + +.icon-money { + .ie7icon(''); +} + + +.icon-caret-down { + .ie7icon(''); +} + + +.icon-caret-up { + .ie7icon(''); +} + + +.icon-caret-left { + .ie7icon(''); +} + + +.icon-caret-right { + .ie7icon(''); +} + + +.icon-columns { + .ie7icon(''); +} + + +.icon-sort { + .ie7icon(''); +} + + +.icon-sort-down { + .ie7icon(''); +} + + +.icon-sort-up { + .ie7icon(''); +} + + +.icon-envelope { + .ie7icon(''); +} + + +.icon-linkedin { + .ie7icon(''); +} + + +.icon-undo { + .ie7icon(''); +} + +.icon-rotate-left { + .ie7icon(''); +} + + +.icon-legal { + .ie7icon(''); +} + + +.icon-dashboard { + .ie7icon(''); +} + + +.icon-comment-alt { + .ie7icon(''); +} + + +.icon-comments-alt { + .ie7icon(''); +} + + +.icon-bolt { + .ie7icon(''); +} + + +.icon-sitemap { + .ie7icon(''); +} + + +.icon-umbrella { + .ie7icon(''); +} + + +.icon-paste { + .ie7icon(''); +} + + +.icon-lightbulb { + .ie7icon(''); +} + + +.icon-exchange { + .ie7icon(''); +} + + +.icon-cloud-download { + .ie7icon(''); +} + + +.icon-cloud-upload { + .ie7icon(''); +} + + +.icon-user-md { + .ie7icon(''); +} + + +.icon-stethoscope { + .ie7icon(''); +} + + +.icon-suitcase { + .ie7icon(''); +} + + +.icon-bell-alt { + .ie7icon(''); +} + + +.icon-coffee { + .ie7icon(''); +} + + +.icon-food { + .ie7icon(''); +} + + +.icon-file-text-alt { + .ie7icon(''); +} + + +.icon-building { + .ie7icon(''); +} + + +.icon-hospital { + .ie7icon(''); +} + + +.icon-ambulance { + .ie7icon(''); +} + + +.icon-medkit { + .ie7icon(''); +} + + +.icon-fighter-jet { + .ie7icon(''); +} + + +.icon-beer { + .ie7icon(''); +} + + +.icon-h-sign { + .ie7icon(''); +} + + +.icon-plus-sign-alt { + .ie7icon(''); +} + + +.icon-double-angle-left { + .ie7icon(''); +} + + +.icon-double-angle-right { + .ie7icon(''); +} + + +.icon-double-angle-up { + .ie7icon(''); +} + + +.icon-double-angle-down { + .ie7icon(''); +} + + +.icon-angle-left { + .ie7icon(''); +} + + +.icon-angle-right { + .ie7icon(''); +} + + +.icon-angle-up { + .ie7icon(''); +} + + +.icon-angle-down { + .ie7icon(''); +} + + +.icon-desktop { + .ie7icon(''); +} + + +.icon-laptop { + .ie7icon(''); +} + + +.icon-tablet { + .ie7icon(''); +} + + +.icon-mobile-phone { + .ie7icon(''); +} + + +.icon-circle-blank { + .ie7icon(''); +} + + +.icon-quote-left { + .ie7icon(''); +} + + +.icon-quote-right { + .ie7icon(''); +} + + +.icon-spinner { + .ie7icon(''); +} + + +.icon-circle { + .ie7icon(''); +} + + +.icon-reply { + .ie7icon(''); +} + +.icon-mail-reply { + .ie7icon(''); +} + + +.icon-github-alt { + .ie7icon(''); +} + + +.icon-folder-close-alt { + .ie7icon(''); +} + + +.icon-folder-open-alt { + .ie7icon(''); +} + + +.icon-expand-alt { + .ie7icon(''); +} + + +.icon-collapse-alt { + .ie7icon(''); +} + + +.icon-smile { + .ie7icon(''); +} + + +.icon-frown { + .ie7icon(''); +} + + +.icon-meh { + .ie7icon(''); +} + + +.icon-gamepad { + .ie7icon(''); +} + + +.icon-keyboard { + .ie7icon(''); +} + + +.icon-flag-alt { + .ie7icon(''); +} + + +.icon-flag-checkered { + .ie7icon(''); +} + + +.icon-terminal { + .ie7icon(''); +} + + +.icon-code { + .ie7icon(''); +} + + +.icon-reply-all { + .ie7icon(''); +} + + +.icon-mail-reply-all { + .ie7icon(''); +} + + +.icon-star-half-empty { + .ie7icon(''); +} + +.icon-star-half-full { + .ie7icon(''); +} + + +.icon-location-arrow { + .ie7icon(''); +} + + +.icon-crop { + .ie7icon(''); +} + + +.icon-code-fork { + .ie7icon(''); +} + + +.icon-unlink { + .ie7icon(''); +} + + +.icon-question { + .ie7icon(''); +} + + +.icon-info { + .ie7icon(''); +} + + +.icon-exclamation { + .ie7icon(''); +} + + +.icon-superscript { + .ie7icon(''); +} + + +.icon-subscript { + .ie7icon(''); +} + + +.icon-eraser { + .ie7icon(''); +} + + +.icon-puzzle-piece { + .ie7icon(''); +} + + +.icon-microphone { + .ie7icon(''); +} + + +.icon-microphone-off { + .ie7icon(''); +} + + +.icon-shield { + .ie7icon(''); +} + + +.icon-calendar-empty { + .ie7icon(''); +} + + +.icon-fire-extinguisher { + .ie7icon(''); +} + + +.icon-rocket { + .ie7icon(''); +} + + +.icon-maxcdn { + .ie7icon(''); +} + + +.icon-chevron-sign-left { + .ie7icon(''); +} + + +.icon-chevron-sign-right { + .ie7icon(''); +} + + +.icon-chevron-sign-up { + .ie7icon(''); +} + + +.icon-chevron-sign-down { + .ie7icon(''); +} + + +.icon-html5 { + .ie7icon(''); +} + + +.icon-css3 { + .ie7icon(''); +} + + +.icon-anchor { + .ie7icon(''); +} + + +.icon-unlock-alt { + .ie7icon(''); +} + + +.icon-bullseye { + .ie7icon(''); +} + + +.icon-ellipsis-horizontal { + .ie7icon(''); +} + + +.icon-ellipsis-vertical { + .ie7icon(''); +} + + +.icon-rss-sign { + .ie7icon(''); +} + + +.icon-play-sign { + .ie7icon(''); +} + + +.icon-ticket { + .ie7icon(''); +} + + +.icon-minus-sign-alt { + .ie7icon(''); +} + + +.icon-check-minus { + .ie7icon(''); +} + + +.icon-level-up { + .ie7icon(''); +} + + +.icon-level-down { + .ie7icon(''); +} + + +.icon-check-sign { + .ie7icon(''); +} + + +.icon-edit-sign { + .ie7icon(''); +} + + +.icon-external-link-sign { + .ie7icon(''); +} + + +.icon-share-sign { + .ie7icon(''); +} + + +.icon-compass { + .ie7icon(''); +} + + +.icon-collapse { + .ie7icon(''); +} + + +.icon-collapse-top { + .ie7icon(''); +} + + +.icon-expand { + .ie7icon(''); +} + + +.icon-eur { + .ie7icon(''); +} + +.icon-euro { + .ie7icon(''); +} + + +.icon-gbp { + .ie7icon(''); +} + + +.icon-usd { + .ie7icon(''); +} + +.icon-dollar { + .ie7icon(''); +} + + +.icon-inr { + .ie7icon(''); +} + +.icon-rupee { + .ie7icon(''); +} + + +.icon-jpy { + .ie7icon(''); +} + +.icon-yen { + .ie7icon(''); +} + + +.icon-cny { + .ie7icon(''); +} + +.icon-renminbi { + .ie7icon(''); +} + + +.icon-krw { + .ie7icon(''); +} + +.icon-won { + .ie7icon(''); +} + + +.icon-btc { + .ie7icon(''); +} + +.icon-bitcoin { + .ie7icon(''); +} + + +.icon-file { + .ie7icon(''); +} + + +.icon-file-text { + .ie7icon(''); +} + + +.icon-sort-by-alphabet { + .ie7icon(''); +} + + +.icon-sort-by-alphabet-alt { + .ie7icon(''); +} + + +.icon-sort-by-attributes { + .ie7icon(''); +} + + +.icon-sort-by-attributes-alt { + .ie7icon(''); +} + + +.icon-sort-by-order { + .ie7icon(''); +} + + +.icon-sort-by-order-alt { + .ie7icon(''); +} + + +.icon-thumbs-up { + .ie7icon(''); +} + + +.icon-thumbs-down { + .ie7icon(''); +} + + +.icon-youtube-sign { + .ie7icon(''); +} + + +.icon-youtube { + .ie7icon(''); +} + + +.icon-xing { + .ie7icon(''); +} + + +.icon-xing-sign { + .ie7icon(''); +} + + +.icon-youtube-play { + .ie7icon(''); +} + + +.icon-dropbox { + .ie7icon(''); +} + + +.icon-stackexchange { + .ie7icon(''); +} + + +.icon-instagram { + .ie7icon(''); +} + + +.icon-flickr { + .ie7icon(''); +} + + +.icon-adn { + .ie7icon(''); +} + + +.icon-bitbucket { + .ie7icon(''); +} + + +.icon-bitbucket-sign { + .ie7icon(''); +} + + +.icon-tumblr { + .ie7icon(''); +} + + +.icon-tumblr-sign { + .ie7icon(''); +} + + +.icon-long-arrow-down { + .ie7icon(''); +} + + +.icon-long-arrow-up { + .ie7icon(''); +} + + +.icon-long-arrow-left { + .ie7icon(''); +} + + +.icon-long-arrow-right { + .ie7icon(''); +} + + +.icon-apple { + .ie7icon(''); +} + + +.icon-windows { + .ie7icon(''); +} + + +.icon-android { + .ie7icon(''); +} + + +.icon-linux { + .ie7icon(''); +} + + +.icon-dribbble { + .ie7icon(''); +} + + +.icon-skype { + .ie7icon(''); +} + + +.icon-foursquare { + .ie7icon(''); +} + + +.icon-trello { + .ie7icon(''); +} + + +.icon-female { + .ie7icon(''); +} + + +.icon-male { + .ie7icon(''); +} + + +.icon-gittip { + .ie7icon(''); +} + + +.icon-sun { + .ie7icon(''); +} + + +.icon-moon { + .ie7icon(''); +} + + +.icon-archive { + .ie7icon(''); +} + + +.icon-bug { + .ie7icon(''); +} + + +.icon-vk { + .ie7icon(''); +} + + +.icon-weibo { + .ie7icon(''); +} + + +.icon-renren { + .ie7icon(''); +} + + diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome.less b/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome.less new file mode 100644 index 000000000..0f454612b --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/font-awesome.less @@ -0,0 +1,33 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "bootstrap.less"; +@import "extras.less"; +@import "icons.less"; diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/icons.less b/_gh_pages/3.2.1/assets/font-awesome/less/icons.less new file mode 100644 index 000000000..476d201ec --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/icons.less @@ -0,0 +1,381 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.icon-glass:before { content: @glass; } +.icon-music:before { content: @music; } +.icon-search:before { content: @search; } +.icon-envelope-alt:before { content: @envelope-alt; } +.icon-heart:before { content: @heart; } +.icon-star:before { content: @star; } +.icon-star-empty:before { content: @star-empty; } +.icon-user:before { content: @user; } +.icon-film:before { content: @film; } +.icon-th-large:before { content: @th-large; } +.icon-th:before { content: @th; } +.icon-th-list:before { content: @th-list; } +.icon-ok:before { content: @ok; } +.icon-remove:before { content: @remove; } +.icon-zoom-in:before { content: @zoom-in; } +.icon-zoom-out:before { content: @zoom-out; } +.icon-power-off:before, +.icon-off:before { content: @off; } +.icon-signal:before { content: @signal; } +.icon-gear:before, +.icon-cog:before { content: @cog; } +.icon-trash:before { content: @trash; } +.icon-home:before { content: @home; } +.icon-file-alt:before { content: @file-alt; } +.icon-time:before { content: @time; } +.icon-road:before { content: @road; } +.icon-download-alt:before { content: @download-alt; } +.icon-download:before { content: @download; } +.icon-upload:before { content: @upload; } +.icon-inbox:before { content: @inbox; } +.icon-play-circle:before { content: @play-circle; } +.icon-rotate-right:before, +.icon-repeat:before { content: @repeat; } +.icon-refresh:before { content: @refresh; } +.icon-list-alt:before { content: @list-alt; } +.icon-lock:before { content: @lock; } +.icon-flag:before { content: @flag; } +.icon-headphones:before { content: @headphones; } +.icon-volume-off:before { content: @volume-off; } +.icon-volume-down:before { content: @volume-down; } +.icon-volume-up:before { content: @volume-up; } +.icon-qrcode:before { content: @qrcode; } +.icon-barcode:before { content: @barcode; } +.icon-tag:before { content: @tag; } +.icon-tags:before { content: @tags; } +.icon-book:before { content: @book; } +.icon-bookmark:before { content: @bookmark; } +.icon-print:before { content: @print; } +.icon-camera:before { content: @camera; } +.icon-font:before { content: @font; } +.icon-bold:before { content: @bold; } +.icon-italic:before { content: @italic; } +.icon-text-height:before { content: @text-height; } +.icon-text-width:before { content: @text-width; } +.icon-align-left:before { content: @align-left; } +.icon-align-center:before { content: @align-center; } +.icon-align-right:before { content: @align-right; } +.icon-align-justify:before { content: @align-justify; } +.icon-list:before { content: @list; } +.icon-indent-left:before { content: @indent-left; } +.icon-indent-right:before { content: @indent-right; } +.icon-facetime-video:before { content: @facetime-video; } +.icon-picture:before { content: @picture; } +.icon-pencil:before { content: @pencil; } +.icon-map-marker:before { content: @map-marker; } +.icon-adjust:before { content: @adjust; } +.icon-tint:before { content: @tint; } +.icon-edit:before { content: @edit; } +.icon-share:before { content: @share; } +.icon-check:before { content: @check; } +.icon-move:before { content: @move; } +.icon-step-backward:before { content: @step-backward; } +.icon-fast-backward:before { content: @fast-backward; } +.icon-backward:before { content: @backward; } +.icon-play:before { content: @play; } +.icon-pause:before { content: @pause; } +.icon-stop:before { content: @stop; } +.icon-forward:before { content: @forward; } +.icon-fast-forward:before { content: @fast-forward; } +.icon-step-forward:before { content: @step-forward; } +.icon-eject:before { content: @eject; } +.icon-chevron-left:before { content: @chevron-left; } +.icon-chevron-right:before { content: @chevron-right; } +.icon-plus-sign:before { content: @plus-sign; } +.icon-minus-sign:before { content: @minus-sign; } +.icon-remove-sign:before { content: @remove-sign; } +.icon-ok-sign:before { content: @ok-sign; } +.icon-question-sign:before { content: @question-sign; } +.icon-info-sign:before { content: @info-sign; } +.icon-screenshot:before { content: @screenshot; } +.icon-remove-circle:before { content: @remove-circle; } +.icon-ok-circle:before { content: @ok-circle; } +.icon-ban-circle:before { content: @ban-circle; } +.icon-arrow-left:before { content: @arrow-left; } +.icon-arrow-right:before { content: @arrow-right; } +.icon-arrow-up:before { content: @arrow-up; } +.icon-arrow-down:before { content: @arrow-down; } +.icon-mail-forward:before, +.icon-share-alt:before { content: @share-alt; } +.icon-resize-full:before { content: @resize-full; } +.icon-resize-small:before { content: @resize-small; } +.icon-plus:before { content: @plus; } +.icon-minus:before { content: @minus; } +.icon-asterisk:before { content: @asterisk; } +.icon-exclamation-sign:before { content: @exclamation-sign; } +.icon-gift:before { content: @gift; } +.icon-leaf:before { content: @leaf; } +.icon-fire:before { content: @fire; } +.icon-eye-open:before { content: @eye-open; } +.icon-eye-close:before { content: @eye-close; } +.icon-warning-sign:before { content: @warning-sign; } +.icon-plane:before { content: @plane; } +.icon-calendar:before { content: @calendar; } +.icon-random:before { content: @random; } +.icon-comment:before { content: @comment; } +.icon-magnet:before { content: @magnet; } +.icon-chevron-up:before { content: @chevron-up; } +.icon-chevron-down:before { content: @chevron-down; } +.icon-retweet:before { content: @retweet; } +.icon-shopping-cart:before { content: @shopping-cart; } +.icon-folder-close:before { content: @folder-close; } +.icon-folder-open:before { content: @folder-open; } +.icon-resize-vertical:before { content: @resize-vertical; } +.icon-resize-horizontal:before { content: @resize-horizontal; } +.icon-bar-chart:before { content: @bar-chart; } +.icon-twitter-sign:before { content: @twitter-sign; } +.icon-facebook-sign:before { content: @facebook-sign; } +.icon-camera-retro:before { content: @camera-retro; } +.icon-key:before { content: @key; } +.icon-gears:before, +.icon-cogs:before { content: @cogs; } +.icon-comments:before { content: @comments; } +.icon-thumbs-up-alt:before { content: @thumbs-up-alt; } +.icon-thumbs-down-alt:before { content: @thumbs-down-alt; } +.icon-star-half:before { content: @star-half; } +.icon-heart-empty:before { content: @heart-empty; } +.icon-signout:before { content: @signout; } +.icon-linkedin-sign:before { content: @linkedin-sign; } +.icon-pushpin:before { content: @pushpin; } +.icon-external-link:before { content: @external-link; } +.icon-signin:before { content: @signin; } +.icon-trophy:before { content: @trophy; } +.icon-github-sign:before { content: @github-sign; } +.icon-upload-alt:before { content: @upload-alt; } +.icon-lemon:before { content: @lemon; } +.icon-phone:before { content: @phone; } +.icon-unchecked:before, +.icon-check-empty:before { content: @check-empty; } +.icon-bookmark-empty:before { content: @bookmark-empty; } +.icon-phone-sign:before { content: @phone-sign; } +.icon-twitter:before { content: @twitter; } +.icon-facebook:before { content: @facebook; } +.icon-github:before { content: @github; } +.icon-unlock:before { content: @unlock; } +.icon-credit-card:before { content: @credit-card; } +.icon-rss:before { content: @rss; } +.icon-hdd:before { content: @hdd; } +.icon-bullhorn:before { content: @bullhorn; } +.icon-bell:before { content: @bell; } +.icon-certificate:before { content: @certificate; } +.icon-hand-right:before { content: @hand-right; } +.icon-hand-left:before { content: @hand-left; } +.icon-hand-up:before { content: @hand-up; } +.icon-hand-down:before { content: @hand-down; } +.icon-circle-arrow-left:before { content: @circle-arrow-left; } +.icon-circle-arrow-right:before { content: @circle-arrow-right; } +.icon-circle-arrow-up:before { content: @circle-arrow-up; } +.icon-circle-arrow-down:before { content: @circle-arrow-down; } +.icon-globe:before { content: @globe; } +.icon-wrench:before { content: @wrench; } +.icon-tasks:before { content: @tasks; } +.icon-filter:before { content: @filter; } +.icon-briefcase:before { content: @briefcase; } +.icon-fullscreen:before { content: @fullscreen; } +.icon-group:before { content: @group; } +.icon-link:before { content: @link; } +.icon-cloud:before { content: @cloud; } +.icon-beaker:before { content: @beaker; } +.icon-cut:before { content: @cut; } +.icon-copy:before { content: @copy; } +.icon-paperclip:before, +.icon-paper-clip:before { content: @paper-clip; } +.icon-save:before { content: @save; } +.icon-sign-blank:before { content: @sign-blank; } +.icon-reorder:before { content: @reorder; } +.icon-list-ul:before { content: @list-ul; } +.icon-list-ol:before { content: @list-ol; } +.icon-strikethrough:before { content: @strikethrough; } +.icon-underline:before { content: @underline; } +.icon-table:before { content: @table; } +.icon-magic:before { content: @magic; } +.icon-truck:before { content: @truck; } +.icon-pinterest:before { content: @pinterest; } +.icon-pinterest-sign:before { content: @pinterest-sign; } +.icon-google-plus-sign:before { content: @google-plus-sign; } +.icon-google-plus:before { content: @google-plus; } +.icon-money:before { content: @money; } +.icon-caret-down:before { content: @caret-down; } +.icon-caret-up:before { content: @caret-up; } +.icon-caret-left:before { content: @caret-left; } +.icon-caret-right:before { content: @caret-right; } +.icon-columns:before { content: @columns; } +.icon-sort:before { content: @sort; } +.icon-sort-down:before { content: @sort-down; } +.icon-sort-up:before { content: @sort-up; } +.icon-envelope:before { content: @envelope; } +.icon-linkedin:before { content: @linkedin; } +.icon-rotate-left:before, +.icon-undo:before { content: @undo; } +.icon-legal:before { content: @legal; } +.icon-dashboard:before { content: @dashboard; } +.icon-comment-alt:before { content: @comment-alt; } +.icon-comments-alt:before { content: @comments-alt; } +.icon-bolt:before { content: @bolt; } +.icon-sitemap:before { content: @sitemap; } +.icon-umbrella:before { content: @umbrella; } +.icon-paste:before { content: @paste; } +.icon-lightbulb:before { content: @lightbulb; } +.icon-exchange:before { content: @exchange; } +.icon-cloud-download:before { content: @cloud-download; } +.icon-cloud-upload:before { content: @cloud-upload; } +.icon-user-md:before { content: @user-md; } +.icon-stethoscope:before { content: @stethoscope; } +.icon-suitcase:before { content: @suitcase; } +.icon-bell-alt:before { content: @bell-alt; } +.icon-coffee:before { content: @coffee; } +.icon-food:before { content: @food; } +.icon-file-text-alt:before { content: @file-text-alt; } +.icon-building:before { content: @building; } +.icon-hospital:before { content: @hospital; } +.icon-ambulance:before { content: @ambulance; } +.icon-medkit:before { content: @medkit; } +.icon-fighter-jet:before { content: @fighter-jet; } +.icon-beer:before { content: @beer; } +.icon-h-sign:before { content: @h-sign; } +.icon-plus-sign-alt:before { content: @plus-sign-alt; } +.icon-double-angle-left:before { content: @double-angle-left; } +.icon-double-angle-right:before { content: @double-angle-right; } +.icon-double-angle-up:before { content: @double-angle-up; } +.icon-double-angle-down:before { content: @double-angle-down; } +.icon-angle-left:before { content: @angle-left; } +.icon-angle-right:before { content: @angle-right; } +.icon-angle-up:before { content: @angle-up; } +.icon-angle-down:before { content: @angle-down; } +.icon-desktop:before { content: @desktop; } +.icon-laptop:before { content: @laptop; } +.icon-tablet:before { content: @tablet; } +.icon-mobile-phone:before { content: @mobile-phone; } +.icon-circle-blank:before { content: @circle-blank; } +.icon-quote-left:before { content: @quote-left; } +.icon-quote-right:before { content: @quote-right; } +.icon-spinner:before { content: @spinner; } +.icon-circle:before { content: @circle; } +.icon-mail-reply:before, +.icon-reply:before { content: @reply; } +.icon-github-alt:before { content: @github-alt; } +.icon-folder-close-alt:before { content: @folder-close-alt; } +.icon-folder-open-alt:before { content: @folder-open-alt; } +.icon-expand-alt:before { content: @expand-alt; } +.icon-collapse-alt:before { content: @collapse-alt; } +.icon-smile:before { content: @smile; } +.icon-frown:before { content: @frown; } +.icon-meh:before { content: @meh; } +.icon-gamepad:before { content: @gamepad; } +.icon-keyboard:before { content: @keyboard; } +.icon-flag-alt:before { content: @flag-alt; } +.icon-flag-checkered:before { content: @flag-checkered; } +.icon-terminal:before { content: @terminal; } +.icon-code:before { content: @code; } +.icon-reply-all:before { content: @reply-all; } +.icon-mail-reply-all:before { content: @mail-reply-all; } +.icon-star-half-full:before, +.icon-star-half-empty:before { content: @star-half-empty; } +.icon-location-arrow:before { content: @location-arrow; } +.icon-crop:before { content: @crop; } +.icon-code-fork:before { content: @code-fork; } +.icon-unlink:before { content: @unlink; } +.icon-question:before { content: @question; } +.icon-info:before { content: @info; } +.icon-exclamation:before { content: @exclamation; } +.icon-superscript:before { content: @superscript; } +.icon-subscript:before { content: @subscript; } +.icon-eraser:before { content: @eraser; } +.icon-puzzle-piece:before { content: @puzzle-piece; } +.icon-microphone:before { content: @microphone; } +.icon-microphone-off:before { content: @microphone-off; } +.icon-shield:before { content: @shield; } +.icon-calendar-empty:before { content: @calendar-empty; } +.icon-fire-extinguisher:before { content: @fire-extinguisher; } +.icon-rocket:before { content: @rocket; } +.icon-maxcdn:before { content: @maxcdn; } +.icon-chevron-sign-left:before { content: @chevron-sign-left; } +.icon-chevron-sign-right:before { content: @chevron-sign-right; } +.icon-chevron-sign-up:before { content: @chevron-sign-up; } +.icon-chevron-sign-down:before { content: @chevron-sign-down; } +.icon-html5:before { content: @html5; } +.icon-css3:before { content: @css3; } +.icon-anchor:before { content: @anchor; } +.icon-unlock-alt:before { content: @unlock-alt; } +.icon-bullseye:before { content: @bullseye; } +.icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; } +.icon-ellipsis-vertical:before { content: @ellipsis-vertical; } +.icon-rss-sign:before { content: @rss-sign; } +.icon-play-sign:before { content: @play-sign; } +.icon-ticket:before { content: @ticket; } +.icon-minus-sign-alt:before { content: @minus-sign-alt; } +.icon-check-minus:before { content: @check-minus; } +.icon-level-up:before { content: @level-up; } +.icon-level-down:before { content: @level-down; } +.icon-check-sign:before { content: @check-sign; } +.icon-edit-sign:before { content: @edit-sign; } +.icon-external-link-sign:before { content: @external-link-sign; } +.icon-share-sign:before { content: @share-sign; } +.icon-compass:before { content: @compass; } +.icon-collapse:before { content: @collapse; } +.icon-collapse-top:before { content: @collapse-top; } +.icon-expand:before { content: @expand; } +.icon-euro:before, +.icon-eur:before { content: @eur; } +.icon-gbp:before { content: @gbp; } +.icon-dollar:before, +.icon-usd:before { content: @usd; } +.icon-rupee:before, +.icon-inr:before { content: @inr; } +.icon-yen:before, +.icon-jpy:before { content: @jpy; } +.icon-renminbi:before, +.icon-cny:before { content: @cny; } +.icon-won:before, +.icon-krw:before { content: @krw; } +.icon-bitcoin:before, +.icon-btc:before { content: @btc; } +.icon-file:before { content: @file; } +.icon-file-text:before { content: @file-text; } +.icon-sort-by-alphabet:before { content: @sort-by-alphabet; } +.icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; } +.icon-sort-by-attributes:before { content: @sort-by-attributes; } +.icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; } +.icon-sort-by-order:before { content: @sort-by-order; } +.icon-sort-by-order-alt:before { content: @sort-by-order-alt; } +.icon-thumbs-up:before { content: @thumbs-up; } +.icon-thumbs-down:before { content: @thumbs-down; } +.icon-youtube-sign:before { content: @youtube-sign; } +.icon-youtube:before { content: @youtube; } +.icon-xing:before { content: @xing; } +.icon-xing-sign:before { content: @xing-sign; } +.icon-youtube-play:before { content: @youtube-play; } +.icon-dropbox:before { content: @dropbox; } +.icon-stackexchange:before { content: @stackexchange; } +.icon-instagram:before { content: @instagram; } +.icon-flickr:before { content: @flickr; } +.icon-adn:before { content: @adn; } +.icon-bitbucket:before { content: @bitbucket; } +.icon-bitbucket-sign:before { content: @bitbucket-sign; } +.icon-tumblr:before { content: @tumblr; } +.icon-tumblr-sign:before { content: @tumblr-sign; } +.icon-long-arrow-down:before { content: @long-arrow-down; } +.icon-long-arrow-up:before { content: @long-arrow-up; } +.icon-long-arrow-left:before { content: @long-arrow-left; } +.icon-long-arrow-right:before { content: @long-arrow-right; } +.icon-apple:before { content: @apple; } +.icon-windows:before { content: @windows; } +.icon-android:before { content: @android; } +.icon-linux:before { content: @linux; } +.icon-dribbble:before { content: @dribbble; } +.icon-skype:before { content: @skype; } +.icon-foursquare:before { content: @foursquare; } +.icon-trello:before { content: @trello; } +.icon-female:before { content: @female; } +.icon-male:before { content: @male; } +.icon-gittip:before { content: @gittip; } +.icon-sun:before { content: @sun; } +.icon-moon:before { content: @moon; } +.icon-archive:before { content: @archive; } +.icon-bug:before { content: @bug; } +.icon-vk:before { content: @vk; } +.icon-weibo:before { content: @weibo; } +.icon-renren:before { content: @renren; } diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/mixins.less b/_gh_pages/3.2.1/assets/font-awesome/less/mixins.less new file mode 100644 index 000000000..f7fdda590 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/mixins.less @@ -0,0 +1,48 @@ +// Mixins +// -------------------------- + +.icon(@icon) { + .icon-FontAwesome(); + content: @icon; +} + +.icon-FontAwesome() { + font-family: FontAwesome; + font-weight: normal; + font-style: normal; + text-decoration: inherit; + -webkit-font-smoothing: antialiased; + *margin-right: .3em; // fixes ie7 issues +} + +.border-radius(@radius) { + -webkit-border-radius: @radius; + -moz-border-radius: @radius; + border-radius: @radius; +} + +.icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) { + .icon-stack { + position: relative; + display: inline-block; + width: @width; + height: @height; + line-height: @width; + vertical-align: -35%; + [class^="icon-"], + [class*=" icon-"] { + display: block; + text-align: center; + position: absolute; + width: 100%; + height: 100%; + font-size: @top-font-size; + line-height: inherit; + *line-height: @height; + } + .icon-stack-base { + font-size: @base-font-size; + *line-height: @height / @base-font-size; + } + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/path.less b/_gh_pages/3.2.1/assets/font-awesome/less/path.less new file mode 100644 index 000000000..8ccef8cf0 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/path.less @@ -0,0 +1,14 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('@{FontAwesomePath}/fontawesome-webfont.eot?v=@{FontAwesomeVersion}'); + src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=@{FontAwesomeVersion}') format('embedded-opentype'), + url('@{FontAwesomePath}/fontawesome-webfont.woff?v=@{FontAwesomeVersion}') format('woff'), + url('@{FontAwesomePath}/fontawesome-webfont.ttf?v=@{FontAwesomeVersion}') format('truetype'), + url('@{FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=@{FontAwesomeVersion}') format('svg'); +// src: url('@{FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/less/variables.less b/_gh_pages/3.2.1/assets/font-awesome/less/variables.less new file mode 100644 index 000000000..9d0879b0d --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/less/variables.less @@ -0,0 +1,735 @@ +// Variables +// -------------------------- + +@FontAwesomePath: "../font"; +//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly +@FontAwesomeVersion: "3.2.1"; +@borderColor: #eee; +@iconMuted: #eee; +@iconLight: #fff; +@iconDark: #333; +@icons-li-width: 30/14em; + + + @glass: "\f000"; + + @music: "\f001"; + + @search: "\f002"; + + @envelope-alt: "\f003"; + + @heart: "\f004"; + + @star: "\f005"; + + @star-empty: "\f006"; + + @user: "\f007"; + + @film: "\f008"; + + @th-large: "\f009"; + + @th: "\f00a"; + + @th-list: "\f00b"; + + @ok: "\f00c"; + + @remove: "\f00d"; + + @zoom-in: "\f00e"; + + @zoom-out: "\f010"; + + @off: "\f011"; + + @signal: "\f012"; + + @cog: "\f013"; + + @trash: "\f014"; + + @home: "\f015"; + + @file-alt: "\f016"; + + @time: "\f017"; + + @road: "\f018"; + + @download-alt: "\f019"; + + @download: "\f01a"; + + @upload: "\f01b"; + + @inbox: "\f01c"; + + @play-circle: "\f01d"; + + @repeat: "\f01e"; + + @refresh: "\f021"; + + @list-alt: "\f022"; + + @lock: "\f023"; + + @flag: "\f024"; + + @headphones: "\f025"; + + @volume-off: "\f026"; + + @volume-down: "\f027"; + + @volume-up: "\f028"; + + @qrcode: "\f029"; + + @barcode: "\f02a"; + + @tag: "\f02b"; + + @tags: "\f02c"; + + @book: "\f02d"; + + @bookmark: "\f02e"; + + @print: "\f02f"; + + @camera: "\f030"; + + @font: "\f031"; + + @bold: "\f032"; + + @italic: "\f033"; + + @text-height: "\f034"; + + @text-width: "\f035"; + + @align-left: "\f036"; + + @align-center: "\f037"; + + @align-right: "\f038"; + + @align-justify: "\f039"; + + @list: "\f03a"; + + @indent-left: "\f03b"; + + @indent-right: "\f03c"; + + @facetime-video: "\f03d"; + + @picture: "\f03e"; + + @pencil: "\f040"; + + @map-marker: "\f041"; + + @adjust: "\f042"; + + @tint: "\f043"; + + @edit: "\f044"; + + @share: "\f045"; + + @check: "\f046"; + + @move: "\f047"; + + @step-backward: "\f048"; + + @fast-backward: "\f049"; + + @backward: "\f04a"; + + @play: "\f04b"; + + @pause: "\f04c"; + + @stop: "\f04d"; + + @forward: "\f04e"; + + @fast-forward: "\f050"; + + @step-forward: "\f051"; + + @eject: "\f052"; + + @chevron-left: "\f053"; + + @chevron-right: "\f054"; + + @plus-sign: "\f055"; + + @minus-sign: "\f056"; + + @remove-sign: "\f057"; + + @ok-sign: "\f058"; + + @question-sign: "\f059"; + + @info-sign: "\f05a"; + + @screenshot: "\f05b"; + + @remove-circle: "\f05c"; + + @ok-circle: "\f05d"; + + @ban-circle: "\f05e"; + + @arrow-left: "\f060"; + + @arrow-right: "\f061"; + + @arrow-up: "\f062"; + + @arrow-down: "\f063"; + + @share-alt: "\f064"; + + @resize-full: "\f065"; + + @resize-small: "\f066"; + + @plus: "\f067"; + + @minus: "\f068"; + + @asterisk: "\f069"; + + @exclamation-sign: "\f06a"; + + @gift: "\f06b"; + + @leaf: "\f06c"; + + @fire: "\f06d"; + + @eye-open: "\f06e"; + + @eye-close: "\f070"; + + @warning-sign: "\f071"; + + @plane: "\f072"; + + @calendar: "\f073"; + + @random: "\f074"; + + @comment: "\f075"; + + @magnet: "\f076"; + + @chevron-up: "\f077"; + + @chevron-down: "\f078"; + + @retweet: "\f079"; + + @shopping-cart: "\f07a"; + + @folder-close: "\f07b"; + + @folder-open: "\f07c"; + + @resize-vertical: "\f07d"; + + @resize-horizontal: "\f07e"; + + @bar-chart: "\f080"; + + @twitter-sign: "\f081"; + + @facebook-sign: "\f082"; + + @camera-retro: "\f083"; + + @key: "\f084"; + + @cogs: "\f085"; + + @comments: "\f086"; + + @thumbs-up-alt: "\f087"; + + @thumbs-down-alt: "\f088"; + + @star-half: "\f089"; + + @heart-empty: "\f08a"; + + @signout: "\f08b"; + + @linkedin-sign: "\f08c"; + + @pushpin: "\f08d"; + + @external-link: "\f08e"; + + @signin: "\f090"; + + @trophy: "\f091"; + + @github-sign: "\f092"; + + @upload-alt: "\f093"; + + @lemon: "\f094"; + + @phone: "\f095"; + + @check-empty: "\f096"; + + @bookmark-empty: "\f097"; + + @phone-sign: "\f098"; + + @twitter: "\f099"; + + @facebook: "\f09a"; + + @github: "\f09b"; + + @unlock: "\f09c"; + + @credit-card: "\f09d"; + + @rss: "\f09e"; + + @hdd: "\f0a0"; + + @bullhorn: "\f0a1"; + + @bell: "\f0a2"; + + @certificate: "\f0a3"; + + @hand-right: "\f0a4"; + + @hand-left: "\f0a5"; + + @hand-up: "\f0a6"; + + @hand-down: "\f0a7"; + + @circle-arrow-left: "\f0a8"; + + @circle-arrow-right: "\f0a9"; + + @circle-arrow-up: "\f0aa"; + + @circle-arrow-down: "\f0ab"; + + @globe: "\f0ac"; + + @wrench: "\f0ad"; + + @tasks: "\f0ae"; + + @filter: "\f0b0"; + + @briefcase: "\f0b1"; + + @fullscreen: "\f0b2"; + + @group: "\f0c0"; + + @link: "\f0c1"; + + @cloud: "\f0c2"; + + @beaker: "\f0c3"; + + @cut: "\f0c4"; + + @copy: "\f0c5"; + + @paper-clip: "\f0c6"; + + @save: "\f0c7"; + + @sign-blank: "\f0c8"; + + @reorder: "\f0c9"; + + @list-ul: "\f0ca"; + + @list-ol: "\f0cb"; + + @strikethrough: "\f0cc"; + + @underline: "\f0cd"; + + @table: "\f0ce"; + + @magic: "\f0d0"; + + @truck: "\f0d1"; + + @pinterest: "\f0d2"; + + @pinterest-sign: "\f0d3"; + + @google-plus-sign: "\f0d4"; + + @google-plus: "\f0d5"; + + @money: "\f0d6"; + + @caret-down: "\f0d7"; + + @caret-up: "\f0d8"; + + @caret-left: "\f0d9"; + + @caret-right: "\f0da"; + + @columns: "\f0db"; + + @sort: "\f0dc"; + + @sort-down: "\f0dd"; + + @sort-up: "\f0de"; + + @envelope: "\f0e0"; + + @linkedin: "\f0e1"; + + @undo: "\f0e2"; + + @legal: "\f0e3"; + + @dashboard: "\f0e4"; + + @comment-alt: "\f0e5"; + + @comments-alt: "\f0e6"; + + @bolt: "\f0e7"; + + @sitemap: "\f0e8"; + + @umbrella: "\f0e9"; + + @paste: "\f0ea"; + + @lightbulb: "\f0eb"; + + @exchange: "\f0ec"; + + @cloud-download: "\f0ed"; + + @cloud-upload: "\f0ee"; + + @user-md: "\f0f0"; + + @stethoscope: "\f0f1"; + + @suitcase: "\f0f2"; + + @bell-alt: "\f0f3"; + + @coffee: "\f0f4"; + + @food: "\f0f5"; + + @file-text-alt: "\f0f6"; + + @building: "\f0f7"; + + @hospital: "\f0f8"; + + @ambulance: "\f0f9"; + + @medkit: "\f0fa"; + + @fighter-jet: "\f0fb"; + + @beer: "\f0fc"; + + @h-sign: "\f0fd"; + + @plus-sign-alt: "\f0fe"; + + @double-angle-left: "\f100"; + + @double-angle-right: "\f101"; + + @double-angle-up: "\f102"; + + @double-angle-down: "\f103"; + + @angle-left: "\f104"; + + @angle-right: "\f105"; + + @angle-up: "\f106"; + + @angle-down: "\f107"; + + @desktop: "\f108"; + + @laptop: "\f109"; + + @tablet: "\f10a"; + + @mobile-phone: "\f10b"; + + @circle-blank: "\f10c"; + + @quote-left: "\f10d"; + + @quote-right: "\f10e"; + + @spinner: "\f110"; + + @circle: "\f111"; + + @reply: "\f112"; + + @github-alt: "\f113"; + + @folder-close-alt: "\f114"; + + @folder-open-alt: "\f115"; + + @expand-alt: "\f116"; + + @collapse-alt: "\f117"; + + @smile: "\f118"; + + @frown: "\f119"; + + @meh: "\f11a"; + + @gamepad: "\f11b"; + + @keyboard: "\f11c"; + + @flag-alt: "\f11d"; + + @flag-checkered: "\f11e"; + + @terminal: "\f120"; + + @code: "\f121"; + + @reply-all: "\f122"; + + @mail-reply-all: "\f122"; + + @star-half-empty: "\f123"; + + @location-arrow: "\f124"; + + @crop: "\f125"; + + @code-fork: "\f126"; + + @unlink: "\f127"; + + @question: "\f128"; + + @info: "\f129"; + + @exclamation: "\f12a"; + + @superscript: "\f12b"; + + @subscript: "\f12c"; + + @eraser: "\f12d"; + + @puzzle-piece: "\f12e"; + + @microphone: "\f130"; + + @microphone-off: "\f131"; + + @shield: "\f132"; + + @calendar-empty: "\f133"; + + @fire-extinguisher: "\f134"; + + @rocket: "\f135"; + + @maxcdn: "\f136"; + + @chevron-sign-left: "\f137"; + + @chevron-sign-right: "\f138"; + + @chevron-sign-up: "\f139"; + + @chevron-sign-down: "\f13a"; + + @html5: "\f13b"; + + @css3: "\f13c"; + + @anchor: "\f13d"; + + @unlock-alt: "\f13e"; + + @bullseye: "\f140"; + + @ellipsis-horizontal: "\f141"; + + @ellipsis-vertical: "\f142"; + + @rss-sign: "\f143"; + + @play-sign: "\f144"; + + @ticket: "\f145"; + + @minus-sign-alt: "\f146"; + + @check-minus: "\f147"; + + @level-up: "\f148"; + + @level-down: "\f149"; + + @check-sign: "\f14a"; + + @edit-sign: "\f14b"; + + @external-link-sign: "\f14c"; + + @share-sign: "\f14d"; + + @compass: "\f14e"; + + @collapse: "\f150"; + + @collapse-top: "\f151"; + + @expand: "\f152"; + + @eur: "\f153"; + + @gbp: "\f154"; + + @usd: "\f155"; + + @inr: "\f156"; + + @jpy: "\f157"; + + @cny: "\f158"; + + @krw: "\f159"; + + @btc: "\f15a"; + + @file: "\f15b"; + + @file-text: "\f15c"; + + @sort-by-alphabet: "\f15d"; + + @sort-by-alphabet-alt: "\f15e"; + + @sort-by-attributes: "\f160"; + + @sort-by-attributes-alt: "\f161"; + + @sort-by-order: "\f162"; + + @sort-by-order-alt: "\f163"; + + @thumbs-up: "\f164"; + + @thumbs-down: "\f165"; + + @youtube-sign: "\f166"; + + @youtube: "\f167"; + + @xing: "\f168"; + + @xing-sign: "\f169"; + + @youtube-play: "\f16a"; + + @dropbox: "\f16b"; + + @stackexchange: "\f16c"; + + @instagram: "\f16d"; + + @flickr: "\f16e"; + + @adn: "\f170"; + + @bitbucket: "\f171"; + + @bitbucket-sign: "\f172"; + + @tumblr: "\f173"; + + @tumblr-sign: "\f174"; + + @long-arrow-down: "\f175"; + + @long-arrow-up: "\f176"; + + @long-arrow-left: "\f177"; + + @long-arrow-right: "\f178"; + + @apple: "\f179"; + + @windows: "\f17a"; + + @android: "\f17b"; + + @linux: "\f17c"; + + @dribbble: "\f17d"; + + @skype: "\f17e"; + + @foursquare: "\f180"; + + @trello: "\f181"; + + @female: "\f182"; + + @male: "\f183"; + + @gittip: "\f184"; + + @sun: "\f185"; + + @moon: "\f186"; + + @archive: "\f187"; + + @bug: "\f188"; + + @vk: "\f189"; + + @weibo: "\f18a"; + + @renren: "\f18b"; + diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_bootstrap.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_bootstrap.scss new file mode 100644 index 000000000..837d2df65 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_bootstrap.scss @@ -0,0 +1,84 @@ +/* BOOTSTRAP SPECIFIC CLASSES + * -------------------------- */ + +/* Bootstrap 2.0 sprites.less reset */ +[class^="icon-"], +[class*=" icon-"] { + display: inline; + width: auto; + height: auto; + line-height: normal; + vertical-align: baseline; + background-image: none; + background-position: 0% 0%; + background-repeat: repeat; + margin-top: 0; +} + +/* more sprites.less reset */ +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"] { + background-image: none; +} + + +/* keeps Bootstrap styles with and without icons the same */ +.btn, .nav { + [class^="icon-"], + [class*=" icon-"] { + // display: inline; + &.icon-large { line-height: .9em; } + &.icon-spin { display: inline-block; } + } +} +.nav-tabs, .nav-pills { + [class^="icon-"], + [class*=" icon-"] { + &, &.icon-large { line-height: .9em; } + } +} +.btn { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .18em; } + } + &.icon-spin.icon-large { line-height: .8em; } + } +} +.btn.btn-small { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .25em; } + } + } +} +.btn.btn-large { + [class^="icon-"], + [class*=" icon-"] { + margin-top: 0; // overrides bootstrap default + &.pull-left, &.pull-right { + &.icon-2x { margin-top: .05em; } + } + &.pull-left.icon-2x { margin-right: .2em; } + &.pull-right.icon-2x { margin-left: .2em; } + } +} + +/* Fixes alignment in nav lists */ +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + line-height: inherit; +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_core.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_core.scss new file mode 100644 index 000000000..0189c73df --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_core.scss @@ -0,0 +1,129 @@ +/* FONT AWESOME CORE + * -------------------------- */ + +[class^="icon-"], +[class*=" icon-"] { + @include icon-FontAwesome(); +} + +[class^="icon-"]:before, +[class*=" icon-"]:before { + text-decoration: inherit; + display: inline-block; + speak: none; +} + +/* makes the font 33% larger relative to the icon container */ +.icon-large:before { + vertical-align: -10%; + font-size: (4em/3); +} + +/* makes sure icons active on rollover in links */ +a { + [class^="icon-"], + [class*=" icon-"] { + display: inline; + } +} + +/* increased font size for icon-large */ +[class^="icon-"], +[class*=" icon-"] { + &.icon-fixed-width { + display: inline-block; + width: (16em/14); + text-align: right; + padding-right: (4em/14); + &.icon-large { + width: (20em/14); + } + } +} + +.icons-ul { + margin-left: $icons-li-width; + list-style-type: none; + + > li { position: relative; } + + .icon-li { + position: absolute; + left: -$icons-li-width; + width: $icons-li-width; + text-align: center; + line-height: inherit; + } +} + +// allows usage of the hide class directly on font awesome icons +[class^="icon-"], +[class*=" icon-"] { + &.hide { + display: none; + } +} + +.icon-muted { color: $iconMuted; } +.icon-light { color: $iconLight; } +.icon-dark { color: $iconDark; } + +// Icon Borders +// ------------------------- + +.icon-border { + border: solid 1px $borderColor; + padding: .2em .25em .15em; + @include border-radius(3px); +} + +// Icon Sizes +// ------------------------- + +.icon-2x { + font-size: 2em; + &.icon-border { + border-width: 2px; + @include border-radius(4px); + } +} +.icon-3x { + font-size: 3em; + &.icon-border { + border-width: 3px; + @include border-radius(5px); + } +} +.icon-4x { + font-size: 4em; + &.icon-border { + border-width: 4px; + @include border-radius(6px); + } +} + +.icon-5x { + font-size: 5em; + &.icon-border { + border-width: 5px; + @include border-radius(7px); + } +} + + +// Floats & Margins +// ------------------------- + +// Quick floats +.pull-right { float: right; } +.pull-left { float: left; } + +[class^="icon-"], +[class*=" icon-"] { + &.pull-left { + margin-right: .3em; + } + &.pull-right { + margin-left: .3em; + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_extras.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_extras.scss new file mode 100644 index 000000000..9a25845d8 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_extras.scss @@ -0,0 +1,93 @@ +/* EXTRAS + * -------------------------- */ + +/* Stacked and layered icon */ +@include icon-stack(); + +/* Animated rotating icon */ +.icon-spin { + display: inline-block; + -moz-animation: spin 2s infinite linear; + -o-animation: spin 2s infinite linear; + -webkit-animation: spin 2s infinite linear; + animation: spin 2s infinite linear; +} + +/* Prevent stack and spinners from being taken inline when inside a link */ +a .icon-stack, +a .icon-spin { + display: inline-block; + text-decoration: none; +} + +@-moz-keyframes spin { + 0% { -moz-transform: rotate(0deg); } + 100% { -moz-transform: rotate(359deg); } +} +@-webkit-keyframes spin { + 0% { -webkit-transform: rotate(0deg); } + 100% { -webkit-transform: rotate(359deg); } +} +@-o-keyframes spin { + 0% { -o-transform: rotate(0deg); } + 100% { -o-transform: rotate(359deg); } +} +@-ms-keyframes spin { + 0% { -ms-transform: rotate(0deg); } + 100% { -ms-transform: rotate(359deg); } +} +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(359deg); } +} + +/* Icon rotations and mirroring */ +.icon-rotate-90:before { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); +} + +.icon-rotate-180:before { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); +} + +.icon-rotate-270:before { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); +} + +.icon-flip-horizontal:before { + -webkit-transform: scale(-1, 1); + -moz-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + -o-transform: scale(-1, 1); + transform: scale(-1, 1); +} + +.icon-flip-vertical:before { + -webkit-transform: scale(1, -1); + -moz-transform: scale(1, -1); + -ms-transform: scale(1, -1); + -o-transform: scale(1, -1); + transform: scale(1, -1); +} + +/* ensure rotation occurs inside anchor tags */ +a { + .icon-rotate-90, .icon-rotate-180, .icon-rotate-270, .icon-flip-horizontal, .icon-flip-vertical { + &:before { display: inline-block; } + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_icons.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_icons.scss new file mode 100644 index 000000000..eefda0c9e --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_icons.scss @@ -0,0 +1,381 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + * readers do not read off random characters that represent icons */ + +.icon-glass:before { content: $glass; } +.icon-music:before { content: $music; } +.icon-search:before { content: $search; } +.icon-envelope-alt:before { content: $envelope-alt; } +.icon-heart:before { content: $heart; } +.icon-star:before { content: $star; } +.icon-star-empty:before { content: $star-empty; } +.icon-user:before { content: $user; } +.icon-film:before { content: $film; } +.icon-th-large:before { content: $th-large; } +.icon-th:before { content: $th; } +.icon-th-list:before { content: $th-list; } +.icon-ok:before { content: $ok; } +.icon-remove:before { content: $remove; } +.icon-zoom-in:before { content: $zoom-in; } +.icon-zoom-out:before { content: $zoom-out; } +.icon-power-off:before, +.icon-off:before { content: $off; } +.icon-signal:before { content: $signal; } +.icon-gear:before, +.icon-cog:before { content: $cog; } +.icon-trash:before { content: $trash; } +.icon-home:before { content: $home; } +.icon-file-alt:before { content: $file-alt; } +.icon-time:before { content: $time; } +.icon-road:before { content: $road; } +.icon-download-alt:before { content: $download-alt; } +.icon-download:before { content: $download; } +.icon-upload:before { content: $upload; } +.icon-inbox:before { content: $inbox; } +.icon-play-circle:before { content: $play-circle; } +.icon-rotate-right:before, +.icon-repeat:before { content: $repeat; } +.icon-refresh:before { content: $refresh; } +.icon-list-alt:before { content: $list-alt; } +.icon-lock:before { content: $lock; } +.icon-flag:before { content: $flag; } +.icon-headphones:before { content: $headphones; } +.icon-volume-off:before { content: $volume-off; } +.icon-volume-down:before { content: $volume-down; } +.icon-volume-up:before { content: $volume-up; } +.icon-qrcode:before { content: $qrcode; } +.icon-barcode:before { content: $barcode; } +.icon-tag:before { content: $tag; } +.icon-tags:before { content: $tags; } +.icon-book:before { content: $book; } +.icon-bookmark:before { content: $bookmark; } +.icon-print:before { content: $print; } +.icon-camera:before { content: $camera; } +.icon-font:before { content: $font; } +.icon-bold:before { content: $bold; } +.icon-italic:before { content: $italic; } +.icon-text-height:before { content: $text-height; } +.icon-text-width:before { content: $text-width; } +.icon-align-left:before { content: $align-left; } +.icon-align-center:before { content: $align-center; } +.icon-align-right:before { content: $align-right; } +.icon-align-justify:before { content: $align-justify; } +.icon-list:before { content: $list; } +.icon-indent-left:before { content: $indent-left; } +.icon-indent-right:before { content: $indent-right; } +.icon-facetime-video:before { content: $facetime-video; } +.icon-picture:before { content: $picture; } +.icon-pencil:before { content: $pencil; } +.icon-map-marker:before { content: $map-marker; } +.icon-adjust:before { content: $adjust; } +.icon-tint:before { content: $tint; } +.icon-edit:before { content: $edit; } +.icon-share:before { content: $share; } +.icon-check:before { content: $check; } +.icon-move:before { content: $move; } +.icon-step-backward:before { content: $step-backward; } +.icon-fast-backward:before { content: $fast-backward; } +.icon-backward:before { content: $backward; } +.icon-play:before { content: $play; } +.icon-pause:before { content: $pause; } +.icon-stop:before { content: $stop; } +.icon-forward:before { content: $forward; } +.icon-fast-forward:before { content: $fast-forward; } +.icon-step-forward:before { content: $step-forward; } +.icon-eject:before { content: $eject; } +.icon-chevron-left:before { content: $chevron-left; } +.icon-chevron-right:before { content: $chevron-right; } +.icon-plus-sign:before { content: $plus-sign; } +.icon-minus-sign:before { content: $minus-sign; } +.icon-remove-sign:before { content: $remove-sign; } +.icon-ok-sign:before { content: $ok-sign; } +.icon-question-sign:before { content: $question-sign; } +.icon-info-sign:before { content: $info-sign; } +.icon-screenshot:before { content: $screenshot; } +.icon-remove-circle:before { content: $remove-circle; } +.icon-ok-circle:before { content: $ok-circle; } +.icon-ban-circle:before { content: $ban-circle; } +.icon-arrow-left:before { content: $arrow-left; } +.icon-arrow-right:before { content: $arrow-right; } +.icon-arrow-up:before { content: $arrow-up; } +.icon-arrow-down:before { content: $arrow-down; } +.icon-mail-forward:before, +.icon-share-alt:before { content: $share-alt; } +.icon-resize-full:before { content: $resize-full; } +.icon-resize-small:before { content: $resize-small; } +.icon-plus:before { content: $plus; } +.icon-minus:before { content: $minus; } +.icon-asterisk:before { content: $asterisk; } +.icon-exclamation-sign:before { content: $exclamation-sign; } +.icon-gift:before { content: $gift; } +.icon-leaf:before { content: $leaf; } +.icon-fire:before { content: $fire; } +.icon-eye-open:before { content: $eye-open; } +.icon-eye-close:before { content: $eye-close; } +.icon-warning-sign:before { content: $warning-sign; } +.icon-plane:before { content: $plane; } +.icon-calendar:before { content: $calendar; } +.icon-random:before { content: $random; } +.icon-comment:before { content: $comment; } +.icon-magnet:before { content: $magnet; } +.icon-chevron-up:before { content: $chevron-up; } +.icon-chevron-down:before { content: $chevron-down; } +.icon-retweet:before { content: $retweet; } +.icon-shopping-cart:before { content: $shopping-cart; } +.icon-folder-close:before { content: $folder-close; } +.icon-folder-open:before { content: $folder-open; } +.icon-resize-vertical:before { content: $resize-vertical; } +.icon-resize-horizontal:before { content: $resize-horizontal; } +.icon-bar-chart:before { content: $bar-chart; } +.icon-twitter-sign:before { content: $twitter-sign; } +.icon-facebook-sign:before { content: $facebook-sign; } +.icon-camera-retro:before { content: $camera-retro; } +.icon-key:before { content: $key; } +.icon-gears:before, +.icon-cogs:before { content: $cogs; } +.icon-comments:before { content: $comments; } +.icon-thumbs-up-alt:before { content: $thumbs-up-alt; } +.icon-thumbs-down-alt:before { content: $thumbs-down-alt; } +.icon-star-half:before { content: $star-half; } +.icon-heart-empty:before { content: $heart-empty; } +.icon-signout:before { content: $signout; } +.icon-linkedin-sign:before { content: $linkedin-sign; } +.icon-pushpin:before { content: $pushpin; } +.icon-external-link:before { content: $external-link; } +.icon-signin:before { content: $signin; } +.icon-trophy:before { content: $trophy; } +.icon-github-sign:before { content: $github-sign; } +.icon-upload-alt:before { content: $upload-alt; } +.icon-lemon:before { content: $lemon; } +.icon-phone:before { content: $phone; } +.icon-unchecked:before, +.icon-check-empty:before { content: $check-empty; } +.icon-bookmark-empty:before { content: $bookmark-empty; } +.icon-phone-sign:before { content: $phone-sign; } +.icon-twitter:before { content: $twitter; } +.icon-facebook:before { content: $facebook; } +.icon-github:before { content: $github; } +.icon-unlock:before { content: $unlock; } +.icon-credit-card:before { content: $credit-card; } +.icon-rss:before { content: $rss; } +.icon-hdd:before { content: $hdd; } +.icon-bullhorn:before { content: $bullhorn; } +.icon-bell:before { content: $bell; } +.icon-certificate:before { content: $certificate; } +.icon-hand-right:before { content: $hand-right; } +.icon-hand-left:before { content: $hand-left; } +.icon-hand-up:before { content: $hand-up; } +.icon-hand-down:before { content: $hand-down; } +.icon-circle-arrow-left:before { content: $circle-arrow-left; } +.icon-circle-arrow-right:before { content: $circle-arrow-right; } +.icon-circle-arrow-up:before { content: $circle-arrow-up; } +.icon-circle-arrow-down:before { content: $circle-arrow-down; } +.icon-globe:before { content: $globe; } +.icon-wrench:before { content: $wrench; } +.icon-tasks:before { content: $tasks; } +.icon-filter:before { content: $filter; } +.icon-briefcase:before { content: $briefcase; } +.icon-fullscreen:before { content: $fullscreen; } +.icon-group:before { content: $group; } +.icon-link:before { content: $link; } +.icon-cloud:before { content: $cloud; } +.icon-beaker:before { content: $beaker; } +.icon-cut:before { content: $cut; } +.icon-copy:before { content: $copy; } +.icon-paperclip:before, +.icon-paper-clip:before { content: $paper-clip; } +.icon-save:before { content: $save; } +.icon-sign-blank:before { content: $sign-blank; } +.icon-reorder:before { content: $reorder; } +.icon-list-ul:before { content: $list-ul; } +.icon-list-ol:before { content: $list-ol; } +.icon-strikethrough:before { content: $strikethrough; } +.icon-underline:before { content: $underline; } +.icon-table:before { content: $table; } +.icon-magic:before { content: $magic; } +.icon-truck:before { content: $truck; } +.icon-pinterest:before { content: $pinterest; } +.icon-pinterest-sign:before { content: $pinterest-sign; } +.icon-google-plus-sign:before { content: $google-plus-sign; } +.icon-google-plus:before { content: $google-plus; } +.icon-money:before { content: $money; } +.icon-caret-down:before { content: $caret-down; } +.icon-caret-up:before { content: $caret-up; } +.icon-caret-left:before { content: $caret-left; } +.icon-caret-right:before { content: $caret-right; } +.icon-columns:before { content: $columns; } +.icon-sort:before { content: $sort; } +.icon-sort-down:before { content: $sort-down; } +.icon-sort-up:before { content: $sort-up; } +.icon-envelope:before { content: $envelope; } +.icon-linkedin:before { content: $linkedin; } +.icon-rotate-left:before, +.icon-undo:before { content: $undo; } +.icon-legal:before { content: $legal; } +.icon-dashboard:before { content: $dashboard; } +.icon-comment-alt:before { content: $comment-alt; } +.icon-comments-alt:before { content: $comments-alt; } +.icon-bolt:before { content: $bolt; } +.icon-sitemap:before { content: $sitemap; } +.icon-umbrella:before { content: $umbrella; } +.icon-paste:before { content: $paste; } +.icon-lightbulb:before { content: $lightbulb; } +.icon-exchange:before { content: $exchange; } +.icon-cloud-download:before { content: $cloud-download; } +.icon-cloud-upload:before { content: $cloud-upload; } +.icon-user-md:before { content: $user-md; } +.icon-stethoscope:before { content: $stethoscope; } +.icon-suitcase:before { content: $suitcase; } +.icon-bell-alt:before { content: $bell-alt; } +.icon-coffee:before { content: $coffee; } +.icon-food:before { content: $food; } +.icon-file-text-alt:before { content: $file-text-alt; } +.icon-building:before { content: $building; } +.icon-hospital:before { content: $hospital; } +.icon-ambulance:before { content: $ambulance; } +.icon-medkit:before { content: $medkit; } +.icon-fighter-jet:before { content: $fighter-jet; } +.icon-beer:before { content: $beer; } +.icon-h-sign:before { content: $h-sign; } +.icon-plus-sign-alt:before { content: $plus-sign-alt; } +.icon-double-angle-left:before { content: $double-angle-left; } +.icon-double-angle-right:before { content: $double-angle-right; } +.icon-double-angle-up:before { content: $double-angle-up; } +.icon-double-angle-down:before { content: $double-angle-down; } +.icon-angle-left:before { content: $angle-left; } +.icon-angle-right:before { content: $angle-right; } +.icon-angle-up:before { content: $angle-up; } +.icon-angle-down:before { content: $angle-down; } +.icon-desktop:before { content: $desktop; } +.icon-laptop:before { content: $laptop; } +.icon-tablet:before { content: $tablet; } +.icon-mobile-phone:before { content: $mobile-phone; } +.icon-circle-blank:before { content: $circle-blank; } +.icon-quote-left:before { content: $quote-left; } +.icon-quote-right:before { content: $quote-right; } +.icon-spinner:before { content: $spinner; } +.icon-circle:before { content: $circle; } +.icon-mail-reply:before, +.icon-reply:before { content: $reply; } +.icon-github-alt:before { content: $github-alt; } +.icon-folder-close-alt:before { content: $folder-close-alt; } +.icon-folder-open-alt:before { content: $folder-open-alt; } +.icon-expand-alt:before { content: $expand-alt; } +.icon-collapse-alt:before { content: $collapse-alt; } +.icon-smile:before { content: $smile; } +.icon-frown:before { content: $frown; } +.icon-meh:before { content: $meh; } +.icon-gamepad:before { content: $gamepad; } +.icon-keyboard:before { content: $keyboard; } +.icon-flag-alt:before { content: $flag-alt; } +.icon-flag-checkered:before { content: $flag-checkered; } +.icon-terminal:before { content: $terminal; } +.icon-code:before { content: $code; } +.icon-reply-all:before { content: $reply-all; } +.icon-mail-reply-all:before { content: $mail-reply-all; } +.icon-star-half-full:before, +.icon-star-half-empty:before { content: $star-half-empty; } +.icon-location-arrow:before { content: $location-arrow; } +.icon-crop:before { content: $crop; } +.icon-code-fork:before { content: $code-fork; } +.icon-unlink:before { content: $unlink; } +.icon-question:before { content: $question; } +.icon-info:before { content: $info; } +.icon-exclamation:before { content: $exclamation; } +.icon-superscript:before { content: $superscript; } +.icon-subscript:before { content: $subscript; } +.icon-eraser:before { content: $eraser; } +.icon-puzzle-piece:before { content: $puzzle-piece; } +.icon-microphone:before { content: $microphone; } +.icon-microphone-off:before { content: $microphone-off; } +.icon-shield:before { content: $shield; } +.icon-calendar-empty:before { content: $calendar-empty; } +.icon-fire-extinguisher:before { content: $fire-extinguisher; } +.icon-rocket:before { content: $rocket; } +.icon-maxcdn:before { content: $maxcdn; } +.icon-chevron-sign-left:before { content: $chevron-sign-left; } +.icon-chevron-sign-right:before { content: $chevron-sign-right; } +.icon-chevron-sign-up:before { content: $chevron-sign-up; } +.icon-chevron-sign-down:before { content: $chevron-sign-down; } +.icon-html5:before { content: $html5; } +.icon-css3:before { content: $css3; } +.icon-anchor:before { content: $anchor; } +.icon-unlock-alt:before { content: $unlock-alt; } +.icon-bullseye:before { content: $bullseye; } +.icon-ellipsis-horizontal:before { content: $ellipsis-horizontal; } +.icon-ellipsis-vertical:before { content: $ellipsis-vertical; } +.icon-rss-sign:before { content: $rss-sign; } +.icon-play-sign:before { content: $play-sign; } +.icon-ticket:before { content: $ticket; } +.icon-minus-sign-alt:before { content: $minus-sign-alt; } +.icon-check-minus:before { content: $check-minus; } +.icon-level-up:before { content: $level-up; } +.icon-level-down:before { content: $level-down; } +.icon-check-sign:before { content: $check-sign; } +.icon-edit-sign:before { content: $edit-sign; } +.icon-external-link-sign:before { content: $external-link-sign; } +.icon-share-sign:before { content: $share-sign; } +.icon-compass:before { content: $compass; } +.icon-collapse:before { content: $collapse; } +.icon-collapse-top:before { content: $collapse-top; } +.icon-expand:before { content: $expand; } +.icon-euro:before, +.icon-eur:before { content: $eur; } +.icon-gbp:before { content: $gbp; } +.icon-dollar:before, +.icon-usd:before { content: $usd; } +.icon-rupee:before, +.icon-inr:before { content: $inr; } +.icon-yen:before, +.icon-jpy:before { content: $jpy; } +.icon-renminbi:before, +.icon-cny:before { content: $cny; } +.icon-won:before, +.icon-krw:before { content: $krw; } +.icon-bitcoin:before, +.icon-btc:before { content: $btc; } +.icon-file:before { content: $file; } +.icon-file-text:before { content: $file-text; } +.icon-sort-by-alphabet:before { content: $sort-by-alphabet; } +.icon-sort-by-alphabet-alt:before { content: $sort-by-alphabet-alt; } +.icon-sort-by-attributes:before { content: $sort-by-attributes; } +.icon-sort-by-attributes-alt:before { content: $sort-by-attributes-alt; } +.icon-sort-by-order:before { content: $sort-by-order; } +.icon-sort-by-order-alt:before { content: $sort-by-order-alt; } +.icon-thumbs-up:before { content: $thumbs-up; } +.icon-thumbs-down:before { content: $thumbs-down; } +.icon-youtube-sign:before { content: $youtube-sign; } +.icon-youtube:before { content: $youtube; } +.icon-xing:before { content: $xing; } +.icon-xing-sign:before { content: $xing-sign; } +.icon-youtube-play:before { content: $youtube-play; } +.icon-dropbox:before { content: $dropbox; } +.icon-stackexchange:before { content: $stackexchange; } +.icon-instagram:before { content: $instagram; } +.icon-flickr:before { content: $flickr; } +.icon-adn:before { content: $adn; } +.icon-bitbucket:before { content: $bitbucket; } +.icon-bitbucket-sign:before { content: $bitbucket-sign; } +.icon-tumblr:before { content: $tumblr; } +.icon-tumblr-sign:before { content: $tumblr-sign; } +.icon-long-arrow-down:before { content: $long-arrow-down; } +.icon-long-arrow-up:before { content: $long-arrow-up; } +.icon-long-arrow-left:before { content: $long-arrow-left; } +.icon-long-arrow-right:before { content: $long-arrow-right; } +.icon-apple:before { content: $apple; } +.icon-windows:before { content: $windows; } +.icon-android:before { content: $android; } +.icon-linux:before { content: $linux; } +.icon-dribbble:before { content: $dribbble; } +.icon-skype:before { content: $skype; } +.icon-foursquare:before { content: $foursquare; } +.icon-trello:before { content: $trello; } +.icon-female:before { content: $female; } +.icon-male:before { content: $male; } +.icon-gittip:before { content: $gittip; } +.icon-sun:before { content: $sun; } +.icon-moon:before { content: $moon; } +.icon-archive:before { content: $archive; } +.icon-bug:before { content: $bug; } +.icon-vk:before { content: $vk; } +.icon-weibo:before { content: $weibo; } +.icon-renren:before { content: $renren; } diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_mixins.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_mixins.scss new file mode 100644 index 000000000..ca9c5931b --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_mixins.scss @@ -0,0 +1,48 @@ +// Mixins +// -------------------------- + +@mixin icon($icon) { + @include icon-FontAwesome(); + content: $icon; +} + +@mixin icon-FontAwesome() { + font-family: FontAwesome; + font-weight: normal; + font-style: normal; + text-decoration: inherit; + -webkit-font-smoothing: antialiased; + *margin-right: .3em; // fixes ie7 issues +} + +@mixin border-radius($radius) { + -webkit-border-radius: $radius; + -moz-border-radius: $radius; + border-radius: $radius; +} + +@mixin icon-stack($width: 2em, $height: 2em, $top-font-size: 1em, $base-font-size: 2em) { + .icon-stack { + position: relative; + display: inline-block; + width: $width; + height: $height; + line-height: $width; + vertical-align: -35%; + [class^="icon-"], + [class*=" icon-"] { + display: block; + text-align: center; + position: absolute; + width: 100%; + height: 100%; + font-size: $top-font-size; + line-height: inherit; + *line-height: $height; + } + .icon-stack-base { + font-size: $base-font-size; + *line-height: #{$height / $base-font-size}em; + } + } +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_path.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_path.scss new file mode 100644 index 000000000..bb3f36b70 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_path.scss @@ -0,0 +1,14 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?v=#{$FontAwesomeVersion}'); + src: url('#{$FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=#{$FontAwesomeVersion}') format('embedded-opentype'), + url('#{$FontAwesomePath}/fontawesome-webfont.woff?v=#{$FontAwesomeVersion}') format('woff'), + url('#{$FontAwesomePath}/fontawesome-webfont.ttf?v=#{$FontAwesomeVersion}') format('truetype'), + url('#{$FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=#{$FontAwesomeVersion}') format('svg'); +// src: url('#{$FontAwesomePath}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/_variables.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/_variables.scss new file mode 100644 index 000000000..7d6bbc5b1 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/_variables.scss @@ -0,0 +1,734 @@ +// Variables +// -------------------------- + +$FontAwesomePath: "../font" !default; +$FontAwesomeVersion: "3.2.1" !default; +$borderColor: #eeeeee !default; +$iconMuted: #eeeeee !default; +$iconLight: white !default; +$iconDark: #333333 !default; +$icons-li-width: (30em/14); + + +$glass: "\f000"; + +$music: "\f001"; + +$search: "\f002"; + +$envelope-alt: "\f003"; + +$heart: "\f004"; + +$star: "\f005"; + +$star-empty: "\f006"; + +$user: "\f007"; + +$film: "\f008"; + +$th-large: "\f009"; + +$th: "\f00a"; + +$th-list: "\f00b"; + +$ok: "\f00c"; + +$remove: "\f00d"; + +$zoom-in: "\f00e"; + +$zoom-out: "\f010"; + +$off: "\f011"; + +$signal: "\f012"; + +$cog: "\f013"; + +$trash: "\f014"; + +$home: "\f015"; + +$file-alt: "\f016"; + +$time: "\f017"; + +$road: "\f018"; + +$download-alt: "\f019"; + +$download: "\f01a"; + +$upload: "\f01b"; + +$inbox: "\f01c"; + +$play-circle: "\f01d"; + +$repeat: "\f01e"; + +$refresh: "\f021"; + +$list-alt: "\f022"; + +$lock: "\f023"; + +$flag: "\f024"; + +$headphones: "\f025"; + +$volume-off: "\f026"; + +$volume-down: "\f027"; + +$volume-up: "\f028"; + +$qrcode: "\f029"; + +$barcode: "\f02a"; + +$tag: "\f02b"; + +$tags: "\f02c"; + +$book: "\f02d"; + +$bookmark: "\f02e"; + +$print: "\f02f"; + +$camera: "\f030"; + +$font: "\f031"; + +$bold: "\f032"; + +$italic: "\f033"; + +$text-height: "\f034"; + +$text-width: "\f035"; + +$align-left: "\f036"; + +$align-center: "\f037"; + +$align-right: "\f038"; + +$align-justify: "\f039"; + +$list: "\f03a"; + +$indent-left: "\f03b"; + +$indent-right: "\f03c"; + +$facetime-video: "\f03d"; + +$picture: "\f03e"; + +$pencil: "\f040"; + +$map-marker: "\f041"; + +$adjust: "\f042"; + +$tint: "\f043"; + +$edit: "\f044"; + +$share: "\f045"; + +$check: "\f046"; + +$move: "\f047"; + +$step-backward: "\f048"; + +$fast-backward: "\f049"; + +$backward: "\f04a"; + +$play: "\f04b"; + +$pause: "\f04c"; + +$stop: "\f04d"; + +$forward: "\f04e"; + +$fast-forward: "\f050"; + +$step-forward: "\f051"; + +$eject: "\f052"; + +$chevron-left: "\f053"; + +$chevron-right: "\f054"; + +$plus-sign: "\f055"; + +$minus-sign: "\f056"; + +$remove-sign: "\f057"; + +$ok-sign: "\f058"; + +$question-sign: "\f059"; + +$info-sign: "\f05a"; + +$screenshot: "\f05b"; + +$remove-circle: "\f05c"; + +$ok-circle: "\f05d"; + +$ban-circle: "\f05e"; + +$arrow-left: "\f060"; + +$arrow-right: "\f061"; + +$arrow-up: "\f062"; + +$arrow-down: "\f063"; + +$share-alt: "\f064"; + +$resize-full: "\f065"; + +$resize-small: "\f066"; + +$plus: "\f067"; + +$minus: "\f068"; + +$asterisk: "\f069"; + +$exclamation-sign: "\f06a"; + +$gift: "\f06b"; + +$leaf: "\f06c"; + +$fire: "\f06d"; + +$eye-open: "\f06e"; + +$eye-close: "\f070"; + +$warning-sign: "\f071"; + +$plane: "\f072"; + +$calendar: "\f073"; + +$random: "\f074"; + +$comment: "\f075"; + +$magnet: "\f076"; + +$chevron-up: "\f077"; + +$chevron-down: "\f078"; + +$retweet: "\f079"; + +$shopping-cart: "\f07a"; + +$folder-close: "\f07b"; + +$folder-open: "\f07c"; + +$resize-vertical: "\f07d"; + +$resize-horizontal: "\f07e"; + +$bar-chart: "\f080"; + +$twitter-sign: "\f081"; + +$facebook-sign: "\f082"; + +$camera-retro: "\f083"; + +$key: "\f084"; + +$cogs: "\f085"; + +$comments: "\f086"; + +$thumbs-up-alt: "\f087"; + +$thumbs-down-alt: "\f088"; + +$star-half: "\f089"; + +$heart-empty: "\f08a"; + +$signout: "\f08b"; + +$linkedin-sign: "\f08c"; + +$pushpin: "\f08d"; + +$external-link: "\f08e"; + +$signin: "\f090"; + +$trophy: "\f091"; + +$github-sign: "\f092"; + +$upload-alt: "\f093"; + +$lemon: "\f094"; + +$phone: "\f095"; + +$check-empty: "\f096"; + +$bookmark-empty: "\f097"; + +$phone-sign: "\f098"; + +$twitter: "\f099"; + +$facebook: "\f09a"; + +$github: "\f09b"; + +$unlock: "\f09c"; + +$credit-card: "\f09d"; + +$rss: "\f09e"; + +$hdd: "\f0a0"; + +$bullhorn: "\f0a1"; + +$bell: "\f0a2"; + +$certificate: "\f0a3"; + +$hand-right: "\f0a4"; + +$hand-left: "\f0a5"; + +$hand-up: "\f0a6"; + +$hand-down: "\f0a7"; + +$circle-arrow-left: "\f0a8"; + +$circle-arrow-right: "\f0a9"; + +$circle-arrow-up: "\f0aa"; + +$circle-arrow-down: "\f0ab"; + +$globe: "\f0ac"; + +$wrench: "\f0ad"; + +$tasks: "\f0ae"; + +$filter: "\f0b0"; + +$briefcase: "\f0b1"; + +$fullscreen: "\f0b2"; + +$group: "\f0c0"; + +$link: "\f0c1"; + +$cloud: "\f0c2"; + +$beaker: "\f0c3"; + +$cut: "\f0c4"; + +$copy: "\f0c5"; + +$paper-clip: "\f0c6"; + +$save: "\f0c7"; + +$sign-blank: "\f0c8"; + +$reorder: "\f0c9"; + +$list-ul: "\f0ca"; + +$list-ol: "\f0cb"; + +$strikethrough: "\f0cc"; + +$underline: "\f0cd"; + +$table: "\f0ce"; + +$magic: "\f0d0"; + +$truck: "\f0d1"; + +$pinterest: "\f0d2"; + +$pinterest-sign: "\f0d3"; + +$google-plus-sign: "\f0d4"; + +$google-plus: "\f0d5"; + +$money: "\f0d6"; + +$caret-down: "\f0d7"; + +$caret-up: "\f0d8"; + +$caret-left: "\f0d9"; + +$caret-right: "\f0da"; + +$columns: "\f0db"; + +$sort: "\f0dc"; + +$sort-down: "\f0dd"; + +$sort-up: "\f0de"; + +$envelope: "\f0e0"; + +$linkedin: "\f0e1"; + +$undo: "\f0e2"; + +$legal: "\f0e3"; + +$dashboard: "\f0e4"; + +$comment-alt: "\f0e5"; + +$comments-alt: "\f0e6"; + +$bolt: "\f0e7"; + +$sitemap: "\f0e8"; + +$umbrella: "\f0e9"; + +$paste: "\f0ea"; + +$lightbulb: "\f0eb"; + +$exchange: "\f0ec"; + +$cloud-download: "\f0ed"; + +$cloud-upload: "\f0ee"; + +$user-md: "\f0f0"; + +$stethoscope: "\f0f1"; + +$suitcase: "\f0f2"; + +$bell-alt: "\f0f3"; + +$coffee: "\f0f4"; + +$food: "\f0f5"; + +$file-text-alt: "\f0f6"; + +$building: "\f0f7"; + +$hospital: "\f0f8"; + +$ambulance: "\f0f9"; + +$medkit: "\f0fa"; + +$fighter-jet: "\f0fb"; + +$beer: "\f0fc"; + +$h-sign: "\f0fd"; + +$plus-sign-alt: "\f0fe"; + +$double-angle-left: "\f100"; + +$double-angle-right: "\f101"; + +$double-angle-up: "\f102"; + +$double-angle-down: "\f103"; + +$angle-left: "\f104"; + +$angle-right: "\f105"; + +$angle-up: "\f106"; + +$angle-down: "\f107"; + +$desktop: "\f108"; + +$laptop: "\f109"; + +$tablet: "\f10a"; + +$mobile-phone: "\f10b"; + +$circle-blank: "\f10c"; + +$quote-left: "\f10d"; + +$quote-right: "\f10e"; + +$spinner: "\f110"; + +$circle: "\f111"; + +$reply: "\f112"; + +$github-alt: "\f113"; + +$folder-close-alt: "\f114"; + +$folder-open-alt: "\f115"; + +$expand-alt: "\f116"; + +$collapse-alt: "\f117"; + +$smile: "\f118"; + +$frown: "\f119"; + +$meh: "\f11a"; + +$gamepad: "\f11b"; + +$keyboard: "\f11c"; + +$flag-alt: "\f11d"; + +$flag-checkered: "\f11e"; + +$terminal: "\f120"; + +$code: "\f121"; + +$reply-all: "\f122"; + +$mail-reply-all: "\f122"; + +$star-half-empty: "\f123"; + +$location-arrow: "\f124"; + +$crop: "\f125"; + +$code-fork: "\f126"; + +$unlink: "\f127"; + +$question: "\f128"; + +$info: "\f129"; + +$exclamation: "\f12a"; + +$superscript: "\f12b"; + +$subscript: "\f12c"; + +$eraser: "\f12d"; + +$puzzle-piece: "\f12e"; + +$microphone: "\f130"; + +$microphone-off: "\f131"; + +$shield: "\f132"; + +$calendar-empty: "\f133"; + +$fire-extinguisher: "\f134"; + +$rocket: "\f135"; + +$maxcdn: "\f136"; + +$chevron-sign-left: "\f137"; + +$chevron-sign-right: "\f138"; + +$chevron-sign-up: "\f139"; + +$chevron-sign-down: "\f13a"; + +$html5: "\f13b"; + +$css3: "\f13c"; + +$anchor: "\f13d"; + +$unlock-alt: "\f13e"; + +$bullseye: "\f140"; + +$ellipsis-horizontal: "\f141"; + +$ellipsis-vertical: "\f142"; + +$rss-sign: "\f143"; + +$play-sign: "\f144"; + +$ticket: "\f145"; + +$minus-sign-alt: "\f146"; + +$check-minus: "\f147"; + +$level-up: "\f148"; + +$level-down: "\f149"; + +$check-sign: "\f14a"; + +$edit-sign: "\f14b"; + +$external-link-sign: "\f14c"; + +$share-sign: "\f14d"; + +$compass: "\f14e"; + +$collapse: "\f150"; + +$collapse-top: "\f151"; + +$expand: "\f152"; + +$eur: "\f153"; + +$gbp: "\f154"; + +$usd: "\f155"; + +$inr: "\f156"; + +$jpy: "\f157"; + +$cny: "\f158"; + +$krw: "\f159"; + +$btc: "\f15a"; + +$file: "\f15b"; + +$file-text: "\f15c"; + +$sort-by-alphabet: "\f15d"; + +$sort-by-alphabet-alt: "\f15e"; + +$sort-by-attributes: "\f160"; + +$sort-by-attributes-alt: "\f161"; + +$sort-by-order: "\f162"; + +$sort-by-order-alt: "\f163"; + +$thumbs-up: "\f164"; + +$thumbs-down: "\f165"; + +$youtube-sign: "\f166"; + +$youtube: "\f167"; + +$xing: "\f168"; + +$xing-sign: "\f169"; + +$youtube-play: "\f16a"; + +$dropbox: "\f16b"; + +$stackexchange: "\f16c"; + +$instagram: "\f16d"; + +$flickr: "\f16e"; + +$adn: "\f170"; + +$bitbucket: "\f171"; + +$bitbucket-sign: "\f172"; + +$tumblr: "\f173"; + +$tumblr-sign: "\f174"; + +$long-arrow-down: "\f175"; + +$long-arrow-up: "\f176"; + +$long-arrow-left: "\f177"; + +$long-arrow-right: "\f178"; + +$apple: "\f179"; + +$windows: "\f17a"; + +$android: "\f17b"; + +$linux: "\f17c"; + +$dribbble: "\f17d"; + +$skype: "\f17e"; + +$foursquare: "\f180"; + +$trello: "\f181"; + +$female: "\f182"; + +$male: "\f183"; + +$gittip: "\f184"; + +$sun: "\f185"; + +$moon: "\f186"; + +$archive: "\f187"; + +$bug: "\f188"; + +$vk: "\f189"; + +$weibo: "\f18a"; + +$renren: "\f18b"; + diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss new file mode 100644 index 000000000..0e236f61e --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss @@ -0,0 +1,1953 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ + +.icon-large { + font-size: (4em/3); + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; + vertical-align: middle; +} + +.nav { + [class^="icon-"], + [class*=" icon-"] { + vertical-align: inherit; + margin-top: -4px; + padding-top: 3px; + margin-bottom: -4px; + padding-bottom: 3px; + &.icon-large { + vertical-align: -25%; + } + } +} + +.nav-pills, .nav-tabs { + [class^="icon-"], + [class*=" icon-"] { + &.icon-large { + line-height: .75em; + margin-top: -7px; + padding-top: 5px; + margin-bottom: -5px; + padding-bottom: 4px; + } + } +} + +.btn { + [class^="icon-"], + [class*=" icon-"] { + &.pull-left, &.pull-right { vertical-align: inherit; } + &.icon-large { + margin-top: -.5em; + } + } +} + +a [class^="icon-"], +a [class*=" icon-"] { + cursor: pointer; +} + +@mixin ie7icon($inner) { *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '#{$inner}'); } + + +.icon-glass { + @include ie7icon(''); +} + + +.icon-music { + @include ie7icon(''); +} + + +.icon-search { + @include ie7icon(''); +} + + +.icon-envelope-alt { + @include ie7icon(''); +} + + +.icon-heart { + @include ie7icon(''); +} + + +.icon-star { + @include ie7icon(''); +} + + +.icon-star-empty { + @include ie7icon(''); +} + + +.icon-user { + @include ie7icon(''); +} + + +.icon-film { + @include ie7icon(''); +} + + +.icon-th-large { + @include ie7icon(''); +} + + +.icon-th { + @include ie7icon(''); +} + + +.icon-th-list { + @include ie7icon(''); +} + + +.icon-ok { + @include ie7icon(''); +} + + +.icon-remove { + @include ie7icon(''); +} + + +.icon-zoom-in { + @include ie7icon(''); +} + + +.icon-zoom-out { + @include ie7icon(''); +} + + +.icon-off { + @include ie7icon(''); +} + +.icon-power-off { + @include ie7icon(''); +} + + +.icon-signal { + @include ie7icon(''); +} + + +.icon-cog { + @include ie7icon(''); +} + +.icon-gear { + @include ie7icon(''); +} + + +.icon-trash { + @include ie7icon(''); +} + + +.icon-home { + @include ie7icon(''); +} + + +.icon-file-alt { + @include ie7icon(''); +} + + +.icon-time { + @include ie7icon(''); +} + + +.icon-road { + @include ie7icon(''); +} + + +.icon-download-alt { + @include ie7icon(''); +} + + +.icon-download { + @include ie7icon(''); +} + + +.icon-upload { + @include ie7icon(''); +} + + +.icon-inbox { + @include ie7icon(''); +} + + +.icon-play-circle { + @include ie7icon(''); +} + + +.icon-repeat { + @include ie7icon(''); +} + +.icon-rotate-right { + @include ie7icon(''); +} + + +.icon-refresh { + @include ie7icon(''); +} + + +.icon-list-alt { + @include ie7icon(''); +} + + +.icon-lock { + @include ie7icon(''); +} + + +.icon-flag { + @include ie7icon(''); +} + + +.icon-headphones { + @include ie7icon(''); +} + + +.icon-volume-off { + @include ie7icon(''); +} + + +.icon-volume-down { + @include ie7icon(''); +} + + +.icon-volume-up { + @include ie7icon(''); +} + + +.icon-qrcode { + @include ie7icon(''); +} + + +.icon-barcode { + @include ie7icon(''); +} + + +.icon-tag { + @include ie7icon(''); +} + + +.icon-tags { + @include ie7icon(''); +} + + +.icon-book { + @include ie7icon(''); +} + + +.icon-bookmark { + @include ie7icon(''); +} + + +.icon-print { + @include ie7icon(''); +} + + +.icon-camera { + @include ie7icon(''); +} + + +.icon-font { + @include ie7icon(''); +} + + +.icon-bold { + @include ie7icon(''); +} + + +.icon-italic { + @include ie7icon(''); +} + + +.icon-text-height { + @include ie7icon(''); +} + + +.icon-text-width { + @include ie7icon(''); +} + + +.icon-align-left { + @include ie7icon(''); +} + + +.icon-align-center { + @include ie7icon(''); +} + + +.icon-align-right { + @include ie7icon(''); +} + + +.icon-align-justify { + @include ie7icon(''); +} + + +.icon-list { + @include ie7icon(''); +} + + +.icon-indent-left { + @include ie7icon(''); +} + + +.icon-indent-right { + @include ie7icon(''); +} + + +.icon-facetime-video { + @include ie7icon(''); +} + + +.icon-picture { + @include ie7icon(''); +} + + +.icon-pencil { + @include ie7icon(''); +} + + +.icon-map-marker { + @include ie7icon(''); +} + + +.icon-adjust { + @include ie7icon(''); +} + + +.icon-tint { + @include ie7icon(''); +} + + +.icon-edit { + @include ie7icon(''); +} + + +.icon-share { + @include ie7icon(''); +} + + +.icon-check { + @include ie7icon(''); +} + + +.icon-move { + @include ie7icon(''); +} + + +.icon-step-backward { + @include ie7icon(''); +} + + +.icon-fast-backward { + @include ie7icon(''); +} + + +.icon-backward { + @include ie7icon(''); +} + + +.icon-play { + @include ie7icon(''); +} + + +.icon-pause { + @include ie7icon(''); +} + + +.icon-stop { + @include ie7icon(''); +} + + +.icon-forward { + @include ie7icon(''); +} + + +.icon-fast-forward { + @include ie7icon(''); +} + + +.icon-step-forward { + @include ie7icon(''); +} + + +.icon-eject { + @include ie7icon(''); +} + + +.icon-chevron-left { + @include ie7icon(''); +} + + +.icon-chevron-right { + @include ie7icon(''); +} + + +.icon-plus-sign { + @include ie7icon(''); +} + + +.icon-minus-sign { + @include ie7icon(''); +} + + +.icon-remove-sign { + @include ie7icon(''); +} + + +.icon-ok-sign { + @include ie7icon(''); +} + + +.icon-question-sign { + @include ie7icon(''); +} + + +.icon-info-sign { + @include ie7icon(''); +} + + +.icon-screenshot { + @include ie7icon(''); +} + + +.icon-remove-circle { + @include ie7icon(''); +} + + +.icon-ok-circle { + @include ie7icon(''); +} + + +.icon-ban-circle { + @include ie7icon(''); +} + + +.icon-arrow-left { + @include ie7icon(''); +} + + +.icon-arrow-right { + @include ie7icon(''); +} + + +.icon-arrow-up { + @include ie7icon(''); +} + + +.icon-arrow-down { + @include ie7icon(''); +} + + +.icon-share-alt { + @include ie7icon(''); +} + +.icon-mail-forward { + @include ie7icon(''); +} + + +.icon-resize-full { + @include ie7icon(''); +} + + +.icon-resize-small { + @include ie7icon(''); +} + + +.icon-plus { + @include ie7icon(''); +} + + +.icon-minus { + @include ie7icon(''); +} + + +.icon-asterisk { + @include ie7icon(''); +} + + +.icon-exclamation-sign { + @include ie7icon(''); +} + + +.icon-gift { + @include ie7icon(''); +} + + +.icon-leaf { + @include ie7icon(''); +} + + +.icon-fire { + @include ie7icon(''); +} + + +.icon-eye-open { + @include ie7icon(''); +} + + +.icon-eye-close { + @include ie7icon(''); +} + + +.icon-warning-sign { + @include ie7icon(''); +} + + +.icon-plane { + @include ie7icon(''); +} + + +.icon-calendar { + @include ie7icon(''); +} + + +.icon-random { + @include ie7icon(''); +} + + +.icon-comment { + @include ie7icon(''); +} + + +.icon-magnet { + @include ie7icon(''); +} + + +.icon-chevron-up { + @include ie7icon(''); +} + + +.icon-chevron-down { + @include ie7icon(''); +} + + +.icon-retweet { + @include ie7icon(''); +} + + +.icon-shopping-cart { + @include ie7icon(''); +} + + +.icon-folder-close { + @include ie7icon(''); +} + + +.icon-folder-open { + @include ie7icon(''); +} + + +.icon-resize-vertical { + @include ie7icon(''); +} + + +.icon-resize-horizontal { + @include ie7icon(''); +} + + +.icon-bar-chart { + @include ie7icon(''); +} + + +.icon-twitter-sign { + @include ie7icon(''); +} + + +.icon-facebook-sign { + @include ie7icon(''); +} + + +.icon-camera-retro { + @include ie7icon(''); +} + + +.icon-key { + @include ie7icon(''); +} + + +.icon-cogs { + @include ie7icon(''); +} + +.icon-gears { + @include ie7icon(''); +} + + +.icon-comments { + @include ie7icon(''); +} + + +.icon-thumbs-up-alt { + @include ie7icon(''); +} + + +.icon-thumbs-down-alt { + @include ie7icon(''); +} + + +.icon-star-half { + @include ie7icon(''); +} + + +.icon-heart-empty { + @include ie7icon(''); +} + + +.icon-signout { + @include ie7icon(''); +} + + +.icon-linkedin-sign { + @include ie7icon(''); +} + + +.icon-pushpin { + @include ie7icon(''); +} + + +.icon-external-link { + @include ie7icon(''); +} + + +.icon-signin { + @include ie7icon(''); +} + + +.icon-trophy { + @include ie7icon(''); +} + + +.icon-github-sign { + @include ie7icon(''); +} + + +.icon-upload-alt { + @include ie7icon(''); +} + + +.icon-lemon { + @include ie7icon(''); +} + + +.icon-phone { + @include ie7icon(''); +} + + +.icon-check-empty { + @include ie7icon(''); +} + +.icon-unchecked { + @include ie7icon(''); +} + + +.icon-bookmark-empty { + @include ie7icon(''); +} + + +.icon-phone-sign { + @include ie7icon(''); +} + + +.icon-twitter { + @include ie7icon(''); +} + + +.icon-facebook { + @include ie7icon(''); +} + + +.icon-github { + @include ie7icon(''); +} + + +.icon-unlock { + @include ie7icon(''); +} + + +.icon-credit-card { + @include ie7icon(''); +} + + +.icon-rss { + @include ie7icon(''); +} + + +.icon-hdd { + @include ie7icon(''); +} + + +.icon-bullhorn { + @include ie7icon(''); +} + + +.icon-bell { + @include ie7icon(''); +} + + +.icon-certificate { + @include ie7icon(''); +} + + +.icon-hand-right { + @include ie7icon(''); +} + + +.icon-hand-left { + @include ie7icon(''); +} + + +.icon-hand-up { + @include ie7icon(''); +} + + +.icon-hand-down { + @include ie7icon(''); +} + + +.icon-circle-arrow-left { + @include ie7icon(''); +} + + +.icon-circle-arrow-right { + @include ie7icon(''); +} + + +.icon-circle-arrow-up { + @include ie7icon(''); +} + + +.icon-circle-arrow-down { + @include ie7icon(''); +} + + +.icon-globe { + @include ie7icon(''); +} + + +.icon-wrench { + @include ie7icon(''); +} + + +.icon-tasks { + @include ie7icon(''); +} + + +.icon-filter { + @include ie7icon(''); +} + + +.icon-briefcase { + @include ie7icon(''); +} + + +.icon-fullscreen { + @include ie7icon(''); +} + + +.icon-group { + @include ie7icon(''); +} + + +.icon-link { + @include ie7icon(''); +} + + +.icon-cloud { + @include ie7icon(''); +} + + +.icon-beaker { + @include ie7icon(''); +} + + +.icon-cut { + @include ie7icon(''); +} + + +.icon-copy { + @include ie7icon(''); +} + + +.icon-paper-clip { + @include ie7icon(''); +} + +.icon-paperclip { + @include ie7icon(''); +} + + +.icon-save { + @include ie7icon(''); +} + + +.icon-sign-blank { + @include ie7icon(''); +} + + +.icon-reorder { + @include ie7icon(''); +} + + +.icon-list-ul { + @include ie7icon(''); +} + + +.icon-list-ol { + @include ie7icon(''); +} + + +.icon-strikethrough { + @include ie7icon(''); +} + + +.icon-underline { + @include ie7icon(''); +} + + +.icon-table { + @include ie7icon(''); +} + + +.icon-magic { + @include ie7icon(''); +} + + +.icon-truck { + @include ie7icon(''); +} + + +.icon-pinterest { + @include ie7icon(''); +} + + +.icon-pinterest-sign { + @include ie7icon(''); +} + + +.icon-google-plus-sign { + @include ie7icon(''); +} + + +.icon-google-plus { + @include ie7icon(''); +} + + +.icon-money { + @include ie7icon(''); +} + + +.icon-caret-down { + @include ie7icon(''); +} + + +.icon-caret-up { + @include ie7icon(''); +} + + +.icon-caret-left { + @include ie7icon(''); +} + + +.icon-caret-right { + @include ie7icon(''); +} + + +.icon-columns { + @include ie7icon(''); +} + + +.icon-sort { + @include ie7icon(''); +} + + +.icon-sort-down { + @include ie7icon(''); +} + + +.icon-sort-up { + @include ie7icon(''); +} + + +.icon-envelope { + @include ie7icon(''); +} + + +.icon-linkedin { + @include ie7icon(''); +} + + +.icon-undo { + @include ie7icon(''); +} + +.icon-rotate-left { + @include ie7icon(''); +} + + +.icon-legal { + @include ie7icon(''); +} + + +.icon-dashboard { + @include ie7icon(''); +} + + +.icon-comment-alt { + @include ie7icon(''); +} + + +.icon-comments-alt { + @include ie7icon(''); +} + + +.icon-bolt { + @include ie7icon(''); +} + + +.icon-sitemap { + @include ie7icon(''); +} + + +.icon-umbrella { + @include ie7icon(''); +} + + +.icon-paste { + @include ie7icon(''); +} + + +.icon-lightbulb { + @include ie7icon(''); +} + + +.icon-exchange { + @include ie7icon(''); +} + + +.icon-cloud-download { + @include ie7icon(''); +} + + +.icon-cloud-upload { + @include ie7icon(''); +} + + +.icon-user-md { + @include ie7icon(''); +} + + +.icon-stethoscope { + @include ie7icon(''); +} + + +.icon-suitcase { + @include ie7icon(''); +} + + +.icon-bell-alt { + @include ie7icon(''); +} + + +.icon-coffee { + @include ie7icon(''); +} + + +.icon-food { + @include ie7icon(''); +} + + +.icon-file-text-alt { + @include ie7icon(''); +} + + +.icon-building { + @include ie7icon(''); +} + + +.icon-hospital { + @include ie7icon(''); +} + + +.icon-ambulance { + @include ie7icon(''); +} + + +.icon-medkit { + @include ie7icon(''); +} + + +.icon-fighter-jet { + @include ie7icon(''); +} + + +.icon-beer { + @include ie7icon(''); +} + + +.icon-h-sign { + @include ie7icon(''); +} + + +.icon-plus-sign-alt { + @include ie7icon(''); +} + + +.icon-double-angle-left { + @include ie7icon(''); +} + + +.icon-double-angle-right { + @include ie7icon(''); +} + + +.icon-double-angle-up { + @include ie7icon(''); +} + + +.icon-double-angle-down { + @include ie7icon(''); +} + + +.icon-angle-left { + @include ie7icon(''); +} + + +.icon-angle-right { + @include ie7icon(''); +} + + +.icon-angle-up { + @include ie7icon(''); +} + + +.icon-angle-down { + @include ie7icon(''); +} + + +.icon-desktop { + @include ie7icon(''); +} + + +.icon-laptop { + @include ie7icon(''); +} + + +.icon-tablet { + @include ie7icon(''); +} + + +.icon-mobile-phone { + @include ie7icon(''); +} + + +.icon-circle-blank { + @include ie7icon(''); +} + + +.icon-quote-left { + @include ie7icon(''); +} + + +.icon-quote-right { + @include ie7icon(''); +} + + +.icon-spinner { + @include ie7icon(''); +} + + +.icon-circle { + @include ie7icon(''); +} + + +.icon-reply { + @include ie7icon(''); +} + +.icon-mail-reply { + @include ie7icon(''); +} + + +.icon-github-alt { + @include ie7icon(''); +} + + +.icon-folder-close-alt { + @include ie7icon(''); +} + + +.icon-folder-open-alt { + @include ie7icon(''); +} + + +.icon-expand-alt { + @include ie7icon(''); +} + + +.icon-collapse-alt { + @include ie7icon(''); +} + + +.icon-smile { + @include ie7icon(''); +} + + +.icon-frown { + @include ie7icon(''); +} + + +.icon-meh { + @include ie7icon(''); +} + + +.icon-gamepad { + @include ie7icon(''); +} + + +.icon-keyboard { + @include ie7icon(''); +} + + +.icon-flag-alt { + @include ie7icon(''); +} + + +.icon-flag-checkered { + @include ie7icon(''); +} + + +.icon-terminal { + @include ie7icon(''); +} + + +.icon-code { + @include ie7icon(''); +} + + +.icon-reply-all { + @include ie7icon(''); +} + + +.icon-mail-reply-all { + @include ie7icon(''); +} + + +.icon-star-half-empty { + @include ie7icon(''); +} + +.icon-star-half-full { + @include ie7icon(''); +} + + +.icon-location-arrow { + @include ie7icon(''); +} + + +.icon-crop { + @include ie7icon(''); +} + + +.icon-code-fork { + @include ie7icon(''); +} + + +.icon-unlink { + @include ie7icon(''); +} + + +.icon-question { + @include ie7icon(''); +} + + +.icon-info { + @include ie7icon(''); +} + + +.icon-exclamation { + @include ie7icon(''); +} + + +.icon-superscript { + @include ie7icon(''); +} + + +.icon-subscript { + @include ie7icon(''); +} + + +.icon-eraser { + @include ie7icon(''); +} + + +.icon-puzzle-piece { + @include ie7icon(''); +} + + +.icon-microphone { + @include ie7icon(''); +} + + +.icon-microphone-off { + @include ie7icon(''); +} + + +.icon-shield { + @include ie7icon(''); +} + + +.icon-calendar-empty { + @include ie7icon(''); +} + + +.icon-fire-extinguisher { + @include ie7icon(''); +} + + +.icon-rocket { + @include ie7icon(''); +} + + +.icon-maxcdn { + @include ie7icon(''); +} + + +.icon-chevron-sign-left { + @include ie7icon(''); +} + + +.icon-chevron-sign-right { + @include ie7icon(''); +} + + +.icon-chevron-sign-up { + @include ie7icon(''); +} + + +.icon-chevron-sign-down { + @include ie7icon(''); +} + + +.icon-html5 { + @include ie7icon(''); +} + + +.icon-css3 { + @include ie7icon(''); +} + + +.icon-anchor { + @include ie7icon(''); +} + + +.icon-unlock-alt { + @include ie7icon(''); +} + + +.icon-bullseye { + @include ie7icon(''); +} + + +.icon-ellipsis-horizontal { + @include ie7icon(''); +} + + +.icon-ellipsis-vertical { + @include ie7icon(''); +} + + +.icon-rss-sign { + @include ie7icon(''); +} + + +.icon-play-sign { + @include ie7icon(''); +} + + +.icon-ticket { + @include ie7icon(''); +} + + +.icon-minus-sign-alt { + @include ie7icon(''); +} + + +.icon-check-minus { + @include ie7icon(''); +} + + +.icon-level-up { + @include ie7icon(''); +} + + +.icon-level-down { + @include ie7icon(''); +} + + +.icon-check-sign { + @include ie7icon(''); +} + + +.icon-edit-sign { + @include ie7icon(''); +} + + +.icon-external-link-sign { + @include ie7icon(''); +} + + +.icon-share-sign { + @include ie7icon(''); +} + + +.icon-compass { + @include ie7icon(''); +} + + +.icon-collapse { + @include ie7icon(''); +} + + +.icon-collapse-top { + @include ie7icon(''); +} + + +.icon-expand { + @include ie7icon(''); +} + + +.icon-eur { + @include ie7icon(''); +} + +.icon-euro { + @include ie7icon(''); +} + + +.icon-gbp { + @include ie7icon(''); +} + + +.icon-usd { + @include ie7icon(''); +} + +.icon-dollar { + @include ie7icon(''); +} + + +.icon-inr { + @include ie7icon(''); +} + +.icon-rupee { + @include ie7icon(''); +} + + +.icon-jpy { + @include ie7icon(''); +} + +.icon-yen { + @include ie7icon(''); +} + + +.icon-cny { + @include ie7icon(''); +} + +.icon-renminbi { + @include ie7icon(''); +} + + +.icon-krw { + @include ie7icon(''); +} + +.icon-won { + @include ie7icon(''); +} + + +.icon-btc { + @include ie7icon(''); +} + +.icon-bitcoin { + @include ie7icon(''); +} + + +.icon-file { + @include ie7icon(''); +} + + +.icon-file-text { + @include ie7icon(''); +} + + +.icon-sort-by-alphabet { + @include ie7icon(''); +} + + +.icon-sort-by-alphabet-alt { + @include ie7icon(''); +} + + +.icon-sort-by-attributes { + @include ie7icon(''); +} + + +.icon-sort-by-attributes-alt { + @include ie7icon(''); +} + + +.icon-sort-by-order { + @include ie7icon(''); +} + + +.icon-sort-by-order-alt { + @include ie7icon(''); +} + + +.icon-thumbs-up { + @include ie7icon(''); +} + + +.icon-thumbs-down { + @include ie7icon(''); +} + + +.icon-youtube-sign { + @include ie7icon(''); +} + + +.icon-youtube { + @include ie7icon(''); +} + + +.icon-xing { + @include ie7icon(''); +} + + +.icon-xing-sign { + @include ie7icon(''); +} + + +.icon-youtube-play { + @include ie7icon(''); +} + + +.icon-dropbox { + @include ie7icon(''); +} + + +.icon-stackexchange { + @include ie7icon(''); +} + + +.icon-instagram { + @include ie7icon(''); +} + + +.icon-flickr { + @include ie7icon(''); +} + + +.icon-adn { + @include ie7icon(''); +} + + +.icon-bitbucket { + @include ie7icon(''); +} + + +.icon-bitbucket-sign { + @include ie7icon(''); +} + + +.icon-tumblr { + @include ie7icon(''); +} + + +.icon-tumblr-sign { + @include ie7icon(''); +} + + +.icon-long-arrow-down { + @include ie7icon(''); +} + + +.icon-long-arrow-up { + @include ie7icon(''); +} + + +.icon-long-arrow-left { + @include ie7icon(''); +} + + +.icon-long-arrow-right { + @include ie7icon(''); +} + + +.icon-apple { + @include ie7icon(''); +} + + +.icon-windows { + @include ie7icon(''); +} + + +.icon-android { + @include ie7icon(''); +} + + +.icon-linux { + @include ie7icon(''); +} + + +.icon-dribbble { + @include ie7icon(''); +} + + +.icon-skype { + @include ie7icon(''); +} + + +.icon-foursquare { + @include ie7icon(''); +} + + +.icon-trello { + @include ie7icon(''); +} + + +.icon-female { + @include ie7icon(''); +} + + +.icon-male { + @include ie7icon(''); +} + + +.icon-gittip { + @include ie7icon(''); +} + + +.icon-sun { + @include ie7icon(''); +} + + +.icon-moon { + @include ie7icon(''); +} + + +.icon-archive { + @include ie7icon(''); +} + + +.icon-bug { + @include ie7icon(''); +} + + +.icon-vk { + @include ie7icon(''); +} + + +.icon-weibo { + @include ie7icon(''); +} + + +.icon-renren { + @include ie7icon(''); +} + + diff --git a/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome.scss b/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome.scss new file mode 100644 index 000000000..e5903d856 --- /dev/null +++ b/_gh_pages/3.2.1/assets/font-awesome/scss/font-awesome.scss @@ -0,0 +1,33 @@ +/*! + * Font Awesome 3.2.1 + * the iconic font designed for Bootstrap + * ------------------------------------------------------------------------------ + * The full suite of pictographic icons, examples, and documentation can be + * found at http://fontawesome.io. Stay up to date on Twitter at + * http://twitter.com/fontawesome. + * + * License + * ------------------------------------------------------------------------------ + * - The Font Awesome font is licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Font Awesome documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Author - Dave Gandy + * ------------------------------------------------------------------------------ + * Email: dave@fontawesome.io + * Twitter: http://twitter.com/davegandy + * Work: Lead Product Designer @ Kyruus - http://kyruus.com + */ + +@import "variables"; +@import "mixins"; +@import "path"; +@import "core"; +@import "bootstrap"; +@import "extras"; +@import "icons"; diff --git a/_gh_pages/3.2.1/assets/ico/favicon.ico b/_gh_pages/3.2.1/assets/ico/favicon.ico new file mode 100644 index 000000000..742243e31 Binary files /dev/null and b/_gh_pages/3.2.1/assets/ico/favicon.ico differ diff --git a/_gh_pages/3.2.1/assets/img/contribution-sample.png b/_gh_pages/3.2.1/assets/img/contribution-sample.png new file mode 100644 index 000000000..7e6356279 Binary files /dev/null and b/_gh_pages/3.2.1/assets/img/contribution-sample.png differ diff --git a/_gh_pages/3.2.1/assets/img/fort_awesome.jpg b/_gh_pages/3.2.1/assets/img/fort_awesome.jpg new file mode 100644 index 000000000..3542fae0f Binary files /dev/null and b/_gh_pages/3.2.1/assets/img/fort_awesome.jpg differ diff --git a/_gh_pages/3.2.1/assets/img/glyphicons-halflings-white.png b/_gh_pages/3.2.1/assets/img/glyphicons-halflings-white.png new file mode 100644 index 000000000..3bf6484a2 Binary files /dev/null and b/_gh_pages/3.2.1/assets/img/glyphicons-halflings-white.png differ diff --git a/_gh_pages/3.2.1/assets/img/glyphicons-halflings.png b/_gh_pages/3.2.1/assets/img/glyphicons-halflings.png new file mode 100644 index 000000000..8bc9e642b Binary files /dev/null and b/_gh_pages/3.2.1/assets/img/glyphicons-halflings.png differ diff --git a/_gh_pages/3.2.1/assets/img/icon-flag.pdf b/_gh_pages/3.2.1/assets/img/icon-flag.pdf new file mode 100644 index 000000000..1c8913d14 --- /dev/null +++ b/_gh_pages/3.2.1/assets/img/icon-flag.pdf @@ -0,0 +1,1355 @@ +%PDF-1.5 %âãÏÓ +1 0 obj <>/OCGs[5 0 R 29 0 R 51 0 R 73 0 R 95 0 R 117 0 R 140 0 R 163 0 R]>>/Pages 3 0 R/Type/Catalog>> endobj 2 0 obj <>stream + + + + + application/pdf + + + Web + + + + + Adobe Illustrator CS6 (Macintosh) + 2012-12-10T10:41:19-05:00 + 2013-01-02T00:01:34-05:00 + 2013-01-02T00:01:34-05:00 + + + + 256 + 128 + JPEG + /9j/4AAQSkZJRgABAgEAyADIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAyAAAAAEA AQDIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAgAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYqw /wDNP8zdE/Lnys2varG9wXlW3s7OKgeadwWC8jsoCoWZj0A7mgKrE/yX/wCcitD/ADM1G60n9Gya PrFtEblLd5RcRywqwVikoSL4lLLVSvfau+KvXMVdirsVdirsVdirsVfOtx/zml5Ni80nTk0a5k0F ZjE2tiVeXENx9VbYISyd/wC85U/Zrtir6HhminhjmhcSRSqHjddwysKgg+4xVfirsVdirsVdirsV fP8A+fP/ADk5d+Q/Mf8Ahjy5p9ve6rbxpLqFxe82hiMqh44ljieNmYowYnkAKjr2VZH+QP58r+Zt rfWeoWUen69pqpJNHCxaGaFzx9SMNV14tsyknqN96BV67irsVdirsVdirsVeD3f/ADmJ+W1v5pbS Ba3kumRzeg+toEMNQ3EyLHy9Ro+9etP2cVe7RyRyxrJGweNwGR1IKspFQQR1BxVqaeCBPUmkWJOn JyFFT7nFW45I5EEkbB0bdWUggj2IxVdirsVdiryr/nJjyZYeZfyn1Sa5kaGfQlbVbR0ANZII3BRg f2XRyPY0PamKvA/+ca7vyl5H8t6/+avmG5mJs5BotlYQKC0jzLHOeFWUM7BdgSAqhia9lUH58/5y 9/MTXJZYPLix+XNNNVUxBZ7tl6VaaReK1/yEBHicVeP6n5v82apMZtT1q+vZSa87i5mlP3uxxVMv L35p/mN5dlSTR/Md/ahKUh9d5ITTYcoZC8TU91xV7t5I/wCc1dQt7f6v500YXrqPgv8ATSsUjUH+ 7IZDwJPirKP8nFVDzr/zmprl3BJa+T9HTTOQoNRvWFxMK90hAESsP8ouPbFUj/5xi88ebtV/PCB9 T1e6vW1a2ulv/rEjSCQRxGVNmqBwZBxp0Gw2xV9sEAih3B6jFXwDrf5Q6Xaf85B/8q3gvZRpct9b xpdFQZUguYEueG5ILIsnDl3pWnbFX0z+cH/OQnlv8rfQ8uWFi2p65HbIYbQOEgt4qcY/Wk+Jq0Wo QCpHUioxV8vecP8AnI783PM8sgk1uTSrN60stLJtEAJ6eoh9ZvD4nOKsBfzBrzz/AFh9SumnqD6p nkL1HQ8i1cVZn5Q/P781/Ks0ZstenvLVCK2OoMbuAr140kJdB/qMuKvdNE/5zd0Y6aP075buU1JV ofqMqPA7U6/vSjxgnt8XzxVh3nn/AJzK86atDJaeVrCHy/A44m7dvrV3T/ILKsSV/wBRiOxxVH/8 4d+a/MuqfmZrsGp6nc30d3pUl3cC5leUvPFcwIkhLljyCzMPpxVv/nMf8sDp+rx/mJb3CmDV5oLC +tGrzW5jt2EciHoUaG2ow7Ed67Kp5/zj75f0X8rPy5v/AM1/NF5WLVreNLS2thzdYDJ8KANw5Syy AbVooFSetFWHefv+cxPPOsSS23lSCPy9p52S4IW4vWHiXcGJKjsqVH82KvGdX88ec9ZlMuq67f3z k1rPczSAfIMxA+jFVbQvzD896DMkuj+YL+yZOiRXEgjO9aNGSUYV7MMVe4eRP+cz/M2notr5x01N ZiAp9fteNtc/N4wPRf8A2ITFU/8AMf8Azm9aCBk8t+WpGuCPgn1GZVRT7ww8i/8AyMXFXg3mv86f zL80axBqupa3Ok1pIJbKC2PoQQspqCkSUWv+U1Se5xVONZ/J+C0/Pk/lpFqDfVJL6CGO+KVdYLmF LkVWtC6RycfAkV2xVmn5mf8AOVPmh5pvLnkYDRdD08mzg1CnqXs0cP7sMGcUiDBaii8/8rFXhOq6 1rGr3TXerX1xqF01S091K80hruficscVRHl/zV5l8u3a3ehapdaZcKa87aV46/6wU0YexxV7l5b/ AOc0fPdhp31bWtKtNaulFEvuRtXPvIkatG3+xVcVYj58/wCcm/zT83RPaC9XRNNcUe00wNCzj/Ln LNMfcBgp8MVfT3/OK+tarq35P2M2p3Ul5NBc3MEc0zF39NHqqljuePLavbbFWUfnX/5KPzf/ANsq 6/5NHFXxXH/6zbcf+BlB/wB0ubFXmmKuxV2KuxV2KvYP+cT/APyduj/8YLz/AKhpMVfemKvkDzN/ 621D/wAx2n/90yHFWFf85Yf+Tt1j/jBZ/wDUNHirx/FXYq7FXYq7FX0B/wA4Vf8Ak09V/wC2Hcf9 Rlpir1X/AJzV/wDJWaV/23Lf/qDu8VYp5+/9Y28uf9GX/J18VfKuKuxV2KuxV2KuxV9K+Zv/AFtq H/mO0/8A7pkOKvnXVv8Ajq3n/GeT/iZxVCYq7FXYq7FX3V/ziF/5Ju2/5jrv/iQxVmv51/8Ako/N /wD2yrr/AJNHFXxXH/6zbcf+BlB/3S5sVeaYq7FXYq7FXYq9g/5xP/8AJ26P/wAYLz/qGkxV96Yq +QPM3/rbUP8AzHaf/wB0yHFWFf8AOWH/AJO3WP8AjBZ/9Q0eKvH8VdirsVdirsVfQH/OFX/k09V/ 7Ydx/wBRlpir1X/nNX/yVmlf9ty3/wCoO7xVinn7/wBY28uf9GX/ACdfFXyrirsVdirsVdirsVfS vmb/ANbah/5jtP8A+6ZDir511b/jq3n/ABnk/wCJnFUJirsVdirsVfdX/OIX/km7b/mOu/8AiQxV mv51/wDko/N//bKuv+TRxV8Vx/8ArNtx/wCBlB/3S5sVYLoXl3XtfvlsNE0641K8bcQWsTSsB0qQ oNB7nbFXrOh/84i/nFqcSy3NvZaQG3C31z8QFO4tluKfrxVB+av+cV/zg8v273KafDrMEYJkbS5T M4A8IZFimb/YocVeSTQzQSvDMjRTRsVkjcFWVgaEMDuCMVWgEkACpOwA61xV9L/84p/k752s/Odv 501exk0vSLW3mFqLleEtw86GMcYmIdUCuW5kUO1K9lX15ir5A8zf+ttQ/wDMdp//AHTIcVYV/wA5 Yf8Ak7dY/wCMFn/1DR4qw/yX+Uf5jec6P5e0O4urUmhvXCwWw8f30xRGp3Ckn2xV6RF/zhl+bL23 rNd6RHJ/yztczmT71gZP+GxVgHnb8lPzN8mRtPrmiTLYrWuoW5W4twB3aSIt6f8As+OKsGxVUggm nmSGCNpZpCFjjQFmZj0AA3JxV9Zf84lflB518t65qHmzzDZPpdvdWDWNnZ3A4XEnqzRStI0f2owv oUo4BNemKp//AM5q/wDkrNK/7blv/wBQd3irFPP3/rG3lz/oy/5Ovir5k0XQdb1y/TT9GsLjUb2T 7NvaxtK9OleKA0A7npir1vQv+cRfzi1SFZbi3stIDioS/ufjp2qtstwR8jviqH8yf84ofnFotu9x FY22sRRir/o2f1Hp7RSrDI3yVScVeSXtje2F3LZ31vJa3cDcJredGjkRh1VkYBlPzxVQxVm35efk /wCe/Pl7DHo2mTfo55Ak+rSqUtYlrR29RuIcqN+CVb2xV6/5m/8AW2of+Y7T/wDumQ4qs0r/AJw1 84ah5rvzrmo2+n6AtzI0N1CfWuLiMsShSLZY6jrzbY9mxV7f5c/5xl/JvRLdIzoa6pcLTndajI87 uR4pVYR/sUGKoHzd/wA4q/lJr1qwsbB9BvqH07qwdgte3OGQvGR40Cn3xV4bqv8Azhb+ZNveOmm6 lpl9aVPpzySTW8hH+XH6cgU/JzirKPJv/OE0izxz+ctdRolIL2Glqx5jwNxMq8fekX0jFX0x5a8t aJ5Z0O10PQ7VbPTLJSlvApZqVJZiWYszMzEkkmpOKsd/Ov8A8lH5v/7ZV1/yaOKvEv8AnFHyh5c8 2/lN5i0TzFZLf6ZNq6u8DM6HlHBEysrxsjqQe6sPDpir6N8t+VPLfljTU03QNOg02yT/AHVboF5H pydvtO3+UxJxVNcVdirGvMv5afl/5muBc695fsdQuhQfWZYV9YgbAGVaOR7E4qt8vflh+Xfl2dbn RfLmn2V0u6XMcCGZe+0rAuPoOKsnxV2KvkDzN/621D/zHaf/AN0yHFX0p5h/Kn8vPMfmG28w65oV vqGrWiCKKefmyFFJKiSHl6UlORpzU4qymOOOKNY41CRoAqIoAVVAoAAOgGKrsVcQGBBFQdiD0IxV hOo/kl+UuoXT3V15U04zvu7RwrECfErHwFfemKp15d8i+TPLY/3AaJY6Y5HFpbaCOORh/lSAc2+k 4qnmKvAP+c1f/JWaV/23Lf8A6g7vFWV/lP5X0HzR+QHlvRNes1vtLurCMT27llrxkLKQyFXUhhUF SDirOvKnkryp5S08af5c0uDTLXbmsK/G5HQySNykkb3dicVTrFXYqkXmXyJ5M80Ko8w6LZ6m0YpH JcQo8iDwWSnNR8jiqUaX+S/5T6ZcC4s/KmmrOKFXkt0mKkdCvq8+J9xirM0RI0WONQiIAqIooABs AAMVfMuvflv54uP+ct7fzNDo9w/l9rizuf0oAPq4jhsY4n5PWgYPGw4nf23GKvpvFXYq7FXYq7FX Yqxb81NJ1HWPy28zaXpsJuL+8065htYFIBeRoyFUVIFScVeb/wDOJXk7zP5Y8jarB5h02bTLi61F poILleEhjEMacuB+IDkp64q9xxV2KuxV2KuxV2KuxV8ya9+W/ni4/wCct7fzNDo9w/l9rizuf0oA Pq4jhsY4n5PWgYPGw4nf23GKvpvFXYq7FXYq7FXYq7FXi/8Azlh5R8y+Z/y2srPy/p82p3drq0F1 Nb2685BELeeIsEG7UeVenz6Yqzb8m9F1PRPyu8taXqlu1rqFrZItxbvTkjEluLUruAdxirMsVdir sVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirs VdirsVdirsVdirsVdirsVdirsVdirsVfLH/OS/51/mb5M/MWPR/LWs/UNObT4LgwfVrSb947yBm5 TRSPuEG1aYq8n/6Gj/Pb/qZv+nHT/wDsnxV3/Q0f57f9TN/046f/ANk+Ku/6Gj/Pb/qZv+nHT/8A snxV3/Q0f57f9TN/046f/wBk+Ku/6Gj/AD2/6mb/AKcdP/7J8Vd/0NH+e3/Uzf8ATjp//ZPirv8A oaP89v8AqZv+nHT/APsnxV9j/kn5k1nzJ+Vmg67rdz9a1S9ile6ueEcXIrPIgPCNUQfCo6DFXgV1 /wA5tawvmljbaBav5WWUqEZpBfPEDT1BJy9JWI34emfDl3xV9X2d3BeWcF5bnlBcxpNExBBKOoZT Q9Njiq2/1LTtPgM9/dQ2kA6yzyLEn/BOQMVS+y85+T76YQWWu6fdTHpFDdQSMf8AYq5OKpxirsVQ 2oappmmwrNqN3DZwuwjSS4kSJS7fZUFyBU9hiqJxV8u/mV/zl9rvl/z5qGhaFo1nPpmj3Ulndy3h l9aaSBik3pmN0WMB1KrVXr19sVfRPkzzPaeavKuleYrSNobfVLdLhYX3ZCw+JCe/FqivfFU0ubq1 tYWnupkghX7UsrBFHzZiBiqUweevJNxMsEHmHTZZmNFiS8gZifAKHriqdghgCDUHcEdCMVdiqhe3 9jYWsl3fXEVpaxCstxO6xxqOlWdiFGKqkM0M8Mc8EiywyqHilQhlZWFVZWGxBHQ4qvxV2KuxV2Ku xV2KuxV8Qf8AOZP/AJNyH/tlW3/J2bFXhWKuxV2KuxV2KuxV2Kv0K/5xu/8AJJeVv+ME3/UTLir5 f1/8svKsH/OUA8jxQuvl2bULXlah6ER3FtHdPCrKAQnKQovcL3rvirIvzT/5yz80XF5daF5Hij0T SbSRraPUQoe6lSI8A0YYcIVIGw4lv8odMVeA6vres6zeNe6vf3Go3j/auLqV5pD/ALJyxxVA4qz/ AMifnp+ZnkqSNdK1eS4sEI5aZek3FsQP2QrnlH/zzZTir07VP+c2fO89iItO0LT7K7K0e5kaWcV8 UjrHT/ZFsVeH+b/PPm3zhqR1HzJqc2o3IqI/UNI4wdysUS8Y419lUYq/RryDLLL5F8uSyu0ksml2 TSSMSzMzW6Ekk7kk4q+P/wDnJvyVoVh+edhbWUbQQ+ZIrW91FVb/AHfdXcsEzx1B48xFyPX4iT7Y qyz81/8AnI288j3Mv5dfl1ZRafa+X1XT21SYetIrRKFZYY3HGqtsXk5cjU07lV85eYfNfmbzHd/W 9e1S61O434vdSvLxr2QMaKPZdsVSnFWXeSvzY/MHyXMjeX9auLe3U1awdvVtW33rBJyTfxADe+Kv Yn/5zc85nThHH5e05dRpRrpnnaEnxEIZW/5KYq8a89/ml5689XQn8yapJdRI3KCyX93axHp8EKUS tNuRq3icVfcP/OOUkkn5J+VWkYuwt5FBYknitxIqjfsAKDFXpGKuxV2KuxV2KuxV2KviD/nMn/yb kP8A2yrb/k7NirwrFXYq7FXYq7FXYq7FX6Ff843f+SS8rf8AGCb/AKiZcVeFeZv/AFtqH/mO0/8A 7pkOKvnXVv8Ajq3n/GeT/iZxVCYq7FXYq7FXYq/TT8vP+UA8s/8AbKsf+oZMVfMH/OVP/k/fKP8A zA6d/wB1G4xV4/8AnX/5Nzzf/wBtW6/5OnFWFYq7FXYq7FXYq/Qr/nG7/wAkl5W/4wTf9RMuKvSs VdirsVdirsVdirsVfEH/ADmT/wCTch/7ZVt/ydmxV4VirsVdirsVdirsVdir9Cv+cbv/ACSXlb/j BN/1Ey4q8K8zf+ttQ/8AMdp//dMhxV866t/x1bz/AIzyf8TOKoTFXYq7FXYq7FX6afl5/wAoB5Z/ 7ZVj/wBQyYq+YP8AnKn/AMn75R/5gdO/7qNxirx/86//ACbnm/8A7at1/wAnTirCsVdirsVdirsV foV/zjd/5JLyt/xgm/6iZcVelYq7FXYq7FXYq7FXYq+IP+cyf/JuQ/8AbKtv+Ts2KvCsVdirsVdi rsVdirsVfoV/zjd/5JLyt/xgm/6iZcVeFeZv/W2of+Y7T/8AumQ4q8Ck0TWdU8zXWmabY3F5qL3M qLZwRPJMWDkEcFBbbvir13yp/wA4e/mfq8aT6vJaaBA25juHM9xTt+7h5J9DSA4qy27/AOcG9QW1 LWfnCGa6ptFNYtFHWn+/Fnlbr/kYq8Z/MH8kvzG8hs0mt6Y0mnA0XVbMme0PzcAGOvYSKpxVggBJ AAqTsAOtcVem/l7/AM47fmb50miki019K0lzV9U1BTDHx8Y4z+9l9uK0r1IxV986JpcWk6NYaVC7 SQ6fbQ2sbtTkywxiME07kLir5N/5yp/8n75R/wCYHTv+6jcYq8n/ADksL64/ObzVZwW0s13Pq1wI beNGaRy8hZOKAcm5AginXFWVeT/+cTvzY8wJHcX1tD5ftHAYNqDkTFT4QRh3U+0nHFWet/zg3efV Sy+cYzdU2iOnsI6+HqfWC3/CYq8o/ML/AJx2/M3yQj3V3YDU9JSpbUtO5Txqo7ypxWWP3LLx98Ve ZYqzryL+Sf5k+dpYzo2jypYuRXVLsG3tAD+0JHHx08Iwx9sVfev5beT/APBvkXR/LJuPrT6bB6ct xSgeR2MkhUfy83PGvbFWS4q7FXYq7FXYq7FXYq+IP+cyf/JuQ/8AbKtv+Ts2KvCsVdirsVdirsVd irsVfoV/zjd/5JLyt/xgm/6iZcVeFeZv/W2of+Y7T/8AumQ4q+sLDQNC0+8u76w021tL2/b1L66g hjilneteUrooZzU9WOKo/FXYq4gMCCKg7EHoRiqBt9A0K2uPrNtp1rDcbn1o4Y0ep6/EFBxVHYq7 FXyB/wA5U/8Ak/fKP/MDp3/dRuMVfWCaBoSavJrSabarrEqCOXUhDGLlkAoEabj6hUAdK4qj8Vdi rsVQB8vaAbn60dNtTck8jP6EfqV8eXGuKo/FXYq7FXYq7FXYq7FXYq7FXxB/zmT/AOTch/7ZVt/y dmxV4VirsVdirsVdirsVdir9Cv8AnG7/AMkl5W/4wTf9RMuKsG1r8lfO93/zk3B59hjtz5a9a2uX uTModfq9mkDRmL7fIvFtQUoRv1xV9B4q7FXYq7FXYq7FXYq+fPz1/JXzv5y/Nnyz5j0WO3fSrOC1 t72WWZY2iNvdyTsxQ/EylJduFTsfbFX0HirsVdirsVdirsVdirsVdirsVdirsVdirsVfOn5/f845 +d/zD88x6/ot9plvZrZQ2pjvZbhJecbyMTSKCZafGP2sVebf9CVfmn/1ddD/AOki8/7JMVd/0JV+ af8A1ddD/wCki8/7JMVd/wBCVfmn/wBXXQ/+ki8/7JMVd/0JV+af/V10P/pIvP8AskxV3/QlX5p/ 9XXQ/wDpIvP+yTFXf9CVfmn/ANXXQ/8ApIvP+yTFXf8AQlX5p/8AV10P/pIvP+yTFX1N+UnlDUvJ 35d6L5a1OWGa+06ORJ5LZnaIl5nkHAusbHZx1UYqy7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq 7FXYq//Z + + + + + + proof:pdf + uuid:65E6390686CF11DBA6E2D887CEACB407 + xmp.did:5FCFF6CD6B2068118083DDCF5AC233CF + uuid:ce683a68-df29-fd49-91a3-fb4d92bfa24e + + xmp.iid:5ECFF6CD6B2068118083DDCF5AC233CF + xmp.did:5ECFF6CD6B2068118083DDCF5AC233CF + uuid:65E6390686CF11DBA6E2D887CEACB407 + proof:pdf + + + + + saved + xmp.iid:FA7F117407206811822AEAA5B991C736 + 2012-09-06T13:08:53-04:00 + Adobe Illustrator CS6 (Macintosh) + / + + + saved + xmp.iid:5FCFF6CD6B2068118083DDCF5AC233CF + 2012-12-10T10:41:19-05:00 + Adobe Illustrator CS6 (Macintosh) + / + + + + + + Web + + + 1 + False + False + + 60.000000 + 56.000000 + Points + + + + Cyan + Magenta + Yellow + Black + + + + + + Default Swatch Group + 0 + + + + White + RGB + PROCESS + 255 + 255 + 255 + + + Black + RGB + PROCESS + 0 + 0 + 0 + + + RGB Red + RGB + PROCESS + 255 + 0 + 0 + + + RGB Yellow + RGB + PROCESS + 255 + 255 + 0 + + + RGB Green + RGB + PROCESS + 0 + 255 + 0 + + + RGB Cyan + RGB + PROCESS + 0 + 255 + 255 + + + RGB Blue + RGB + PROCESS + 0 + 0 + 255 + + + RGB Magenta + RGB + PROCESS + 255 + 0 + 255 + + + R=193 G=39 B=45 + RGB + PROCESS + 193 + 39 + 45 + + + R=237 G=28 B=36 + RGB + PROCESS + 237 + 28 + 36 + + + R=241 G=90 B=36 + RGB + PROCESS + 241 + 90 + 36 + + + R=247 G=147 B=30 + RGB + PROCESS + 247 + 147 + 30 + + + R=251 G=176 B=59 + RGB + PROCESS + 251 + 176 + 59 + + + R=252 G=238 B=33 + RGB + PROCESS + 252 + 238 + 33 + + + R=217 G=224 B=33 + RGB + PROCESS + 217 + 224 + 33 + + + R=140 G=198 B=63 + RGB + PROCESS + 140 + 198 + 63 + + + R=57 G=181 B=74 + RGB + PROCESS + 57 + 181 + 74 + + + R=0 G=146 B=69 + RGB + PROCESS + 0 + 146 + 69 + + + R=0 G=104 B=55 + RGB + PROCESS + 0 + 104 + 55 + + + R=34 G=181 B=115 + RGB + PROCESS + 34 + 181 + 115 + + + R=0 G=169 B=157 + RGB + PROCESS + 0 + 169 + 157 + + + R=41 G=171 B=226 + RGB + PROCESS + 41 + 171 + 226 + + + R=0 G=113 B=188 + RGB + PROCESS + 0 + 113 + 188 + + + R=46 G=49 B=146 + RGB + PROCESS + 46 + 49 + 146 + + + R=27 G=20 B=100 + RGB + PROCESS + 27 + 20 + 100 + + + R=102 G=45 B=145 + RGB + PROCESS + 102 + 45 + 145 + + + R=147 G=39 B=143 + RGB + PROCESS + 147 + 39 + 143 + + + R=158 G=0 B=93 + RGB + PROCESS + 158 + 0 + 93 + + + R=212 G=20 B=90 + RGB + PROCESS + 212 + 20 + 90 + + + R=237 G=30 B=121 + RGB + PROCESS + 237 + 30 + 121 + + + R=199 G=178 B=153 + RGB + PROCESS + 199 + 178 + 153 + + + R=153 G=134 B=117 + RGB + PROCESS + 153 + 134 + 117 + + + R=115 G=99 B=87 + RGB + PROCESS + 115 + 99 + 87 + + + R=83 G=71 B=65 + RGB + PROCESS + 83 + 71 + 65 + + + R=198 G=156 B=109 + RGB + PROCESS + 198 + 156 + 109 + + + R=166 G=124 B=82 + RGB + PROCESS + 166 + 124 + 82 + + + R=140 G=98 B=57 + RGB + PROCESS + 140 + 98 + 57 + + + R=117 G=76 B=36 + RGB + PROCESS + 117 + 76 + 36 + + + R=96 G=56 B=19 + RGB + PROCESS + 96 + 56 + 19 + + + R=66 G=33 B=11 + RGB + PROCESS + 66 + 33 + 11 + + + + + + Grays + 1 + + + + R=0 G=0 B=0 + RGB + PROCESS + 0 + 0 + 0 + + + R=26 G=26 B=26 + RGB + PROCESS + 26 + 26 + 26 + + + R=51 G=51 B=51 + RGB + PROCESS + 51 + 51 + 51 + + + R=77 G=77 B=77 + RGB + PROCESS + 77 + 77 + 77 + + + R=102 G=102 B=102 + RGB + PROCESS + 102 + 102 + 102 + + + R=128 G=128 B=128 + RGB + PROCESS + 128 + 128 + 128 + + + R=153 G=153 B=153 + RGB + PROCESS + 153 + 153 + 153 + + + R=179 G=179 B=179 + RGB + PROCESS + 179 + 179 + 179 + + + R=204 G=204 B=204 + RGB + PROCESS + 204 + 204 + 204 + + + R=230 G=230 B=230 + RGB + PROCESS + 230 + 230 + 230 + + + R=242 G=242 B=242 + RGB + PROCESS + 242 + 242 + 242 + + + + + + Web Color Group + 1 + + + + R=63 G=169 B=245 + RGB + PROCESS + 63 + 169 + 245 + + + R=122 G=201 B=67 + RGB + PROCESS + 122 + 201 + 67 + + + R=255 G=147 B=30 + RGB + PROCESS + 255 + 147 + 30 + + + R=255 G=29 B=37 + RGB + PROCESS + 255 + 29 + 37 + + + R=255 G=123 B=172 + RGB + PROCESS + 255 + 123 + 172 + + + R=189 G=204 B=212 + RGB + PROCESS + 189 + 204 + 212 + + + + + + + + + Adobe PDF library 10.01 + + + + + + + + + + + + + + + + + + + + + + + + + endstream endobj 3 0 obj <> endobj 7 0 obj <>/Resources<>/Properties<>>>/Thumb 168 0 R/TrimBox[0.0 0.0 60.0 56.0]/Type/Page>> endobj 165 0 obj <>stream +H‰TTËnU1 Üç+ò7ŸI¶ĪB >à +º)H-ÿ/1vî=§¨ROÇqlόӇoõáé±×OŸky+½šWïõ‚ÏûÏò£þA(~Þ_ÊÃ×ï½¾ü-o•2DÕ¬u•Uu´Ñêõwfÿ.—Þ„Ví–UŸ ÀKë…pEoàZÅì,¹Ñ˜Q«£!uÄœhq‘©mŽ¼ïÍg[‚ÒÒÖ ¹ùDwi®tžj³!GBk2òT†g:Š]a–Æ*÷Ùy6?‰ ´9H+·f¨ä„úª`UcPÊ1€} ÍÀ“«¥F€“å„ÞŒ7Á[€WÈ^_ψ@ÙÀ-ˆBí&†PÀªIEÁ‘5# à87Œ’wÁã”›óC7Úh3$Û8IÉlr›’).FFÈæðxÀC=pX yb˜#ƒ ‡¥´”1ÁÂ7ï´c4ROÖ¤! ó920m¥ŸwÚJÂ}&?0JŒ&ë `‘<üGCŸ+×,'õž!¯î€îÅæð+`Ï$ÝP$õf² ¯;¾Â é~ kf”¹‰éæè±h(;„'åšïZ~•çÏЫñ‡·$ãè’/j‘XÁ41–JGH‚§I±Sà +%n›Û0BÍü£…”¿&R~®e_Ëqr$ïë×r”|-ÿõ:F¸Ít yûdøå ÿ“žË?›<ß! endstream endobj 168 0 obj <>stream +8;Ue`\B]'l3Wi]-*=SST5_&k8\Fg9!~> endstream endobj 169 0 obj [/Indexed/DeviceRGB 255 170 0 R] endobj 170 0 obj <>stream +8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 +b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` +E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn +6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( +l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> endstream endobj 163 0 obj <> endobj 171 0 obj [/View/Design] endobj 172 0 obj <>>> endobj 167 0 obj <> endobj 166 0 obj <> endobj 173 0 obj <> endobj 174 0 obj <>stream +%!PS-Adobe-3.0 %%Creator: Adobe Illustrator(R) 16.0 %%AI8_CreatorVersion: 16.0.3 %%For: (Dave Gandy) () %%Title: (icon-flag.pdf) %%CreationDate: 1/2/13 12:01 AM %%Canvassize: 16383 %%BoundingBox: -56 -119 188 0 %%HiResBoundingBox: -56 -119 188 0 %%DocumentProcessColors: Cyan Magenta Yellow Black %AI5_FileFormat 12.0 %AI12_BuildNumber: 690 %AI3_ColorUsage: Color %AI7_ImageSettings: 0 %%RGBProcessColor: 0 0 0 ([Registration]) %AI3_Cropmarks: 0 -56 60 0 %AI3_TemplateBox: 7.5 -7.5 7.5 -7.5 %AI3_TileBox: -366 -334 426 278 %AI3_DocumentPreview: None %AI5_ArtSize: 14400 14400 %AI5_RulerUnits: 2 %AI9_ColorModel: 1 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI9_OpenToView: -58.6665 18.333 6 1261 742 18 0 0 134 133 1 1 0 0 1 0 1 1 0 1 %AI5_OpenViewLayers: 7 %%PageOrigin:-393 -307 %AI7_GridSettings: 4 4 4 4 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %%EndComments endstream endobj 175 0 obj <>stream +%%BoundingBox: -56 -119 188 0 %%HiResBoundingBox: -56 -119 188 0 %AI7_Thumbnail: 128 64 8 %%BeginData: 5936 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45FDA0FFA8FD41FF7D527DFD3AFF27F827FD1EFFA8F8277DFD1DFF7D %F8F8F827FD38FF52F8F8F852FD07FFA8FD15FFFD04F8A8FD09FFA8FD12FF %FD05F87DFD37FF52F8F8F852FD04FFA87DFD0427527DA8FD08FF7D277DFD %05FFFD04F8A8FD05FFA85252272727527DFD09FFA85227FFFFFFFD05F87D %FD04FFA87D52522727277DA8FD09FF7D2752FD1EFF7DF8F8F87DFFFF7DFD %0AF8277DFD04FF7D27F8F8F8FD05FF52F8F827FFFFFFA85227FD09F8527D %FD04FFA852F8F8F852FFFF52FD04F8A8FFFF7D27FD0AF87DA8FFFFFFA87D %27F8F8F8FF27527DFD1BFF52F852FF7D27FD0DF8275252FD05F827FD06FF %F8F87DFFFF52FD0EF827522727FD05F87DFFFFFF52F827A8FF7D27FD0EF8 %27522727FD09F8A8FD05FFA8A8A8FD12FF52F87D7DFD18F8FD05FFA8F8F8 %A8FF52FD18F852FFFFFF52F827FFA8FD1DF8A8FFFFA87D2727F827F8527D %FD06FFA85252FD06FF52F8527DFD17F827FD06FFF8F8A8FF27FD18F87DFF %FFFF7DF852FFA8FD19F827F8F827A8A827FD0AF87DA8A87D52F8F8F8A8FD %05FF52F87D7DFD17F827FD05FFA8F8F8A8FF27FD18F852FFFFFF52F827FF %7DFD19F8FFF8F8A87DFD14F87DFD05FF52F8527DFD17F827FD06FFF8F8A8 %FF27FD18F87DFFFFFF7DF852FFA8FD19F8FFF8F8A827FD14F8A8FD05FF52 %F85252FD18F8FD05FFA8F8F8A8FF27FD18F852FFFFFF52F827FF7DFD19F8 %FFF8F87D27FD14F87DFD05FF52F8527DFD17F827FD06FFF8F8A8FF27FD18 %F87DFFFFFF7DF852FFA8FD19F8A8F8F8A827FD14F8A8FD05FF52F87D52FD %18F8FD05FFA8F8F8A8FF27FD18F852FFFFFF52F827FF7DFD19F8FFF8F87D %52FD14F8A8FD05FF52F8527DFD17F827FD06FFF8F87DFF27FD18F87DFFFF %FF7DF852FFA8FD19F8A8F8F8A827FD14F8A8FD05FF52F87D52FD18F8FD05 %FFA8F8F8A8FF27FD18F852FFFFFF52F827FF7DFD19F8FFF8F87D52FD14F8 %A8FD05FF52F8527DFD17F827FD06FFF8F8A8FF27FD18F87DFFFFFF7DF852 %FFA8FD19F8A8F8F8A827FD14F8A8FD05FF52F87D7DFD18F8FD05FFA8F8F8 %A8FF27FD18F852FFFFFF52F827FF7DFD19F8FFF8F87D27FD14F87DFD05FF %52F8527DFD06F82752527D2727FD0BF8A8FD06FFF8F8A8FF27FD05F82752 %527D5227FD0DF8FD04FF7DF852FFA8FD06F82752527D2727FD0CF852A8F8 %F8A827FD14F8A8FD05FF52F87D52F8F8F8277DA8FD05FFA87DFD08F852A8 %FD06FFA8F8F8A8FF27F8F8F8527DFD06FFA85227FD07F8277DFD05FF52F8 %27FF7DFD04F87DA8FD05FFA8A827FD08F8527DFFFFF8F87D27FD05F85252 %5227FD0AF827FD06FF52F852FFF852A8FD0BFF7D522752527DA8FD09FFF8 %F8A8FF52F852FD0CFF7D2752275252A8FD07FF7DF852FFFF27277DFD0BFF %A87D2752277D7DFD04FFA8F8F8A827F8F8277DFD05FF7D52FD07F87DFD07 %FF52F852FD1EFFA8F8F8A8FFFFA8FD1BFF52F827FD1CFFF8F8A8A8277DFD %09FFA85252527DA8FD09FF52F852FD1FFFF8F87DFD1EFF7DF852FD1BFFA8 %F8F8A8FD1BFF52F852FD1EFFA8F8F8A8FD1EFF52F827FD1CFFF8F87DFD1B %FF52F852FD1FFFF8F87DFD1EFF7DF852FD1BFFA8F8F8A8FD1BFF52F852FD %1EFFA8F8F8A8FD1EFF52F827FD1CFFF8F8A8FD1BFF52F852FD1FFFF8F8A8 %FD1EFF7DF852FD1CFFA87DFD1DFF7DA8FD1FFFA87DFD1FFFA87DA8FDFCFF %FDFCFFFDC0FF52FD1EF827FFFFFFA87D52FD1EFFA8527DFD39FF52FD1EF8 %27FFFFFF52F8F827FD1CFFA8F8F8F87DFD38FF52FD1FF8FFFFFFFD04F87D %FD05FFA8A87D7D7DA8FD0AFFA87DFD04FF52F8F8F827FD05FFA8A87D7D7D %A8A8FD09FFA87DA8FD20FF52FD1EF827FFFFFF27F8F8F8FFFFFFA87D27FD %06F82752FD07FF52F8F8A8FFFFFF7DF8F8F852FFFFFFA82727FD05F82727 %A8FD06FF7D27F827FD20FF52FD1EF827FFFFFF7DF8F87DFFA827FD0CF852 %7DA87D52FD04F87DFD04FF52F827FFFF5227FD0BF8277DA87D7D27FD04F8 %FD20FF52FD1EF827FD04FFF8F8A8A8FD17F87DFD04FF7DF827FF27FD16F8 %27FD20FF52FD1FF8FFFFFFA8F8F8A827FD17F87DFD04FF7DF8527DFD18F8 %FD20FF52FD1EF827FD04FFF8F87D52FD17F8A8FD04FF52F852A8FD17F827 %FD20FF52FD1FF8FFFFFFA8F8F8A827FD17F87DFD04FF7DF8527DFD18F8FD %20FF52FD1EF827FD04FFF8F87D27FD17F87DFD04FF52F8527DFD17F827FD %20FF52FD1FF8FFFFFFA8F8F8A827FD17F87DFD04FF7DF8527DFD18F8FD20 %FF52FD1EF827FD04FFF8F87D27FD17F87DFD04FF52F852A8FD17F827FD20 %FF52FD1EF827FFFFFFA8F8F8A827FD17F87DFD04FF7DF8527DFD17F827FD %20FF52FD1EF827FD04FFF8F87D52FD17F87DFD04FF52F852A8FD17F827FD %20FF52FD1FF8FFFFFFA8F8F8A827FD17F87DFD04FF7DF8527DFD18F8FD20 %FF52FD1EF827FD04FFF8F87D52FD17F87DFD04FF52F852A8FD17F827FD20 %FF52FD1FF8FFFFFFA8F8F8A827FD08F827FD0EF87DFD04FF7DF8527DFD08 %F827FD0EF827FD20FF52FD1EF827FD04FFF8F87D27FD04F8277DA8FFFFFF %7D52FD09F8277DFD05FF52F8527DFD05F8527DFFFFFFA87D27FD09F827FD %21FF52FD1FF8FFFFFFA8F8F8A827F8F87DA8FD08FFA852FD05F8277DA8FD %06FF7DF8527DF8F8277DFD09FF7D27FD05F852A8FD22FF52FD1EF827FD04 %FFF8F8A8FF52FD0EFFA87DA8FD0AFF52F827FF7DA8FD0EFF7DA8A8FD25FF %52FD1EF827FFFFFFA8F8F8A8FD1DFF7DF852FD39FF52FD1EF827FD04FFF8 %F87DFD1DFF52F827FD39FF52FD1FF8FFFFFFA8F8F8A8FD1DFF7DF827FD39 %FF52FD1EF827FD04FFF8F87DFD1DFF52F827FD39FF52FD1FF8FFFFFFA8F8 %F8A8FD1DFF7DF827FD39FF52FD1EF827FD04FF2727A8FD1DFF7D2752FD39 %FF52FD1FF8FD60FF52FD1EF827FD60FF52FD1FF8FD60FF7D7D527D527D52 %7D527D527D527D527D527D527D527D527D527D527D527D527DFD5FFFA8FD %62FFFF %%EndData endstream endobj 176 0 obj <>stream +H‰TA1 …AþC.#Á¡VÛq|\Ð"!U‚nhCA‚M+ÿ;Óî.§ñû&Ïy/ØÌ2ŠAo†yg [ÆFPP›3Æü2ë¦â¬µ¼w&@¢ìÌ…ÈêNnƒ¶Øա׎äsB%h;ý â–Ûñiºó*ý`,»—¯ endstream endobj 177 0 obj <>stream +H‰ÌWkoܸýüê‡ñ{%Q”(£( ê‘Èð½)ŠEa(ÅVw, 4ãdÓ_ßÃKJ¢ÆãGÐÌH"©Kòžûâ«¿œ]g«þssÌO|½z•M½ë‡SZ½·ëõýv7è¦×çG^Ÿø”½•Wvà§fض}wJ]'•þúuQm¼7u·ú~ä½>Bóe»[7èh¯ûîø˺¾9Ù¬¾3BDQïÐüþp/OýÀËÞëþºûZo·ítoÌ¥žCõ÷ݪínTÿÇ©w,bï8R/ÒÓËû{{ÞlŸRô×÷wM·;úëf»Íûu?lO½ü{ÝyïëôÔÞ?›õºÿæ©u}ý;ÞÅUÕ®lï®ÞaZÙÛ ¼R÷ízõáþîsƒÇ)5ó+ùë² V?ëæäêíZ.šÝKÄz-ço”» 4^ÿvÞÜ´¤|hç_GVìÐoîêáwý-m+ö=;ães·YC‰´ãäDxÇúo|°c°£C%œG^Æ^˜HÓ?ë¥ùÚ6ßN½}טÍgÃîÂE¾oþMÏùýº~íÚê¦Ôìþ}¿jÖ?}_öí¸¿`þ7.ëá¦Ùº~}¿#›’ã Ðî»ú{£) +Ì7MwÙ¢5 yDZ»'œs/;qà%Qˆ3 ö 'pf5ÏvqZœ6Î’€—30õqhoÚîô˜§ÚòC⛡]ÍF$úD:¿tü™5cû»]ÓÙ=Àrò÷Ž%ø'ï/0kÙ­òþNs°Õ†è`ëþÆôMÏÔƒÏï7fô~ºÎ†¶Ó2Ùê‘Wgë{t½úûÍÛîKÏ^×þÔ\ÃÁèÊûøùßx£’uz—C} xŸÆœÔíæèIqØÜÐx¦_Òëxþë¢ù¿š?7­e÷µY÷GìÔ‚Èâý£6Ï‹>[×]=xÔ>I~×"<ÕÐÔ,{n{PXÉÊ¡OhÈÞO pº^0Q½»EjºÕv’m^— 7mÏË»¸Ö68xj¸ßÞz—}¿žÄ.»&鶙ZõøŸcŽ3ú ûØ=œÉØŸ Q觛£Ÿ?³ô¼^¯Û›¡Þׇܶ&8Ð?Ídú~Ä°¾ß}î×íön¶'§å¬víõº¹ø¾Ý5w/&×+W-‚Ü#nü䘋oõîúö]ûy¨‡¶yÒû4_ÚnÛ¿¸owͬ þn£Kïâ¶Þ4´ÝmE#/&â +¡ß îÇÇODý öTçô¿êU‹„‚êëM¿^5w®Ã;[¼!}%žZ±ß˜o"ïÕ•Ø_™¿{p‹ÈBÐoD¬ 7Éé§ d[J¿b~5b±0÷ +pÑ€Ñ- b ¡»t.jB>A0¾ /%5AåÂU-n¼¸ƒÈc fnaâ@†)`þ3Ê€ýí—±É|F«3·›è’ «.»Ðwͪ\ð›: ãŸYªG²ÕD³¹k–K—mü›Ë?ÈuÈDsðªïšYÍqLÄr²Çpf±ä\ê[I(öX'åÄáÌ™†!i¤,µd f9Ò\å¡´¨4FÏÒ›q¹ ˆ¥È*^’B9IEº ió1m/¥­´âÀ®0&“ÁÍ«ç QLG<æ ])W@Á+°D<Š"%‘ŒÒ(‹TTDeTA‘¡à"±HD*2¡D.JQ1,(€•F±@•.ã4ÎbçqW°…jˆ‘ĉLÒD%yR$ì$¡Œ¤±Ld*3©d!KYÁ^B–ò4J!'•išª4OË´‚ÑÏ¢Ldq&³4Ë2äY‘•dI!6)¡%UŠ.¥rUª +Ö0Ò6Ï£\äX@žæY®ò¬ËŽp •êMHHaTÀ˜™Rhse}™ _ê,$È{ÇLds‘NEÈ6(hnï¦dÃÊätǧt§“]¦'¤§ŠÛ4«*J*[8ˆ©tÈ\µk-è:ͯŒH¼P1WЫöã+cBœ²(õÓÎi׆†Œª’’/˜¥’0˜ŠSá™ÂÇTr9â%D¶È6Û«f[%Ó±‚D‚f1$„´a>>¨ ³d—(CÒ¢X Jƒù ÈöªƒQÂ&€1â¸1g6•9‡bQñp´ŒFÏÅ"£ú=oüŸQMåïˆù #GœÄ{ ÄâddOKÌ>Œ—)ÈgÔålÌ1Ómªô Š-v9UÐã¡@ßÓ=È=̇Hó³ñ˜9!zþáØ‹-NºtÚãÜ"mº8ÁìáËÀFd }r<÷1{ œ¿ó‘R¸`ËW{uŸ‚?2 +æ‡/Ä!{áÀ_ìù!?výiǼL55êXf¦Â2®(fj?O­OþÎàÞÂqqsqÇü÷½y¬PGïuV?Î,zkb!­ŸÆÖ5õ“qIýÆ]eÏ{&žüÉ/+J)ÝqtÈ‚M>XÂñfTÝqvÈ}ç4·'vÀ?µGÎoÆåì©]tzgå©Oùïž{j?~¤ëÇ}ø)?þÿ»ÝŸ.ðP‰êž~žL=òðü3V!(7ê ]m¤öäÛz#œN?•Sq$‹Š#tN@ùy/—^¹+ÿ‚þ³`olö“F6|^e¡¥B+8B`-dg‘Ÿ:ušd“óÐõ•4¤f†}9Ý}ê|… Äd$i’Ô0i’´æ ¼å Wr$¡)h`ÊÈA±ó†QȲ8$ +I†2’f!IC­¦!æ¡©ä¡y(3I"粦„¢… Wb‘#‰F™ÑH‘g8²,¥… idB’Œ$))á¯ÊW„ ‚’£ZD% K—&Ä% L™$4IlJ>08Itrtª†ñi°‰•· ¹ »%ò[”ï;9,ùiwqaZ]‹Ò”Ì2”țͩo¨«b,uâÕ‘k®‰d˜Ð#÷yä:•ÓÈé™×<ñ˜ƒ©c1O=厓|ÍBÌsßx…eœ¬ÁÔ.ñfk¨êý‘1¼Òn+ÿq?×ÿ©Ž±° 0FB¬.E¦Ý45 ¤…²P…З#‹0Y¡uÀ×Å>aO/ KÎrÞ^ñeÐ_OQŒ3öBƒ¬Ú’}@HAÉê—#ªtfsi[-ÈOP4K“!Ÿv±¯Š‘L(‘…|dµNè“àÛ€G¹Ð¦–k+A£!Gƒñ(ZX»'St‚›K`Ì +G‚D`a<Ë; º@º¸ÖÄ*\ÈqÖ€ã[ò¼HßÇ>‘ô厞ì/7±\e; +ZWr¯ÌR——ç1þŒÜ…l12cL¬oÙ©«í®†»íj±«µª­G5›•îºZçnš»Wî¹{cíˆôÂÊÞ·;Þ‘¸js;fÅT>v´®“YÝ!Ÿ[?ª˜æ>·¼æ«Ã·#^¾šK¶WäÀøp¸ó÷d¬«©óZI·-¾‰{®(ËÜz\¤Ð–[bw‘/è íÕ5Áoì›âÓ4H¦!â[ Š<Ê}9§ØyŽÕùÐtYÞƒ)ú€‹VζË]ØÊþPßi<}¶ØÀPe¬`›x_†ëXˆˆYÇoá¨2Ö-t‡±BÓtÕ³}ŸñÞ¾Šmºfç:)‡Ô}ãRžG»³SË“wÝ~þh›¿„Q†É¼ë æÏ/?ùÇ˧ŸÿÔ7†¿}ú¼¾õÓ凿ùç¿>½ühÖ Š‚y‘"ÄÅhÑ'e]›RÄ{ÿñœ^ùXVþP¶åŽËzŸq½ãRî(eŠ¶MSý¤7ܬöÚeš|¼:'Ûû øxÿ_™æ÷ÿþ/æX^q£× þÛÚ–ÒuÚÒo´Ïh‡Ñ΢ E‰¶[š…vv’z’Ø…ˆÐõ¢Á(° "a 'Ìì_ú¾öü}wè'Ù쇅ÚÆSAè¥É éÅ ö6(ˋ锿e{; CËOS<œ‡|vØ“ÚMŽ*‚!ùéåT-° +‡i™™˜Fá€PŽà,0à t©Y[ƒö*S?1ñ |NÌûú1˜&a”Îq`;4è§3 BfªÃœ%S=9p”íÌê ìAA=°+wioqYAH1H!(~ú#çÂ:–”£„£t£L3däac ±ŽôšI® V2«ðj« +§ +Ÿ +̃ éˆÍÖCás7-œT™V,ß$‰¥ì±¤²½cZÅn­ Pff¢±z!Pl ¬€Ì+ÖÈqÕð5>i=)X’€ é`\÷,@ª 30`vؼê½-þnÔ™ñl#ž°ÇsfÀrLº£02+3äÈ„–³Ã&Î¥€dO°ÌÄÌHèôœý–+ÑŠæz¥Z²à†gºõ¸Ï‘'ZfŠ5U&‹Èt‘˜0$cHÊœ!IYÃ+Ž=r t`ÕdÝ4whòسÓJ]ÒGËÕ”ü! $†Ì²ÆéENa¤dYzÍ#“æ‘5‘˜S$‘=Ñq_ŒŒ$ÓIZF¯‘„f³'’‘‰d 5%¸*¤F†‘‰aD¢ˆ­rˆ¯rˆd-…aù*†Ü‘P‚£È–Cf&õ!e~F îà¹zçÞõ¼]ß]ônÃaø–ÏåjY¯ê³\iAëѲ¨äµ5ëÎŽgw8»ÃÙûõ¼Ò + TdÅ /K8—W9ëkÇ×מ徿Š—‹F¾ª%ÀŒ<$1f¦=ë#»¶¥å{\ž#ÎâÎûFÎìÉ©mO²†Fj·.:Ü^jè¾(—s™qÇ ¼ÉÏ{ gýÎõ±ãÜÜcøæþ¡¥¡­mé¶E[Õª–ý“×æð_ß>ü¯>Ÿ¯ë÷Äc½ÙÞ +Õ«œÃv½ÿÿÞ§îp'ÜÿãCìƒÈ»êòä·Aƒ9ý̵-¬Wm5«û ï‹Ð°HWÇÍÑÕÕûâìûçêïêðâñ«ËŸ_ž=ÞÐz6zmõÒìµÝ{úJËí/M_Ú¾6~iýrt„¦D³Rp† °’ÀÚö´ñ­­ok~[û[ ´ÀÌ&ˆ6hJ¬;aÝ K7$9% ÿôöùé{ô$I[Asñh4-ì£Aë™Ñ‚F¶£œÑ"zGãja7 Ú,"سée|«u Ö_îµ6ûåÊ•üÔìá™Õ·Ú¸?Æ·ħA+qŽó\—£\ ÏfDZ²üKr?.:Ý2Lw ¡Á×÷Çùæ‘ð<ÃdÞõ¿„óç—Ÿ¿üãåÓÇÏêÃÇß>}^ßúéòÃûÿüþûÇ/?šõCay_dóÕä·YMUÂ"‘’°ƒì*Ž¥v(Ž[Ø~ÅóÂW¼C§”W6µMœPXEXÆ=#Žœ6VV{žØ&g¶ËÇ™30u„MEÂ9»Šˆ‡ÒÊæ5y"{ZR\»¥OÇô) 9Ñxæ?O<ñÅçÙý‡µ?o*ö]`¯Õ¸nP•QC0L«‰ŠŒ«YU¥K…ÒÃÖŒW;ŒeÍf)¡•Û6íGÚ”7õ›†]&Ž•6,CUJM%{«Ä¹3Éo +Ýù¤îŽz“ú4=ѲÊì—Gåæ/‹Ùèé[Uç7[ê×—ºM¬X­Ö­J!)QǼ«‘¶/åȶ(¥hJ ŒŸZpËììWKoä6üýæb ¹|ŠT‹žAÎAN9 ØXì!>lòÿñUw“zÌȳcÇø°ÀZ…D‰dWuռɗQRe. RæÌ ¦„Êà– +'æ{dÔ½Cͳon°Í\àì’†RÈs)`Ïæ[jT«²sÞ7#WàTjÌIEÜ¡åÁ{Ý×ý〜<7DÔ4W ­XÀA ÇL,m˜)φyÖ wdɽ˜Rîæ5±lNLO* +9Øî±÷ã£O8¬;XFQK+zÅÃÊÀf&qvb7Ê’öªì—àaÕÑŠ·e—ë †—­/³^™—ä_*n™?“_­Ž—ŠZ18oµâ¢¶jÐe¯H´IÅC ¬‹¦^eõ0ÕרÓQZ¤b›&£i¤º-ÕÐj˪u«–®½ÕVg¸zÆ;¹:²õØxÔ­o=s´;ÇKÎøÒC¿ä»ãríҤǷ,6dÙóóÁ³àå­ã<Ã5Ä¥‡È[D‡õµ~Ãêú‹¥ß˜v±è«¯Æ{õØ«›^½sµÊ«5ÞXaÚXßÕì®1q×hx ·yâàe<Œ‚g9°$A:ˆ‚û0¸ƒû@(‘PP›]¤%®Ñ°†ÃK@,qÞÅi CÕwëÑ.È ÖÞµ¶á¸ ¬ ’+×té6Ón³æ&q®Ø&1ÙOÚd˜a‡þÝŽŽL"§{vn ¹‚ÅÑzz†ðjH£Ö¿¤ ‡Gao'¼MÂ× LµÂÐIˆY)™…ŠQ(Èä3Bº±p­#¡Xb…B(+4š„9Ê™VxÒvxáƒ)$¥èµØQ⤕-å¬%l¤`µLûR‘¹Tך–-Å3•ÊèËŽËþ¦²?º ®µÜR¡Y,6£Ð¸GUóÖgéÁÛ Fœ½ wjucaIßKùsUdiîl¢¸DnùNÌ$,ä•Œ¥gÒògs½°ƒMâm#ÁF±^¬°e‹!âËòÇzÅ ÇTgvñDøóÔƒ7âÈÕž³UçLb Æ°—´É±à±*©R01¹¼²€?ZíF>8Jh¬° bïTzJ±ª§Š‹Ž¼–š&µÑêê5I”â=Iö)iªd¢ï–öWÛu‘h·hiÕ·UM\K%~µš4Ä Â~ 5šûÃ^ÀÃΗ ‹KÓ[‡ÓÝCÿ•þ"sRXÿæä2.à÷?èîáÅßûøÙûh2ÂNZ6´­Ü‰«© ‰O¬å³ò\Äf;ò[žÆ{û‘îºßãÃôüøÛ×O_žžÿÕ ýÓç/ÏõÒ/§Ÿþ|~þô÷Óãés¹t²?ÓÑE¼×úG,ÇYÚfkÖд1 ÅÏg9#!g´KÒ±È3öТIÎH%cŒ%eX”nØdŒÁ‰Yò…}"È”@- #8ã[+‹’+Úm<ÒO®é<$Õç 4ïbÒùzÒHZT¬/Q)IX:Ÿ†+Y§ÒMÆÑ:ŸÛ?¸/<-k½]íÝzSYp»ûÜm²»ü\ýØÃÏ žÖåëúÊ–w­áõb*3•vwÙê¶nÛæÖ&'-n×ßÐÝHÚ›4·×÷è~õ¯úyïCŠÒuïÐô=ÿEa%Ö2s/Í9œ +â; u´¢¢rezwí¿)¨1‡ŠË:îTÔ «“ðy-ÁÝVxË +Ãdm@Óž) +‚z¡fJNBGfb +A¡¢€,?x™ŠaÑLL‚!ê`FX¥¶É¢ic9a© V³5 ÁMpa–;aeÙºDXµ,¶­ƒ`å&¢{+^ÀÃä¨ón`ÔøÆV\!gN ì9XÌÄYCò§vjh4Äh¨Ñ£¡§Æ 5[Ô£Ä'ÎQ5TÕ5í°„±Ï +ì1hIu+ü! ˆ{ÐÙ…æ&¤—A/þ”ßzÅÍáïtÛm·ãcÀƒ—P]X³¨ˆz/'N@•¤Gûg·Å­?Â¥pÓ¤á¯&+ûŽPØcö#ÜÞ;U8++á‚mU×;Tó€Ì4‰¾T…Ø"p±ÊôЙTj 6,5~›„4× +Ç‹äèf"<,=~Qp¬>E¨T"‹ÐX…H¤ÈˆÙOX’VQbYªÈztT”¥®ë°`,˜Ì"af²¨Û䥢o{„/ ZHEnF^AÛÿ¹ íuзnx-nðæƒn¿õ‡ð%áL1‰~¨É(ê¡x»¸‘Nü'úQ"±)AJàŒ ¶$K6ã\Æú±Ä²U?â,êáý¸¢ UCTErQ‘þ›*RuJBELº’L‚s-Yõ„ÅïTEuÊBa©ÇZ£{]w˜. êB"ó’ظp¦8t£}KŽе߀«÷&| øpUw<® h œÀ ‚¨FÄK P'¦&ÈXK¢d¡hY Þp²‹ž9è;¢,Š6,®È•œÕ¨®±-ªÆˆ kÞ( O¸£yqGêÆþˆËšÕmu³<Žä¯$¢ÁXÔlòUcMKÃZhÙ ZÆÄŠEÉ` –™AÁ*R¥Ò¤¢$P‘!‘–¢ U!*Éë^V½*¹j S£†'’µæ¤mÚ¦›} 97­›ƒä¿ã¦c æ* îf„[@·Ý64·‚n¿õ‡PdžçqîÑñÒg?ÛižFìx DÎŽó8¢2Zôéf £Í0ãУ¶3 ƒl?£H”TÛ'½ +Óö¦›PÁ=ÌN†Ž¨w®iÐ]Gð¢C2èÑÓ=:½A÷Ÿ@¬Þ …GH ]ùÁM8‹ ¼ìá7Z1Ë^ÄÓØdàP&zjw xÕP:ê;H€‰˜ìζtà+3;A1ø¢ Jb£aMAêÂ|Qd˜ŽÐµe7O•xTQ¡€œæƒ#Ø-Hk¡Ç²VA±X¡)7~ +”$`U’wzÅëáä­@$ÖÍ‚I0T6õUZªaÊ Ä·‘üiÄ Â~‡óî ùc.aç0]ÅHè ·b¸tÛm¶¿tû­?Ì€ +ò¡  +òýòóûðCA>äCA¾_~~ÿBAÂéî¡ÿJ¦À +^}ñ/2÷É…lÛ“¹ošÐ&Ï'5ÆWRŠQN¬‰9»ƒ9mNÍ)š“5†GýƒîÞyÔþ²'4'ëOÑÞhX}×Á/õ~¼?4öÞâ8ùpßØvÏß±>aÔèš“3÷Þµéàùó;–çSÒI˜ýCëeÜÙt×ý¦çÇß¾~züòôü¯^èŸ>y®—~9ýôçó󧿟OŸË%,û™Ž/chê±Á¿Ú„bZ0î0| Ò±ÐTÎ1¼:L/ØíäsÈ0Sƒ> ùn2è•hžè—h2#þ¸V¤sÈ0Æ,ä>˜h“€lZ z`Œ ¦s|wÃjcßu÷ê.ëΗZЭØïÏnoõ†¼Ù‡õ”°Ž«Üaüë?ã ö$`ov_ S‚YdÌ)r·æ†e̻ܰ2ßdUšä£Í¢=&Ä'9XßòCkÜÁ‰;Ù#{·!At ³2¼’kÐàqÒÛ2Sžsš3?¿~ÎÛž×w¿ËTÞ}mþ£ + ÈŸ«ògôX‰¥ÔªÄê…P“5hv2ÚÆ&‹Þe;´Ú¾g²3,–ÅB{xµH®©Ë®­”]ÇwâÃ}+uÇBÝÉÌx›¾ýæîÚûñÚk£Ïb?n(ãîæCuJÝh +™C(B‡,’‘Fö;íà RÉi Ý”‘MVÕµEwGÑÜN´6ÂJ„}÷5ãÜ>z‡ìó7È8Þpmô—Æ?}?>éÆf¯*™[ö‘6œÿPšþ9Qv×þS­û£Z÷»ZG¡qý8„ÎO‘ƒYÿ?öËe7rã +ÃOPï d#°îUF€× ë «, c^dNÞùΩ"›­îžØ’ÆZØü¡Õ"‹U¬sþKžHwdDaí©KB Zb5ÏH` +siÎäKr"‚À…fžÑTÞ༩àHp$,‰hd:ö"«¸î€èÞ„MâœÆ:§/jÜ“ÐW€•8å‘ ép›dE~,1I²cTÈ‘%W⥬…ù8‰ôU­A4I#ÑT*—°*ê¾i…Zå|çÊ+@Çä(•«+3ò%QÒ-‚ÂPHeUËÀ‹àʼnã¨EÆ/I²«!J¢” g =˜·Lmésgž?1‹ªó)Ì‹ä/Vì/®Wªõ~·±'vÙا…›Ø¼Êì3¯+²±ž-¶H(ðEm§T­ +=¡M?øS\x£pêå8¾ênÕ"î†ÈÞZŸÓq'l• +Nþ®Þüš›ÞÖgån£é´°wÚèÇ(ä‘Ú”ºSsº¥fr»«ÒÍ/›05%&¥æ):郤…H}iYÊÝR¤Í(S…«Tc¿ÍÞܺßÌ¡7Ðlžf“µ±¤©¼6Ð$]£ýÒ:¥=A;Szt[XééÒC 9¤C>8ddð›_“.ÖUÞCQh?)%øL^á¶C\"­5ªœ EÌjO—D!&'(Ùëê’vQ»ìr!—*° +q¦[¥a5r\˜®1J6n²ÒM<ÑÚîÄ/ψwŸäö'é³ÚÓöçO»0›9=ëBný‰Jpm ˆ9  'ʼ_?YÞáÂ+«Ì)ðìgÍŒžÒ3ÄÊš2L衾Ê«U¤¸¬›vªRu‘Ú³èñB-ŽÔdÒb°úÜûÎj7V,wB–·º Ëc½óÞ}‚u+¯dB°¿ú +d© o(¥HIeJ«òæ& +m¡à6DH$ˆ¾ø>÷h'åe°héPDZNV‹Ëή Mšj5Ú_tÚ¤Ööè¿Ö­3Cw ±»Ô;¹t7Ò8‹ +NAi+WÌ*Ág¼åÍ—ÌÉêŒöÄõíi‘¾wÖ¾ÐÔ{¼œ—Ûfætn2»¨³ËjÎó{DÐ/)ZghŽ-XŽ9^f9³¼g¼ÌVgvÆ$E¡%áµ +wHl” ÞhJWƒ…ñ,2³¸¹¬,Æ3y™ö\Wfæ˜Gâ½LlýÆ.{v4³”I|$ÒÁ!mfu|Ý牿W'6NÌÛ¨YC|˜oQå£Ïï{Àë|ÖàÌñGs¾{Ä»Ž}— Øþ7ÝRc|‘4«9EÍò"jæ«ÚÑ£Ê_ÌÍñ› øåhp›œaúÉm09Ç–sœ9RÎÍ[ÔTdøh1©E¦æxD-Z¤"\éTÚ!Á‹FÇJ²X4©šÚf£r³ÚM'jiuOÈâH4FBàŒ0­ncâ†$ÅcDb‚?¿± §„ .»5gTmcEŠR%’ÎqeeîJPñ³­¹Iʇ»â· ø ;<@Oæ&‚܆•ë0sÊ9§ôs$"s¨Ëššæ4‡Ý”¨Å,ô©•(—¤1Q´]E$e¼b}‰q£FºY=Ì*Q:´ý¹wQǽAeBqT¼ ´AÝ «T£/—¨ò/3<— #…§áÚ +Ñ> Ï!@X™ÚËÅøäžìSzÊå¹8Ÿrx¶1{ææ›ïÞ:ÌôfW‹çÒÁº”¢œxkcmãøêlâ¤ðCÿëúXÖ?…ü -_&óæ‘t>¿nI%?¹ðœ¯æñêx>µüÍø÷øÝúùÓß~þþÓO?|þoûbúáÇŸ>ï_}ûô§~þüý¿øôôcÿê)þÙÜû’'»§é›þs¥W»Z½Ô«¦Xþ¤Y¢Zc×­µ+—í2ÈWÄg˜PlÄ0‹Š­ªc"¡.zÔLô, !_¯íFaè6`ÿtýól ü•Åò/ÿ6WÖ ¨ ‡;›1\˜-5Wb¯4vM˜Q¥dÉA3¤äÇ©ÇÜCc‹Œ{`”¸xÑ´¸ó",ž50ŒVCãJÏ0ÿ¨ïc³²n +9´§•Y1¢¶r¥¥K“$Í:Q¡a…Æ÷´?0Êjn– ´ÑäP®QfU—/fÓž¹¤S¤|Wr®½xÓ@9éŸÿ±_®½•GþóæK$@0ô}º‰iÎe„‚X)Š,kׇ]{å5BûïóTwÏÍ>ö‚òi=ÚõqŸ©¾ÕSUo9Ú—º_¯Z¼¸Àÿ.Æ9î4!a´X*åL_-£wI‰er^¥¸¶\-ú¶ïköd°ÙM´åš-UÛBG©ÜZb®ßБkø>W©±›©°¸ZF¤x”ªÁ‹M.¹P¬ÊĺDHyˆ¹<ÔÚù"u–•:KK›ƒQf@¼ FüÀb»\¹¨Ý«DûfáiƒÏüô(—Ø Cå,RäaEšEI­*0*‚JªÖX#Nb.£/ðƒ’Ÿ˜%˜H"8rH$IJ¢¸•H'€—SI Ý!¬ä•üˆÞ +¢¾D˜ä(e:wWcŽYwŸåÜ%žXôY úu#Áv äîÆaL,Ôaô£íh$s$r9îúo.G™Î¡uÈÁTsHóöIäAE!iaØ¥>ĸT £‘ˆê ŧÃî¬sÜa§”Kj¥íÃl´GØž ¸·1z¯H éT¤1ºŽ´¹í4¹&”„ß×pÈMí^móLmïBm줭ÛOÝR þ”Ÿ¹Ò¼!mçY;N´MðŽ¹Zä?îó³Ë“yY"æed¡óyAYÒæeeaý0÷¿u&ÝPøNÖBaHççpç¾/¶ú“’©÷ÙR3[§é:R¾Ç³t­ø2zK˜®gÑ.ẫéM^Š¸Z9=©ÝL×»'ûÝfx¡{ÞóÉrƒðùìû¦ù÷w¢âÍRúYMéÛFFÒ¹»€Yë2¢BJñšfgÖcûçâä½ç‚|#b)›±·‰Žÿs}õi»{~ùôÂbóçïÄÃé\{>öëXN¤©­ÈÃ6DoZô ý°«ÎcÛu˜&·¥ám³U“õŒAË8” ¹1d s@F‘0 #& "’Aä˾?4¨‰‘øÑYcXô†ÃEA# I²Cœ* Ç-è,`,RFÔU@|Èk ¹#¢1 HÄ<Œ\Mg§=°ÒAÑ*x† êIä-„<ò“E#Å>«÷ÜH¶ß)‘šElÁi²è´UxŠôôU~Ší«:=ÃüäŸ&+Ó¢NËS‘ÝXžó g›Ã†‰CM; O³bãT§ú©K] yÐ¥6¥M=CŠË•XaÙU<θ@#âé+Ü ³ø=JÒzÄÎDOå'ËÑÎÙ +5+† +E G§HêgšRæ¢%\Aª™™Ò+® +Y […®Âך°aÅY}š Üú9lŸ7Ga·”³õg“#šU’Xƒ œ¡`pgš L˜ŠÁÁ`¡`0ð(L0L©dJ&㇒OhdBîjbFbâ¸BÏP,X„ŠÅŠC3S±¤5cñ ¿ÂcAdJ³¢eKLeæOVÏåçÿ8¡^=¦>¶>‹ô 7Ù­9‘ÜNô5§ È’Ï +Ä‚pXð-…îÐØc­r¬à*YkÌËiÄQ‚ç˜6´‡øÓça.AÚÆ,dõ15t„ /=”ìÓ‘½ðãŽ0É¿–ì×ÏNòý^Ѩ:ØîÉ/¥`O;{$kZ\×=É*‘vh¦Úi<*”[GU…·doÐ÷ˆ$kX3°²c †(Úž#ÛÚ³½mF6öžm[6¯÷ŠRuä0{Ž4p°Èñ‡tÕp`ÕP?œ~Ï ÜDõ@8Ã(ŠÀ9D{"jàÞ"·¸CÇM"á’"2ÄèžXˆÚØpÛ;wܼ!¾±~$æ÷Äþ€W"¾ xÈá'ƒ·YãˆçöøoÀ‹_<êð«Á»ª¡k;âê=i Ü#Y%©(€PttGàØ“Ñ—€¥O®³?í½Þ‘D¸‡«ºbCŽ Àæ@΀ž¢<’K÷à8Y"puä\°Š&ñ¾{0À9‚uoæÜ 'IpÛ„WBp…¥ ¤ê> ð…(»¾º¹Ÿ.¾½½ùîîúæþúæçÏ>+û«Ÿ¯oÖ_4ß¾”olùæ»Ëûû«»›/Ú†ç¯_½ºü¸™>´)u)X×ö±s!ØÖ8×QÆù CK!ïtÈÿ?ù_¿æºnþÉëüçßùø_ãðí7í¿þ­ÚgÅä{~MkLS¶/|´PûõztÚÏ×+ûScëþ}>ÜÝ®ŸÞ_ßÞ\Þ½n¿`H·ŸïnoŸsú¯êM\Ÿ]ßßÞ]ì.ŸþÂm]üóúùÕÅ÷WOï?n?Åà¯ü«Gýä×<Á!ŸæƒòVÂzŽX@D¹Ž8s½ŒÅ Bž.EeSûä2O´¹8«u§lÀï±³(ûr1Í ¸ZŸº€¤j‰øŽ©|ë{ά9säõhlë}§‰­ö©˜Eß¼±õ¦ ^Ì¢íQÕºÔ!ú¡Ó`ëlG¬™j–:EVh-_öyò¾¬fbçMŠüVO DûŽà×Ŭw-o…5ÊjU” ­5eO2`}L­å¨ÛbÆ Ö±oqsÔø>ôèÍÖq4›‹;}/ÆÆz´ :iJZ:O¢i W£‰ÅÖéÎÒß´óÖwn2ÒB5ÌÛ6ÁwÈâÖX~)Y*tN'×jKqB± +]Ò6´²€Ž)oˆ™+:׳²íj ÉLFœ&_Ùgº#EÉUÛØ)uë¸CÒìBxÐ9øbÇqˆîë1)%Éžñ¸\.»^\€¿Su˜ò¹OŽš½)³ä°`M8§uÅ_Îwì´úËêŽÏ0¸W͹0´mpøͳ¤3,¼Åpm19Íŵ=kP_ò%’˜Q‘ (­×Ì L÷3TDI¹¼VlMq „ߣÃϸ ð3Á I¾/c[]PÜ9:¹kd1N±ö0e¡-#Ý›B]6ÃÁ46¦ ¦ÃJó¯³{WÞšöQ”‰ÕO9 Ù屋”y?ÇÉ‹õ `QZB¦%Ñmµ`%'0ùÔüw‡mQª—wˆšºÕ$u`Zj¢» Ân +òVÖòÁ浦™TÙÐòÖtŽyž›Îmµ\né-1W/6ƒ®pe¡’zœd€òJ† Õz¼8§A™&2–·\Yu™g¨«³iÐtt¬8mžGwï¯V«ÅlÚÓüÖ´ëyžg›ýÉü÷ȯ^Q^^]Þ_=»À Ô…Óï}sIíÝß¾|}qûS.,_ÞÝþúrSIRûÑÇí“OÔÀðAI>Qä•äù£=7#Õ„TÔ¿®&ˆ7 +L­&.v}òF WÈ]™I +£)©d²ɱÜryLÑT… MZ12,ÅŒhä-®Ú—ÉçTßÈfÓ V©Ú©ÒTf­C!÷“V#ÙÒÕ +¾¼¸å=ËÆæ‘K‘Ï†Ó I&s>Ÿ8JÂKí£kÙÆ»vr$‘h¸V²Ê‹Í úC2–&:Dï”±´”¼Rÿ,' è šçWä +-Uižc¨+Í5ÎŒ²Ò4*a:/¥–°]¶3¿4mxžæÁ±6ào³VE®ä¨)+ºÎĉtˆœötò!9*vÎP;ózN¨HY9UJäRNÚÿq_æºveE~•vKà^ó‘„:@B$Y–ÛH–¸¾–¹ôÛóýµ¦}Žå¤-Ëg×]sUýCöÈ +ð68þš3€¬’];¸>ÐYŸXé@çB'U­<ð-²ë jmÜ!Ÿ[‡Pcš€ËuÀ࿯Á>у»àðÈ8¤÷0éˆ`Ímð¨s Ò68&½&bN†7ä¨ábšÓ&ntƒó.Ì6+ 鉶$Eôø̢淲ovìÿtÔ}ÅÄÜ3§he¤ª `œ×“Ïïwëk g 'º,²s«1kÉ0îﶗ©zÚTÎ^+0¦ÍQëÈ{‡‹ÝÕš¿½þôÍÐ楡L ¸4éf²Dr9ù+ߨÒÖTÁÂŒjÛQ(cjà2ŠW,(£³Î +ÌÝÆ´¬¤:>ë ™3é?»ÍÀ˜¶Î´G­Sïuî¶_ox+{½oîUO©dé]• ¨h( Ò-ä½érÄ«Í× NfH‘Z·«1F=PdZ€7«ÊQ¾¯‚ú‰ò/ŽÆð§ ;`!­/ѳÑ5†Û1.¼ŸËÝgñR +Ýï%, ÍÓœ†jU¤ì.x÷ò •šõ†5¶:*ªëä!hO$P¾iÍÜQq‹`ºò"HÅptVïÈʱ™0lo¤ÿŒãŒ5§d”göåÁ1tŸçÌ5Á}é±¢_=›½<†l°¦I²™t\´†#‹ô ¹}“؆jtðY]<êëy¡àÈÀjåg†Œ&4o㪺ÚÍ—pý§e_yô,PäÝݨÔD_{è¹6;(ÜœŸíÃG*÷þÏâw7ö¬Ðš–w°"õÚ¦Nus¢’‡ÜºÁêÀƒn\GÚúDV$!üe\àúÅ_–ڹ㘸£ÿã=÷ Ð%ö6Ys¦OwAWÔKèë•“Ž‚Bòxƒ¨*\FI½ºG•6Òº×Ù¹Û»Yn#)ÉܽN˜Ú»ÍÀèïu¦=jz­óx·¯«5z';~çCÖXÒñ`¢€*ÊôWM½9ÄèàyDGx9ߧ©Ÿe´r¦Rv G*åß±`P`¸,á=ùš²Q +÷uµxgˆ[©;tüT¤\Ö%»#v¾ku ¶šU[<ŽÝ$Áôåc8ÚŠ9LZ +ó{XEv pýqCÊÙ™'N0³Y! ǦMÄ4ÕrÜ£œ Ó¡€Áó ljñxKÀ@ªƒ0x4.BjãÄC¤5 m˜Ú9µH!Ø@tW¡QÔ¾XoÈÛq>th¡»è¢]”s[&Ña-ò®OÝÍioŽàôoñkè9p$ 15bú°Ó¡•)Ci½ìôru\‚ö§n906e}ÆÔ, ì7’%<ˆˆi®écŠ‚ó oLªèp›DU•,Zd$ +™M-z)bÔqØ£ë Ž63¨fi#£àñt’uˆ­¦ÎãH‘Ì)Ö‰‘úƒvnbþæ'~³«µ”ÓÌåŠìiÛ}¶VµMv2Ì4ɼ‚pMN¢}ºV’9¬2jaTq £ÐÉÆ!k~f‘\ôQFv©E\Î?6ÖwQˆU.„ñÖO×`‘2VÒ)‡–ÑÀŧwÞßKM‰»5†RDãù³È +¬­VI ×—rÛËdÄð|öZUŸv 3jÝc­óx±+V£‡’4¶—,yº ¦QPÂň`à»;ê͉›C®ÀÈl)pF¹±éYfæfK  ÉßÎ:üOö/»ÍÀ‚j;Ҵμ—y¸ÙRë߯?¿üéû—Ïß~þåö;ÃîþðüüïÛw¯üÛÛ——÷Ÿ?¾ùñ?oþþþÓû·/ïzÄïo¿ù긿¾ýðñÍŸ?ýòæù_oþüÓ‡—¿|~þùÓ˜ñ{þ©Uoß}ûç?øõó#_üjÇhðÐ …ÀÏä§_]QZ¹ˆ7×x˜ ¯fR¹†r]d)È éðWÐC£5-Ç"hŸTÌhcN“ŽXLTmÊI ð3,'ïi½œpêàwÀ¦% ôzA*,o­ äßÞÇú6kÕ ®èˆÓÍ"˜ÉèœK`\®á6¬…×°ývj½P¯‘õš÷ª:°=ŽjãµwPDÃ'{¦&jWwvX.–ìOd¼ðYb¹ŽãG‘\;k­ÈÚsÌÜQà Yz;kÉ;Yööž+2f®³íqçVk­/îù?‘:ð²^³•ÒÓ,^DJUú¨^Cî †2(„5)ß6«´iÎe¦¸q£"YÊô3aˬg‚—Ú ZAßç9“š¨q@IŽ¶C]¢³ŒÚ jîÝ›s@­žÁâÖ”Íâ–ª"Bn‚=Å ÏΦHÌÒUæ.ÌJ&êåÍD]^% Ã”åf9d舗ÝZž«Qì+…Ž¬H¨ˆG²ò$[[µ¹õàC£_âœ9;sß!臞L–‰­¬j’—££¸éñí^Õ%å™S°£¥f’ÛÙ8í z‘ô˜¯“Ò|ÅÓˆ áHª ,Ò6R›£v¬ “dªësË<6n”Üè/%[IµYŠjö3•:u7 ¦VeQ/=¨¾Q+#•< K þ¢—–ÊÃÞtÝUÕ¼ZÄEÉKʇS›öDQ>“È°Jâ‚n4oÏŠJc¦î+ü‰Ùk-iù´ë.ÈAj¹VC¹áKX—ªÂ2)ê«u¨ ¡–G DÉbe'9B2J]ãs‰¸a€bX¸†È´Ú´™È_ƒ~Ôê™QúR…ˆ˜L¼÷íËÆ|ÀAaˆàQ·¶zº6ˆ™Ú³ªiHÌ€¶ËJÉÁìÈB³ØëÝ8z'¹|]kGæž«f”2Wíµddsùì¹#»¢u¶Ë¸}þ½Öã=×;D/‰¤ 8 (?…;£Ò_¢~Ö‰jŠŒñîûæ°˜Ë3G÷/ôPŽI/#ö’F¹ÌÜQò(Æ”H™òÚŒéÓ¨‚—A•r¦'’.{©™[î§Q•„UáZKú8[›Î-W`l¹Nv†íÓï¥oùõrüõ—D_RkW—¸£Ë%ê¼[·]¢Ê";4ÝÕ% +=úa»D*ßÁåÑ=ü@Õ\]¢Ê°PMÛ% +%SB‡,è…_B½s‰ò~îb%Y2'Šy™Äõ}õˆ+¶-¢Gr•&ø]Þ§Áôrï1¯jÒÙö¸ýrË#~ù–e+Ñ{¿÷ˆ'º|©ªª¶÷Ós½÷ˆºDŽ)\Æy¡÷—µväê×.ÑéëÎZËû=¯ñœíŒÛ·Úk=Þó®pýíõ§oõ‡>åS,Œ`e»£ušž$&.åLæ ÔUNšeGF?B€NŒxƉÑ}¹®µ#sÏ3JUëÛµDŠ•Ëž+2f®³qûü{­Ç{î§üù¿´WIv%! »Q˜ÁÔy²îûo[òDågÙ¯WIœÂ€‘eÉpe¥ügöé÷p&ïMµÃ6<Úź߄ƒà¤ðô¤ÆÉê¨>ÇF?4sX4¬t+<„Ó¦K.‰ÎŽ”o—ÅÏ0°Mre cë3FI…bå +T¦^r:ÆdAÓ5x8{'\–Òæe¨¯ÔÊ\ua†l'0}(‡x+Ì}ÔDMø˱¨Nš @›‹(øÃpw°ph‚…zð;º5cŒ¹®}šL_¤0¨°ž£“Víi÷ pòÝX·ÙD4…ƒƒ•VQs0Š¯Ä¹{8ØNÃ'‹­‚eȸ}„ÆçåamÆm.ÐYc°+*Ów•…î!?1ðáìðpO'J±bêì‘Š¢ÆÝ®Ô45Qá Òr&VÄ12@›{¼¿ÃPì&…+WEbO_YQ”ÐDÞ\â£òµ§Üáù:[}Wç¯\Ÿ÷ü/*Ppën*¿éU}šË*ô…Ë¥“-Èg²Àújôi ¨³ÁÕG3É5aËu´‹›º¦­ÔŦšû œè;BÚÝmˆ);6Cšƒ«Ow Þïô ®2Úg„¨´\q¨Q2¡×¨t½Z´M)ÀÕ‘s€D ç‹CŸ°7aʦ¾YwlyR\ï<,~ñ-¡#üšInÐQ¦|И‡£‚òd®çåžÈ>vXÊw¿æ"xrüòðQH#÷4|7ŒM8A‘¶ó®K|‰þ%À«j®!µÒiD;XGlo/ÇÝÏœáåúRî¿'Jlê‰òïH§šÐì:Þ‡#™îý´A!]dK@ô7Ö?¨…T¾â!–Ÿæ¯(FË™Ã0¼çñ·‚¾Ú6¼ôñv@¡•Üy¿Ã˜Zm½sU$öô•]˜:$Ø› ¼ÃòÞ3"¾²ÎVßÕù+×ç=³„í<ó1¼Û¨úó3 +. +ˆ=À"ìâÍW!·à_¤¾Œø0XŽ9™ûúUÖ\‰=seDÕEìÍ…†ç{ÏŒøÊ<Ûý®Î_¹>ïYÀÃ<‹#æ¯é +EWQŽfå,g›c-¾¤ÍB4$˜ìøö~†A7©*UErK_YQÊðÿÍ…æíwÇøÛ‰"Ï•Ý ež_WÌËCS¡>mØûîñˆ7ÀNª_ª hRo MYKögè8÷€‘dŽ…2Ãå±2×+{úÊŠJ»› ŠìŒõÞ3"ßqÚ8[}Wç\¿ïY{Àñ˜H0.î"úW€x€yA endstream endobj 178 0 obj <>stream +H‰´W=Ž¥¹ <ïð'|©ÿp_ÁÀf†Ñ€³œlàÛ»Š”(õëuâ™Áô¼®GñG"‹ä|‰¤§Í6^šÓ“Z Èè/Õñä4å ùë?TÛSk—[®>’k¾T’Æ3Këd ý‘™æëèJõéøÿ˜\€ÛŽm¡,O:/=¹ìý ÿ~ù;üŽòú~¦'ç4J{QåÈ°„ð>µšæÀÿCj”³ Ä×oÿ4÷óS&ŽÊÔ'7¯O¢RŸ¦¹¾dL|¨õ¥©@eU|èÐ8qAp|hÁ™O’=,|Zá-@. |ÀÎÒùúÔžðAh’Ÿ:‡Ä”L±«…?DìçìÍΫH± ÎðɯQŸ^Gˆ˜K+vÛµ#Pš¹seŽAÃòä¹_¼?EñŒL›ªl#)®¢nCï—³_ Ù½3òžj³+=µuyU˜KEÍ“Zpªú”†dQÁ#óùØ×Þ‡Þrå©2äÖµ‘mÓO:üC,ioó2¹?¸];rÔVõå—<”ׯÿ¶L£¶”™z¨< ²2!³³%á”Ü•ØhøÓñ¡KoÈËBa +ÕÔ,º7ì"/4ãÝðHƨ–SH”†4™qË•GZ–KUË¢ ´!)«?T1_—É…øÉp-äÂûÐõå¾H­ðªàùÉ ¦ÈžHf0J(/ô’‚/¤ã­Š>)!ûñš¥”Ö.9ÔPkðîh +d[ܤä(\“°ú¶.&T™·ÍØÉåYH…ï¡é[Œ‘F¿[EYýiB“Jèê•UëºJxFñz*5Áщt/¥Y¡ÔLK¨9cbÐm&ox}€½&㟹K½I%ãH“gv‡ ¸PšÄ2¢ÍGðØG¬6péDft þ SœóíàFK\* )7k±|ö“ Ô) +Íu3R(‹¹×'Äer¸ý½6è߶¹ÑžWp¥ÔúL£ !¸ÇÂèò3³ÊAìdGq–CÈAE¯…º ~؄αN +¦¯¼)Ô‡¹o @z{Ä®¢ ‹ÂYXÊLtp¾x›Ê%¦µà«VÃýk;¤ /¥lA-aj·ÇNFœT:î8­«€ö'™|NÍh^”g›Öî/`¼*s<}X£²È¢”I*Ÿät`à‡uÈá>|OÙ¯mFpku DI¨®Ï¯hy¦ridøÞ=f¾uCÖ'’×v’ë†!…‚F–ÞŠYý` ¨¦ãQ…ç±YàX܈ŸÜŽ¹p>t½¹/Aæ¾ÐY‘²šxTãÀ…ÊlÏLœ +‹¼×!‹•ý""}À3¯K²¦.› ñ“ùQfê%‡S˜GGW _l¾…®ðÿ=θTŠÝ s§SÍçWVɬ=û=c€Eƒ$I59!£ÙÔTX³G® Û£ë ËæÇJº…‚ÕtèëÒ•VdÇæB¼Ú÷ ÿ·®oqþFƾIĶP:˜Ë:Dçh!÷´QæH˜¼E4&@ë–­¡Ôí:AxÂÔD§ŠÆ/è Ý ÌÀ¾‹Q±j±Ç«µ-,HáÌ9,Ž¸q2O$ugàØJ¶¦Y<Ö†ÔX'Qp±,𜽳»Mø8¦zï7þ`iuœð“9yûb#h½ãkì!µÓ²ùFDéV_\gµø,Ì+–ÎbÇ›•ëÊÀœ2ójþ“»ÉXîNãÂR®Ð[¼ÙãÙÐ8!²«† ^{Íë$F¢2®Ó,ÿæL3”c +„ý*ûÖà¾b¶e½„µ–=Añ†1˜#ŒFÉ8 àåÚÖí€æÑexyèò’Ê ï… ëömœ^”ƒº´¬úF‘ÖÄ~‹T°xððHm:Î<ƒ83¡ ž^ÅŸ‘ì‘Å˯pVà¶Û´ö5Ñ^3ñ éS©î%j +^÷ÑMÛ?Ø“2ïu¾‰LmMÍ{·_&’¾WŸ§vÜ€xÌJöµ-2tä m£cûô@ PÃÖ/Xð´å·"K0®‡G/$G%K‚˜™Ãiت•6¨'<›§¥£÷i$³{FȬë·d®áÎиëë{-¾õ>xÒ¹‹ñ{+¥Ï¯(v”ÂÄA®Œª\TÓ +ÎÕ&²çtåÔxä³åÒuesçÿB‘Û•)·u‘ÝSJõØ dç±ùvÉ…ÿ[×·8oòGMÛ^+§Ï¯¨zÒ1û¸Ùpñrîø"s_€¿¥€­Ë¼¤’Û½ô²ìí1o¡‘T±E/ƒ Ø´o^…PøzÞãû£õ’› Ò¨›xEø†tP¤¦l›²ª +¼™6ÎcÌbÕ¸›çt³ü‘Kå"·®@–M?(*ŠT~éZ-ÿ²y —o[îø¿u}‹3ê5W¹FâÃlwʆçÙZæå®õny]ؽ套P +ûÏÞ³¥(–ÿùÅKÇi0I×镲»ÖíñµQ÷2rì‰&ªY&ýd `èiW¢g1K¾ª†Í…øÉíZˆ…÷¡ê=Ês—ÿÿ~‰Ý³¿ï˜×4zP õ  +°+ؼ±CÉ6ø×´VÉøægtÜrhIÝö¡ÐueÓ}£ÓÆ¡ö:º€ôI¢ ›q›Û·#·ý?ºÞã BÂðë“ åó+ÊÛå €®=+ýC×î± †¤yÄjãß‘C§ISn],›»§:X,G8·ŒË¢ÿ_[æŠgiyð‡¡¼!&°Â†RØï1Ì~~E1EpdET®œ4A¸bµ4sÒƒD-5Õ[p¸t²l~, Ô6£ +£xì²èÀ.ûåØ–º"r=ï!ž‹üü›ùúÆI + +†Ÿ|-ˆ†¢ÕÕ\lÐʺžXC.6€oÄ—5ëâ—J e˘­ê ˤ n+5ΩanL&,3 ­5vN¬Óت†o®'€eÍmÉAJ +=¬ŽÜamv,| +©íõÖóÛÏ(?k³Y¸n4üv† G9ß5&ªöá‹JRŸ&ÒHí ›ÇXÿ–cô6E†®@–ÍÍc EÑôäD¶t5V› ÙÓÄò-äÂÿÐõç'ÞîR¹kí¹¼–5˜Ú&¤ XŠ²ÚðùÌdëÝ|àD#.´!E­#ߊ6² úÁ@Õ"yU†ò¸,nÄOnÇŽ\„ºÞƒü3.‰Ó–³†œ™sÕu€œ¹¨iÃ|ÊN×X"Ý=µ|_áòÓpècqX9ªY÷ò·ÐÊ›¯KW{†Ê¸L.À†g!¶Mo!þø„¤ûXÎÄÖ=ÈX×(ú[­>oA‡Zfáé²uÏt½ùcZ+zÏd«Ç\›ùõçp€T™H0Iq(îÆ ‡‹ +y“Yˆ¨,®5—¦¬ÉÌ;ºY&ýäFqgà-(]@¦µÙ°¹‘åìY/×Þ:‹+ +ÿþÃùR‰ Ê™û…~ +—¶ ¢¨ˆHUe¹ÎÜ;2Qþ}Ÿµgæ}ORªRµÁ~—göìû^{趟›êï¢î¹\÷ ÿ>º½ûìêòîêæúâöÍác˯‡ŸÜÜüxøðÑã¯/î×ç:ÿêâêúüÓ›—oÎo¾;ÿüùÕÝŸno^½|pø=7þÀ?þß>8<û–ß^ñï£WVñ^šÈÏ~[Îc»‹1ضà0ÂÕD¢UuâÎv‹¡®R0–³È„±A,qˆê}d ×BhÙj3ªj+þ±â¦ža&áP }wN¦A9É}HDõHŠ 6¦±gè4¹•šO]Ý ¶3—fNdÕ“¨‡P È®ŽkìléÀ†Tk¶@ážñt½;YÂvèÅÍØwØ÷ijVáfü´zȜ쾮ǜE:c¿[*´*BH«O¦LŠÚWá3~îš•LkJV§é];u+1gk{0ŠÜ’5€à¡ƒ®õª Õiï`†Éf%K“™6Ò­ÿEB2o6-®¦USÜÄÅR4[pi<¼í­Ø-½ © q>Õ4¶²ÄŸ¬;Â\-Š8£âÒ°"j¦-ÀŒ'Ä6°¢[ÓºäìÀ|Í®m ëFd{Ýår†}bm3õ¦NëÔ¦õ”óŽmËô¾Y5µŠé·ô=m’ÄƼÿbD¡tˆè¼ô%etœÜW®TšH|0çк‰wó¸XŒç=ãn¶(B_¼|Eÿ©‰(êLþÇñœ2["Ö·®P¿ØÔvb‰"ëˆ0¹p˜¼YRÅS¦_4óÜ`ôúõrpò•RÂP +°ibayÄAûÇØíï¦IØÖ†aªÁd4èiº¯o+]Fÿ)F)SÉÉÚ°÷0ü4…h'XÚ'qÖ0¾óð©XíðiÔZÄwß+ÿàeFt1º¨õ™&ìöªòȱmi²8zÖº5 +›!š¡7òKœ¼G/ÓLÐáfôøyF-Òhä%RÀ©¡…±äø¨ç¤¾çh·:Õº2.ÌLz+ýÞ®mµœ¤È«u/N¸ƒ´ñF§ Ͳï + ë/[36Ïo³?¦v÷¼ßÅìÀ|Ì®m`æÚÚ.‡¬l Ôí±ùmnÚ4šà®óóŽeËpÒ.B«,Mm"¼x ì“»jß ¶fæ FC,CÝ¿ÍíÍêûÉ!Z/§R6`¾5¶ÔV TQ¸)À•º?¶¾íÖTha»ÆSÊ;v-ƒ#‚f¥ï´ó¾85ñj V[Ö6²¢ÅС ÙíÊX}zZ];9¤ ¥y»‰YÀzÌnm`Ö ó‡%†$4íí©ù={ÒÐgÙ¬X2ìÅ!Õ¡&òÌc³wEôh³ò#MÛªÑ÷ÔL$¦@Üñ™9cûâ:E'ì¶U.90_³k4¸¶É bíùäµ \%§NëÔ¦õ’s߶etS÷ↆ=Txl%è5kJÓléQ ƒç@{}íu.ÇlO¡ž€°s¹ŸÈYÀzmNÛ ÖÑY79NœËïÍïËÁ4‡FëÌfÇrß°·&´Ÿ„×Á¼ª= ã1e7”dÊNõèPÁ(SŠÌ jÓ·ÕÖw@â;í”]hé2Yz´ë=³eÔ*„"·äxí§ý䵌Zè®ø’ô®ÿÓVñôøòxqw|~Î…±Kü¶÷h_ß +– ›Ûó¯o?__#ÿÇŸÞ«Ä<ûÙÕ équüéüËã›_;ýäøÝÝ9šÿñöæúýöÍýyyÿ,›D,!>=^üâ•«ç>^}ÿüñ«6>½y½l¤ÑËþíÕó»¦l÷Þ£òÊ×ÇÛËãõÝî–ô>]ôãâ·€>¹¹ÜïÜ‹åçüîÑãxþùõó)b|rüþêz">üâêçãƒÆÛ¯ÊÈOúÑX}Z'Å©šc+µÿ>{=wÕ¹¦Â Ežùß³7öù¿þð5ò_þöwwx>n>5ÒfO-Á£Äï?wxrŠnj=ÙïÿöÖíëÿº¢¦ƒ?¹¸ü×Õõ÷#‚O—wo9÷Õ½EâðûòËD`„2YW´Y4ŒMƒåÖ‚þ˜z¢Ï="jSƒ¼B +{ÊÓE/+?KʶêÂ@ªær2 4×FïÐØTC©ú›'HÌÍÎêm‡Ä'yô:­4Ÿuñ,RZî ®®#:AC¡ŸZÈØéÄ@™P\;ˆ‹e†Ãvi`oÅNeé 0;4€&ã ïת¦¬W½ö¡8·=‘€XÓ&í–eÒiÂSòF‘¼Ç5èd³³ñêòΆ1;NX7ëa8AÛ-;Dm-Š”Ðò•Â´ìMÅ‹1õd‹H*òòr»™›Í¤€sl]ä]çrªI}œI©Ìȱ/´Ê¼èuª`‡TmsaF2Ïe#I‹…Èj2²ZÇ1ï"lUƒ»é(JÅîS£_7µëøb¸&U²¼h€ø‹¿¥I:¾/ó¦—µx¹B))&a,ß4Z7m…Êë ÝOÒeD4£Ï7EÉ >Ï›0%Œ0Ô‡íª0P—sæ +]Ô1ȼŸ'““j+—Ü‘‚-rd‰©ÏÂéž¹C1°çøÆ_ÒÒ’BÊhïÒU,&ª^ð¡ÛžªÅÈ<Ä‚@ ƒíT+Ë6KDz”­ó^¶3M4ŤgíBB13N2n±ÆºTFćtL,R¬ ÷и͖¼/³Ÿ®‹‰­”ŒªVQ=EGh‰^¸K›®Ñ†–©³(ЉP%\[Á1€ÐJ ûµèíTÅU&[iÙÕˆš};­xö¦mÞF˜ª\ ùÊËQµ;mN2¢áIûÃŒ]pâlä«Þ +Cå«â"„±ó3°®…XÙ0O·‘ ê`öíF¤©¾6þ$ j‹[ Qù ºMv£Þ0°º¡rgç“ ìviØ…GG~xy'&fNó–YAŽày¥„ÙáÄóª<¤ªovÆy9^í Þa‡kEtF<q]Œ/&–è/s“=ôí;ô8 ÝJ=l\NZFum©Y + +@W®óÍ­Šì5 Ãf§¢sòÙY a y&V߀ËIæ£ +l;…K-/CVÏEN†ý1!ÃýYV38!ôQÜÊ¥s]&‰ã8 ½JŽ QóºÎÓ÷ß6(9©Z%Æ—l ŠJÚ*VS›cÒž:È 1«÷šq_ìЂúßg¼zR}¾J*¦”ÏÊQ:–¼3÷D~moã®r›,¦þ4–?²wrt†—üž777¾¤JÒê¤Ë ]êÇ.‰lÚ¨ÊÔG…T9 ñêE±Æp°2by|h.HU&wÁ¬²ú7K <×Êi§ùYÊ9rwÓzú`îËæÕÑ¢„î%ž£ô÷*‹Šù£Ž÷úMnÇ6»6¥Í#7!`êq{·ÍòÌ×Y²l•ÛÝG`o~Ã:§Ór@ù²÷JJItRW¸'År¡Y.â.’hÅnüs{å̆› ö%3#=ÑEZÄ:ÊÎU-êàî4™š†ý¸1h©#ƒÂU=´€þmßê'®{cŒÖ¾²Ø™€h-G h/ Ú-ál«ß4 ·ÑîцG•-Þ ÐÙŸœF\0?ÞkÅyÚ3{ˆŽÈèy¨ÇØô.⛈â;í阮ì“æˆiÖ]¢úM½F|C[|€¿¥B>C6ýR8hø“Õ -Àñ'V²‰„TWãâ@°ó>®íULATKo/™.EWƒMµà`.VTû…WYß´C Ì›˜J¬>÷pù$@”Îi™¹tãZ)­DdOa@Nƒ.Q¯A‹iÂ|ŠÊŽSg¤£î§ä«×¿Ýíê8‚‹®ièŸ, +Œ´ïíR ø²]u{ã<º4÷ßö È=ëÝêÆU (DÌ|˜Ïó~§(Í´žÁ\:JîuŠÌpÚùå#æsÔÜ·ýÓ» 2D‡ŠN¶rX>'oTúÆÜE5[+fó¡rlW©¨Í6EÚ|u§­Ãl%® ;Ï SÀˆnP9±»%\êd‘W±¢šŠ΃ËH*nÖ¦äœ]{ €1²}S`ehD°7«Ñ‰ò*µÉ{Ù¤/#öÄç»O¬jÍ0+{oÅ7¤p ×þiî‹2 XštH*˜¬ +¤KòßHÜɪÐฉœr² +1éµ®1ò€@ Ùñ¨Øú(€#(Q_aÒÓΙߴ‚ȆSÓÏêzGÎR.ˆßj©¨­ÀŠ°/Q•;1ö>M|UÙRüûrUíÉXóivÍx&ð*{¥&xÖ¢s’í€ÀøfÒ`½6ršŸÕhÎ|&*ÌùÛª0kLml´ôE(qHµ¢öÌÙ* +>3Èæ"HÆ•¥Þ¨M Ó´¨•Cý¦lÜláº}€ãÀ–— ëߨÕó,&)—vÒ§Å6ióíÀ9ÖQì<›ŠP’.IÏ#D;ž/wÀlÂÔ[TZ¨ÏÄón¢%/}9Y’šÝÇ ×#ãn>%¦Jgëé÷93NË\òÆ´Gç(U8eþhëÞI|„÷y]Vá˜"4{Øä6Úˆ?ƒ;Ú…®fÓ‚|€jìŒózb8:ů]”ÍÇuѽ©L ÈÈ”“vV7˜O}|têbù,vq'dþ™6åÀ#î(É‹GM„ ÀÔ÷î4yÃî~¹˜6|𘴎lM²¡lv)"°)Eš2 rwö<ªoÖH_K`]À‡»X8SÞ²ó/Ø>1=¨©n¤7ˆ¡¼X§n +ÿiåx”Ze Ô\ã™ÊgL+ïðW† é¿’+:㎰gÔc§Ô(Á©K ÿ¹<ìAkæ·þÏu™ìZV\AôWî,²oìP_`ËST«R©ð÷^;ó¼B`ßx™y²Ù;U)Õ«H$‰2@lõ}´Û')le“.·ƒ°ÊðÁ’-œ~ï·I…p% ×<&w¤Kƒzü„¨½(Š“à”(Ž +e,EÞ¦J(±µfÜ©_Y9õ˜Cîö;<ü¨A +*óÄ%ùçíf¨Z°ãÊ·w‹66]îÎÓP=5<£|gy xÜ— +ü2²AÑîÂe@V´¹ÛûuºÃa|­ûe5Ín>ÊjÜyzkÿçYzv‰¥uçùÞˆ3Èó—^Tòu€è{ñ¤ +úŽ"!9ƒÁˆÌær?ŠL¨Ì¬­=CNÒÍ` ~'‘«,q €¡‹lŽŠwRÇð?DêA­‹Èxø×€©¿Ú÷_>£A›OÅ¡A|‰ ì‚.Àk×yc×Åh®,/ä ´\ÃSnNŠàøRÌ—ÇW'¶ ŒBÞO)Ï®t1dÂøHß.yâF_O8qÌL+Ííê…Ú4°ÕøšEŸY Å6hÃ" f™îý[- P÷º³Jh@‘,r/:jÓÍ!NŸÌu@&È©÷çdkê‰(J…*ª£üf¥dy<_Ðnû„0V Pqˀ󒀪h¨å:Ð"·¦ªñ(3!ÀB…zÍV6¦%ùN¶”‚œ©1³ž­òOŽæ§cuþö_ýçw•Ëëÿ…WxÓ¼^ò£T~¡Eø‡Uû ¨YeÀ24}MSä×Ï¿h¿[Œ|ýülj>¨‡½ÑJLü|ÁDÙ™vYD'@Ì[ÐCBÖýyST36HâågôÒꊯ¨bhÝ~âkVÎr£‰¥oÆì%‚§x‡Ð( +¦E>”Õ¨2Ù<דðtE!ƒw¾Fî¤ðu¤zL¹ò– þ6[œ¶Ì8Öv™@®”–vOº¦(ì$‡|ß#ÄCÅ…>Þ¦I5ŠšéØð±5Ÿ?´v¾&Poâ‚ ‹4§kÔf @ËÑÍæû»G)D; Ô–ª„WNÓQ”óë²êM+æòh–²-o=ý’ Ô‹¾ÉÝ>evù“¥{ͦo?ëõm&9Ýc³øÑ +yWaA€ZC¿×U³¥J+n¿xLkÅL˜L¨¤Ô¥ÆEßY©xXu´Ôx ðzz{B)n£}UÕi\/¥iÙdÔ.y2þÕ¬Zup”R?êo~H­˜½‡DP>n¯êQ!gÓ.¯™ß×5F%gµÇÉ´¶Š¯’€ûìs²9Ãj«=á<¼†dèdU†H®Þ}æƒ.(^ÊVÒZê ì0‘PU.×8jPƒ?&°+r‰-kÔ4_ˆ‚é¦ +5BùNkê}ö­ý˜9-.«f@NÔ°Ÿ1 {CŠu[£+ù 4ÌÕàìaÈprEìÚmgÃJÛÙ£¹Îú¬Fui¯|é ¿AŠ¯‘ßÅ”(˜ûÊ¿·;ÙjÓž€uëJû­Ø#@\aö(˜óÏÓà©ë–òx`z^Q±kÛ×è# ëê:³àv³ÖM,9¾ÕÅ»œDÁy¨ƒ‘B)ôª ŽàܾÏK»ËÛlìJx#yÎq–Yž.r'ò³fjP¿åc Ìâoõk ìÀ¹imˆvßN5vhû¶àV–Üâow½527µ(F³0âZ_X~ø5›†³‚¡¢–KV]\R:¾ +ð×E6*u¤ú|f5µ¢°aÅã ô1-£Ú Î?y>|Zåã‰iùÚrÄ^U£šâd{)úô8{0£ê’†§`w‘cÌà—&óˆŸGTUWlìí(n;5Ã}îмt»#T‘¯¢&¾}IphgQ’-~#UµÔ>ñ8Âþ©»ºka´4OPðK­Cµ¿uÛ-ÖÁØzáz¥óYŠ~6œ nx ‘Ÿ%X'À;©c‹"Ü + ?,ÅžËQT!ògIf°Ï7’³i[pº@/^|Á»8ìþÅü}”zj†‡š(ô +õRS»5%~‚®F‚mÅz®1ÓnUÅXÒ–ú+ÃŒ¢øfÒ. åÝ1<¾v‚ëQÛ¾·£Ü3‹ŽM¸Ó†w xW×>JІc“¼#± Ö)߬[ñÝ ã7nå(f¡3…£˜[ù iÎñ׉)TSh'RØê`)»‘æ~ÒLŽi¤¢OVs{#UMl> [EUw#E„r}nkt×’C•5âv'üýÚ¹ŸwDGæk³Íy:«nOÆ@­ßù¼jÓÛh–rÁ…±Ú;ºMš€ü´ôTÖÚ8™’]2f>'yá Ö*úL%†•\{!€ÑãrVëŒ2Ã0­Ëº X²Â{y¦y磴7»Í^gØŒ'hÄU7‡UkCú¢Ö¶&\_WdzfZ=ס†,u~-‰™B,ƒ²<œ§*µˆ©ù v³FÞY£S Lsöˆˆ³MLØ@å» 3ätÇy4ÀÅ} j”í+Ãl¯Åvé—†šXÛ³vJ-áp%îIm¨Uä„GŽƒÅ¬t,R\Ïå… Ï!“.7­ š[öjœ“Q62Ÿ–àœ×µE¨r7>Zšû§=€¿ÖÕùmTuèɨ«.[,CBq½f{ó1ÅÏá,,&•Ï"kN—Yh+ÖiÈ箩29“g×íF5·Õ Ÿ' 6"ñ¡>ÓŠºhÍ£ètèU¬ãb\#‚@L“­£ =LdaÔæúx"\‡ ‚@VbŽ +!Æ-â<KýÁÉgìq…K@•x覇^áêqM¥ÕðöêƦ‚)a¦ÄU@ë¶d¦õL[.b9ÿt¦ùðlòÙ^Ø$CJ÷öåÄkÐÁ¤ûeGÂ&=Æ›~7yAYt®IGÁ< "Ëý·^ïQÇ”=£êÉBTĨb¬ ÝÇ”¤&Z’j)§‹“è­G€½‰/¸ÕZ)%¨×ñ´Ð<Ø +ŠdI8— ² qš’Ý¥ž¡ÚŠˆ6#l³šÉÍ{„ìÞ¶à¯å!4ßz”è…u­í[©Ã¡Ԯݮʲ¾è.,¿sX5ÞnjŽŸÎCã ²Mõ‡ª©Ä¤èuTç¼LzÀEʘ|øx"_úm§+Öžô—fõRŸCñ¼^ +¥Ž»À4OÕì- y@{úE÷LÇb®— +ºG¥³uÞ™KÕÒea³|òÍ zæmo¬·=²-šÝ'7TkW½¤ݵÃ1]¡]›\§«™Ö’Ì å­›¥ð¦R¢±¸@£—SŒ,ORÎ1 ó-$ß¼æÕ˜6Ë•UÅ”ù >¢J½µcÎnëÅ%šÚ‘½U¶9>Fº" AAF(úá‘‹¡ ìwËÝ»ŠÇÓEÙϵèÇû¹('¡;Fe=Œ€ MÍSâ w':aµ[×½ïLm‰MÁxF0ýÇ›C¿¢¦l·`élÁ9#ªPp[Mi¼2çUSóu&qtŸ §ä”•YÔ£7ð±p iJû TÎ!¸jZÓð÷ÈÿY/—^;Ž* +ÿ•3 ‘€z?†à ”BBxve#E‚Ø +ö ÿžõ­]Ýç†À̉”ÜZ§«»{¯¹`¯kâªý™èT¤©^jÔß/|÷—ôöTA'€åÅŒ©Ï²•]ÇãöÎ]áàÅa·†÷µåyBöëĽYÙ*xú倜nÈ–Ü¥jÍÒD 8P ê:ª~JÛÔÐ}Ãp‘¿´µê=iËN¾šälÔîW ¾¨Øãý­á_#Èf•Ù"X]‹ÜªÚ@´Þ–‹FUÜÂœÉìÊþ+Ä8Íêzå¢à9ŸÕÕ™ú¸g àÆæ9†Nž’’êyg„€Üßxâ^¢@ض’|è8«ˆçÊ-* sõ5Kßí‡æg6eô\!5Ø›yN ãU: ùíuo|BEÁ·ˆØ#2ÛG1ô:u’lË8i)úx·‰ŠÅSð»®±´k–8~Ð÷"\Ž²Ÿ˜DÌpÅì«Quš¯ÞkFbG­3*sÈá7£"T•mYµeÄELƒôºós&'©ŽílÙ ëq;©véî¿kƒþk}ó!ÒËã¼]G¢ ‘© +Ô¶þºµ~uˆˆ¥Âçh]¡UD¯M”#^ ÅõQ§¬WLØqÌ;æ`&±n¶q+°Dsæç´I !éab (Pñ51QŠ’ÕÀžcï³ö±Øù( +OQÄ +aPcل͸Þ.@ ½h°Õõ”…×ÔtŠo óäļ gœv¢t9$æÂs¬04÷SÌ/b¾©µ6ŠøV{=í€:U8ò½å¢ +í¹:6ê „wS%KxŸOmŒÓ¤_E¹™ÃÝö}úµ¢5©ºÂ%†¿Ò+IþÞ:iü +C,ì +IŸGŒ‹¼Æú™-¨s,å<5)Ù´ÆÇfL3ÓTR^ƒ »¾ÕXºÖ¸×à²Å8[ʦ'gÊGÐbu¶«Œâ‡Ä°LŠhÇÁÀ;Ú»æãŠl”d^‚°lÉ&À¸Û“>±,± í0{Üé M€I~`*éØ%7×Òpå‹UµÔÔêíÓ¯êlí½±T=.¼†ØKÂ)zñª~/0$ù>|îÌ Ü# ÝÓZ÷SÜ +` 0^MÛ:'ƒ£›¼¿ec¨Ãgh!áO@Ú)ÐÒñ¹=¿ Î\F܆~ƒ÷[]-J™Ð!ùL l@ÿ†*¯tªŠPoÞÛ¬ Þ§xá ÖšÏc™T+ØX?Ü$0{ç:‹ds-$µcµÒ²²Ò&A?c&N„¦½Ï_ÈôÒçéân1iF.b#$æX~>¼Þ{P–.:ï_x£7_Ðx}ý×/ô¢ÿóžüøíï?|øçã«ß}ûçwŸ>½ÿñ‡—oÿýò—÷ß¿ûôþ»Mˆ·üïçþôîû^Þ|øøÓˇ¼üá»ï?ýñÇŸ?þì»ûñÕ¯oÿ¦¿>³Ï~×7þ¯o¤IQ’nZZ1ôG’1-%°¾]²Y»)k<Þ¾Ó¬ôÈü¨ßþßÉnu¥Ä‘õ_Mu3&4á9àÇ¢;ñ‰úšÆ»éÅ'_q1b aªªAý‹D„2tª)ÉÖQá†U‹ +Ƶ¥í(¹õ]TQ’,ÊÞ\Ðh*Õô¼åLÅ[`›t¡1KÅeÊõx¬øɸֱŸsÔœÂZ×o¼wÊÞiÜ%¬Œ-Y k0lÃmûžBäjâ"¥V/…Qý6D’ß!Uz ,°üÛmú¿r-’WÆæO¥/ó”û×,ÜHÀnO€Ø´°N²k, +ÅK%D¶Õ¢xŠü#@>âÅmÄ 5Q“Ä ^ )Ž.+V?2ª_;ÂÀ …‘n5£8ôu´Vd5{7P¢á!÷|¦ÍpMÎn¤× +ÎLxÕõèZpãź¤1¦q…ã€ÜKgóe0ïÀ–fˆçZ¤ÀŠ©¸‰5¼‡ÃÈâ5Õˆ?Ö‰R%ïöÎ0_i¯¦Ç*’™÷Î,ÏR*Ñ +cE-©ò¥Q$¶ßtÏŒ‡—Œyj9jÇ_{\¢µsb–»‰¸¶(øä´J®½\“¥zQÏ¢Ò×*€›î…À8KXÉGmTQd^Ü{Ꭻéõˆ;î–žô­úźÕPPs’­9tUÌcµ›R¥j—9éÅRîÿp]&I¶+ÝJm@fÑ7ã¿ÿþ§:2³ž4ª‚›Ñã8Áëi³iß®©cåÝðCªðQÛo®eÈSšÑ…»}K \Š&7nW9šËé$Ì‘¡B7Š\ßØòMÏ©“ÖrˉiëŽ\Ú·PÈïèG»9 TêÐRáQ=z«îÊb„-ÛÕ¶N&?ºžr(Ïe«'Lúªý[6-r‚§o»MÌ“:Ê 0}5s6%7½dîÒhv‘ð¨[•W¶œãY<¹×ÞÊ# â…Ú¹OG†p~¶uYß“jJgœQ?:Jãb“œKIrÓ±¾hØûQ:{,S¶ìù¯eàwG~•ñ”cn5…ð'È;‰mj†t2”ŽO#’ñ®–'©‚G‹ô;!ˆš³îU´PkÔèß™á(&|wL"w³4 +€{ ¶Ð|Wì4p•]%7­ª4ì9K¬hÐa¨[gF0O¯5Á3|ò*z¥_£¥>j|ÁAÎRKyFžæM¥vzÛ7l¡J_VǪý¡nÎßÔ«ý!G}"¤#{‡´MO&tj¨ •lG‹–5Ñ íµËñ“È»³\#‰ÿ•f?ª¸„ú³9ƒ³ŸFôè²!Üð•ÃdoŽè»—¾¦2Þ>,Ñ»d<³$¾}<œqBÒÕ†³´#ê®AYi#ßöÛàÇ èXêž³ p‹asÁcF@Á°õòúˆ` ®!1¥áAyÀ?·Ö¤/–tGÚv³FK+'Õ¨dÊ)Àãþ´AÑÖŒèl )|!¸ˆcÙ¯yÈrE½ß +{®»ã“»ÔžÞ@i—Ž>³QNÌŽ`D¨f}R¿É{¾&¥¨Üxä!IªÊ@Êsþ0(µ»³Þ¨C+Íç×QÖ›™Æü¦ã¶ßôE¦´íAªP£îš²Ç»Ý®½cÉ’ß±{…uüÙ,ô‘+–”]©ÿR)jl¤B²Oð€-Ñ–³ÚCYQ’ñÔ6êØçò*éc”èhw=Â]Áåm© ¼=W¢ †=ÕŸŒ~h×°ßæ0n‚f­$`†@ø7·¼cQ–ž(þ—’ú¤i3 h|³•2$%x¨ Y¾Åþ;ïûK¥Á¡z©ýÞ Vy +Y!¸37ø8¹…oß!h¨3ìYc 9Õʆ¯f¯ïZô‡i‘jMÂ|c ^Ìõ¢€×æûíé}€}‚ѧ‹?âÑÄèºýa!2Ü ½m+(¤?÷¢ÈQ$ ]ïgGâÖ?/[1ÕævÉ*HåÄŸ.“ L5)óö¸ÌÐÓêi³ «üW ~;ðõ¢@¥zJÚâL{Rì±Ë~×,F5}‘=íÛîcRÐœ¦²5 C5á„@›?CÁUÑ¢ñ×rh âoÙ¦c`‰]GQÖ»¢«¹ìQ ç¥3|œ“mØÂjDm„u8L+ºÑ-_5—ìŠÈ»‡ÍÀ°<åî<µ7d4ÍHeg2³wg 5DÄgÓt×Óí>ßÉ!Š}w¥Ë­j¿ÛJ3n¦Nßï!þ‡»V²ýÙô3QKìŠýÖrרHµß³l£TE*Q¨>@\£âuÓ혋ŠÃL4išAYk•€ Ž ²-Îe‹C”ËŠz;¤S@÷/m΢Ɵ ss”êê%œ®r„©¢@QUUi«[tè(óî×>$²»;¢$€…Ñ^Õ+™ÐG]ò‰y»4% dX×»ÜÁÔ¡!è,¹êÞõ< +A|ž­™ÂÁ“À”¦±ØAŒ] =A˜‡ Ô)oÕM565ïX‰n®OûÔrw<· +©Ûmά¡9Ë;d¹r{r¨e{bð,ÎnÒÔÉD’ãê쉿ñ ¼ þæÕR +P‰š›«„}jœ(ág ¥¸SÑ"lñŠÆN#–7ã„¿—,ÞõŸ³W^?Jü³fþ´î3y„1û³ß,ÏëÎ}þé=W®Zò©â]xÁΕœ­§0â²õIÍÝ7’¶Î}/ÛRñ™pŧq*ãôp´."óÛÔ±/Á‚@Nó¤–PÔs®²ƒKX~î°o ‚=Õé¹Úö†²9d÷á¦-Ò¸ÇákÅ÷êìä樠g~ÝU‡ó¦Ž&Vc™óbɯššTÇ6$Åò#¢. È’Š{Ÿ¦tøŠÏÒr©xuY O»ãÆ÷uÒ ÉrîÃn>¹™ºÒEÉÉÔE–G¥\å ôN  ¾'šÚ ¬ôAC˜kÞø$Ô€6'æ÷©Z=ŒCº¶äëô&íuy°‡ptØ/<¼{uÞ$¡©×ÕÒ"þ>Db¹Æ˜¹Xóy”$fÓò !q"è#¡Ò•Ô(Yý¶œžÞóún+œ€'¾B61…£ Ì–ÓÅ·lÌø*´QlÎî:ú=óIG}«f©ibY;%_G›nÆ¢Õ“0<Ö·¾@æã(ÿF»ÔˆbiYk§$u¡·{ª‹,îíuuÎÓâ£~oÚãfË›Lá°ôÞU s'¶mÅW´¤ø +5pÓ1g|q¾ÑŒò¥ÑÖŸã8[’^¯Õ€ #LÐG³%ðÔÉù2¸±zÚ‘Nnöžè^›å}fŠ’ÓÞÑ'ÓC<å„ÊÆA‡›qÉæ@§Äï­ÿ. +-¡s®¤m*(vùΚ"ݹöuX¤4~R#!ꃫjfKÂάÊE8‘ÿétòÓ1J"`B©éh/gõS¿e£Rˆ×¡³åW½ïp„ÓÑêGÿN‚eÔÛÄNQ _ÅÈŠJ8ážD앨‡<^Û™½zôlÚ”Zª¢c¥þCv™ìÚqAôWîR2l¨æÁ^I_`À¶’‚Zèï'²ªeCÉÊÛÕ]Cfä Kž§+Ø6ɨ`§‰)™.1«;§%ž%(™"¸i~M³âzèí|­ä2éàÝ…u]‹»¨V‡v"<‰ï »ûFF0aÐ éWBäÜW8¤n˜‘*¦¼¹“Æ?¬{¥# +êdr”f¢$9-J7áo"yDùª‘—gfIôZE+©êw‘Ý1Ÿ8y/c*‡¿‰ òÒTè'è~lBrG&o¦:Ð˹A™ §9›´3a^®-Z…Ý.1IÞ­<½—¨3Þ¥î¼PAJ,…HïÕ«:Fi„بÌ>+ZšyJQËŠ"Ñ,ý܉¨Y7GæM‚F¸ŒcáP `O=>øg„à-¥rm[•¾fûlËB®cx¤­[8ŠE0ùâõõÝW·k°˜‚ºoØX9<­DW"^¹wbù´’A—âÝòr@×3Æ»/ác¥Ø¹ß¸Ônuöæ(:ƒì)Ö܈ެ[èx0]39ªœ¨ß¬–@ +×ìóô ]¿±Ñã 8«¿}V,a>6«=sé+!ÿÝ„†Yj1÷y7Eäh²ï&‘RœG" ¼îrð˜a/H wf^­¼+1é9#ÚÚhzPÈ -t¦ë &Ž÷12qvþ„HmNçô\Y%3‰šˆ]éû´HWmáy¬ÑÚu gqÇRÇÝ÷=àéℬ}6>+¼R)ª ç"ºkF^XŠò%įҦq™ì-Åy6ðñ›9«yN/ñLœ3¨ÎJ‘ºŒKÎw3» ¿Wð¥Å—èÂ:#)¹™î§ÔÊÊ“^êSÌÄÛtZÌËcÉ`â +œtQIB cŸt&G))¶¶D•qãé}A¯Ø*m†—Z"lbê ›GÆÖJ»ùÎSF)þÝÕï”9„ 91U—Û’6aú ¸yª«Û¤mo‘f‰+/À¦žø½Uçe\2¡h'ùK b£É*Æ”9=.C»ÑØLÆø¨×Pr*Myi¸t7~¢3Òt$˜Ñ¶ºiTe•jsIåºLa«ÐƒÆR’yû *Ô6aµ§…Yµ‹r3ãw”7•â’õ›lÊ7^¥¿©÷»)©‹Ž›«É5V“â!ß‘9¤ãh°©á„ +ì” ]*0!9`KC`cßx¢\: T¨qÌ”V³BSÄ䮾J Ìüt ÕôÂSh+¸dé©JÞ1‚ þ„o‡Eþòoþø—¼>èO]³îSEʨkƒþÓkûÐ)H‡LX×?Ô Û̯Ÿ?2KãO¾~þÃ(·¨zÓ‹jmâJUU”i4ÒE% —–Ÿ@ìN[iµJŒb¥z^®$¬öÎ…Ö]ч^"Ó!êFCîÎÒáëáY -¾A·tPVél×xDïÛ ]€±2Æc³†<Ù –ü̪MYO°®Àd›{V,8V¬ëÍGõçB¸$€[¹¥JÿH ÕÚäøëàÏÞa!5ËnxF¶`ãÇTÙ*^ä%]*Û€AÔž©&EJ¾…P‚ï(Wt Vd–`vB¶pá;€çùx¦5Úƒ‚«J®4³µó5¥ãzÍD0K]ZÃme"Ðq@›]{ÒY¡DÇŽCë©´Ó5Ã#jëUðR«Ù^/îSwE^,vº}4`1ÍiÚPvlš[_ÂvĘ«4ÕŒ7Ž¯lS¬¯©H›`øyªñ:k›”MÙqä…Grò[ªa¢ÿjì£=T'E‰{¤~§vÓ- †¸ )¹•¿i Òkj§t÷HLNT–£†«ÑœÁ…ÜšÂ8Çèrºc1TXÈ×Ábt,É${á dX=B2èÚ”ÇûÇ +ˆSL¶²qµ¨ŽÄß«IVXyÓÊÄÛ.£· §*\ò{@aa§<ÚÎJš€<€‘ºç; o‰5ÕšŒÀ«Æ6' ±ÎyøwÖs¸r­…€Ùñ^‹1>j¢çl.ÎZÚš~“¿‘´úý:L;À$•b­®\“2×È­÷éšãgôŽDJwù§¥”¾.Úå¡KjEã•‚|¸ÉÞBů“8ŠI> qb9ÏÙyöoç¨Ã×xg)—T§ºkê¬÷BxÇJ¨¢ÇŽþÙŸ."d‡5©OàØfUÓÕ>­ùz§]¬îÞåx¾ãÒQ¬MŒßi/K´ãxÇ +?s$~Õ¥¡Ð×#XD_†N¿ávvvº·W²K¶í0buJJËDµ¥¸x|ìzÄã¸jDéÝM©Ks.ËêĘ-اœ9tžT  ¸FÆ|Ø$+¤³©”÷y¥W—ïÈÐ/¨3_á äãû•‘磅 ÔÖ%¤©$Ûõ4iÁѱž‚ŠMôv­k:H{OVQÒ©Û+mÖòÒeèCNœŽííôÈ~2C&tÓ¥”‰7ó£éªE>lšf´-õ²"o Ì\"ЦÝÁªZzŸ¶[‰«v÷È€¶ÇmÓ ëœ?§×½¿iŸÃ¯NcÚñ¥FÏ̸PT¨lPÌMlÀ[r2ÂLUq¯ó]´L^­;“ãååt1Õ†ßÿØ>@üáÇ/_?|þôõóo¿~üòÇëï +}÷7bSS«ß¿~ø××/ŸýÏ뻟~úñÓ§ßùço_?òì÷¯¿êÉèãá‡ÓÞ96¦OV3¡‚]¦$‚hŸ6yÀÅ´tºý0/*¦K‘ "+z®1mÔxBùâ°¬ ê† ð±R†á°¡tp舴…ýp"ÏcÊ'g·]†­>£k˜®œ:/ª ÷Ú R°*ØìÌaèþÑmHæ‘´Þõ †ó—èäVYW­=ùDfõ’ÿg"M ä5¾<òšÁjÀΘ3¾XÕÎÄ¡#ÒSÕ€(9)$Úc’·3K;_xÝl¢WáU ív‹›¦Ö†éíñ£í&Á·”‹Ÿ*… aw&2å77Ã4ðýNùëÒ{noÓf4VGiAVÜ“ŽTNná"¼±†ò:·>¾µÑÁM<ç‘NQû&ÎS–MÓçínUKÀ¤»>´Çº žÕïfjÙñÄmZ6•Öþz•TøÀ1Î×Q‡¥:™˜ývM&§¶èSxSåµ#š«>ùZp¡[ç]”doÇc +$¢wd§nîÖÇZ­¸°š2@ÒqîLÁ®¾D0´°ÀhñïPã9B¯ÔKÖ3KäãY;QÖêtOOh#³ÀVó“ÅâÞ8ë~ìBFݘ™îÎsÐT'é’+ïLF¨õ؈œ³iÜMÇ’e£ªìÁð·1âŸòþä@¯J+«-òc¶w4ù/ëe’d;¬[Á­Ôì{rìýïÉ™‡Ò}?ÂSª€+R"œÆ$—Oç#»é{dTä]-PXS¡*Ý÷w.’±œû›E-k†j]Å–÷j¡ÿ}¢à ‘ å%1©&‰g<ï>öbŒÁü>ñ•ilT'µGóÄV "¢Y€@|ûpÔú\-Tº¨o0uòiùè~µ4ÄE#cQÔaþöª!s÷]~ª³Hbä‹(Ú’KMpÖ‚ññÉîEo5ûó.Ëù¡b¥r6ÂPïù¿­ j`QÙV››­Ûò?WýK¾üˆú—TgS%7GË/Û +Ô¢üøÓ¨¸/q—½¢ë÷T½†~˜M°úbz`~¶ïÍÑý©ž£Þůø5#‰s^1n­a÷!èÆAUÚóoCϪÙ Ô>Ô1y®<»<Æu%$XÕ“è7ŽÊÿV~‹?òÄ|fö˜õý£÷õéQ¯†åú)í¬ÍrJ„„°€L«¯f¡Ê õ˜gÖ \É]s‡ÅaXô3&&# "øzš 3VÇšˆÒqÕ¨í·j ¯¾¿J€&Â5”"¸mâ¹ûô³BµmêÛ®‹v + 9Þ©`ðªZ5„ò¹¯yª( •~¦Ç¯WiR!Xç©B·Pd”Âÿ¼Wô³ +’L42îY椲 i 7Fë¬_/Ž:òCӲϽÈ£{IF•m¦|þ+ûõH_:0½ÕžÛ$ÉÜ3òÏ3_5ö5r» 1ãm‹GUÂÈ*H¡W.¿0òåÔ7{*7$£3ïgÝ ´V»]¼/¬oK™=÷±-”š¸°é#š+ã[ý·07D6êÜLz8™T•L/Dþ+Æa±Inœ—9ç… +9¶|Ò¿EaRù8ÉLƒ×rÏÈ¡D±R¶F@ƮϹßÄkž0©ÿrô"úÐE\¿˜òKÈ|g¿«~É)ln›ìaï|eÚïÿhìÿWO%ú¶söme$·xwKï4Ÿi‡É±þ¹Yäé³]óô½Û·fÖùŸKÖC‘¾mWãöO÷±m]6Ýu¨t‹üEJtP¨‰Ç\}Tª S;ÂGw@XR+Žn+Vy¤¢í¸g_ËX^N1·‹¯†¿WžYO>¾èU-?_Fî´'Û<:Vã3Ü‚®VQkžæG]Õâ3#,ÀW«œ)øïÓÀ¤7¢¹…nZe1SÇü6•©ÓÞ8¯mšZ „t8/-t e0ç*Ì| +Ù §]©ý.PATí§V¿4ǘ™‰Äæ,Ðpë䙩žDYWþÝxÛñ)º·’h§û¥¥CÿìýAw|ËÊÞ.ãóköƺ¹ê™á0ýi¾ü™ª¬¢Ùôï¿xÛ_WO·ök”N©ËAGEÝëé6¾LPe©õ'¥m‘èà¸Ä×J³ížhª,•RæNçÁÒ+¦v5æË#¸~kº¾¤Œ+F]s”ÈÌÔs×ãwÌÛÀ®Ë;›6hftG3}ÐBã£Àè%í1¥ÏbŸ?ìì‚Þ_•LG¼“S¯?*$…„Íd¤(KHâpyæ$¦þ†yç»d29æ†m`Œþü ‡Ò{.ip¸À®ÍùiiîÏÖÅ.ϲ»#s2|]emøâhÎò(Yâq9¦Ç?¶2Ì,=b=VÎ"Ñ^‹Jn·‘yçuÇgh‡fŒYX‰™eBÜÌù–œá€âõ n÷±¿2\¾«“.ý:`Ð{ZXF$ŽM­½nOÆÖ4áˆF¶î°hŽÓË%">¿NŽA7Ö†Ddâ³åƒ¡qi×ûš +µ$§:7–bÛ람‡xsîg|kè,sM;7tž\ ñà}Oˆ?…ÍDÅ4)²æ8Q+¼74 PÄì©»+óžã(ùnŽ5”/½ÝÁѬ8äT`á>˜µŸw¤ÉA 抜ÒTQ=1»ãG‡âïÎQÖ¨ZØÞ¬ýgüÌÆal «§‚½?»f5ýã£L™xV>¥Û®=Ý‚Ò¼V…ìišsRrru¤HC c×BÜz˼æu3äò#_"³$ÏÞg\f¾ ‰¿¾%8î6gûŸâ=®ßk¸úl±ÁYAK ÝâI²Ý¶IO,¿0 XS‡$-Àï7׸6šåJ™¥Ú×ëS÷}ÉêªvÏ—XÜÓ>=4c£u²_£äÙ%±šXr¤–<Àö½#òÍÅOJyd6)„PcA<¤…»¤­Áÿäš`RlÕ™˜Öw pzeÊ{_ÛpÅ úçxõeæ)±‹]:%zh§aùr—ôAuüÛ”]ˆZà/Šù³m…Ú{Rï@ãÏs%•Ðë¢xP¨BâëѸ&ÏXÒ~™ Ê픥»¬<=’iÑ)êA¯èÿèÜÿO-l®×Ÿ¢‡¢¡»Ú–ÏÛí~qxpÙÛóˆ}ƒðÓ[/<ËOrÏä[‰ç !ê£.õ²¿—5¿5[­`Žv"<’ÛŽ7^Ùñg†äͬuÉd ½(£3#}þ&$±øý´;B¡[/oæ49!ˆ{T< ÌE<‡ºqÆŒ¶Ýã_nŸ·¶oý;EÄåµå¿£E-;Í…ŒKË3•¹"l÷×öô)—õ̉ñĉò{†øÙ«g‡öÜ&Ûb;$»^ǵc@ ܰ¸*eÝGÖ³& àŽ[Ô«,üR´ê|ço@Óžëèœ"šÏÖnmãº.0çáÿ"ä×u}ÃùÜŠ‰Òóæ f“ Á׋~Ž|d®í”f½±ŒB|Æ$š;©êãüËV>óÅkÒ^¿Bø-W,Öói•.#.QDßhqd±×}³ºŽqJá +r$šbõ ˆ¿Ä;ÜGSòKbb⊜È15~ßÙ/ô\Ïô!°AÛiBK©“ÄúC©öµ»ä†@b.:]4šû®Š"!LϧޡôÇz¶LúL.—D½†õ—€“í™ÏŒÞíÎIU1ò¼çÐ'yýÑÈô[ÄiW÷ŒB\~,síCØf˜“#ÇÚåóñ &çT†3ZuÞ§¦UÕ}ÔrãþvTz°-w«ì àQ $2S&fm|¾¬\˜Ç¨‰IËÓo™A UjvÓWÀ˜}çzºmW2óqCïC…Ã7œÇë²:ã"K×@zÔG¥É˜’XO¿ÅˆáÑmèç’ÙÞeý8~_¡Mˆ{&2&†Õ!ñÖj߯.w,úú_ÖË¥×®«ÂåØ«×{¡ "3ËJŒ b+؃ü{ê«^{_'À,¶dŸSg½»»º*YJ'.K1ý¹8ùò>¿þÛ/´ÐÿY§¼üö÷ïßÿóå‹ß}õ—·?¾ûáû7_ýûÍ_ß}x÷öã»oßhB®ò¿Çýùíwß¿ùòý‡ß¼ÿÇ›?~ûÝÇ?ýðþÓ‡Ÿì»_¾øÕË×קO\ç“×úƒÿUrÄnâ +uä&>ôA\bš Læ%ø—£üú-:ô¥ð£þ~ý£…¶dS•ä)0©8ÖÊÐhaTl WÔÚÎqNQœ²&šä&;¦&hc[”Ágý•îª *Š +¿erz©ý*º¡5ýªŒñÄiòÆï?©Ë}ÝNa¦fµé><Šd˜JiRµÙØÁg¦$¡PåßÆ™ØQBuBÊ\‰X¸$rš[ö²ò$k©¦Š,oÁ}ç4¬2Èz¬Ê…ÖØçš] +¶+P ÝÏ¡š—UÁ p„NÈžlz©÷|EéÜ5gÖ¶ Iˆš`M¤–×™c´«G‚Ì [ÅZ› ƒH=‘=ÑD¹+ü:Û`^:-ħ³^µlÖdL‘\dºØYË]äQŸgX†'öÓÞQ‘>ÂФ¬—S™$PãˆØEÉœ)ž#UB!‚;F Ôbݨc7x …D6'¿·üÞÊz¦¹OöÖs˜lуŸ ·bodÔrf*ßt£sôò©Ö6èuŒrfÚ^”'G¤=¥³{H+ój¾ÍÈöá•mÕ$Å‚a™5|U5±"å)uÏK«ýfbT½ôn~B‡Û{‚®VóaÑD V ͵ºN))÷iQ}gÞ.¹þ*sçú›ŽÁƒ”ulu´"~Ö×-Ç^ΊJŠäèBÈG¨³8·Äý¨ÍRÕå¥ÎP/±ˆRžŠ²¤„Ëf®Ó¬AuˆšhÝÕ㬌@ËÕ2uëu¢z’Q͹ÓDô`Äæ(‘ÓI‹$©:}-èÖ‚%ÄiêöJ©½LaÒY\w‚éà¼Þ˜d‰*šzcÑ«r_僔·–˜Ÿ=­Q™]£Nç‡uæ}1³‹ê CƨƒŸ™¤‹Îf´8:’Ô½¶Ü¡8ãÙ’û ‹_+zf‰Äo5\rWfòS"¬¨>¿Ù!ïYÅ\I³bºâ‰9Lï"R(V×5^ÏŽ€ º²á)-óa°‘žßÍþ^î×¹PhÈZ¡my×ÕÛë¼u”ü½ò7'Ŧ€š"¾D|ô™Í˺gÓë–RñMåv.XΆØÛUIJ÷Ei¨G;‹mjÖ¬ù{KWe‘²Ûôm#n{B¤Ã2Ás­ á´ñ̼¦ƒtÅá=u´•Èºª‘Ô˜¬…É™¢Žˆ<[›1˜Iòsqq!5®’m>?"nÞÒ2á=ÕOÕÞÅoÊ™1“èÄîÍ<_*{ªS¼2hDö3*Ï@?i4 zÝ©w‹سq£×Ì®áY Ó•}äÞ±Öõ°ó.È}kfWÆuvg¢K†šž³µÉ}$ùˆx‹ŽvzK9¶Ú3èZi{ËÌ;ñWQ½ŸÞ>OVéÑ$¾¹m ÌN%¹óâ1v9á¥Û§žÀy¨q8tŠ¦Ç‰ùóø³ »õ{d0åX_õÖ^åÄœ×É=hK¤8Ù•yq\ÞgË)Uƒ‡‚× &j?§ß îÑ}⾤dÙÉž‚þÓ3¶‹*Ûù‹ÐŠxk×ÓHJÛжsØU"E¦èc½ü·ýæ8+/²«U j+R« +lÁS.’LHl^d’Æ ¶7B®ý™J‘.ž‰Ò +Œ\„§^GŒX÷ +™sÝ2¥óE#dÀ]yŽ¨jÜ5u„ÌÓ~ERR©P\“Ï8=sæo¹ÐŠüPWïÑÓê¾}ÞÒQÅ)¦Ö¸•Ì@ÂuœŸúZ™%tƒ(¯*éçé…fb +ŽÎ¦£µŸ"*ˆrfÞ=Uîú*bË[Õ«…5ÿ”YÑ?:¿"|*¾ÓGá1¹?”òì)WKWgm°Ì+ÔòHdÔ‹çjùko-3y5n7(Í‘‹Ï·Ô³‘Ñ%ת‡InÌD–KY×p”˜x×@tT"çD ÀvÂ1ÏQSDÜpóŽ ¯Hh:¡²7?ÖÍN*"3©( RE;eSo-ð=ÒB#ª½lË£ÜfÔçÍ){V.¯»†™Ú3¤?`ž´ƒÞ’›çaKê§%7­SêðAò|yÜCÙÇÉ­Á³*~2ŽE“¤ì‡P^yĪÆkdVîÕ3€Ý¯=÷àɕˇ¥¤¥RH(yéBÖСæëVF 3\RZ~"hÊ:zÐã" ìL)ìúÌÜ®8¡sµ©±k͈Î<êOIPBu±û¡![ó(#Äÿ,¥´°[ô»JÒžL¯/‚ÎõÕ·ó®vj#ÈräÁC±±rG@WoNŒG3!08£ÿL3€:„ÊÇ•3®$²†i[kQ#v½ß5Æ!ÅŽçYŽ÷¨¦ +õÓgˆX꺩ç]Ç´jýË,6¯è4ž£’‰~k¶×qÇ]Y4ušÓ+RP0gâ *S6VŠî—Pê6¼Oºª„+""#©^VD1x¢ˆd\˜i ï™iN‚â…ä„df ÉÎ.DµÑrÌ“z¤¸†`ì«gTÔH`"Žw×ÎÄænÏÛÜŠ¡¨×5”.MÝ$ð”ô¹â‹ßÈíÊ¢—þù8 Œ嶹çADî2·ž|P:•ÏT"ÿUy™Œ?ù·ˆfSôN™“ÿ2zašP¨\é´¨ËãDªôíÈÜãÍ€®èó%ÿ!N + 5ª §©j 5@Ôdöo<¹çaðÑlÖ«~6¢àHJå<…q>%ÚO'¹ëõK~)°l9Õãå%Du~½_(g‚ìÞ3üA«âˆo<;‰¯¨UÆô0­/„~œ´¢±˜8#1ó,å-…VÄ`^ .ÅïH¤\gH=nM¯K[9Ëmnkͼ’î¼i+‡˜nž£,?¾Ûã*¹‘gåEVß—UÝG-©ÊˆwWrêjw„?¬Iˆÿ[¨&xA‰ý¬^Eþ©y=§cD3Ûs†¥–ädÅò’’u•d€*k_-#³Á+åtT³t#«Í“•÷çgPÍãæÛSO - ÈÞ(e—ÿ0]FY¶¥ Q/ +êü'ÖÙAo½ÏJÉõ$„_ Me·ôìás^AƸ‘îKçv«ž$1j[ ·ˆ–Ÿ¸MFzD[íéLOŒ¹#¿ˆ´‚ô0ç”xç³Åj"åéad]ÿ˜8lÀ—‰l¸\K¯*ƒ÷{q¤¦Ã>y+Ÿé³éÉu]ö= éW=5°_uõïARùÐsJ+Îà ßK.1ÞÁiëÒA9Ñ°•EN¾âÃ,nïÒ]g4EKÉÆì•LmŸÍΣA<¸6UÀ+3þ^d?ÔÏÞ›Ùp®Ñ$»ˆù­H1ðЮ²Ð^³xf[H˜ÜÀþj•6]R+±ŸÉãÃY`í9ÍÊv ‘TGÕîÔJ_±ÛKm§Ef¡‰‚´zÖ¹ÄÙ´&ÎîÇgP¹£s~uC»"/@ÓªûkžOòEy ge®–ÕÞq]£–÷‘*µZŒ4²jœjëDgôS­»XíJ¾nözøn\8 £1ê’A¢g Ñs²Ä”}¹Gkì þ)lŸ‘ÆÈrÚZéÔÚÁ·’¥þÕ+Ç©oØiEµ¦òõ±”®ª¤½w¸O·)Ñ[qRæòj<é¡7¿=Ê®”Ä] …v†àåb!j¹bÕÖÎTg é‹¼{ªPµ¬çh“,Ö '‹þçŒ:oá„k[|È°ÙN ói‡æo%å¬y0[k鸥TwúƘð1<í‡Êƺs ŠûFÍÊß©õFèÄúƒdb,@Æ—FVÄErþE–=5ÞŽúµ.xWJBêÊÌ75j =C\¡?ñ[»Jî%BDüñ¾Í« `‰<èó~e/èRhu&×Y¿@íw•2ñ´ÎåÊB¬qÜ£n<7¢|&,ž‘¾Õ‡n+”Yþ@ð5ºÏ”URµú(&mìL×ÊçÙ/N–wÒ:¹¾S‚"¯uÉ,t,½Q1‡Ï¶K¢G³_ Ö»;\^çnü —' 쯓… $³e!ñ{%&ö Ukn¿iÙ6 X“é¡EæØœhrØd>CØO+•¬!JŸ½J’ðUŽxĪa½_:W@d¹±•Œ2€ >xûzt¢®"q£‡ýKá1Õj‰óÝVY{7ʽ—kë;e(ÊoH«-d—¾–W^Û¼µ”µq÷3¼Ù²X©õJ +ÂæüÍfÐÇ+¥„éØK±ºÁ,uÙi¸%!+Ïÿ ¾½½( endstream endobj 179 0 obj <>stream +H‰dWÍÎe5|‚y‡» sIÇqfVÐý ‘Ø¡Ö'zH­fÁÛOU9ç|߀­ÛÕvNâŸry>,ÆÓ×ì3{Ž1/ÿøçOg¶h{§Ìb¯a~þÜ{Oœ¿žwÞ‘ÕÂ/öD‚ÆÊ7v˯Ølœ9pèBÊ‚wˆöî«<‰*Ö@ÍŽ·]v½µB¦ÅÒæŠÛ3œa%ÚmÉn-{cG$™ZÅL–'2 C xž1|‰+q‘8‹qɉ’CÌoDž5y^v©gR¯çTouÒz\ž7Šâ2E¹k ßt^‡×N”›Å|E*¶¨ùÜoÍìÙ’Bî|³n‡Cv%å H: ojyn¶"øJœæÊøŠë•@göY(ûŽ +j Ù·!¢èÏýl>öíf!´Ç±›}•E[Bª„Ø©ƒô§¥¯B“…ƒœdw]Öc¾xGT}ŸdªY¢¾;U¿‡ì<ÏeÇâÃ×Æ}+IÞ¯ÊÛÕ«LÜp“Õ@ß Ák ±å·pÜíØcUÊQFSvmxµÀBºÃŽæué¦<ñpUŸh—©ÎžÈ¸ã„èu•§Å ŸÞç…“Àécà:ú^CC°¼£€ùƒÈfU16iW‹°z¡‰Ž(»> ÙMoD7n/`¼q´Å )«>ùƒ'í…ôVÈZY”r¶ÆÒñÁžuuJOfÍqæëg@Çáy^‰ôµ5„;ÁKI>ƒ× +SwÔYë÷eñ¤]èœCvM„A¤éùÈ!d^ŽÅ4‡8ŠÈõªÖ·Gõ×ÀúáSð²U%Þñ¶‘ðþ–A.DÏL&j"½ìì„ÖÀá;pDÒTr!Å äâoì6:ÃȬ»y ð“a (dÞçMZÖ£";Šz€4Mçf…D…º7uâ, `•”™OÒ^7Ä“u +¤fl.ÎÚè<×+™4¯5Øu–A'§¼P­çܯ(Z*XH8*vVõ#À5‚Vgoiìøš]ì ø>æs®É/ìÃSŸÀ¸Dò7“„&’xÆ%º8‚ˆ¬Í² 5‘-¡_|Úö9®K„? bÃ0¸¾ggØ ÐðDXùêL¸sŽòD¼±ÊÄQ`Ž’¿Þ˜K‚UŒ`ó^©@ƒ Œ…hÕÀ‹2\#*“õp š½D¬çA0!„ ›è>nO +bU”±ë`ŸšQG…Ïë“hœëj%Ô`±”Æãï2ëÝ`_ý—üÁBz¼ÇŸÔ Lùh$—Dõ4þ÷D} +Ç`Œ hAbÖè…¿{Y>~ü“WB¼1œ¨ ¼¿ÒuDk:(Ϩz€tÑfPgÎQOŽÁëïõ@ÔíÒA?2ëJlî@f+±ªŒ`ñÄ»KØŒÒ<T½4Kº )Ü [Fi±áQ3‹¨T@Ûè:«BJܹŒPq$¦évT¢>à^ó5gRtB$®j5ÊäQÓ4[²·{É +È‹)uI@="zwš£ UÊbW©29Q½]¤€)JèöÙ󮜃f$!½"ñDd‰èˆ°õ.Ï ¹]©­¬€Xv‚Dˆ†§{^’™3‰vÞ«mxÿº-T%‚-•¾mW¯éÅX‹„0UçÉDI4ËuŽd@ºAÝ!Ռ˳R3{ØY(HÑÇèWËಋŠ|¨óÏ]ñv±7Á©ÂÃÆÖ‡-d#l“û•D­Ð÷ϸrй~‘³Xª»%²VúžO!I‘š2’åÀÛiöÊCÀ$Öé79¼¡ør²‹ ¶ëaÕfðvÔ¿»á›Ö–ÔÜ%Žy×Ä"j¦û¡è¾,Ï"â=iE{RÐÆeï ¥ÐsPPӨܵ*ôâà +©fÚ‚©}L%ðÔ˜8)€=cØ:D•lÄ…ì/Ñ1ùñþ#û#Õç´ >²åB´7L´‹(.n©œ²ë5å× Ç鳊hçÑ?bx¥0a{ˆ÷”P‘à¿aò6JÊc«Q. ŽÛi$ +fþù¤†ý:(ú•°]jŠwïÈÄê©Ü´Ñ¾Z«½k +}­@]½BÂYzL0Ñ9)êÅľ™š 19Y·ÅZ‘³ ô%1Ù¶Óàò>Súcs&Ãmï$)Q'ÇRÊ‹3$ö~YÉûšP" KÜã°ÇþƒÊCÂYpÂiÌ' ë +Jýª¥ý¨(5ȘinÊS:ÐHv‘–Ãüڳ﵃ Øú…dÌ EsY#Š¹Z±ékcÅ~ÀQ~ôç~(‚ÞŒ+É¡-_»4šSuOa-)ûÜß7®¿.MÙÒ6„÷CÄ8¥%á}¨²¥ è}”ÜA|°ì_ÊB׫g7!²Õ]6h…uÍ¥ò»œV|=pýäìXfEjï1×"ó2$QúBÖJXbÞÞ3BéNåÍ;gGDä–ÇÝ1Ãr6º^#ÕO=þ0ÞBgv˜¾W…ëbéë»C¥¶Ò£þI°”©¦./¨·˜åE NÞœ™¯Ù=¿(T†yÜ݈#ˆ­6­Ï¶: ¹ý~×TzåzëÄó(Ûˆ%ÀŒï”ß%©rË@å-&7!0R÷…äÓÄ@#_C\;¡UÌk7h׋3¿ŠÄ¿ E+;Yag„' š'lV0A7CnËß鼧rsóWÞf|vKà‘2‘°Ç­•-Ý—‘¦h¿~Ò«ifø9gµj qKªaŒt-fÊáNì©Åζ‹n+,Ó@©Ð$IÒJÛð¸çCu¥Yαƭ>òhŽ$Öº»rߎ‘dBcGǨä\&Ò ¸Ç|3Ý耺SàýE˜ÓHw-A”FJÏ÷iœœ’¢eAÁ*hð‰>DNc¦w®*ßO¢Íõ,Ü|)™27}­‹Š‹ƒ#–öÅòp)÷Š=»æLkúiä嵕ª­‚b‹JÂá,œ‹ÿãôÿŸÝDź Ô¹œ×ôUµ½lxÛ‹ªt q:2€OWö4ÆÔ×zêÇèÔ‰GhTÉÒlkT…nw«.v¢¦@üÇ3-”ר“ +dwÿV‚Wÿ>îAn¾!è]Êö?óDe#¯H™F¤Xí·£ûG…^퇶VÞ­%?Îk`¤âäÃÁ6ûŽ +ª”tzÙZäìùÌתÒÒ|m(gu&gæP7÷xí)}~¹½šÎµ¡êAêTØcÌ;©P»(VDK@GI}E»`os链¹We¹ÕÑüÎypDŒP%—‘¡@½˜‚-³ª ,óàÊóéÓP0d»ýxz‘“3y7Ì¥3ƒ”ŽAÓ´”–?ÐûÆ¥И!ðäØHøæBEgO®ÄVV’z”¡¤9gòöh%èàvÃÊ´ŒzAq–jhÿ&úU –Ëá®Ñ~)ê‰@ö@ªé$n²7wRÈ»Q q<Ô{~L\¥~Ìé»nLÕ¯ŒTú¼œ£Ëuréi¥}¢c>Q9cfL„N{uP\9ˆ¬wVØ¥¯ñi…H:~3·;,ZŒ³‘>Y³²z‹=] +1s¾ï¤´~Õ  1¶š!o.ÖµB2êQÔ¤Nÿ%î½.ŒYÖ±árטOŠAÕÁõ@g ;$‰¢'’­à p‚7ï®êK dK!ê:ÃbG xhϤT-¸î¢Ö1 +ë7Ë[±ÜËHÒù¿3–§KŠè¶±tU\>Óîêl–uÊwÝ´T;膗„ÈÔ4#}hÒšVÈø +ô¸ •p´EFZ‹™®`¯^9È/* êqù¹S­4@µ¿™%jZ¦dF”šÂà{ª#Y‹g€ +µ?Ý`lO(X-VÚÇÍæÛrNš@çºÒC`šðŽ ¹¦“§ú&njb –D“õ7—ÓaJ/±VG¡ ´W^;Üh­#.i£åšu*2ᘙ&æüf0yOz ):3Ïš…©" tÛHÎ%In¬ì.…žêè/„.‘1âîÅ3)Õ7³Wrt2Aˆ¬ù2²ú=ÛÚ1f¾ÞU4'/Ió'ÏÛǤ1g›ù¬h-+‰:&…ÈžÊi»d³æ){ù­ØG‰{Çlê@£O¥…pŽÜ¯!ʬ)f0(ﳧ£1ÚOˆcŸ+ÖÊeªb¥¾>ÍëÙÎ*¨jÈR"íäU.G–# ÂÓ'%è™Beˆ=VaRýpc—Ò绤 nF[ãLÊ4LXEoYÎ4R~[ꌇ€(^•„ÕY»iŠô(ézÊKu}®é—d®}%‰"–ß@­W©pˆl¨J*Xåì"T`t@ïBz»YåDî«îÊwI¡'åtøn,uü»Ó‚ð{•Z©yEt¾–WˆnèÉŠê‡3«ê½ÎHG5bŸ'¼»Q†PÉMvÛ#¹ïÜ+ÇoÞÿ)2|Zد~æNa.´Ç ©žF*Zöͬ#¨Àd ‘øtíÄZê<©ó»e7]EUÐSÃpJSùùákˆ"‚`Å÷i +W&§½Ê#nsu§Íµ •P;wÜb<••Uê ¾n¸2;`½Êä! QŦ»í³1ý|šÐuRUÝã,¼lW "B•¾‰_Øpÿœ`´@"”ÿÓü_ÛøÜmNéˆrtsaôô·ç!„„ˆŸŽÂ;‚‘nd=£¤WºiDA®»…=5[AæýiT³=)eÝBÉZÏbó‚Wx;¬KÝœmÉÃô(#´÷]áøêFïÆv÷ç’ sÔ‘xí6ßÚkfÜ­g¤^åTL +ùÛÛ]9 ‹Êt÷{]lÀ†W)~}€ýEL¼iú…†>1Î9~ñù#fÊÜ@>³qoÊõ¥ˆ¨&!Ã4÷Æ1 ±ºD1g®ìNöµÜµTjà¨Z‰O¡X ƒsÒB}ã6DooÞÿ wü™h+*.›÷A#(°Y$¥ù!ájuþŒ»ø3ϔ⌿¿ Ìš_DŒú¶6eBÝ>XO_§[œ‚]¹8½–3…¥€Ú`ƒä0‘c  a:î?ì±ÐÎg¡gå¸í\²Mˆl¹s¦‘˜©lÙ< +(œ­¿c¬(6YÕëÆuL¥‰£¥ajª·V[ãMf—–uÇ%ŽÙê8_ò¨ .T¡³ÔÌvˆZ€9_À==æõ¯”µ|¹˜¡r+³9žBn¼n÷£2Åb"± ¿sáJ±î!ZVF¨õ )½YÛ’_½ÂN VüÑ•ˆov”ÎC§d6²u#kÑèñ63ãhtÞ¨EûÏ3ÆIñ „ÿ(&ª×;F˾ՙVK¼½‹ÙÀÀ@°ö\''ÊŠfõys·2XAäȶ C½>*»•«fJ½@£»Ù‚èÌÕ‡U®1¿ºsË> °Ë¼úh ¶ð°^‚ß™idöU¿™VyÐ5j\ªã©Aœ›ÿX뼇åh¦Ò&sª "Y†rPHMï÷øãCâšjrµ9ÿe½\Zí:® üWöÐ „ôû1L”<„@ˆf!+`ˆ}…# üïS_­ÞçÈ(™ƒÑ©ÛÝ»{=jUymªÈ©ÐI«V¾‘ HX湎 ƒõ,(Q‹ñ¹Â+±Qn²›2­Ed§7 +`"˜Ù'6 ^ªÛ&,ü£= ä—ÆA,±æŠ!knc¥°sï'%ö‹®Q<ñ|OD"åq¾ùD•êI¡ê¬î9ObøtÙ#{ôC“–„¦—ìšl  õÓÑEýBŽ¢º}x2;+К‘"¸´Ñb]u¨û ÁãëÔhé9R÷ø‚ºuqcz äP$¤u›ü˜Íž6Y:ÏvQ¼ Å»ÎT_éTJÖ¼ØWÖåAÃ!ÜÕ¡F?ºå ÍA|ú^'°ØF¿8ZÈ IÈvÓ +n1wÆ-%Æš™ŽŽè(ø‘!sƲèh€ÝâðáÙéÝê—§32Étf¾¾ÒYo~E÷ÛüJýŸsòõû?¾¾þûúæßþíݧO~úñåÛÿ¼üýÃÇï>}øîEâ”ÿ½î¯ï¾ÿñåÍëÇŸ_^ÿõòçï¾ÿô—Ÿ^?üÅw÷õÍo®·ÿÔ¿>óœÏ>ëOþ¿sÒ”FÕ†èX-«Š’ÔVÒX_«ðǶ›æõõöv¥+óGý÷ögèo ¾šÄFèÎÌ]UêV´Wr¬Bè÷nHÿ>¡ªöé\-¼‹jkÐhÒ/än6Û‰Ò +2T,ª +œª;ØgRˆ‹m`×Ö%ê¢5mkÊÎ’m6Ù6ßÙƒE«Ì1Lð¹úsÝí®C9|]¡íb ñ»í64ÔQB ‡×t5¹&?Dn\ªé†Jð‚…y™V=„uçýrb;íéÆ] )“kfÔô™ib榻ŠG X3 +GhÔã&4–AFq«áØ|9 :’¾Û2M&Š†oô%WLµ~Ï[­(gÉòˆ“«»Ú–§¯³W(Î(Á°È&Ñ”Õdl뤰Y”‰‡P¥³kwãÜ¢sGŠI"P§uÞn)&EÿÝ?Ûñ€`•*Ö[÷¢B0 +,Ç—úØŒ”Ü[ø@©@çUJa@s÷7Ï¥µbÛÀìÔX•°¬`XÞž†”³~_XyVÃi¦UdµÓÁd0é$¨¸A#:å3¼nuåA>Zqhd ÈÃi]º½>;Ý;€|î(°b»¼mgÎÈæè­Åþ¹#7š:óÞd]HVãh¦¨¬$±–üèü–Ò“d(ñ0y¹TC˜VÚEŽf{”&šK•¢»ÔGqCÜÂ"e€ÒJ¬Ú5 ‘ ?cJ !×zlÚ±ÇòŠ“]vêp€1m¸z¼KªlîTþ\²#6·ÕÞö"ãÚôTça|ðÑ¿uà*—T­Ù;ÿ¢@¬ Ì/âhtˆ +@] VºHº½S쵄œJ©ìÇÎNóÍ8t†½¿`Û +’ê‘žc¦tI9Ñe÷›ªz«ÉRvIU6éÂô  ¹½[Ý{×|ì!î#§t–‰‘«Ä‘éˆÄ?&}[ïæÐà î1TVˆM?:úw~ိp æX§²ë_îS…ÏçÉN½bš¡n•×"³bgÕfÌ„¬²,Ç^®©¡âyå|L]KUz|Jk …_IV¶5§›ù}dÞM—'ä¬ùº™Rä[ÀJjnÃ1úm{vnhïbP Ì¢‘|¶Ÿ€ÞSl[·fÂë®"·Íâþ©»ù¡òjÝÎ`ÐïLB‰ºlÖ`ß«ïPlR_ +‹¢ØÑílƒÃnêêØP +S`¬‰OëgSÌÞþ]ÏF\Sõ»úKœƒx|©Öusk_ŒÞ‰½’˜ù ~¥««'…­ÔæqJCQmŤM} ©¸¸‹y¯[h¦DIÉ0e«˜¼ûÔË¢$Ó`ôíG‡x8ª2û?Fñ™óRç#Ò£„]Ö,À+44Ê0²*6 º‹4‹ ší‹š’î½·³”΂È +ߌ®ª[kXŒèå< S· 0JH^*7[Mýƒ¿ ÖØÓX‰&+‡S ¶íUd¡ñÄëúJ ¾?*Øvš5ZêbÖ Z²«kXàü(úÞ…{!j6‹ÊMG¶ÑÀ’RÁ1êòÒ‡bN#¢„Ôå17´«ª3!¡–bvŽ|¼ªÏ×ô;T!=Ç9c+JïgÅ=TQXs’Q92wäôùf’Ñ‚æK*äMÈûå¨ ŽÂ¨UM¥ ¥Õ{ÌJy§1Û½ÍS µº)Å +œí¡í5Ý<@¨väL .P Î’loÖF<°jWÛ$ç ï6o›¤‰mmkXþ]»ž]5N)wéSàñ°š¨¨$€!:.šÔ3òO«¾ÁgJIýÌÈjbªqCQ}G …%ï'àq§o•úÄ’¦Õ“>Ò¶Wþ¡ÓTã ½˜mÏ(¬áƒa(4+ Ig¤Ž2žž%dl–gkšB½ÄªÀ$Ì2÷:ÛF±Êy(q¶r²¼ËmØB\»¨Äi ç9K|^¾…ôf +å!s]¬-œA¤¼¯R¤Eª>ºUxX5%‚ÄSšÉCû¦F»¦þ^´‰9^J÷Ϲò/ç8&,I0[M³°¬¡cg =àóý-qö 1†.´móªÒuØã ®°~ÅŒ¨U8,‡K>9¹ß±‡x®:˜Z˜]µð²+Ù»n¬÷¨ÓRÎÙjÄlA{—¢è¨2Ø-×4.;ò Õ¡$`•pTЫ¨kª›4G`Ù`'”ÎSÓ¸è¤E¤ßúîECK ¨±Ø—êÈ5Ô•{ùw‚ÄÌ#5§ºI™;ìf,ÄÇ@b‰jw[n­…BPubÈšµƒ›Oƒ#·Õ¥†«=³­U»š&ZÕ›žöe²A‘W⓼ÏH§C%5û8á›xŸ„Õ:Ç)ïû‚ºÚpéO?þ +QÀQ +ÌÝ:Š»\_̇R1¨èåh‚Šäg„?¤=b¾´X«ŒZËy:ä´•p{¦îÁǵE1Ç‚µ•íìXêÚ ¡£Zå¨äö]™©HÝ•ÙIJ3  µ ¬B« BÏ6½"d”=‹¨–£Æt{*~b†È‘#Rbè£"´H¥‰ÿXñÖ.úgŠ´2Ëá‡M –wî¦Tе¾#™sˆ(hOt¿î¯E1ŠzYå¢Êª*÷+˜ÕöZ÷6'‰Ú‹§ÅkÀÓ—Ûë8/¸Ë‹˜šô±)N¹TŠê:>†1@ª+|¡)³Ýà¢RÜ\1áú(ìXµàÐ:‚g'p„çÎõ !l¯"V+ÐÉe¤=¢ Ÿ ÚÍrDí’h1Kí+Q}kn(¨akŠtÍý`T" ©" ¡©X.Õèš DY\KÁ^^âyÊ»iÔ¶@QÜ¥…¬4<ó7[±O¦µ¾Xƒ ÝÄ€¹«Ùj˜âV’ŒÌÿ’]î8{õFÞÊ;øÁk“Œå- àtàxBÞ½ë©&d zK$Ù—êªi `m Œûrêëˆÿܨ”+Ôy|Íß[%ÀïòºƒÓžHºZ²Žq®òhót¢1nÐñCúHÌr&ä ŧ]!mÈ|>íÔèãª]Wå›:´,ZŒ;p–¿ ŠJ˸•ž÷ö»%" &Ò¯9 ÉÊ/çm‹s'‰Ã‹[‰û:C¬UìÀ¡|•Ãqò¬‚Hçôävþq«é‡H/µ,)´mI÷e AÝúGc†~ÇÌeCèŒëDRLj{_¤½ +;¡˜šÏ”Úɳ6eÁƒ¶Fן¸†|¦š¸)Äõœ+¨º¯îséœQÕÅ:­- Û1ÚZÏu’扤ê2 œÊzò픅܉nt)Èš¹.M"Èœ¹f~vPÒVDjÔv€€¤ûTõ¸õhóÀ(=U ßÙ`9¾yp½uæ:Æ›¬œâ±rH¹©ýÍ϶¢jzÍW Kw&dçÎ!£®‹Äø½3EèÙ^¦VË£¾OÎuò“ß,F#!ši|JªÍÒké°AIn…[]æ°9*qÑÉÈž”;´$dNt,ˆyYH¬³¾£ºuûÕ’œÕW"§&Ðê¸À÷IÉ ÓîT{&v2ú8û•»×8%Ì0y2äF¿ …sÖ«7S+aXvIF©óuµÐqc g¦a¹m¡ÜË3!ÙÊM:SB'£Åg ß‹u Xo5ÏŠù½S}Tó8è¶Œë– °Ö°´M=OH¤¦LyD…¶¤IÏ%B6-†(òÀpÌñW©9&¢µË#£T[1iá9lB@d4Œìý +´ nto¯sùƒ¤!“Ü>Û2~{ßÔ+S§©_F³a{ãs¬Ì×Èw+Å7™Ò@î‘l6V¶^IB:SˆòÁ´þR©˜T;ö »Tf3rÖê3:hâÀÈ$Z¤¿JŸøÖTébçíe9k½ì"šõÃÈè-¾Ã +Pèt‘ñoͪüà;€ÏÀ¾îhÕˆý½AAªss¥sæ ®«‰§ïÔ2åà¿V(aë~O9úæÂA`Œ‚‡¾™j^‚È|“"4 Î;‰‚9çó—1w¬ømpøbƒ£çÀëk.gX’Fînìl¤õÊÉŠÔ¾ rõ°¥ÖŽÔ(næàs«c¶ÎoPñ¸Q¹J[ü„ +¿ó}9¶>Æuo#9 ' U  »ÐxòïOÚ ó5¨zdÑ€™¾UІy";Vº—XEÕÁÒ-¼$DBø³wÄ<À²i¦ÔùÀ 'MV‰þ†õ*‹‚a𶤠ˆÛ炵ÏB)íø 8Ô6éýV¡¡xŠÒ4°1 ƒƒÝø_—^²Æ½Ò +]iÓû4ë¼RÌw,Ùñi-&D€CÜêiÕz¾mÑ2£¹ª¢ÖlµË-wm½§êܪ±ÕîŒ×%GYígáuÔ÷PVœ‘] åvAûÆ´.Ù•á|@þV½]HŽºn0î¢`¼è”ƒJÔïõtÙrª2³k©ÛÄáÊ"­å +Sˆ ëê:ÅPSB)ýqì‘úq½¦Eb?KÕX\²HonkæT=LU-Ì6ŠÆ¾¤f°'¸UëÞ¦»&Í=L€õ Ç…À_‰é±ú¹+FSŽº;œÀZ;©– $ˆ¦µæÚøQâö ?r>³Kä¯ëR«f ¯_sÐ0½*Òyù÷V¸ º¡²ï†VB`SƒžÓøü&»üîWÝÎß{<^ÁºIF€­5½ +ñSêÂy™PÊy5åP¯˜¥ëþõx€ëä2Ô+Î’Uý±‰wFó–v3ƒ?ÀÍ"þÄQý^uÒã!|5–çÏéˈϨ×âI¯1ìfqƒØd¼Ë³èá»í˜t ŽÈK#aYëëãÀcÁ .ç´ƒ_FìUKRÎu‘güäùãwC½ìkÓ>P +Ý[Çô(YÑí‡ÄÇ:—0jìHÓ+jmD®J½]/± éÔTm“„(f +ñø¬O¡Ë6DȘ{ bk{¹ÇòöŪ÷4ëšÂ‘‰ò$ð7ºÔMßÍñ Q»¦þóŒ¿,êTª6ž—!y+ò­ïy"+z†2¥£¸’£«¾n”¹¦Õc^Ç# âG õ€ÙHb#Õ%£,bCĬäò8€Y@. 3d§Û-’¶ó(kß^K¸Þ Ü.¥g*Óøiäòÿé _W!ýíøë_óówýÍTo4#ŤÑÑ~ +äÿºÐ?¶æ€ÊT´«ù£hýãÙ¥ß#Wþüãß–—rwu$W…þ ê8ÐOfRæXÏu j ©ÀßH¾q¢ì¶Ñê1ïÉ/(šJ,yÍÑð4!üºÊkb‚6ÙTËçf!aë{÷ôÎÚ16éã*+¡íÌdˆî룪b1"ä6F} éQ²då1¦‰®D’>@âÕjEÈÎÜJ}*Ó]<Ä“É_T5Ÿ‰ç×íŽjè‹EWQžËVK¤ 1‡uµ:^êìEw•S"Ö< ÃÜBï½] ‘NA°×Ùïx]7c·K/œ>vû*¶LÖ©™Ü:HrÙ¼lKM°éüÚœ±Æ·0[ÉVd¬JÝTº6W©»EŒª‚¥d•isO3ä“[µ¥âGF›:z}-ÓÒŸÔ®“_"vÓ5 IȈ6Œ˜-Œ˜½:]ò^h”Ù#tœ«ïûDß é{ÞOR‡ë:Ѩ”U~²­’ /2@‰ ª®ÆÝxi¼¥u;J#jÖn—8œÐš`'o~ä ”Cêfój¢MI0i¤fËZ©yúÃhˆÎÝÓ:ÉVXqé‘x®b¡šéÀ®®×<wbcl\ê,tèZîÑP±~Ï}Fá¾zS|t3LçË›ô™lgu¹Ñ´§ôÍ¥oíIjÈD…EöE% ¨‹¤ÊúµiêŽF¯\e$ë7‚Ðlþö(äwÀýŒ…võ G¡@?‹c\‚ãQ0‚h1˜áŸ©¯R]| 1T4Ún(˜[¼Ä+†ïx²ë~¥šëRoù5D‘fº—$¬KÑ´ŇèjI|MàjðÂ-UçvgÊHÿ""@±ÐÚÞF9p'@$ðxªsŠ6 |í?¬—K®^·„·r‡6ØdómlyÉ +  b‚<ÈîS_5Ïhš€û—H>ºë“õ4UÓr&š&CdÍ›œ[Ý"/;Òÿ¸ßm9õ¢™™ª2-GMX¼ ÐClüþªï‰ÐD ;KÀ°w êö´äB—•5!åuÅxܺÑ-Æv%xóé’+•d¯¸€<§0 +Ý'÷éúY5¹îQNÀš1;Þgž· ,L2åÖ…\úJ@ÓH‘‘zM¼Ë X*SW™+›L¦o8bæ—nö‘$›Éçd1ØY× \/ÒêÅþ®Ñ°jøõÙö‘®/¿¦M¬?›üÆA~¼–õÇ_>ùíÓÇ/Ÿþüã÷ÏÿyûIÐwo„¹qÚ÷o?þóËçOüëí»_ýåãÇ¿þý?¿üÎØïßþ¦‘?ëŸ ëo×MpEQõN2»6©L‡AÓ§GV¸uÌŠäiýÄG‹5#$×P @Èd¨¨rV ÆN69´ŸÖÖÍ8ˆ…X8H0p.a×þd=oUªü}˜*Ìuå%~éÑôBÈWëmôû*‘éa +‘¹P8Û1ƉsúâºiÆaë’-H^CPÚ‰u”CáACréúp  © <¬eg rjNÌ΢ûà0Ï|2h¡òñÓãfCˆA0Ò ¶SFN;¯™ºöz…Ik?Ø¢XÓ E÷j,]? 3 rûêmbcijÎwµM=}Y¶¯XB L|‹@•.—épó»HQQSÓ© +;’—%Åw©žÉXŸ…QBš¯Z|ÜjØ`õÇ`UºÑ‘e]î# ™d*#ø|õäC¯×í7TŸ®;!®[¸<¦t¾Ìkûx·ùƒÜ$7Wý +tÌ«ÌSmÃ>/€pÐËÍ/pbò:¹±,Š_'s)~ãêÿ¯ÁÁ×]2±¸ªÉ Í—«ºâRŠŸn;ŸøXùÑ33ªFÔ/êàŒ’¨N£yPªÇi¶Ê­WÙU¿–ÀÅ°U¾ò}©FÀœøÝýÔœ€soNàŒù?³V™õ}m‘€+žYÍÿ©:Йt­Tˆ}—†Ÿ·ƒCÜMu‚?æ`2HAL„&äK'“”¦&˜“’ŸWFÙÍÉOíZï®eàwý›öÖoY™vì׬ÓÊ]©“¯œqÏåRÇp·<ù!Ýi“qÕŒ‘¤.^ðµÁs“)ÝZzÞ¼;Ž­£þ¨êŽ†%æu@µ{¼I%’ãá¹vÕ¤‹ÆεL¾’GK‚Y‚¯hu¼Aœ¦?5)Ѽ5Ò†V¹Î^[mÒzÉ '?™Çj\4ì ØõGcc`uþ0æýÜÆ +`ëðª4 P$za [¿”Ü9ÍòÚa£ÖÞ+¨ëê%¬¾Ö—»êtGO‹%yF· QÚ±Å5S›o%=» ‰iî«™„µkäãÈæMoK « ŸiÝA‰D€fgt  tYøôüšKœicñ3--Í&ƒ³©îݵãªT¥LçLޢ͠ ê§kžšFó|EB³8sþÿKM²JöÐÓñI«"¢ÕïÉå'_¾sfôSiç@¿€F—0«i[óëÛPÙ‡M¢8uêÎ1•n'[Už¹‡KÃ>–ΊÞ3­ÐÜÆ¡¡;nHu&'˜®E‚yvf…zìV®,wŠW\ R¼¬þc­¤‚íuAdk»¹†…d ˆ<{M¯t§õJ5ìHþAŽ¶Ý*ªô“¿ëc„uù‘KžQç°Ìšv¶½z²¯dH5YÎcǤüÛ$g=A2mRZ´@4<à!ñôK_ôgï-É»m…¹Š*å Xp&UÁ–ÛÙ¯ºÞ*’#ú • 0=ÓÓ°! Ã"”ÕZZ­,Ǿ€WÄFÆÄâßï9Õ=SÕ}qxÀBž9·§º¾ë”+T©|5Ç…W¤Ù8…|®‹H©é}e§Én©›LeMd'àBÆ„ÌL/.>¹²uXšæÒá0°$©YdJ\j$%çy­cÄi,kÑ´@GÅd*’¡Bvl]…ÔMœw²UM¾RÁ•#¡Œ1?b”qÆÃHî·0c€yÀxó¸",¼ò%šÒzn!&â}.7Hàù÷}²{v_Ù%F,d bäöžl›="ÏEeЦ¥°&4*¤&‚}))INß±€Âª’XtfÌp™ê#°T 0 9!Ȧ ËT£œ¼db‘»m7ÀÐ p(E™PhŠàp–#¡]ƒ'²áS)6êŒ(¿Ê“X»`( ɳ$L$Ý`ÉÖw©GÔfZKyu’Û£­eäí"W…ÄK£qd×A@)Ü\NeÐ[s=°Qt`e¦æšŠ™w°¬§ø5¹`EÅDÎY©nˆicá)CFÌi* Òî,:¢Sà´b?Ì‘­¢Ìs€…L÷ØvÒ À\t ܬ9›“hW§lòµò.h`<3³à ïÁ××µ0Åe)aø+€”¨0,eñ!¿âˆ‘\BÛÑÔx²,¢0‡‰ãP†^-TŒIØˬLldLNR^Æ&’3ãN*‡¸˜æX¼±Ôˆ ÈI”ë<Ï\¿b9…}ƒï…ò}Ô¯‚gï(Œ@ ìï<%ʼn¶&N†Ø%T@Væ˜i±4ÝŒ-ȃZaSA_ZÔ,ë«X>ò% ,6¹®UP~r{@Û.V¹%5‚B„„xR!ö[áhÂ{^|°¼”‚f¹±Y þBFË;ê2¬-ÒrÈù4°uæ¢s'€Ìƒr¢®,Õc¨ÎG¤À¸½s&vL§&üèB¹MAô†ˆ 9°²ä´•DJ€–RЉî¥y}½ÿïÅþò?|*"¿¢D=û׋ÿP‹ý§“î¿|ëôÑþíÍ 4ÿÛõÕåÍ·ÿëêcvÌ¥%>y³?ýê'ö'ÿØ_¼{_¿ø¦o®nWQ ªþ ÿõâüæ}•=Þy”^y½¿>Û_Þ¨[ü]ºðÏé¿!\ztu¦ßt±|¾ûáé‹ùäùåyÁ÷…ï'¯®._#ÉngøÙþüg~ؽúÈ_RùåÙõçOïW9^ío‡ú2¸‡»qxŠÿÇ·»Ïøã†QþÁËOxøÐíà‡—Ão¿Ã9O¾Ù=ÂBJ*—¸I¬/h„9aÞáK@ï»NYåí.!ûçÉuä⋇¸Låë炇8çí »Ò HÄ¡A¦]ãø”2ÁÔœG—ÄrJ:Ž>#Zb,NÎY˜ ‡:@È_¦[dëdÏjat݈ ¡ñ†FàÆclÎLÞÇVª­ +«²*ÔZuà³Ýۿɤ˜˜|Xž÷Õ˜\fA´A½ðcIàX=h¼êÆáå@²XLQŒbPSq-6®L­0A°Ô0ALhÌŽäv8ÏÅ2Ïd +ih¥bö0Z *xöuÅ>Àâõ‡À=û +¥7Ï®ZpaÈM"¸ĨžÖ`˜Œ` +C+ì~žç¡Õ ‚g_W¬jüÿô½+}}òð325Œ $xH` 5dxÏÌE™ÞaŒÉ3ƒçÒ(J_Øw#¦s,(î‚ñݪb]‡Œ®Š5fX] B³TƱ¤¹\9Ú ¸ÇȬԅKÁ&´l²`j­:ðÀwö…G¢ ×AºRk„©½ŸöchU¬±ÉÀj¿ +5žR¯òræ6ÄsêÒÕ€M\7ؤÀ&ÔZuà{IW¶7.}çb»‰ÞÂJgq~n;—mç2°v.#U;—ÑÀv.^á£ëÎB™1ôRl4PØh«R]>8+M’Óîw§Ç8wB8(¼”‡¹Î€V5«Fªl4°Î‘m4Äî,fÒ¼äNª‚ +mUª±ëÀÕ9êµfJkŒÍ”Öl0SÚ€vJX§´‘ªSÚh`§´Æ؞ݲÁJU°Ñ@a£­J5vøà sçhŒÍs­jV3ŒT5Øh`£1¶g·l°Rl4PØh«R]>8ë¹gJ: mè'Í{:‚I“¥¶0Æâ⧖zp€fŸ»É_ÁŽz˜³†N¨TZ 6ÚªTcVï€ï:t­O• èåÊ$Œ–†‰X‹ ¬Ö*£~2CßúÔãe&R +6QÝ`››TcVï€{:u­[•!èýJ%Œ¢†ŠX£ ¬0\F]e¦¾u«a&J%L°l»Á6 6©Æ¬Þߟªšý,˜8/}ý¯pSÔ«,@»DÅ8õ €¢üÛÀŸ“ó]ýU°kæ¬)j•j@«ÂF[•jí:ðÁ=/kµb +ZÛFYÓ¬aV'˜æ¢î2eh]k*Ö„AkÛLÁ&¸la“jí:ðÁ}®_µdÍýZÜFSÓ¬UV˜î¢¾2uhýjJÖÄ@‹ÛDKÁ&²l³`“jí:ðAçi~œs> ‚€Çà:"˜¦Çóè:®c@Ë4 ¬¬ÄHUþb4°\çP±UcßSz;wûŽ(P–%É´„ÚÀJ¾T¥éårËæu¨â/»ž¾H'Ï/ÏŸ]þôþõéÍÍþú²€Ïöï..øÁ«ýíP_†ùánžâÿñíî3þ8¦7þÁËOxøÐíà‡—Ão¿Ã9O¾Ù”(«.‘­Ö?Îi8’\壻¬Ÿõ²Žv—¸ãçï)@7/×ÁÊØt‡äÙÇäë0^’‡7»C.kkR…£™,QªÝÜ¿‚ÛØÈ1¶gY#Kð­TUUU¦µéÀþ{ü½s«ˆ¹SAè†d´êª˜µÊ ê•i\¥÷7n-ÄdêB@:©´qÝP“›LkÓý÷20Ò˜RU”žºTóæ6U³&T­W™ÆOzãS^àCèüUFŸ»H)hƒº¡&ü›LkÓý÷’ªÒrçim—smUl¹i‰~TZìýÚ½çØk÷60»·“îm¤²[;™?Fƒ +¸bÉ©; e‚T 6ÚªTc×ê–áY¨®uŽ Ï¥"s2¸ö:ZÕ ¬f©j°ÑÀ:‡£>¥ÜÅHö½s Øh °ÑV¥»|pûÊ–©²ƒÈ„o³e¥M¬V°Ë{vË#T1ßgjò+Ñ­ +d“¥3—ª¿Õ·öì#T1ßgKUð‹~½­+únÜ#&dßÕÜΕ«kZ©Ê/–_jíÙ-dVª‚ +mUª±ëÀEÿ'ëÕ²bÙq¿`þ¡7Ûà¦*ë½”/lÚØd$Œ1‚ü€ž…¬AøïY•Q•çÞ+y¡FîD×ÉÊÊGdä%8'ÙÎÈI»ÎÞ5Ÿg8«çÁÎœSBþì.oõ€ì¼=VÝ»îbð\…mº‹k)ÏCÂÍý¥>W-싧ô¯rð‰€³zbå<ðq½wÌX@ÿÐM{úWÛQDí¬Jwxú¿wìmha«á¥ôn—C/ +꿵HºÁôßÍ6°´ª\·ªÚ«7ðfpgÄ?Vè=8°óöXuϺ Àϯú#…}Lj?—yï¼tÛ‘ƒÏëÝzqâ䤸©“í.þGß»Lð’Õ û +ØVݳnð&²õ¨aÖ#ÜÏýGá;GÝ‚àåà·aœP95îÃê”»KÁ‘ø.Y¼$vþ¶U÷¬Û¼*ÛÕ¯ Óâ]ÿ¾45Àå†ÔT+ý–ÔTêéJúç~Ó}ºiþ}εó±ç@÷ŸÇ¦ÑÝëߤPOù_‚zzÕ¹pºÚ9ëhÁ?ÌÁ'ŽV,×~'¨®OwðO?»$ð’Ð ûäo›þEw¯±+ÿÑÓ¦îþÓÐÎSÇþU>pŒÂH¹Î;u-º#ZÙe耗lnØg~Ûô/º{½Fô«w¿øâwýï¿ýôáËï>ÿçŸúöûï?~÷i_~üÇ¿>]à_~õéÓ·¯?<µ_½ O_àÿ¯x÷ÿ…§¨À_ÿÿø=~üÐOùéOý[xú gÿüî79ň:ÏOëGÑ$d‰zºêÀ/W8tì9èÇ—‹Çè1ñiúöGN…îíÂÚŠ¬º\-’4JøWÿá‡@jMDФ³|..¢Uó¨Çs•~^úmÍ°P±}-¬,ŒößÛ÷5d3›áÓíËyÛ‹jË,‚[FžpDÿjp.(õ wýrSû­+ÛK +É.ìb~N¼âÙN‚’†=mà×Ѳv?š±ìÏÑîG¥Ù“Ç6K‚š˜[ÙQ1EFLŠD²x íTíëdŒmèe†Qâù4§Z¶ ´\*_BÌŸç—Tè?ø˜GK³ïOnð~e&A“'³‹Sm%¨än¨.“/D±r<{|cð¬@§?²j·åøœc°?,ë:ÀVŽŽÓ°‚²Œôg½Ø,Å*¢ 7…SçKslÌS*‹XòÚ$ƒ[´K•ý½õ2ÆÓC–gúO­Ç9Õhf:¶Ðl½1zR ´É0Z”Uk‚QòrlÂð‡ßÏ&Z EH¼Üo~ ‚²qaEÅQ†QÉ{±T”<¶À`U’Çòö +B—,oïî²Èå9ÅdAK¨ecZÀ¡WÂm±¢‚->¥ì¤Ú‚™Tj¥·jg¥Qui·¬€~Cs—½¦!-»¢Œ3a.6ÃHÜ +.ÌÄHRyV¶Ä”5` d’!+÷~½ØX@n1SA¼C4^okøO0%SW c˜àb €5Ú0aïËn,ÃÎæZyYoòôЯûxÝÓ¤ˆ…ì䜲AÊ‚{Š04Uê>!]be~¿)æGt_ë[NÆ­[#Ž½>à”?´%‡áhm—?X·\Øo€mÎ+ÜY”Õ‚`šµûzÆÊ$ö:´¡©Àg/íòB8äæb&Z¦‰º„ß½]>0C#¹{`Á°©T kRlËè‘—a€±rŒÌ†aÇV¬T†®ƒÙVêb)£®i…ý}ç×iÔè®â”N¸âžÛ샊ÿæ§Ï^ìþþúóü@s8,‡S®¼ ?á©BÌ9Y¤,L•7¶ÀÎD![Õ!ˆü>¶È µÁïƒô´nŠ¶ê÷­&Vá= +–­ e K5[6Z¶O8KrUx6òûY)–ÊG…|8½™Æ@i›:6!IˆV©&N,è‹D^Ão‚Ô¯Åâw—~.‘±Ê‹W8̦¤‘öýv0r_ - s5¬mŠ‚Þ’aVæSÔŠYß«À&uÂìà÷S ™¯¡Øõ¨ŸóyOÜA¡OûÏ€ëQ"Œ@¨Ì€Œ<îÀRbßvm]Ñ°$+![MöÖ)–8_³¬–ý9ja'`d;YÂ,&ÚäçµVw½½ª$ |6ÏÈbÀ*C2ô ›ÌpiUBµï±Ïnÿ3k¥>e`ePÕ·¹k +PW–a-vz´u‹T3É¢'+“]’eKFßœ[ÇR'Ç0_SŸQQ,ë.¶îOT,€±Ò°1C©vVzdZYFz¬lÎq†³àW²½Îä9pºä¦öµ¤¥„€IÞ‚©'xOnHÍÎV•Ù T9bú +Ý·ÑÈ­|ÕNRdÅ—¼ÁPCt |Çwu¦£b”³ŽLÍ‚È°·­4t¥ì´º¯ U²Iøg½Æa”BngǵփÝïÚê2¸{…½8û®ͧ™¸7QAÆ„dô]k‰´"fÙÙ ;ýÍ<[*¦ÊOWŠÏŒÙ5ÁNêómáñ`k%)E©°5q3D +a/3g&a‡h½­aI¡WíOÂs4N«}YÁ0uŠ *ËÃGˆ¶5Áa$‰£$EŸ.Jld è™U;î7tÿ»{+&vo§£¼Ø½ªªJút€PBeÇÐRžƒ–ö¸þü$Ü+…hQ!ìñ(o€­ÑüöIó§¯:÷‚‚>n.•0» ‰­æQùÔøÊDæ$?Ý]-ìP¶ÍÙ£¡‡¯ržz2!3Õ Ü2K0-ºÂkMDʳãƒqñ ùÎXÝΩü¯ƒ{N,ýÕ“t’ñî’ç°ñ÷Žƒ­Çd> +ÆKìFõ†EÌŽ[‹Ò»wÐW$àLÐë©K±L–^Y\˜'®•ƒüî+ŸÁî½ö#–òÛÁúKÑØEbþ@bÆÑ9¼Ï²Ê:9‡Áõ¥ZKO#hF§·“láûµd÷„çØÒ­ùS‚`^U)%k!•éŒ»|êÅ¢™þ…êgÿü2€xúi±}~ põñ×{[¥ÌS—€”ÛÃH9rÜ5f8½¸¤È½&MÀš˜ pÎÍA)Ug9cŽÊ,™ 0oöIø¨™2}N‚äüû²±¦,9¨Ç|ë`ÿ´Ñ=J€ª“e„é2¸ÖPáŒ=€é¦Ñê¸w$\¸8;9z¨OÇÚàö4 XšYm>âpj˜&äk“ö +wX–Jîýe;‹ä™–Ñ•î‡õrm|€òF:=‰­É¹S"÷œ‹b°ŸIÕÝvo%¨wÛå:oàmTÝðº…8Àˆï£*!òÀÝ_Ci¸`®šKš ç_ kùôÅrãYÝŽ•íHvñ u+;ò¼1ªÞí0Ùx 8h¤‘ Åk8Ègb[º7×ná#4;õÙLCê*Àåõßü@åh„Vƒ£à©ÜÕs?6->A¯µ•íÊ VZaÕ[Óå†ßÙà¡Æ*jÁ(áÏ ©Œ;&þÞãCú3ÇX}Ã3B€ÑšÂ×B þ$<+-˜­à6i|dE¶11GÖ¾Ã~O0…îäâkÝîwUþIøùœyº #BKºÞÚC;Ø<ù¹¸úÃH&.n+Áç”ç á½ÔO¬õ>›kCèÅk’Ñ›òÉïèò…ÿ<¿þ“kƒùý[nIÃÜ: ^+µËáÎw¸>(ÀÑ7mYŽQ¾rSDlW:é8AèeÕ1ìÄCe¶¯{¾Vr×½X‚¥3³…­p°TjÊØ`LVXÃ`ï.%¹«[cÜf’ÐQãY) s#ß´+Ò‡æÚ´kžÙ“à‹ß÷P `5VôòáàâÚ¾2[û£>WrJ–™çÜf˜æßeg>€"Ì& ^Á¢3’z2‰.uy-hìJL«=–²§›ËIöÏï«{ ~ʧ-Aþì¢Fâ¸áî¦ã'a¸ô)¼|à\GÈ}B°q°ê&»ÂöÎrAŸI.}4‡ÆSÁv¾ }‚{Ë+ˆÏV‚{X Ì ÂîV/Hà XKÂo +–n!E€­•÷9 HM=wÀ.XÅ̓ÁÚ΃©\[Yñ.Jä'Të-ù6îÈV’´n&8Æú–Vð3RV`8¸Væ©Fˆñf^^ };ÇÝã|nvÕì‡ðf"›Îà.aÃWg‚èÙ¤ÔƒÛTÜ­šE³S0&{:'Ϟ؇§çg{Üë’o}j•^£:¸_;i|öãOõW”×pŠ:ÔÐ=ˆFoÕÛ¬ýmQ¬®´çÚ)yüÿ~APídé=8$¾sE¤EóêÌCN¿ D+s Π á*î’’Ããßsü=ê.õiúöW·Íí­¾¦ŽïƒuP5”¤– ø,ëÌÕ3À/TFýŒ¿e”£î1=:8Wq\&¥õ^š `0él|K– j"w |˜ðë…)sœ"ê=掃0ß›Vfô˜ßNÑôÙ¦¸ÆŸÿʵʸ¸¦äZéßZJL8T]_øGîQ“fN_-¢ËBÐ8KP+À­“fR)ÜØ iy€-z<ˆ"ûÃÍ7û{µ˜N¥£¯¢‡wÏ¡~Fµöw¡^®à¹ÔF©*ÁUƤö·YÎB¢Š$ÜrœÞ ˜á]éU4‹éë©IÁ$lƒ–U4ðóJê}éê§î%k'@”— ͹¶|TÏñ žµ¤&O0P½TÀÖz}k”ÛØëÔJÊW_›1륯rÄö^eZï¦Xš&îZÖð5Xùaí¥/À´P=»³Qdùìó‹_âðö £‡Âsmɵ˜˜‹™à°wÕ-`àŽyƒµ¹Ö)•þÚ£6¦Àõ°ö—_›ä·öQ#N€69y48Î Im$³3wÑ${û¤‰q°<+žc%x`ïH {ÖÁúzsx¨ks0ÝCŸ“ÖSûÛaq^Züá}m¤ÐÌóÿ7+f帼’9@Ý¡ÿd!B|ø¹á¼”›ê#\åBz¯úÞÚ©€¯˜ý¼/Àj”:õù,@C(º_ 9kɼ› ÍÓÒÏ;Øx¬ytU€#¼Âu¯}èý?QÏæ À¢$‘&ÁÍQË EyØdI–YÑÎW-Í„E˜£èâ¼9 Ñy0x×w‡Í°Ö™®EÇ%¨@ZïãŒüGîm¹ÖƒQWç£Ã’éƒ7gK´™d`k”ñ+ªl‡Ùí}í´mÌ­2À%ÓàŸQmÊGU‹ì•»“#uéä“Û+ÅÝ3_ç‰ìI ; +bEÛ)Ö¨O–=ÌûÛoü~o›ZÝ{¿LTy¼bD­aÓýX½QíΦE°ƒëµø25€\c°ëq7…í‘ ëNÛç`>stream +H‰|WKŽ$» <ïÐpA~×ÞöÚ€ï“I³æ=Ë¢©H‰¢‚ÁÏ=¢?ÿ¤så£NþCwùg íŸý£`¾º¶û>kF·b×^ à»^•!0©Ø àX¿îjü|@ý7õzýl•^o{w$“[/'–u5fgßYNJÒ¤ëÐÏoÃÂÇ°Y­-Cìк(ö^³ÝŸ9»yíÃB\ðáX—`$tß>Øå>ƒä^èñæõ8$| Ží³]¥ó{}aËiô~e‘3–Vüd*6ñŸ{n{³SŒÖF,7A°êy¶E;³„Ú ¹CàA÷·øBÉ\[Þñ-üž&Øf> “ŸŽÐ܃4HÇÙZ4—o'ÑÌ{·tÍùQxnWìÁÙfˆ%Ãq ¤uOÜWÎb^ÌÚÿm˜ +YéâTv iÑ‹’cÙCëÊC÷ÿ­¹OF‘•·!Á¸–º—n^×6/I")³\èHJÎéP¶=åºé‘Ê»•yáÙëE¬ï®•ø|}ÿÆ¥ØnP㦰žå€Öëy&)Ñ÷(ì§OYßÈ‹*QÇê>ŽWp°~ŸÎ +¿p_M«»×S”2x/7å×™ÞZNù÷þÒvE]Ð'îbC2†5^€<Þ`ˆÖ†—¯mìÖ_^aÆ!H­)4?ðx¼d2¼6U¸îlA&(âtÇÓ| –?‹‘ëÌðç*dÄÅ¥.ž¯ûÕynýÞ"Ö°SbÚ .2кw>¿§ +‰âru}6%Èë}Ë%÷Š&õ4H¬¸îlCnnª7Ö«Ý>غG;–çÁ‰ö®äKHŸ§ gÚ_eX±ûàÅGó> ¼Ø›ŠSë“öÀ­x±~£Ç+xe¡ŽÞ°¬Q <ùj\ææ Æ2‡â{ öBed þÖi]xõaŽ úÙ©»ÕÏ"+ɯN?‹:¶Œ°=wËïúǼüQIÐÃ@ìo-°Â.x5chÜ{ï«=¶¤$ŽôìS%'ÒI×1¤Û³‹þ6lŒ„qªA±7ô×ï•‘‚ÔzBÂòJ·½ Xç&U:¹š /pÙ IMAˆÿš7†2[Ðx®¿Æ¬Õ r |Ï´Ñulã™öÆlXý`Òy†Ú¢½q©xUu’óDñ¶tèJ¸›½¦N¼]+Að2Œã£(®èbH É„÷œöºµc_ß¹ nÁÍŠß8|§ñ,§:ß°Éʗѯʋ ÅSYpˆ=}È‚ÈǪA p#!Ýñ%|¾a®Õjl½ûçÙ¾ köÀN¶æœÒ¡$ýèlÔ?'2Žêä*Çíз`c¶ÃúCë Ú°Àr¯d‹Ý Åx<{-ÎK—¹½ÕæJºõ÷QO3ø²q Z?pÒôÞ©[I{k +è´ ÊHÝ])Kà‚Þ0}'žyÇò†l>³]Šò;þµ>͉fz)^JóÓë'¯˜¸ä"±é‡4m2`¸œ!Ê›2´X +áÈ,ŒÒ×Û¤—:Uº(í]Åj_á¢f:ã*.•èM ê$ðfüg÷H»!fm–7Ô˜sê£GÂQ<ýýԉ߆íØ_ &úœ¬­Æ&”¬f¯(^¯9¢?W#¬­jm£Z‰í%l6f¾Zð%<Ð[ï3C»Oç¨ZR lxÓRõ:wPC’xókÙcC‚ºgò™Ï¼ìûü6¼iA6ò(2†¤{6¾õ8·>ô=`;°ýžºioy†zöZºk4ï0U²¦$ãhø>ŠÇÕ¼‡‡ý™!œrÆì„Ì8„;áÙG*jcY\„[¼^ç ߎ‹Ye×,ª(¦RT^\D:ánžÁ£X£#Íøµ¹Š+À§9¾Ž¯@ñ;“j>à¨jT}ÌAÍûÈãAyqñ¦Æ°‡©#„zc»ìPÔD•°>¼?BY »æ$ó7®<Ë•¶B§«ûú +­ñ.¤½«:$RÃÿ$ÌäGÛ :µá6ø4šq¦öW«cj‰ñ=V8GP£€3€zI—ÃüÅxÐŒùf`ãwX·Ôv7¡£c9Íú˜ æK¨×ï¹Õ(ìÝ ³É×—@ðÌ¡ý-oð[ÆÆ^kÎÚHlqNXE{s4ƒ-ÖšÜ$!CjH §ÃÄ“õ!`Æw?Ú±z6Æ9/ +0üãý«ÛIxF?¸mO[:¾2[_ƒ#_©¥PHy[ßSí²#‹§ç…}êêÙ+\Cï¹)A£Il)‰s4‰™Ó€ \ìf‰l`§=|NŽe?þË|Õ-·yÜÐ'Ð;ð&3v'¶vûÛ^ÙN“ñ ëfÆq›^yd‰±Ø‘(—¢ûí ìâà#%ŽÄöBöE2ò!>,€ÅH¨o°æ:0ÁPâ” *RΈjRf}C³Ï ² E°¼'l;@{š}PïÓàPU@®À4š¶dÞhƒ/—éó`ŠBö•¹Â6R¨`2‚51˜ g`4·Üf›aËͳRB¨•5$@_Í/i—µ[Þ`Q~`Œ¦à$—á€a²™îð=¿ ßLþÎ÷µ¥éó‚j×é$äå•$Âå®Ëö}0X£ÙZ[ÑX¢"7L,(p¶Ð̲°”»X÷á TÌ'ˆ]³M[r½’’^šl [}Ñ2™RkEÏòÎßj³* +Ј¦P†Rñ>¢}{O»Ù­&ŸÔ²?8˜FQSµÚ +ËâŠG Jm€Pk& \!OX«LfÎè¶Ò8¨!Ϥ¤`gú¹Ü¤‚Æ¢Ç÷ «%P±*`Æ,ld=Ä*¤CÅ0•¸±Êr §ìfY»«9¢Â/¦ó~µÉÅR5{Ä*Åä;0íQ´\<ø!©Œ2ygK¨UËn + N3:ò_su[3DJ"˜œ(Ûq ›Ü!ž‡9áxRÒ86‡9-SXÁDèçà * ÈäÓõŽ ÷y.ödÇëàGȬ_uFÅ’8m-fT%oÉ¡:¸¥ƒ-b–ñ,R°ºŒQ$› T¾%Ü‹GY¸cD#³ö6¸èzÔ@{]Ij½¤7" +£úeðÊeë½6U Ã+gNM•eM¢Éb ù@Ê°Öõ"l,(8±T‰¿¢¹ +™–8Û×ØãòŽ÷‹áB…­ÀS}¹'e"è*æLïä7µØtP +ÜL©V` +{®‹ç<0 + '%„Ëpà²bôƒ®\Yꓺƒ¹i'%{ZE¾/½s9Œz’˘”¦$Ý-Á÷¥ÑËÓ‰d)¥êõcÛä±ËP1–µh)°¯u«®]BIØÔM÷P;ÏŠm¤ª ¥¨Ù"…ÞtbKIMo¹k¾ô<”á€6¨£ÜŠoÚÂN3æ•È4Œ£j_šºe$[õqê®q =ñáÀ5œU¬=sZE¦‹©½yZ´O}ǔƞÛÛ¡"ª]6!­wÉÎl[Á%PF4è §Õ&¾™ƒ˜ðÄk „êôî“FÐ;W+·ÄAòæŒû’A,û­ ô°Â£.ülÓñÑh¸ƒÂO®³÷–çɨ¶|(WppêZÒ.ô5§‰(E'iË÷)œ‚Q‹ +™š3 †2(I-y›³ +æp_3!ØçEv3-€Þ·HÖZÐpÚY¬ƒÇôè”'ï6sè©LÖßž6ak©>3»BV÷×ÝYMëïmzË,`[AÊO Ʊßt°L5l…ï)o«¨)+„Œ·™@Ы<Lðaª¤)Œe€D<'¼¢’lTóìC,&`ë }å4+Ù\Që–Š}ÆÎ0L›šf×´X=êýväg?¨r9Ê„¼Üg¬4Û`ÝššãVp ”¾1`§ѲØÄ¢–ì{QU§øÞòÛ2ók×ç­^qvX#<´— +&…mån*À°Á6ID[´¢è=m& +º¨ˆiÔ¸˜[|æH³Ÿ8tsh^M UÅ(|+|ä•GtŠ2pc­eËLº–°¶ÈÀ"tvJ1Ø…M߳ĶçLûõuÖ–%•©,7Ø2Â6f¨ïÌAÄۇіƒp÷°P°ðúŠ°n•@jó§wGN›úΖy 88áAl¶¦ZØ]‹ ò´¥…Û†5—œ-ÞVÏýK^(N‹Á¬Œ}.$Û]ÚRCŽˆ +}"g¥ ´øw  ÍCL„'ð•â6¤6ÄÒ0ΪìºÂQ0DiQ +zˆöÎ@¯ŽöÂæ7@6óP÷³;`éÔµ'\Í£òPÅÔ×ïÒ`¼$–i(0+ eÐ]óá<´-î +¤5b”fnà2S°`’†:ø@ÀžbúÕÖa‚¾*s`Nkí;_“¼EÌçÀ\+ü00tzˆs…YL€Uht–€çñ~¶×/̼ß`ôMÃAàdNX0Ï’ß%1#ÄÉ{±Ü×€áÀ…= 7ÐOßïÆ¥73Oh¡,n/†Œ >v™šÖv,USÑL§ú}-¸¸J]‚tÛf²Â5sºs¾2º­²÷¹|©pIZ2/zd`LhèWUø ¬FFäóqʦ¨mnÎÀâg{Ï×Àú©`ÚëwÕºkëZ›À``Qª8Ú‚Ìw¡÷~¾.˜ÿiÒ;0Gk!ùãDegªF]»t?kt%[®uw‚‹Sž,âlox+]†a‘±¥¡i›lÆ2ƒ¢«,‚êÀ†¬ÃöÎis‹â–¹…°_ÆÆ•²0’í‚+X@– ûÂÀ<3!Õ‡,2GNHò89j³½^q\`µìå{ugo¥ãg=œ@¤¼eŒüÄï†i¶×/$~™q1;U[ 3¯CEV:Œîþ~rq3,¿Üo¸:¹ìvÄ—Õãæqõáß‹ÓÍË«›Õ‡öòêó¡iýÖo„M7×'¸óÍ£§zø•=P„­Œ>…<^¼~ÿââÓùÉ{h>Ë3¶| ±yôTXÐ|),Ï6ç_ŒZÓ/–Ï7§óïý›¡IÞ†-LJ“ëÅëÅn«ÓÃIóÖW~á››õ‡C3\/®o.¿p˜?zNáЄV7—?Ýœü¾8|lò艭®Þn–›ÓhdÊïº[ÿ²¼øÜùæ«´ãÍ¿…Å¡9ŽOLçüßÁû{‚ß?£¶$Çâ—³›"¾çùfÞ^ݬO?­O>/OžÜ«ƒ¯f¹úÆÙo¹z€Wv’ _!›‡ª=årõi±þ/ûå×ܶ­DñOÐï —ûЙº–déöÎõ“%5šÎÔv&ÊôÕ ‰"X”¥|úRÿ"ÊN˃$@šñ$æ8X ?îîÙ³ÄH¼5ÏX.2©¹±èsÜc» W¸œ°¸sÝ®€í +Ø®€_Zí +Ø®€¡¯€½v¬ÛëJ»†¶ÆŠoWÜI®Û°ÝÃÒ¿vlwÀ&í€ý¦l6$Á/G#¶db–H>?Àî3ÜiиÉ‚è ¬H;[p#²„4ÅÀ „6Ñ„-9Ù\ÈÂa—ƒœÃÍE^1½¾ÃÆçÉ!LI®5'騒1Dƒ —]„Ï°ÈÇÃAp[ùð6½º¨É8ÖÌTwF}»ÿ~KX¿¾ïuáy“1š ¢~]e2e)ž›×îm“-äX¦Ú¯€<:‡¹Š e3J¼Î¾r'6洸ߕBªÿ?'ÜTܽì”Ö6 »Ó­Þ˦îóŠîq"ö¡èìE¿[üA_È'ø]|òÝ‹ž n³|¸¬‹¡ +n}W­È{ÉSóûF/q;r–‹Ìö3ñ÷½v×ÏYêXè²<“¹¢ìFd Á‘úL}PU/ýÈ"3¦ˆ‘S¶t xÃô,Ò0–‹LêJ¢&À»ÄÞ9O>{Od4HEîÊ ½×Ô§+äÊÛ ™*’%œ6ezZ›Ð''QÜ$ fðÕi‚ +nÞ“Â ·#´z„V#„2}ekfF"¯¨ÁoOù¼eê‘mÞdý,‘m«58%织ß;pa,û—w®¸œý1}· H@.Ýÿ uº†ËtíaÀÉùŸŒš‘ÌÓ¨¸ÚH®P¬]2‹£FÀ'1ÎQ/†pÎ*ÞB iåäæ·‡±”b¤ûTÑÑ%¹Œ~ür–u2ò±¯ôð^zæ‘IàÜìO»'²P‡„ñÇ7Œ‡ãÈ4 E,{?Wì0%ûL"žãzr8îi5½YBš²˜F\ª5 ž;œ¢¯^ÞBÚj>Xs‘O‹,U–H!a¯ÎÚÒ@uk5-xM›7MÓ` VÓ\¬·h6"|»|¬·xY.eó^ã:&ªKËßDZfð›§Ý-2x—tq36'š½S쯜¥±Qî›7›5‘! +”æ‹{jÈ’áºâ,•3à MP>½=ý‘ À“˜€‹ÑZÁ“ÄŠu"î$×𺰠©Ÿäi2}ÌÕ<…fÁ7g:Ý  Y’¦L̘`Ôf{è¼? «¯…|èò +–BJÞ[ûÓ!ØÀm“…§GOPú>Xà*«‹C‰ê²(M¸Î¡lÁRsK²úͤnçðÕyõØ;yDS·}ÂßáxÈźè '0Qè~|AŠ_µj¢K!Õ-€¢ìYXàÍ[7m¢ [r²¹îHO‚ÜëÀ°qÊÁ…Ò}pÍÆJ.à·°;ì<£x_¹>üÝöú à‹(礩L+.["¤4_ä‚ ¼Rˆs6Ŷ>Æ‹"nøÒîs€s4"žÉºÂŸ©!ÊJIwçsÁJj$89Q®`”íYç,]˜eÎ-¼Õþ´sÁSF*^ú‘‰Ao‹ŸÀXÇçd±bì,x1ŸÄÛÞ6’ò…ÅØùéwˆÙ”äZs’ŽÞ²á¬Gÿƒi ÒÚ‡ßnÊžGaÓ\—U':Ã*t–¦¿cÍà7N»[d"ð.éþÜ…máœhöN±¿r–R\Å^D¹ïš~Ót ×E‰Ò|qO Y² +“Y¢*‡8'KåÌpC”OoOäÂð$&àj´Öpçv˜u"î$×°)Þ£«åþ“<ͦ¹šç¢- gÊ|ºA²'$M™˜1Á¨‘°óþB óü€B®¾òu sHx¯Ð”¼·ö§C¶°' !O+Žž ô}°\5Í"áDuY•&\g‚P¶`©¹%YýfR·søÚëýÓ#šºínüÇC.ÆÐEoÐ8¡€‰B÷ã RüªUøX +©n¼eÏ¢Ào~غiMØ’“Í…pGzä^†S6˜¨.hJr­9IG"‡w¸ozíÁhžJ[ ñ”Ê[¦Ùæ ÖOÐçm2ÂIisqÆ{ø½†Á:9aqçú‡ËÙÓwÛÀ€äûæ·‡ Ä°|ÜŒäï4‹Cy 0¼"Ï5î°öÇ;¬™ÌeSE²„Ó¦¸üh[©(̘"FÂmZ +ð'±ReI±R>®[}ûÎúöß·¬o0|«o­¾µúV+}ûU?hí[+o¡ËÛj«n­ºÙ«[kÞZukÕ­U·¦©Û”äZs’ŽD®oYä`xm¢ [r²¹Ü>§AÞZ¨œî¶‰ÎÒD¿¼å&‚áÛ&j›¨T7ÃngØEkg‡ýáF³áÜ–ÉùŸŒš‘ÌÓ¨¸âH®ì0‹£ÆtãµÂ÷|ÅÄ{AÖ½·¬ƒöÝD|å3•)œ@Bi¾È©Jy¯✭(A(ŽEÜð¥ÜççhD<“5\šŠiC”±è»ýyç\½. YIäEBp–9{ä¸IÜŸvΣ3Áqµ DÐÛâ'0Ö1À}Ùuz×ýn§7,þívŠ¿×Åsñýºø +¼}ÂÌá¸Y\È*•;ñhÂÆœ ok IùÂb6ýË{wœ™Ìe7"Kì(qµð"¿  § /ˆtän.ªFÏÉèÍ…ÕäÝši»Î€Ån5gƒ˜MI®5'騒-DU°ÊHàr°S¸©"YÂ)Õ· ê{ÀªzíG™1EŒÄë1À9•‹LjnØ}^!\ßAæ>stream +H‰ì—ÑR¹†Ÿ ïà›­ +UKl“MÅW(ª¤ŽsrÎ%K=%iV£ÁxŸ~å1Æ3„ g-ßl%D½è›nýýÿŠÁØh.§×w™ŠÁáâ?’dpÐùýÕ óúûÛźÿ»üteÿ¡óñUwÄ©áJ=·¬ ‰±ÿ§Ii ¨*N´&NД ¦A.þý¨Ó½¦ùkÍ<¯~íkª²\ÜÀui:ÝÿHNÕÓ7½%¢\ÖpùüÉ—˜ÆªÔNDž<Ò‘ÓQ(¢¹I30œb™Tš¥Ñ`남cØÇj(Já˜ÚÞêøï/gè?ÃÐé>ÛNWØ+ÿ_møié6´Ö[b"µôôßÒÍÝ#î¸0€Öšî’ÎàUwüõü¬*lÑÀ÷:Ç=ì .±ÿ½øµÈy­U—Y5ùÔ U)™½âPÝùaÚ£Æô¾&8êÉÅÍg~â³ óÇr¯é;xzÐë‚Ãp‚Ó–yæ’AÂ¥sïÔkÄŒJ¼u¨Uï4ò ®ñ~÷U€D|TS*‰n ¡´ÌJAðV£QœÍŽ Ç7üÖî¡ ¼o32G¦õ¨†h/O»<œ«ßCC1!aQ$Ï2©‡7½?œGp ÄñÑ×L”z©ð¶Vœ¬2gƒ£^ç¨7ð2jÕŸðæeu<‚fÊ¥l _&| ™ˆ–•ˆä™Ç>zæ»nÈX•šÂ‰ÈS²±ôé,HaØn9Y\Ô, +7®uÓX·¥ðÚ¶ÕñV3U9|È$³9Hàœ”EÁ‰:ÙÚ¨ +}¿Û•‰ß¯šàÃ6!Ô Ë'ø45öß© +ïó—…÷¯h÷Ê“¤,àTIkµ%^,~¨ ï•Ð2_êÄÆ/¿!mµ[[¾ïGe׶–'ÖW[¶— .¹ËÿÖ{œ1#üj¬WDÈ›ø%P‹« \UHÎGUÁY¥’è.Jˬ¹§Q!|æÂj:1n¸+­Öá +‚£1#óÂCb Ñ^»<ÞÇ£¡˜‡š°(:ÒC³L`ê±ÕïOGÐE ­‡ÖIÑKû4Öº RHL5€X/»ãøT n¹`Ø@i"§h1©þäè}u<‚FfÊ%yµœË…@3-cŒÍO.Þæâ®CÌ%Ï<Õ3ß=´~è¡Ö_<+MŠßW«óÁ§ì=š „ýËâ:hªZE¤YK`Äí”æÓÂ8âGnCW©bʧ{»…à;+EÔzKý¯»ÜºX‰÷7?†7:豺쩒ÕyS® #l†Åô ]5ÈÇe+º‘¥Nl[Ÿƒ7EÍ¢àtÖ ¡ Ÿ‡ƒb_Wïáºt¼¡Fp*…WnªŽcöP[äÖ]H¸ä.¯Tÿ(93òˆ_µŠ¡¯+5kµºÀUE5Xͪà¬Òn34!¥efŸÞ#7J"¬’\X!Dã1Æ w%›:ÜCAp4"fdîÈŠ M2D{‰Òò|„Õˆ†bj¢èHÍ2©Ç*¼?A%´ZûA/íOÐXë‚àdv£ñ©L5€ÌA5Xƒ[®˜5¥¥‰œ¢Å¤ú“£ÿ5öÕñ™)—äÕ²"Í´<Œ16HµDòÌcQµ(Ë~@Ç<òÏJ“â÷Õê|ð){faÿ²¸šªVÇ)¢ÃŽ#ØÖËöpq»ý¥ùäf«¿Ÿ\e|Ÿ¿>Ý;òí{Î/HN Š «RS8yJðHGLGQ–Eå ‰qåÂк 8Õ ¦ÏzÿRxE…êx4µ:UY® +¾«½¿ã_Ï÷òò.FüDƒ8NÖAú­îÈ[<ÈÛhËæ\“<åtW6(ãIRèÔÕþíI47iߢmÚ¢‚›Ï„Ëý +mß +Å ö~…¶ ¤å+?Z-_¡¾òÕöíù‚P³ß íØ è7õ+¯P7B[¶¯w[½¥%R;/AOañ!ñíÜÜ=âÞ héŽ é ^uÇ_ÏϪ «š|j†ª”Ì Õvh—ŸÀ5zz5Áåöäâfœ¦f7ø—Éž…ú“d¸'Ù–ŽU©)œˆ<%»â}6f R6‚[NB#5‹‚ÃMDéPší5ç¤, +NäÐɈò;ãÈœkPæPÕZKGƒdŽ™·ü­´]ÔT’`/Có’ëmSëŠô—Ê/o¶4géÎ5ÉSN÷}Ù‡¸¶‡¸ÃþñoØ9Åoð üŠ£>MÃûÇöñäâfœ¦f7è ÆÙÁÓϳ.“,Kÿ]Ý•g&Ewæþtx¢·x¢ø4Å;ÇÕqÌ2k‹V.—ûf-W`¤÷X°Ür²¸©YÔêH·mÁ眔EÁ‰:Ûh“?`ÛÂðë‹ÅØ_x¼yb1Ü“Ï[i»¨©$)À,^†æ%×Û¦×é?ðþ·g ¿¼¹Þc©©U¼]|ÑíÓõ¥C:×$O9Ý÷eƒ÷ˆ{.  mGwIgðª;þz~V¶IM&߀š¡*%³Cå°?=j +ôô6j‚oÅ“‹›±±Vÿ.ÙÁÓƒPl»"íïŠÉé½9Æ¢LHgþ,AR¼ }Tmܵ&ê÷°D²Ì®©!·€—zIp2©Æ†šbùŠêô.<5-žÆJ6‘ÂÁ"$šØ9WŠ±fZ#©V¿i{¶— n÷2úƒhȘQ‰6AõŠ6ïŠD« ohªÃÁq<öÙìá÷_U÷G>ªŠ ¬=“„Ò2+qMq¯VœÍ¾A(1nø­ÜCAp4"fdîXm ÿbˆö20Ëó„äôÊPø…¡" £ÛÃV¥¦p"ò”à‘ô ¦£P®¾fQ9hb^cבo§*ËUáÌ ›~À\@·î’ÎàUwüõü¬*lQëý†‡ß¯É<ÂÔ«É7 f¨JÉìÕ†êÎcsÙŽØ£ÆaKš l]Þ +¢[æø5¢»'7ë5xó­ÀìàéçYW^§ßÃwfÆ™IÑݹ?Ýj¢ø4Å'©ÕqÌ"iV¾éc?Ç„p¦áÏÒ7^9Uo¸±ïK¨¡(¾á«ãÁ™>`d™]SCn¿ê%ÁÁ¤n¨CFÖ|Euú €š(ãˆIIkÆe)nõ{"YÙm΀>B±Oûø?} +ܧÀ} +ÜÁˆö×ûØJ¢_"¾Û‡Àm è–íC`ÛB`¢‰ýºâJñb÷1p÷1p73-‡ý}ܺ èÓ´ÖGÁÿ*Ŧšàe«½9ðxçr Ñ/—~á\“<åtWL:'†à–“Å…<‚D½(8ÜD”Ž5½}ÁÖ‡©ÒJä𱈶EÁ‰:ÙÚ˜‰ÐOˆá·1‹±Žñ x/Èb˜A¯7ÒrVIR€Y¼ Ì+¬n‹¢- wMÓ®TmT³DXG~H•PúãDú}ÐYþHå„r3ÿØ{ãáæ<ÌBu:øüU¬»ö¨¼ ¶åM-qûž”_/vvqyävÍõí×,*MŒ««5 uÁul[Ä®H S³Ó]”¼S•åªà½FÛ#{}¿1Sâa5Án–:;²Æ|šû=P#|\Ý?Æ“¤,ì¨Ê‰׋ê‚#£l©BÁoF›E³_v=mÃPþ+üP¿¶{(ko€N+švë&ÎbÕ‰ƒ?Û¯_Rš$ŸDرӈ›¶ÊÁy|Žß÷µs¸]©øCIõ¨ ͸ZbY0-oÌb>‹è/É”LÁ[ñö¼óö~@™0-¿è×S5*œsUÖdóáE­[RÙІƒ§-K¯RéÂ]Ì~àÉŽEüÛKÁrÜ"=¼/ô7!ÞµuDz_8fÝ1žq<ˆ2¢OƒczÓ“­ô4†'kái[KD¸é©ƒÈù®Û[¦x„¯i‘"8’áŠqÂ4ëÊ´éGV`Žd‹Dt,8s‹µ"K–Ls­Ú6Å=üôìû8>stream +H‰ìWmoÛ8þúü -N +ß%Þ~ŠÓm±·iwÑlö†k«Yl9Pì¾üû›RmYŽãK7YàZĤ†äp^žÎL?®–åÝKö·äô¬®GßØß“Ø‹¯óYµ˜”éøélR—®KvúSµl×ðgùí¶ÄµYÎ8{ÉN¯ªéè—ËzZÝlîý<š­üæåèã¬ü?ïö©Fs:mœa¯ß]¼‡ îéëéx9]T£zKøÑX>ŽztûÁêÑ©Cõ +W-·Ø#7;Ý/é§òͪ¿=TØ=fÿ“ý‘ Æÿ¶¿$Ú‡£í»Èp¾˜ß.ª²ZþVª»Oeý×C?ªp ’¿™ÖÃdZ ’iõ˜¿\¬êqù¶Ýþ1®”|€Vò ÔºÏì­.‹Û²-Ã1:ð§k…ô{ëòn5[¬_³ýɲeŠ»éòàôú|2Ä»²¾)Ïf³gàšçb’ã0ûà´ùDX%‡£5Ÿøu%9žV†élyø£~úºüÄ~HNÎ~|øc5¹üýíb€$ƒ”áûEõ+°X—4õäAy3­â…äý-ñÐ~éòÛüãb–¼8›LØ›ÑçEI$áì þ®¿$+øÏÙ/ ϬË%ã™Ð…ÆŠãÜò¼Ð0±97E“¢°27ìz‡„ßÅ®¿ÁÇ?`ò }a‚³wì_ÿæl‚7|HRžimeá˜Ya´aó$6ŽkØœ #4K¥ÎŒSÃÝRpG* T,u™…°ìpw\µ zÅ7 9…w®÷ðV![­@MmŒUfhìÆ>06Ï[¢;Œ’­Ï“5©qÇ‘´#+Œ¤cÊX"p ˆA‚Dß8F|/ð®Lqc‰ËœÓ6&)ÄšÖèÜ"wL‰LåtÏÁ(ÖHhäQRJqM©]¡´çàõ&#šEÁy74„AçÁV¥Àk`@§p–HZ‡Æ枰ቆ0N@.n•iI +l!r¼)G¯al…"`hGÍ.ÔÏq®\˧a{‚— í„È[¡VP)†±¢„4­ö)ÚÌJÓ(U²1¢€kZclˆ;8iÁ"“ÜrÏÀ‚¯Ð6¡mÖê62‚óa³19“œµLgV i!bÀàBà ̹Ò¬) Wx/È A¡" +Ä£pNJ$ØaøKd ˜Q± M:O>%W %¯IbÙ‹—ìúŸÉÉpWªê‘É +NîHWH=.ayIŽIYxò˜¤[$J['Ãnâ:>8u J^pì˜ôu2Ü‘À<ñÁ)ŒŽm'1 vÓØÉð¨DǺ©Œx=<™½ŽIg'Ã#€æ¨”æá}DRóuLZƒ“;RHmàÿ‡&·“a7½»: îdxLŠ;VP½¾8«sÒRŽ ÅwN905q¾ƒšŽ˜Ñ/¶p˜ý +¸ÔiEÑy"Jì"5ç.¨œ°¨]$ rGI£9×¥Írª ‚]J{ŠœˆîéPÚë·u»ØýtMÐÒ"ÁK]3´Äöt]DZ¹=½‹Öªßʳ‹Ÿíš¥¥ÅÂtMA‡ìrh—¯§ãåtQjlA v:X,f°ñ'¡~…³¬««ÑÇYùv5ø^؇*ÞôõvQ/ me(>Ç4DŽ…´ª „1 .µôÝÈé‡r4{7‚ê+Øàæ.gÓqy9Í ýy[O'?—ß<_Ó½ú4EwËz„z´@Û5L\ƒ‚uæ{§ÝÔ`µ\.ªáâ3´wq3õjv{‚¬§AÒ›ýg7 d ξ±sM°³YÏ ÍH¿žú—Bòß$üÈ}Æ|Q&-"7_~‡ì)°£ñ¢¹“æ¸^ ˜7ç #ŽPSÓ Is­ƒî0lGq"ɱ¨â ¼ppŽxÓÀkIÙ|Ìy³f^Ô ܘ£ 1—˜Å‰‡ÅG‡Ø¢¦Â D\52gë£Pè0o·pEJ¬×brßn<øÕ0Á+<çs¯ÀE2øˆ1pUU£y9a7õh2-Lê%95uè`ïâæwpƒ}ÇXÔ€4ð¼\WÀÓÌ {v=ßØhvn”’³Áø@ŽƒC8Š\!GtÓ`¼ºÄÃsbZ˜FfšÇÆ “tç,¶ü†O{¦Á îìøڣ༅Cwl°3K"Hµ8 i»6vy¤ä¸ÏÉò`'Ã&¨ô6,-Ð%zÛÉjçF ÅÍ–“û9áˆZëäžÌ-+skfÁ(PÄ>Ã$}^—“é’êIo’†—@.´h`ny^hFŶ)0ŒŠÂJèò DêÍꀦ´.-Å+x,Ì|¨HGŸô©[4ú°!‘c«¥¨ä÷_ðµZø¤¾…&kfa‚Lá.‰•¥)Õ5kÑÏÆçö–ûÆÍA 0i¸Dò­š¤7lŸÓ˜C¬A¹!Ã(n†ßs²LÐíbI=ÜébÙ:_$Û§°Í =_Ö›šš‡À´™Ðm–F²QJÂÄËñ¹Àí<‰.¹Ø¸E€4úýË#¨Œ´B<Ã0{=Z–o¦ålÒ-‡|ˆa5™VBÃ[Mxn4T·°‡C‡ºkB1xXÔåTz¤Ö¿7à`CÞ 99 ˜åFY p#­6M@c %9d,W¹4Ýx‡¹çŒ –ûgÆ6ƒG$Tw ¾¾^ ºG¬ªÍz°ýå…ÙûòÀ¾\†µÏ$üŸŽÇ~ÄôìÀxöòìç fû¶>óµz8j¯Ÿnµ=ªŠê¸OMuŸš¨Ä=j‘š+Ò +sÐ+¥rËÑ q3Š~]­k•Õ;•-8ŠÂâõyPKªxÁåA³îÁÎyì/X‘^ é•à^ö0Èý@þ5W"ªW„ÚØ 9ߧLÿÁŽRÆ+e¼RÁ!aØARJýo*Ù-•Ô¡*Ù}*©7à&ÌT;>ÜT ·|“îtW£mkÿ¶Òë ½ +ÜK†G›ê‹Õ1ª/bv)a¼Æ+̆G—º/^TO¼¨û⥣÷Ø’BÒ#Š¯‡Ç¢7éNtá±O¶öoÉ/I|ªn M<ü>"¤xOTðž¨à=Q±CzCÒ’ÞÛÜÿ>–x_8ðžpà}áБžòÏ< éǬÔ ä¦GÀŽ»ÖELGfÿ¶õ‰¾%?bÇR ¡F…ßÇÃΦôzKú.ò7¥×{¥7$½¯!½ÍýïcaçûYþjÝP¼Zœ¯©¦wR +Q4ð— '…êËnż/·æÍ£ÞDʺ¾œnôÊÌ›w¥yeD3ȦQìì–®Öl]Ôc á›*ìçÛ…}(÷{ì›ï¯×·²²È7kMë1±]TPYÚÝ*yîKÛønW=\E^l8êû¶²Xœ Þü( +«g×ÐÖ‹ÛÉâKÕígW_Ž òþe³?Œ;S½nL ËœÝ$.sÎA» žà\;€Ú6åbMIm¦iò_ö«®·mc‰ú¹€ÿ_ $iMs—är™ ²|úBI´A àÄJª9…óÇû˜;³»óARJœ8¸è"ˆ<äÎΜݙ=£ Ÿ›Ú5UæsW×°t»mzÇÑŒa×â2ƒIÆ`'ã@4À”{|­Û‚8±E˜¸ù)ˆMÑtmz‡}"`¼Mž·l†‚#„¢'«}ÊÆ°s×nÙ{X´›¢iÝýlï7ØZ‹·Ù½ýýÑë××çÏ–«°GÔþe„ô¼BHLQ·Ž!à.¾Óä.<`@ØPŠoofOÌöž.WÏf¯——§°X?…š¾qiúõx<:zœ–÷÷7ËËóø(9 øtùj6µSp÷·ÕÍÙl*Swr já)îû¹}³F¨¯.q\E_KáíoðóíAÈžç<éåÑ ×t•ü[‹ “¹Ÿîƒ’ð™2¡ +ë' .Bƒ2ÕO×µÜOs©.„ E¿ün¨ö˪@³)7£N©)7KUÌÆÜ ƒê’«@©ªÀδ‹™Ú²;É·©ÿgékoŸ¾Ò @¡n+oÁqWB+_ÐÈì¼ö¥3ø@þ /èÉ­Ð$P™”DРR&ΫµfxïlÍÉf‘–º¸UÍÞP²Í·RÏUî¡·2üU˜²ÉÒ×?OGÎÏÎ{ò™%ô'”36dI:$ œÃ4‡øݚХÁ¥õÐþ4/ÊÎæ \ÉÀ7AÎï›­ŠÎ:Û„I„e¯2a´É½ƒÃˆÐ°Â¨JR­ÍëóÆÃAa+Pº`f׺¼))q‚‹¼ñPžLÑ@/ˆž¶ÅJX¡“°!vË:/me×µAþ”†VPÎjWa¥‚ƒÇywë¼²M½aÖ¦É}[×غ¼(­ÅªØä3m8¼jSB]?Ô aœµ(ð õVCYË«±—…ޚХÆBÚHjȆ¤Û{rrõ®Û¼- ¡[ÍN栗àñÙüâ²¢̯0EÓÛÇ?ÿkøƒ^OakÏÒMØôÏN® s°dÜÇ2ù8ðÙ{È9(½7ÙñS^ðzï"”ìeüÃ/ìõ?7¿ƒP|/þzµ*øktg'ørp²:yyd›í㣶îüùûãÆÏßø|óãÿ7Ï78þýù÷ç[ÿ„ýùéçŸË¯»}°,À9EëØ/T¶ã¢õô³Â¥Í¯?|¸É°ª*9°3ÅòË¢`züc—«ø[˜Ì猪> +§=S±˜Y¬žŸêPQ“=)Ñy‹öƒëàËè"ø_Ãÿ· tÅÎt²P 2|-¨‡¿ &úB¢'ÀÂ@c&*cg +:£úR¥Ró«µhЯW;Ó;èéÇ-Ý^«9v¦‡a¿„ŽîÁó´å×)ŽÑ%õ¡oe£ëÕ2‹6ÿ0“þaÐuýúêjvù~v:I>/]©¼€-–‹¬µmØѬ¡a7 [ƒ˜šliàÂÖì'¹€Ë¶j ;øöS›sn×`‹æq«C+f¡Ï=ïb…i÷/â÷•w˜-&>!`5uQV‚MfMUé6‡Åñʶ‚ÑTÂlnpá&]¬lš*ãpQWM´] mž'@“m GrÄl\!Á…ñ®b‹ëúŒ&¯Jã*rÞÅ¢á6¯©õäÆÖ§![ç}Çëbs^‡ÛæRM©Œk„¼Œ½î`i“q^(vA-1yªV˜Ãár²­ZáWHånÏ+g: j,YAý­êRQaA¨š…u^ûVÓ5AÌE£h¤m +½î + þBdÃÌO¯èc7 ”€“q ¦¸Õ›ÚwøÓXÚÚ¹ñ”Iiûƒ¾êæ ¦œŒþàª-µUi\é4! +5ÂdãÌ» « ¹ª« $U†ƒ¦*£®2}¶C«ÈIj(ÄUNQEƒÁzR·š?(1pu ”Sv8-òª²¥W)ÜA +cþ:†(ƉqAøcO…>Ž† ‰7ZÖ÷‰»KHÀ­ëR§¡^ jÍŠ‘ÊuªÑeaÍ\ ¡¥"Îó +4”Ö@¢M fMCÛ¥Øyn¡Œ=Ê8 +‚$ÎhWß'Êì e*‚­;G††Bd^•Ê»“ÆyMY“Û²)5c è„F….÷ ×j±«Ä˜@̘†02¶K¡ÓÔBû'„q I”Ѭ¾O„ ¸ §-nàÖiÂ4€î˜ž(}çx0˜?U‡1œ¹ÔE]s¥bL‰1˜1 ahl—bç¹UZ’‡BGÁÃ8ÎdWÝ'ÊìÄS!Éø6µo´Â5_ù¤‚$jsÐ^Ý+}G’w2*‰4±›š[‰»Ð!¹Fk;üŽ}W2 ßU“œ09"ìQºNFQälW€0÷xÈN Œä‰¢Œ ”ŸÔ‘¢Œ4”¢Œ„")Æv P”1$”)(†F†9xš\Q–´þŽ¡x<—ý/‰á( ¡ˆ$!$¡È$Ý EŒ0E + áM +7M* ‘_—ÂŽ5™T÷‰¡>Zp C„P8$T8ã’–†HðE¤‰xLÒLl3Ý EŒ0E + ñMŠ—fU™–<ŽÈwCÑ’M¹Oõù@Ž<ß~¾½3Ý]®æ¯Wóåâäò&{ˆÐ““«wáªÈöö—˳ìÞÑâýìr5;½Ÿý¤áñÙüâb¾xÛƒæW'¯ÎèíãŸáßux>º€¯ÑQ==œŸÍÒÍþìí|ñìäj5»èÞýÌdÇÑ‘ƒÙûùëÙãË“›ìø)/àI?ÐûxÓ‚Ç/3 =ÂÇn~¡ø^üïùµ"«à®ÑàËÁÉêäakº}|ôÃÖ>Ãg‹~?Êý]nuéêûçû‡?köÐÖ·Ù}›~ísï_‹SÌ<¬¿PmŒ+ÃÓõõÊPݵÙáõ‡7V°X}Áüb©k3(-Ç ùá¼¹Š/±…É|ñŽêÖ£`pÚ3+†Åu7ÿ†›ÿÀÍ_P[³'Ù‹—Ev +ðñ³íPN·]šôyà›þÓé¬Ü×á…µm 'WÅî‘{FèŸ@@9”ر¯d`Æ¥þ“ÑIBC›ª§NVì+ ¸Aæ +Ê͹šÍ1Z6M•ÉpH´!$Ú3<[')Öš æèy…GÆk¹C{‹pîÜ-–‹¬µ>‘mâId²H!›;ï£qZj;ŵԚvâ¶uº2¸Í èˆRM ‰KPWM+Ÿ&àeeG:›‚|îì KøɾdO ¸ÛL:7”]ž5i nU¨¢–¶Kt×¾Õ”N"ê‹¢QôÒ6…Þ? +šÔ,+0ÀÆ™'v¢C2;Üa™ãÑ|š@Âò€¹O°Lh—e¦$JÝ—J4pÏWý,ÅôÆf°Ë2\·e£¶> +¦Y#³ šh"xæŠéÖ8rº[ã(8©qLÕ8¨×gï¿ÔWmo7þúû1)n×|_nûÉRŠžï¤°/@‡ƒ¡ØJàƒeŽÜ6ýõ7Ãå ‡+Éqš ÐCbíòYr8ó 9|xœi#d¢%˜X€Ê§£D¡~¨Y†¢gœ™C(hÚVÜãíÀØ(ŠF…0Ë,W(’P& žŠ#’eöY’Ì‘Xb­Ë63¼ÇÚq‚=¤6L –`"Àƒm/ùô0¹ “ªì:eá2Zók!Xe½¶ np¢I€É- àV‚<Û&vØI,û*‰åˆ,1¶e›‰Ýcë8±ª“ñ“O‚)ö(J{b'Âd:ÄšØ­yí;T÷¡‹>8_lK€y- àU‚;Û&rÈI+{*iåx,¦e›iÝãêUÛd5­L¡Àâe,ºs&N7{ÕMxE¿¬,Ðèx°‚W 0¯¼JƒgÛÄ{PòUËñPŽ9Ûm&v­Çδ,íà©=<+U/_%£„QØ$õˆÒƒ’QŽ’PR—„‘ú$»Ô–l2&ÈXŠ˜ì#4·d’|”LR„qìÙ®h3“S~>¯W%“„QÄ‘­‘’€’É,%‘$' #¹If©-‰dL)°0Ù%BòÔ’GòPò˱“0Ž<›mæqÊÎçªä‘0 +˜Äïñ¬ø$$ %‘¤y\Ö—l7·%‘Œ "–"&»ÄÍ]ííì£d’âàq;Ù-mfrÊÏq&¿{ ?'§÷»7W»›íÝêþSóýݯÆ×g§gÍéÃnÛœ¯>îÖ÷7¿¯Ÿ7'»û›»÷Í_àû`ôzûv}yz6\¾zûq}ÿËúúòïëO—c§ÏÇnð7ÓŽÌžúͳÑÉÓ3­.¼»¾ø´y»½Mmw9_¿¿¹Ëȳ¿n7ëç3ÕœÂß›_g³ï°õ~^Àß«”Ö¡7PPµ‹pØ+übäòÛ+j Êm (~³‚AzìÕ¼ù¿ÁËú(m^6ÿú·j®q®ó™u]uÄ…Õì“ÍÌ@eµk× Öc²0‡³ mCÓ @-,"¥†ŽE  µh­çtiR£ Þ©Z3tÂhR¯!&UƒBa"±dÍ¡k@ÿ= R^#„¶…åiÌËÙ»™Qã0’Í E­rKúâaì†aPæÄÃÚd\ÞGPp)‡š4ÜÝú)!J¯‰è6¬ÿ#kP5'óíö왶?¯v°ôï~¼[½½]ÿôps½Î«Ú4'gw»ºÓo¶÷»|ú°»è¾³ÊšOT7®ïz¯`s‚`ÕaH‹ìä|½º}¹‚ýòŒ¨Ì ·7Wë‹«Õ-쥟îo®ag†ýþÜç°+>îîWHñàK·ÓÏ«»õíåâvûq=Øí¶w¯~YßWûëaÜcš¶×±Ýâx³hÜ,ªy? )U–IÀd”žpŸñ½ÁÛTúÍw|PÙà™V1.¢ü…F¤ôÁß%Ï‚ïÔÔISÞÑ^´œ‰™ÄŒÂѬ,%Fmà·ïtº4àÓÁ’F<¢øHaÞ–ÎmLsÂ#MŠOü„'?¶1ÅÑÆä<âÈGLtÌßb]}}w·Ú¬¯›÷÷«ë›5¬ ûW¥`k°f°85êØÚÍ›ìhôÁŽJÑüê‰çO±R-"éó9îQØ%]_–Xâf3k3G}’ÖLS;òTœ‘¨*ƒò·ô)ÇTŽör>żœÌ#)2ONØ1ªæÉ!¡f’"¸,êh´ž¦è¸ÅùS,ê>ˆ½æò¢Ó± Ç­‹˜×`5¬Áh¯ñB㣠?”¿ýÓ*…éð>iA·’˜l|5WVþ†'¼º¿iÜìô_,ä +«þÄ–ýƒÿDÝGQ8ÏæóÓ««‡Íùv—Šª(¨-¤ 6<Õx]:í™zÄG}>èÁ=ÉÇo}¶¹‡¥lýáÓLÿ¡Óìÿ(Àow\o?¼þ0Ô—ÛéIMJø ŽjEGµ W°‡Z¨›ÔJ¯°¥ly5üÚŠ­]¯S£u +aÐ**nâEe|íÓÀ·ÔOÜq0ŽM&áe1£·%»56 «Š©QÙȦ3šn9~ àÍÑE(õH@k‡de“ß’™ü +·UïMŸœÕ A`°jˆf23ŠHJo9 •)JÓ8´I|äiÑö€{@]M#ÞEÙõ4e1ž2TÞF7ع¥H­ILö°U¢CW(ì9òõrÎû6z:Pð”ÖNclzðSÁát5p"ÕçÙ£VçO³ŠÚã1Ù!IÛH6Ç…ø’ ‘£Â5QM)¥”—…6É„Ì‘päëÅp9=á©s2!À°Å +x¸³1±óÓ¤.“ÐÛ'£cTCÞ÷:5ø>í£!ôé:vÙÈÓYÚ©íÔU(_ûñ´2`lN i%]­dê6á¦áñ&‹ pÆ–ÿgú†Þã5+Û„ ð+N™_9²Ü¤@Kà‡šÜ¹Ø÷z1}qk1“þÊP~ÉR î=Þ 5ˆ;ð&Ùq~(È’ÓwQ x ܆;Þ—nÉû #)©—î9­¢-Òq ›Ë½YRùÃ>eÚ¶j“ Töš'4¥9 ½:½¿t#þ>Ô‘¯N·xˆÄ‡û\m/ø?«í)ã+^¦å-á¯-Ö¢,v—OâqΫÓÚ=ßá\E ºÛ <—Þ”0TÄéÁYâ91Š±Ú²Ûåq,øÐß.5±#âM±)ò6¯£ª|Ù;˜/æ\*´0&î²lØžÊ3ç$Ìài#mÇÚXoæLJŸJ¢è‹h'­âQ´™Ä?€aˆ0 Ëx;—*ú6N5–Mt’{¢]b,ÃH ¢Ñ"pšJ¡5Ë7Öìš¹fÏ-)º¤ëèTB}+£³ ¶Ö´!!L’eP'‘äR„=Îú™¡¦•$…ïÒø”YÈ![BSfÚ‡ªeˆÆ½X¡óšÚ*-Ë ;ïàÁ7&…ÂJ3ÏÒ!Kk +N‡4Ç0²™„ón/IS=S@8Ñ°…;c˜ (•§Â'9ñÒ?áÄ@’3ƒÀÇÉLŨžò£°i¤½ÀZÒ#òQbX$˜E“í™­O%ðN)m*W”k"8GPTFušÒ%±ÑÈ^41´œ›ÊøÈQTÓj‰#\M{‰å„ÇL×›Z-UÌ9Ž8POÏÉßPrCl +f[:$­L ¥„)ôJ<)õÅŽ…FÕi9mØöãá#ÔÑ©1@äûQÿ`dþ9Ú ÆãëËãÅZPÅ¢H¢_ÛígÇP +¸ð Ó™qˆÓY†¸à©­zŽXêbquECGËuRIa|³ãâhT/“˜‹c%x*Cбü9çb>3Žb‡&gTÂìË ¾v s¤ø¹Â°##.èÊ.÷”¡Ëžj3ɯŠÄ¶‚L8 +³Y£€ÒiÚ…5û °86ÂA‚äN©\I9Ü ¤¸RlK’ÒäsÕLT GRf´ `ÉÙÞ4‚ R õ¹¦u +|âD²3"°$d´ ÀÍŠX@j1:)Åø£Ê5—WU“+Êi¹ÕQc¤·Ð±4™”óƒ‘[òNÒÒœ·8}í—0wP#‚šÈÌ=iµ4rè¸S®qzJ‡–Ì>ra4DaÖFêvì¡‚ UýMÌæ‚8JŠ¸(g¸U|mJ%‰E* ³l¹ï’Å7ËÚà¬)€—¹±bCÖ¨Xg“V1BýÁ‰Žx5 {;äçAÚj– ŠT+[òµ)¥$Šg±—6T«_‘˜Vºˈm´ŠÍd¬Å·$… +ÞÍCv +Íäð”.=Mˆ$M¥ß„u"©Ä"òò„ @¢_€†?"¬Çlè*PµAü¢ŠÔJB}FI)µ"J%o\cLß`‹Ý¸X‰+‚jx§X.ËËuP©d*ÙÕ° e¯º²QrDÉ\.KÙå:]2Åšze:Ûq7ÄQÈËMe€èŠÚÒRè’À¿Ï°~ FËîztvºøR,ýPám}-i¶µ®ö³ 㞯L6TŠºe {]«ð2ìhåëµ,‘µÚwrI.›û%üè·–B+BêE…%23”nmo£ËÆ2÷ “"µÌ³d‰*mdµ¡¬¬Ù ôÆ;XUXvuZË”…W±ë+wÕYìUPkpÆyíÓ|>º,&Ñçåh2-àvköÅ]Gwx‡”Ÿ;,ÔüÇR©‚â6\0|‚º9lç?æ 8î·Ë'¡{œÿN͉ÛãÇž:xÄ©˜X-=G¼ qä|™ˆ¸ì´#¦O›±ÖŠÄ*FùÚ ÞF\ÛÚ·@kcÒ½[|¬îíâ¸4¶Ùb²¬2¶i»˜ ÕènN x²ÅÅ8uðˆS·¸XEWâ,œJ@·KQô}kMlîb•&e ‚C²kÇDé‰Ë-yç¸H܆—Ú”šãÜŸaÚg”\—7¤r•·$¶)5Ç­MJ=U“2ùқ䉞+ƒnéÏ°E¬–Åèô|1¾^ÝèP ‘è˜óZž¦J†´\ +ø‰Q’Ý$V†5m¬‰~;ØÞÔONÔˆVoËô8ØJՋðè†U{ÞW6i}$ËeŽÐýÚÉrn }³^†E7¬Ú‹ð¾Úy´ 8ªÆÊÓq†D’…ÇŸ,–ËÓ÷‹ù‡åt¾Æ1Ý®'Km~輿â—Üù0»Æߣ³ãugï`²8+¢Áòzuý:š>Ëèh9!ºó[ä?G³Ù•üêb:;?ÂøýÈDWë^t¼¸žOúí½ûQ·³×dPñÍÍ6º`x7­Ëý†£9ŒzÑØ<¼-Ç‹Ñ,êFŠùx:+·‹ˆ‰ßÚ`­ÿ²ÂûüóuQî ®º)^DeºÏŠU?êySÃ7 C?±ÃZZÃ%›jc#™ Ìü¯aÿÈ,G>øæà—ÓÁ17+DÂáô Ùs:<ÁÎô”=•‹}X@Ÿu¥[œ›l†—ŒùïkÀߥ룎67NÆ Ö87ÞѹVÎ¥'äXÌUr“ÿ÷8ô)³-«n7Ó +4TÕ¨ÄwY?*èŸ~$èNÕΪО¼ÿ¨ÛÜ’Èr#ŸÄáåæH5—¦µäÓ,1@’;Ì7‹Æ´æ<6N{Ä·Úài=êüxïdý ×êôÿ>_|Ërï`ömµþíd?꿇ÇÐtúè¤_ŠrK¸¸¼bè¿›ÎpQ2ÁéÓyä7xªïý°å¯À®ýLWS´[ +lK8YÆ¿?@Â`´šŽ7Ù—‹ß‹ûókù0;ZFHÜÄ ¸úb}\Œhk~ôÛ‚¢­pI'¡ü4€’l™@vq½Ž:ÑÞ†¶óב½îDý£åzË͆‹ùäzº¾Ï¥îÂË>ÀºwÚ‚²jK•!³ßÜ蟪—…‰Ä¿¥±Ë{¹ÆÄ€7Í{κEWÛñçvƒª¦A+ehθÄxŸVÅÛ/Åüh2¹§•wivÙ8'ïÅØAyl3%ø·—Z˜„`\ÁÜ“»DXÊüöƒ­r‡³b>y* ‰°'S}½šÿÖ‹túoÿ(Æ×ÔA>o«ÖÍóç]æ¾_‡~ôÝ.T½£óóU$§nçËïì¦Ø}߃°¿–ÛkÈ‹aÅèíù9Zvœ®Sr÷Ž®×+ fô¯hïÍtu5}óËý–å*c6/ÿËÜ«s¯zò¿–.OÝ~ž—ýåÅϯؘºj:;0ᾉ~d]ELìf¬}5nH5Ò`äaÊáðÂ0«ÿYåTŽ‰G¿f>‹vv2¿¿¿ ¾EÙïå½Ìï+¬GcG;‰£|D8¿¬—±P9°U/,íeÿ‘ +¹^…zÚª™`”Ä +-{%©+I§ãÌ&z£ÞõØÛ¢ödä0ÇÁ÷x2î'’%åˆü +¥`ÆNúÜãd‘°Pka]5 œÂ4†¸ ~ÔÇ´rL+>˜YUO,{!¯`ÚHƒ1 #¬&ÄgÎyhT¬$÷»¬t‚ëFhø.A£5†MÑKC0xL$BbÈI‚fÆ*â£U#&"ÜHŒÕž¡Â0(!áÖ +I pIhä’i„D†bw0±FJK²X7Æ•Ñ"DÀ±ËK4b¡Ú¢õYq-'5Hª1 RK¯E¬êP”B˜VÆË4C1Àvð.G ²ƒ!bÇ8ZZGׄÅwøúÄÖ×Áx˜Æ?£YÑÛk·ù8Î2º +ÕÕãôxû­_ÇyyÈ ÆoBþOÝ:Ž§HþìÔŸïêï¦Kµ >þ'—“+äñ,é…Ù4îŠ÷½0Á}—qÚJ¿`BrŒkUUëBÓ©Jg]¡¸ó¼Zï©â¬`©…ÊA{èÅÛþ䇻µ£×ÞóÀ¾gÓ[Ϭ ‚Ñ4£Œs`ü'rqÅ ¹K¥$—æ‰E3ÑÀâ“+Óì]Lg¡&§××YœgQ>Z®„ÅFÚ×(‚µ³Ôoi*TU·irK¡@³è=ËË“ë,ß/2ìËãfœO_X­ªþRöÒ/ endstream endobj 183 0 obj <>stream +H‰ìWÛnÛHýý_Dêû%,'cLf'6äL&‹ h‰±9aH¢“ñ|ýVUwS”‰•Ë ›…-X¦ÉîêSU§ªW{Ùô¤º<:>ûc^¼'c­ºIöS•w{Ùø`ÙœÙÍWeÏš¦êÍ‚ÍÅ¢Ëfãhǽ˦ó"¯¡>¯Šçy[æøö­Góæ²^ÖÅz½,w•à`W´qéÏuAæØT¾/ž57=*VE½\¾ß~7ÞÚrjú[].šeÔ”õ9¾p½ªò«ð/®žÒN»+àòAƲ9¼-|8}^Œð2Üzqÿ<‹?26‘F8óðô×ìå+–-áá‹ù¿XB€ã‡Ù(^1ô&9¿å»NÍ-t^LÈýÓ-è‡åEöp±ÌÛ½ŸåërÙ/ʌƳ +–gŒpwüžÆ%÷À¹éór]žU·ç%b¦üM‰?¶Mà†¹ Äß80ôå°y·BÇ7î^äeýî\c«ê[‘X›$;þxN}Œ \Ù4;ƒªÿV×Ë êsYjÎX0ê¾ 7|ÏÎa÷l6à³·"fË *P×Åã÷E}¼\þO¤‰½Ë’ož%"õÿ“$zGb¾0K~¼K÷χø»D{g~>+Ô£éã?‹Å%Ú@hïhúKÝ|¨ã›GãGm³ÊN/òeóF‰8ŒM8™¤Eß@Pn"œvùâí—KRwÞÿ¹äõ™içþô`´ƒ¨6õò²ìvqê»”ó—2ñí 2Ló[ÌÿÞGJõ°n’—«B¶«!>>ÉOž\®‹“ÓϪKõmcßm‡7t?Ø.óöí^ØI£ìbÝ.†ÿŸU5‘¡Ó†³ˆÙ¿j•—Û/¹hÚ¿ˆÖ‰íw5«œ`oª1,b˜šë“tÁ„Àžã7*8ÿláÞD{½¨‚Í&l(Xß¼Á£Õã?W9hé¬xÓ´Eö¼h×q¼ÿ®M÷;ÊðÛ×G§w|'Á;MT”0{qøIÄàç%ܘ(›Ý§o–I­äDi«<ûD î_e«¯¨ìo4;ÿ£óædÌK‚Ƽ0%¼×(zè÷Äø±_«qw#æNÚv|‰¦U͇Lg«îNãî4î37YüÕSæ꫆LqÛÄx7þ šùîæ—U÷j –§å»UÕ«%E.šÇéCñ™ï΃ÝÃÉc8O@Ž»Õÿ:øÙ¿~\/ÚŽìZãw^?mê“V—õùýûáö¬€B8É«¢ë +²ýälgkÇ/ç°{ݵ9÷j¼~ñ×èúýÑÉâ&-ãß/Ê®ÏvOv&ôŽ„„ôÎe¼O \2?šeób¡™áÞ‰ŒVÍ•ëdz´ö?E…e–aò=ÞpÝQ[u\¦¹õÒ*Zzß;—V^åi±sÒ K­ñÜl&ÃÍbD…0Þ3ôÜãLöVlÿšŸu—Çõ0T‡èuÞÒT%¬Pø:f¬¢ «3øˆkáÍÁK!÷¹—ÙѾôÙl_éDƒ­†(æJ(—BâƘWôÁÐTμc¸†+ÈVAGû¬4}È,,•Yã,2x<ÄZi‚ Ù›¹…·Žö=àá^àVjÆŒ!36hxx„oüîñÐ>ßÈ6€‚#ŽTN9Dv–K¦ S’HK…äH€ DƒgûÚ'@¥¹ŒöHHNHM÷ð‡ÒˆÈLH©“ÄL‘v< +„Io EHʉ‹Ì9‹&Þ€ã ãN3'8òCͤ I­UHB›˜²˜ö)aCG=šgžU†k¼ó–Òaª ŒRÄK™"ƒOS 8«RÑé´§TÕàÀzDEІÊ$‰¦äÚkI9Ã]n Ý‹ÒÇ;Ï(*‘d­˜¾E,cN-ljk„ ùo#X§\S‡0œ‚:L½6öŽaç¡ÆÓ‹Ÿ„¡ŠÂeÈ5õE 9o)¡5‘cŽm'æߦ(õí~²€IÚ ØZHý0W)ZÓŒÐwÇXPJj=2ˆM¼*kƒZèF&¡åT–j›hÉVžÊŠù ¨Ä«$Õ Å4;ƒ3g˜¦ïea<ÌÚi|ÄïÙ9”ðl6Ú^¼Á8}{uëV\³ÙqÜ..Ê孛Ⲹ/¿³ zéå»wéxø©÷†e…8jªeQgs8ÖÜŠ3\‹`ã'åûbokOø¼¼ÊVq!m9¨®Öë|§Mqièbã£6¿ZïÁã“óÏ:ô„^‹ +Ú÷1¡C1cHŽáhã9Õ;œx莔ü#Q–1fgßþWA `NÅ?PÏTòÎ/”ˆ›ß8·á¡Q‘tv£¥¥¦¢aЧ† +=Ô’¸©d˜Lö\¿ –j‡rÛK'ˆ/ š£à³–À´[êfªÿvküFaK +M_‘£¸x=¼`VǦŸÌº~)&kà;U¶å%7•uA¡{èÐpaØ°± ™a? ÍGËí~Ç6Vç.ˆu87ØdÒõ‹ˆhC‡¤YÂ&ÕöbÈ6Ž˜¥ -ãñÕõ¿1/˜¢¶Â ßé㔦ƒRžÁðlM<×$[®_¤€ÑaóWlZ0%…ãŸÐ¡I§ Ü›Àößtl£¹Da`á;ÕÖïÅYvØTM›µÍ媯²˜Ì Ðÿå¾ZÛÒV¶ðùþ‡ôQ¼lE·€Ú–›(nT +j{vké 02dÒɵ¿þ¬É rénûØžµ$yךõ®ûdRYŸõ/3‘ »]ÈrépÅN…‹tü¤æ_+³n]¸{Ž?¨µ` HyƒTñV(wfká4ÓîüåÜûŒ7Ÿ½¤f³3—TÏ/’Ñ”¯¶qÍ&jôâ©HI:é‰PŒ°~H·§S°#ø2’†×‹"œgCÊÍS-(¥TzÖͪ”&%Ïi9‰óÆ«ŸZÞ¢éû$_˜ä—ê)k–×b¥z¶slMD±Ø{.ã>1;Ìlrb +hÙk–üR𾔸h‹GŠÄkÛ«¸‡*nwÖ¶«œYJ{€ vO—ŽÀ”Ý+YÅð¦L¬\`fÂïÊ€³VNI@áŸü,[}礽ôo÷·{.X8uj`vÔÈx|±õjÒûÔ~u•jþ9B0³ÃÆrÈm_¡nñ¸@Ýð ~%ŽQ§ÇtdžMf][ÓR’50Ÿ›ÈÄ´S¡ÌÆðÒÇ!kS#ÖÁ­¶¤ÜÆƵt ÇJqC¾0ËòYúèœ&dJ ‡B)©îø,Á/QŽó}ådz +ÔFØ`Z‹uÁ³rà>]f"þè>'•D #ª@,16®˜uƒ ¨;ÊÞÌ·–Œjäk6ø +ÑE´…-‡Ú ù9Ù2¿"™|hbn[ŒãNŒÎ Á÷@© +d‘©øì<¸kV é¸döéRt÷ž‚ó0ñ÷vçÊ4¸^Ïʶ’žsž¨ÜZ– éˆNÜY‡(Ì@®MâëËÎuJ2Æ/-¤ñècç{P’<~80sÔõ^ +>\$ž7Ô5â„cìÇ:^N[„-O’e¡±SÄ õ«ó,àˆKÜÕëÙX¬hj ~LçæNSZaÎÄ«¸ØÌ·sB>5Ÿý)Tü7fžb·eºh‹éjCCÓs•JCÛä›úÓŠO”8ìÏîÏC¸7`zŠ´8ózÕv¿ú’Ï# rúp@Û¥XžêÓŸÃæêÑòMÜV3û0Aw”D[pÙ·‡¥zÍ¡4h]7 +àëâRrÓy•¬sSi·(C\t$ïdˆ²‹°a¦Û ŒßtuUT`àÈ¡TrµÌøþió*¬XîŸ'½§åPÌ/90}ôR‹¢ÇsćAã +üRjù”’J<›‹hlazÅZž6¯³1›„ý/\YDõc ƒ¿Ë`*ð"½OgÂ.³*´°ÌXX·1™`ƒÌ ‘| *&hªÓ¶˜p—Ús8Ë÷ï‡óÆ<=ëaPù0¢&|Ž#¦uaó±gãò‹Uüý”> ÔàA5|•Ĥ7M»3FÜ>Œ”d:ž$±ûÞžƒ3#± +€{¼wºÄ4€ªº‚sÀ‰mì§ìrEÑ?)Iÿ-G“™óLŽò£LÊ^·œ[€üIáÿAöêBö+Å•È)·Jâ/äŸTèã•K]B_8‹%=¸çÁÝãe;Ù¯ËÃ,ضà®­cÕtüåuÑ–‹÷ocÊÿC•Ú½ûßx¿pØ”èz/Ž«j!XËçñ|\%²Áíí嘉iºRŠ¾4‘ð2F— ˜-òZ\»–³š•yY’©LfY´î‰!«pó/µåu4À¤?XeB…Èß`Ö»M®Í®ã2sLãŇ=Œ¤—6a„2`÷ùQ; +?hǺÁtg„Í•r*žê2¥ºšTzr ›˜+Ç6æc¬°1æèöbKљ܎ûPp¾„–õù=‘àȘÇÇXŒ+]D‘©”>žcƒ8#¥…mFY½·r HUª>v,ÇRj¡Þ¦4](“›¬šM5Yª”sl”–{8ù†¤îÈ1žD:9%qéËKd’–3Æ5ÙwP+Mf9–‡Ï„øB`¼$÷ÎA”ˆG¥Ç˜†šC—ç"D¦ + Ñ’Ð0GPbbÅœ ƒ¦‘\øÁO‘§ý3X Æm#dŸ¼²-&ž¼£ƒäÚ©a‘ýiÇèŒò0mKu¥äÆϲP• µ•¡Éô!0Qúœþž%E$°˺i@fÀÅB8Æ&#‡¢I¼S‘ø ŽLÛBPÑú#œI @ÃÓ]Fâ]†¸…B™O.›Ê¤òs1J +, *})´ÏqÐT–b9öc—ËfÓÙùH5bÀRhÄ€¥ØÐ5—ΧCdP:dŽ‘ÝŽú1¿fП® O•cƒÔ%²p¦‹±‰¹mAƒ!c|aé´ä@mB§Á7Ä&žD[@ü=±¼ZP­Q½ o2è{²/ÐsÅ,QÏ|‚²»’Euä4Ð!­¢ã™Ä@âF4h…,hH«¹eä"èQÁ”?<ÅcG„þ¥Bù7Ì ¡C1÷¶×ºià‡6Ö™i|ŸLp;𕦮æmiésΞwf2Æç§Ú<±Ð!s¤âÙ`6-H ,Õ»&“^-A&iú4C¥¨Î¸Ù)¡$.˜øžÏÛŸ’I&üµItØX‚AŸ˜¬º b©-öm÷ø×i>ÓaI‘éA®›C¥Al¡HSž´ù§¼ÛvJŒ`)¬ ûZó—‹ý;Öe–ðvœèZ’RÎXW¹ô>EVM‹nAÓ¨I‹K”Ià R»R¯ç³U,Ý!?fÞ^n~Ü=zÿzë}Ø;Ko^ÆËE~2ôÍWgµW{Û[‚öíÜõéqný x}òæ<óö ñië¼È]«§Îó15“YO&íê]µ¿—Ü(~Þÿ«x´gÙEûïTb-V&x ÍÖ´DÑ}gY ñnÍAvOP +ˆ "y!¨ñk>ŠÞÉ´Æ_ßø¶ZÄär@af‘N$B÷ƒ"Ói5Q2óÔ•O;Å'§«÷ò¤©0àW‘bW)€H*˜ +ô-hoJ‡D³(úsHÊA­Ì¾3Q¦Ë¬&bCY‘Š.Õ¯/KbÆÍW%>šbE–ªŠQ_…c?1!¤h§1Ä`v™iWÒdKŠ~ˆMYµ‡òrÅ„“Æ–˜k²á§€éËêÓ½%/^?n‹b¥ä/jŠoZÄØ܀Ʊ¼>„jd¦õuÄ¥™ø—lœ_ÅFá|ùiÚ²6nŽø89n¬ê s*2(ÿjwJÌ##>£PÚ§ð†B€ñš¢Ã ¥=7xôÕ=²vÇÞ#'³ø¾ ”€-vœ +¥¬8,Ð(bxòi^£)¾Ñø\+rsѹ™æu|ò‚Ñ×*Y +iV¤‚èìa…©«S¡Hª­˜æôÉó…úÍ&'M]d»‘ö£ª¹MëŽ÷kV ÆÜ3—pëYQ~!ÄFyJ‚ +“æ©ÔY?ÓQÚè²ÖI£F¨H6Zþ9çªæ«n’šëFÈtv|!,»€UCS•+1ÁJ œkP%<:ø¥Õyº•6»Ö^l,>\€E‘4ÔÀþ=¢¹ƒlOÔ…\ë»%†,-pµô)†'Çm÷ \ÕÖGîV€b¿ñ¦ óÔ,ð#e]´Å&1ù¾§s‹z£·‰¯6AU4«)Öù¾@ñÒÚ{Xj|–öÚj{W÷Ù1½ÄV¬ij|Q½©cÛê4§ ’½gvÔ›ÕœÇGd2ÿm€Š=qÆ$ú²é‰õQA¾žrâHàsrŒZ  +”Üݽ Åú¥µN1¨càÇV8Mnì-{~†;|¦"ïXݘ{éñ )¾¹.Æ´Lgå’ßÒT!K§¨Ù8‘¡^9cþK[7^‹ý…Ÿ,…2ºˆ>™z)Rƒ§)|û&@†ÿ$ÌLäƒ *zdØ=¨„GÄðSy!Lõ$HônñÁR ¼{‚©|Ú¼‘D$P›*RÉ4WDŠ¼ÈLl0TŠ­æÊ ø/‰˜YR‹Gˆn*? +EŸ&¿úUŠyÝIÂsdFÆ‚‘#õ0Š»y²fBPGxšRø×ïß;ê‰kÿ G<¸á*ß`Y¼‘§{8RÈ*ë13%gŸè <µ%ý÷.Á*£7“#zÿ‰ÃTþßã×°€Ä%Ó*+Tž‚…@$ÿ+…mE™sƒ#eÙ ‰+Ï@}ÈTÀFìÁL„IâžEæ^Ù”ŒcúA("¶²D²å­;¯¦­¨Eä ñIª$M «fñÀAŠ®¹Øþs¨ÿ:^äEÄùcÏ + 2ÍL͆Ø%fáj‰tÔ™8í« 7 ?4)ÝûÑÏ/6ZÅ&xf 0é{ÃàÄè•ó’6*wšÃ] Ú¿uû  L.ÊZh;›sy9 +êd}tãVf'bçêïëŒ}ì Ûh»ØýBƒUæA_~Õ¼ïÓêqwÛåZ/'/.zW)’Ý i8õRêƒÓL°aKßK!Ñîx§6C>8Òö§áW_,¡­ƒ: 4ˆm{#-çÊ̯æ¬Ù +NJ… gsÂ>ãÛêf"Àj +w[n£í <žý`ðׂûpYÿ¡^`RÓz¬ûo–“?XMà¤ô/—“?XM®SŸ¡AhÚÏ¿.–3ØV­÷)6äÁÚÚPâ›Ð)wõA“X_磂„ÆX '‹Õÿ×fÁž–®ÑmŸÊ}*E‰ñ¾±Tz~©FôÏh†¥‚}‚“}AaŸfŠ!%¿b¿,ØÀf»Â/îrlkSjˆ•f„;ÈNœ–"¿-Ï4ÃøÍÈJfÞCÓÿ aÍÿ?U”욘ôª[ØLÀ[àœ=¼Ž9ŽLFßïÙ–~YRx®0Y±¾Hp{~¤'z¦š6ü3Ö: + Wï÷¼Št×NyñéH…‡Ã›÷û!`nä¾´.“`©Q3Ap1HëHÊa˜ÁN%¦Û ÝT°íg•#i¼ú2¹°Ú ïwjêî²2BpÛ8Ž¬€+Ü‹³“RAªUÐ-:Û÷«¢—!ÖÞë-MñMoíÕÛã½›b×—q•*B›ìwevz|ÍÊÙÿkÉ/„’šp:-šÑD¹A’T&9‚ÛLœœ·ñ®¤œ½Hh~;î|Ј\²4Ñch)¢]L §×BNóûQP®Ú`¿ Lw ;éš6ô9ÐÒ7vB»Fº ²¾Í[¡8·UçJÉ_„¦q¦¦™\P)œü#c?#Æ¡¦1¥™¿wÌþ,{#ŒèFÄØßæï›bP…ñd¯M˜½`Üòò{É€Ü7‚=*¨Gù#·že[¢e;¬lV#T$-?²­9@ç¾eï_ŠD’ ã0ók¾Nõ,;ô»1U|Ÿ*Ó-¸Ÿ÷U1<J‘sNÜŒ‚{G:¢s­jQP¹Xb6rÏ®8åªaiÒiÀ´¾CcÇ %¾7ã}u8 z@ù¹C8J¯Ù±fܪ˸€—‡=g®ŽÃÝåý ƒ*véêþ¯k¿.ÍÁ¤Ä¶Ë‡ú}ïÆ”,ÿ¦ÎÔAe<³IçNHêSŒz¹(í8ž®âßœŸiº•üvÙ“b­XóWç¢Þ Áf‘%²}VZÓÓ“}TÁ %Vò½’:"Õ™¯?S>Þp»êÚÐéî(ÀKÚÄ]¥àõyÑpcæ>š$æÄÄ÷š4\õÅ¡QÐDõo•ô3†½½A_†Ò@h¹ÎgSr ¸xî`Î%M‘k„‚wG•ïeù+ ³¿B•å•a$–žZŒtQS:9ÿ3Óîèbä ‘ìï{ŸEÔò³ïÿa¼J×SU{èô¨ÖY+N8+ P­µVE­¶ˆ(‚2œóœ?ßµ'ì¶Ýý㣒÷MVVVøbû‹IQœ†65iE…W©(ÓQmœfÌ$ˆ^†™Bz‡»;_ARïŸoÔàú³‰aef_/QÊKæ"‚Eœzï©eo®ÕdÏC€nj¥¡ÝÂ]tmßå[Ëx‚hè&^$wnå}Õa¾ìÇÅѹP) JÚ Ú5²èXûñÁ’µ\¾+سE=v…^x]o\â>XÌè5â¥çß»ÚuOØÛ+¹…éw•þ€_‰Óù)ÕbÚŽzÛ¢êSࢠ†.…|}ÀâhOnÛ•ÌŸxéx`|mƶR*&‚ÀsiH56N-Y–=t¹uu`Ø̟|Ì}×½S“Zjúã ÀæajJ¡Z£ä}gjËjêÒ>ÇýÅY謃ÄbÞ×2šÌlVÔSÅ'‚ÄÈcØÆ4?g·E&؆örùisÄ;%–¦öª`E.  c|çCSá`(—Ñ‹CPEOk¢ S;¨nðReçu÷âIÁ7!îÊ"jDÇX¥Ÿ¦‰L¬Ù±‰"ñgÇÈ9è”I²7g’‡yQi>£BäØcèF²D¶×b £7B#–ÁÛQ óÍÜw.‚ žP©ÐŠ¤`’²þû_uêìuùøa/Õœ°)GMhbV%Ðd•é¨æ(Íô …×wû“qT³vÒÓW•lê"R~?»²SgB*YüÁY% O¸ ÖÀ…–ÍÝBlYÒÏ7™ U;b«BIEÙÍm‘·½…1×Ø^Ð ´p+ø£Gìð€P8‘è.W^ؽ(ÑÕ^L*ÚÞ '¥´±Î§vÏ'ŠŸæ=Ø6™{¡sÝúW±±¯w_` <—[¿×­5vÑB7@ ›~tŠ Q~ÐÅ!i"Àiì'»J Ú°ù‘™Ç[‘ï|çØC¼¤0!·ÿê¬÷}ßÙ-¼¯½Òù¹3P"cœ¿#°¥}¥r°ÙÊk\öJGA{2bfJŽÄ<û.ÑDîÉ0ÉXnc‚ϱA-ÑßE±àß»!wäÊ~ë¨H›“«¼xÍ–‘[ì$×HpwÜáê õ4´¸´Dý+õja*îzã mO ¹óaûD¾z»Ç0¸ ïY¬ðwübÎÒëäÁÞZŸaôH©Eô¢8ÔE +«î(8iÞò̈\ìÑc Bì ¼`©"™Þ6èO¹lµV¯­>½ayðR'5¥šÍ°üˆÝz ôÃùi¼8éƒìÌv"h2ºçåǘ¹ËÑU2Ã+æÞq#ôî¡šÏ)€½—ÜÝ"ÔƒT°·q–Yê,keJÊ`žRÔú”±Ê>LÃÞ3%†?¢ñÌOgj:qÒ‘ÇŒãRñæ”ñ¬‡‚%-cÀA&µlOÐJ ÆwÓØßtAx¶äÂo¤K°Oïãwêb’ç,M^§ ‹™O¬Õg7Š©Q6íÂ]lÔäà.N5–ñØ +ßêB2ÎÜvåqšÜ:3° OŸRñU×n ^§$päZëX—§Œ ¶Ÿe/¹Ëoðõ Ü|;t‰ÒC–çCQ;Ô ÐÒëîÒš‡d‘K…å8_ŠŽš$‘‹6l~îâôêY}—ùSqŽ +1EòD»Yç`J#;É«#u<0Ä"7ÔÖ°½Æ鵡óšLOßW} œØè†ùë·?ÖG†ya>¿õÍ„Ì¢FóX(C¶B!9«6:°YéqÌ­‰Áæ~‹ œÆtl”“Èô0sU_žF%‚¥Œ0¶orÕò'%a¹*%®ã½„ËÐ/‹Â¦LMä‘×´³Ÿì@yaaæl¿s‘êÔV¸£Jmøeä£ÉΧ— 6ÉÔåmÕ\÷wüilÙÌ Ûûg†^°tæÂŒW‘Ƕp¨ @=1 ]xiû¿<>ìDüw¾ì0… +n¾– 47_G µzÿÆ̃“¤Ý ŸÔóý½ïä{6-6Úõ.Vxï/à."s”ˆµ#[<£Td^|Æ\wÅ +Þ VLpG!DÊ­b<»ý,ËÙlÜX¦o$"›B—ÈägºÉC×E¢ÐC¬Aó•:¸êûwù>ýñ—†úNVOÛ ;%ØoÚgü_åÎ7+"A¢‘H"ÏÚiïLYS „âL.„Dáiœ’yû?Nÿ) ñWÍ슼¦ ¢à"}Ãq Ÿ×ÎþÓ,d§ÀKšŠˆ‚l?qBÜIœ¬"òU (ÁίªÄÔl¼ˆÈ¦mÌ! +ÏL€ ÈʘÊúFÚi°TQÁ´cú<ÂGÒùZp¤¬¦xä¸å/,BËÑ:¢QÈd«¯ßµACiõn$G'Á]€…(}'±–ni “ø&yÖÓ SI9k¯n÷çHΡǼº¸?Ê}8ƒÏŠùQú0òål;ÐHtN§×uâÀ‚Ù)Æaw´"“eU<Åý'͉³®¢&¾†Ã +’ét“R]"hº‹çu6’xäœ7ÚØOè’zÐö‡ÂàS¨P½ŋ+óùÒŠÏ‚A¡.³¯Ò,¥½lö%äʤS6_?†ØÇö¨ìŒ[<5hsuÈY(@«óò™my1²9sU>‚~-…ã«Õ +IÑjä#$kÓ1 ]39Þ¡H̉m¸‚$G³KY&š S‘¡-¡¥öÇŽYŸhä* tÍ—îbä‚Å:Nq“ÏÁ¼û¦P6Ê‚Ý»Bqï| IWx‹—‘Tƒ—Ä€1}›K°}'éá~ppœ·ëãÙ4…U4P0Ou)Ê0?•h‚Û*íF”3ò¦l.J)`°  ðt§YÖ"öÃÁ¶Pã$âÊq „NF24ÿ±§þº°Ié67@ÄàÄѳ40´»,MŸIaX_aNÖz»—±üŒ`¯Ñ…c}Ï`UÑH5SC…/y6F'#Ø-9zGa,¡fðr«`è»;m3£h¤2ý¸ò¹ X* ~ÖP´•—’¡·!×4¶´Θ ˜¸1ÇK„ÍÌÜ*¼mæm˨Kç?ôÔÁ> aßÓX(BVÖ.kic!Ç«ÈœÓMüÁÉ/¬M9.EB[ãR"Õ”‘"#ïè, ¦KU±'â`8wdö±…‡ò|æ[\C6 8Î3`}2Â{„…ÍU‰“%6òÄÄ^¦„4ë RU͉{uµPa‹4óKÉ©^ŠneÂ…+åPxJö~Þtž¶„÷lÈj6ƒiÎ7ò±fHÀÐå +þqŸCK“w,Í>§œÁÀjæÄÝð‚&M{Äd”EXðï´Úg®aK—Ï \Õ¤sú_'îGB²ÒÈd„8…Š{P¨Ê’é+zû€Ì +•†P'hHÇN©C¡…‰/Ï¿È{¨ ƒ‚P!ö¡>(À—CËLá²Óûk*ûT8—7ëød>£$=lÎu¡‰Ôñæ ¡£és}áÛsM³8USº «z:8cnõ»Yì:¤æ” çC^™BÛ/.[¦H±P1¡²$c¾Ù÷]€BÍtõhèÍܤs›Ð³ÖøJº„ê/äzÑO\H&&é;,™Îým%³½q=fDõ’ËÈn¢à?Ù7;ÊoŸå¸r1Ó­™Õ+W!ÞÓ÷÷ɦàåkGþÀJ“v«õHH·5³‹% AN­Ÿb HÚ×Kuèž«"Ñ3™×s0_¥<î·XšþîÿE8Ò•ÞE£±_¨b*ÇôÖ“Â[içônÓ;­½Ó‰™£eóåÛÃÜâÃíâ/ëÃQî´ožWGõéÕz÷UGâýÉâkvç¸[œÄ·rWÇñ½ôf7–ˆïœLËñ­öÃA|w"ç·Q*¾3?ìÅw[ÿ«Æ÷ÄVVLß'-úBübë6od<®:ÍŸÞ¼äÎ÷sûŇâ졼÷VÓJ?sâÐû*^½â‹X‚“ãAeWo?»>0Nö¯Ê?S5í!wIžÄêCí¾_;®K™íJIuXr·;{Û]àkƒÌµ Jåšà±/ ¦AÈ‘Ñ’݆˜Î÷l3¼—û5ó.û¢M¿‰Ão‹ùÆ»–<‹FîÞŸïœÔãß,í¸T§©´±_Ïïÿ>úÿ­+pú¾ºLúDž[O·lÒzé¥pØxI1I_6ÚÍXb…Ö#-Ê×õ›´O#“ lÒNæ)¿–=ÜöHc ÖØÜmí&I´yÉ&Ío=픳c¶¥kµ—|,±þCWš,[ÅÚùõYiq}C%[Ǥ÷/bmÔîy¤`‹¶/Ë|í3IëWÙ~ {³'ý7‹rqp¹ÓŸÉOó“&¥ÝúÕä}îQÉli^û’JMñÜ!íln® +³WÝ#õ2Ù¦}%ϵ@z†Š¥ÚF†IúrúÖ "½Š%6rÉ£'¶­åø³±>Á]6éíÅÖÉïY“Eºs¤žx¤—åTÚ>}8»a“æïïÅÚØf’®ÕÆ¥î,{Ã"%ÄÚós-ÀÖâzbª¶.‚H‘Xß}»c“ÖÅÊ&N–î-ÒXbÕÁæúî©Cz¿—\qði;ì¸÷òiZ["}(‹ÍÒ^†’n¯ÆÆÚÖŠ]´—Ú’¾š¿ÍÇ@Z\/M‡µ— ÒªØÚ~>°HiŽ­ØÚø}xö‹´»LÒÞÑf.ô÷r"‹”*þqOì½n­±l5Ö®¯pûña+É$½ÛTǤ½ÉíÛÀ"%¾ÚúXï®õ2›´™Kü¨•Ù¤ú÷5)h2¥½û?ëUÚ–8EAD -[Ùq@Yd“QTTdðu`¡ðÿß$ ]BÒ¦2_òø{—“{Ï=wX“¶ €_nOÅV…î´]¨ß:ƒÕéàfÑ@Ná|9ÌuÞ?™^1œ¾ž'Úß(Ýé¯ù×çMö’wæíóê­(Œ¯Á(‘ò>®ù쌸==Oð­¶8?èÊÓå‡Ô£Ýë¤xÛȽ2oÏSá»ûöcü0;¼¿L)Ï¿™·×‘e1žܼÿ0o ÄN}7ÒïIñõy]©ÿìjúí{`%¾íFþìÅé{RÊ Ö4ï—´{å*‘ņyû$Oâ"ûöµ’Ëï£Üä·3?óv¾½ýª3o©RǼ=@ìsqUxc} Bêü8aÞ6S™B˜ü{9¹¿f}­ˆJã5̼­^¶'3æm3U”’lÄ.Å”?”cÜžÔÕ|xŸs.øƒ¸{ŽM|éø°ù‰zn:–Žˆ·Ï—°Çöv€Z%ø{ÿiøóÅÿä'!ÀNRu³Å¢6ºÝH‚lºE›Ãé©î9/t§™þ3Ó)"ó$¡Ç¬¹¢M‡éŽ¼ß,§S«Ó̽_-nÏ•î-N§Šâ3"õo8MðBõodZûksê£íÕêÖp>ÅtŠÔ?Ã)Øú3‚\l¹˜NÀZ†íª¦SA†úÿƒžëO1æäô:ÀtŠ4…éö¾Í-Ô¶We÷îÑ_ø!Båçé'Ïÿ½í>—ÖÞgüç©oýVíݸþßÉ®;Ì%óë%f˃Ö?!:wFõ +¿Úm0¹(÷DÇÇÿørªy¾‚S0ük¢¢sU _¡Ÿ_†Å 2QÈÖýsE![{©âW¡ç´IMØ}¡*ãCm¯°$÷ m âÉå¿ôÚ›H´WŠÌ*²qÜY3°ci\ðÏè¥fMwÔ,"æG!woÁ +´»ð]·c:¶dp«Ø¬,LÍYF,È'û–D j‘mAYCî tÛj*PL4 žAÃJÇ,9`ËÁ®Ôr8øÌŠ‘_@dæ'Èf†è`¾àþýî%÷÷óù…qÑ2„âµëÿû­P}ê›'XÆ’áÒüŠiJà)÷=X?¢ž*ˬ+ÛDÖ+«öºöŽ<w nžq%|ªôœm:ã.°Á²SOèzÞªvêI3©Gp+ÝêkccÐÙ ¢S»·*Ô0`FÉ´æ¦Âx©gq® 2s0qhFóŸšyÙ2Ç’ {yßĤî]=ÑzZ³ó4¬öʼ!m‹M欼¹ÃñðH:[ÐíŸNù^0ëwnšßö‚KÙQXxx¿Úí§iJ¯ä#ŒÝ/9â]ÉeÌ>P¼Æ¥3¿a¬ï¼ÄxIÒªêŽFl¸ù‡ˆÙÍc\h¾˜T1:Û,®Û‚öMulÆ +¼€xê´e%h©:Uê}ˆ.içxFƒV FÓgåwíØ-eµ¢–‚¸|òí¸ ÓÔ€m=®HaQ5‹û‡¿é\£Ò5JF½Ó»· +ÜyHA~›ÆU~ÞìGƒŒùòX³iˆS™•AŸßliÍ óL³ÀØ£è‰d™I³ÀX_:–f¡n#¥tŒ@¯F^—ƒaÜíðI{¦˜ ´^¿w|VïI©O³f¥7;¹à3£s$¹¡.cì6tÓ÷ä,ùE º°OCðkô}o)Ò±t§½ñõžhúž6 Ù}>yÒ÷´YhnÐØñúþuM›…^§|5g}Ï7Å cô½ÅŠ1 ¿?ÅŠ¾§Y1¶W†Þiè< ü®ž†¶Y8ܳy¿; qö¹`‚ÖÑxVÆ?V‘<°SUõÃM 7Ob…RÏV2‘¿µ!{¼ÝíÜÛˆ“±c»Û¥·ÍÞwåZ;b\rwÿ’Ð k#oãêsdŒ¡kžÕwÀò¶Š /©DHÌŠ€¹¸·9˜Ê±èÁX*Çâ\{%Ç`J•zÓK=]$fÛn<þÇ—SÑafoLd"ÿr,Å%GsM4Ëc¼/i,¹dK v¥ë]Ìb6–Y1¥ý?Z×ütäˆØ™7‰1–¶5ÆKc•Lc4{­8Î!ȸ&¸‚⬈ƒæÂYo]sžNÚKêfßàZÛlRÚbtÙŠêã[UŒ^¦ßÄh3[Á–á_}Qý˜?À ½ÕÊ]ÿ³^µki3Aô +r@ä+áµB[‚X,âGETÐJËÅB÷ÿîn’Íî²›,Ð?yü!;3gfÎœó#g~+'pCu&eﯡ+ÜÍfN{GÛ)j6yÅT3 ~ÖžçòÎq«7*eØ}å|çø#YÈŸ>¬mû$®ƒx¿Np<‚šf'Þ°×£\–œ*hæÄø}ÍEœŒÂ©êÝâÏ€´ÔuâÍiQ´ÐüuuC»W¢Ö#U/¶‡?EAßÉ ¥›ôøªvC}×uî¾ÖQ'ã@&˜ ÀÕebŽ+µþPAÓ}aPï©A©>–¬µ\¸=R½¹ñ"Úf‚*°SµG÷ ÉqêÓ„ô$&Y p¼ù-) j;wÕ˜0hìËsö–T ì¸ì'€þò‘>|ŸSÝüßËzþþ {ùÒxøùâoî<1Y5?}E¿ØXÜQjLì,šk[LRøü‘7ЊéŸ{êÂÛ¦z Zn%¦Ôiklž²Îßè{]ÏT»É&Om£(\]w  úA=ð%²)yû²‘Ô›ÙXW·Hˆsе¦ã«>?G×b\W±Ÿp-÷ ”õ˦R$õï N_ûíZç:>?©Êuç_àôù€WØ}æÐÃ|RX=‰G 0žŽïÃq +PrýKØcÎìÇÞõ)¬0ËT¸k}ÀïöC÷Eôüö)¹·r3©óÜ`Gœh®I£W`->Û€'^4×pd³ ×4`d+HtŸï!Ó:š¾Xî®Â%)C­PÃPäJô ñt)SDþôÜÒ¾¾5x¥A†Ùô´Û––UÃKó½Ø¸›ÓE luçÑUénUœ9G“ zÎ,ßN½ZÐ'Aè’¬Kämª‹ýi`Cx°l ÚRÖ4ʆ4g žryl«Çd‘£â"voÆ’©yGN~mnezÑVŠlï›—iüx\ÓM&œüï圜—ø¿ÊR—±4jå6S$Öc‡5€ÓiçÐûxpdHÄ<­çÛÙñÞà|ÆJˆG€5…Û¤Dú˜”!K)ÑË}ÅBp*ɦä:¾°¤ÎsƒqòX_±z§Zn%¦þó6­Ì8žŽš±ÆӬə±6<é5c¸tjðÓ:|.…%œ7…Hœ+š„m0•œNî4Þ!£5üéñÖÇWJ¨8¬Ñ÷(-Å+ Ý}ÊñŽ»0oþµ([ÝytUº[)¨”ˆ¡=g–o—‚ÚkšÅMZÁ¢ÙAëRžr3Q^–Â{ÎÀB°% ÌÐŽFÅ,,À.\ô$ýã]dZ,›g·«-–/±ìó@N,›gwUbªàÅ%m48 e4`_*×I™^ÂO8ƒ‚Ò*)¶´ÿ!`, endstream endobj 184 0 obj <>stream +H‰¬WéZâL½‚\„`¶㠨à!(¢€À€Ë ¼àLjÊ~ÿ_wÒ$éÐÝéþôã#PË©:U§.Zù´ ʥŦ”œM+"|$ø´åâl›ùqRŽ´²›ô¦!~Tæ…œ¶¬gŠ½N#•Ì>d²­|F.öÆÉTRn´äBAÑ£Õ%¹¶³›ÌiK7%ˆÙâýk!UµK™bWTàçåÔDz¸¶µëÓÔÍQ4ži3!–‘‹¥Í=tš†×—Þ¢° O:(ð²ÿœ;¡Ô[hÕ·Å€BÒ?í6SµWIODÁõ+ºàÅÈËL½˜o(£ÓPÍ;08,g, .4`’ÿ.ÇôO•Q`«QÐoè° +b:TL]ÃÏe;DÙXÛf± 5?áWÚö¬àÿ&¡‘ÊÈ9ÖXè±¢\õy^%D['œµôZÉþô2Ï]3j9Ü…Ò¡ËFÌÌ9L5&ÃjdJ±Æ€h h,Â0¦Ôo}öÄû›ä³õÐt4Œ˜#¾|׎-½W9¢uaÛQ_6šï¬Ñ7u;fo­¢ÕÚFÃÆ™ÝXé1wãÒ¡)àC³ý&Ú&†Œ¸³1g"]®™Ì *±®ƒÏ“Þàƒ +šÉNN¤òÖ†¢ACÑÑßc•È艔NèÃL]¦<|Ü |ŸFÙPšuš¡ùâ"´hÔ|ÏÊÔt3€éõT¶{ÙÌeöZôÑ6[$Jc|W. âš'Æ[|ˆ!Æ÷ìn½£ÆŒÅ­|9ŒÙL½ìJuËì1R7ÚÌ.¨Æ2§çõ[¿ÜßÌ3~e@tàyTb'æV}N;q?ÑzL·“8JVI’AÔí$g ùrßEî §aÚ^øX)Œ¶ëe#iqŸEC ½¢N‚ÿ¹ÂAB4- 4ìù¡á¾ÙKÝd¥c8 9敆ƒ%/ jâõßhêsÅ9<1/ìx£­ú;G °’äÛb®vRÑÒ^7†ŸO•¹—+aúÍk$¦©«¾›Ì?ÔNT¦”ŽÚGÆ vŒ 4aRoJ€8¼8 +ôw$eb»^éBçÐØ0àIæmI:ÀØ8è÷tù/Èvñ}gR=¯ èì²­|v6ó?~¢¹@;`¸ôýgzhÀq‹¹Ûɇ)ÑÜ·Ìö±ÎCÙ¦“JVÐÆ{áåFÚ,üUjºí&“ÿ‚ù•†8 ã¨ú8 û¾iˆH˜§s “ÖÃ6·Êášqk ˆ¦p‚I€$9Ï]3“ á¦ÂôºôåbX­»¶|@«@cz\E¥~ëÎJXwÄ2Å^§qŒ»Ô2aïzWbldspD{ôÁìM¬Ž0¼8{Â! Ý„a9?†å„-`¬.4iH+í€% í£L~s¡P7rºÔŸÐv6 +ÀC‚×cå„ËYt`L;‘Èu)'~¸!f=ÈX3¢;;–†I—É}k©ÃCÏŬ¥Öüä5FáçxCZy–Æz ·X7\ Bu!­‹¿©du#ùC5NËëuá~¦}ôFÃJp²S«¹Ó«¿ÕN¡©^%·!0ù«âÏAå±:èTÕõÕïÚYç¦\JüW.—’u{Xîבø‡|güUfBà{7Ÿ‰äæW-Ø]~›ÉçÿÝ7lýbwúc/N€/¸[ä4;èÓª“$ÕiªÚ)µNõºènÏ‚âý¿Æˆæô•áT‹çlN'’´œ®7yycl±{cdâgû³Ûó½SíÃîô"¶;Í>œZN×»W%ápªoä=ÀçŸmŠÓ³`pu¶{&;Íž¨N¼Ÿiì²ÀsMUÕ©t;MhN§§Æ„Ù·Ò]«OwªÞ=iTxO¿2çCšS `ª +‹²ÖÿB}žçüÞ9é{/ŽofŸo¹,f#Mã{huÞž„èÝþJ*TwÎ…:‘.×Ô!eÍ;ÚI…+XùËÈ¥mŸ«MiÁ¾TùöõSE‰–Þ«6u‘&Kø ?—äQß”V!A¾¸…‰àÀp²íBõy^uìBãz­8õoíõ¦È¡I!¥_v¥º#$X:N٧Љ§Ò!î“‚Â¥ï7pB(5/ˆ´“«„v¼M`Ò[`¨0R©! žúia5§§ül“ßÌp°F±$c¥0R +à±!†]ªÙXÛVäÂü×Ò! Á¯».C߆èzÅ¥¡Õ@¦J7÷m+Z¶¸{?§M4œc„ âV_ôåù¯IÜ iÉ;\÷`O<,må˘c„ rªâ²¢á i¤+%io¯ŸcÞãâ"Æ-O'š«$×Ïœ–ö +®õq|”fX;÷¾/cl9(x4ö½Ž'#æz°ðÇ¥ûXˆ±…¡+b†ÌÛ7ZºÔÄaëÞ™M\ƒTQ™VT0ÄbÖ &2«ÔŸì¼+O˘ɥþŒw^MóÛðòšþ«Àç•Éîš\ «u0†ôâZÄâ6ì1»ÿWËœž×oyô=y<„ñ€_¯®&RÓÑ°Ë®4ª3¦žöWj–‡/Ÿ¦Ü÷ 5:‹È´Ø6®Ü'ƒa©qÇ›x‡ƒ|·aÁÑ” HÈÛU$T°Ä ü€që´{¿ÖWwŒ”+éÚyBÜñ+ÉBž¥Ó/›• Ù1ð³ Šº<RÕ…7Áó²EººðtM^ó¨ >œ¶rÈNJæ•dàTÙº + ÎÐz +$cŽqå‰w 5Î +êyõMœ,§1~mùÀ ¿0]' §ôË®T÷42áÃ/¢¢r³q\D™ÓÜÛû¦r„?—”»´;×]9m&$ÚL¾§Âµí·&£õ+É.œ’üóG,s€˜ù¸N¥òŸZ1ßjè¿uÁ“ÃIDÒIJ äf‡S˜’•V—‘ºÅAÍWé#ÔJ,ñiyÐ;ú ”ŒiI+“s‘`x€Á9KÆ·ãLÄ Ò03tûÜÌoiGûõjCjã&ß:a;°$üu”‚ݲŽÏ æoz3» +»ˆA%ÖUbðyrHnƒ/VOÔ¢›ÜâdÑíH͒܆‚¥w:+µËoÚô˜3§òþqAÅ•hé½j»+¿—˜åhMMÝúÁ®üq—uàå-~tʶ€†èàšÚÉþâú7<C0—;3«2ø_ø“š³ r¬:T+­ùIå»’ûɯW 4UÜm +ðéVh*i™BJ‰8ÑáÃÖ›ÐXÊ•õÙç³Çú0€·o;ÉJ¬>§Áò›ÑXW’nÇ7u+ø kNK‡ ¹Kd–1\­’C2Ls 3†KÍ‚öðåØ|úÿܶtLì@àe")_cžEóëÑò 3ûî¢BÙ!AI¬‹ýdˆˆHTÿJ!W;}7½táÜG©L=˜ø{qŠýŠœ/è¦Ù} +'ù-Y¥Ôn1)Nšˆ¦¶pQ’óe¬hÏPoi;¥Ò4a¯@Lå.ÖøxÅ€—o~’LFÃa€{ߥaÁˆïа`HÁ¢!EB¤0ሆ¸ p·¹¹±R‚¬þ¡/Ql‹™FÀ²à#+eÁÈÈ’´¡œ¾4}aXNeäàÇ‚êë:•C…•<¯CVì6ß_½+A'›ý7õ»’#\ãµhÓz3†C´+V¼ ˆ‰P2† †1¡WdÖPÉVincáý‚‰»P¸yºIO‚z‹½p)ÀJÉ÷cÀl,NN…Iê$˜Á…‚¯õŽtûÂؾ,«œîtYPÞ=Ìt“-ß\õd[Óí$çJÚéeÒ ^ +ÆY™Êpl.À}ÆLPëA¦h $ñDh!…õÛäâ»Ý#ö{¶õK$7‡­âUm‘®V’íÛZ`Ö¾ÔBµrìòª¸|ŠåÁOÍþ¯ä§^m Ͻ䯙‹§õбð쟩p|øë›ã³òt¼öƒÐû±â ?×B›ÀͨU´Èê»ý‚:n• +Õû‘;JÉÞñ»žJ‡Ûõ:&²Ý—Ÿ¬G×Û§BšÔdâÙT#íqÍ‚GƒÈ#çÑÑ÷Q‹¿ñ‘åæšjê§ÓÄûÑæ_üÑŸ¾ˆû(È F/pÿ0ƒ=úÜG7úQxí<š%=œGŒòý_Ö£ZøÏ•|Ôߘ$¸¦Ÿ}Σù@(wV{BZ~Œ,ðXðh3˜ç?Ú¼ܱÕBh”Bçÿõ&ìçFþ£Çgþ£õúu=jodðlþ{ÜùÉüËõ6ZL’Ýçü]¶šâþâ¾ýöS´ð[1VX~ÖÝ5 råhÓiÿ¤£Ú@MÆ—gÕ= vÉ^tÜó‰<AQ#P7Ï0S£w3}•ªíf€]üÀ}D¬—a:%ô˜N¢þ°h0d½F{^aHp’ùAU×TPdHBÊ>Ø{¯Þh!î By]±Ó!u·Ü´³NÑßÓ:³NÔfWlåaˆ .ýßR§¥»ÒíîÓKă™Iþ4/ß…!™UÒÔæ©y³Ü'?¨üv†éúã¦É>½åGún_”‹Nj„$$-$ +jºùž9jù¸­tØAYñ(n¾\ÕJQ$WN uJ¬\×çU®ê§kù-FÃÅõüÿÔêlV^¤ÎØ|”°oVô±Rëë:'µ‘Ÿ›¦0frÜÔ”œ~³¶ºF]ŸJ-¦’Õ¬ŸóL~}‡½vB bŒnqJ½è«¡ô¤Š„‘„¹m‚ÝÇÿœÒÂ8eIQeÜÿÚÕÁÒÜSPZˆfUÞJ#Š 2i¤žõI]4çj +Óˆ•'§‚Œ·ºuaY¼28íœ4h…á4~¬êä–lòM3+.¡»‡Ÿsö¹‘Ÿ‘ÁCòž“äùE:~Ž;Ÿ{»bÿgÓAü NÅÜ +¾7ÀC^¯½û0cŒY ¹¢ÿ‹-xtTct·‰|›uYð‰bŸ›$Í襦y×ʼnOV,{Q!ÁŠAe*w'mÎR“ºq"¤€ª”Û<G 깊—6ê˜1…– ½}úgå‚Š•šMÆ×ß3 ©Ùëì†Øû{m· +qÁ‹OFm•ý*ö’ö¾©b/ãîÛ*F)Úžëæ8`çJiYîЪX¦2þ°õ=Ç,@~ÞÚ»Rê„™;@Ì} +¦ëãA,dWÙSæŸ4ü< iÝ‚ƨw…1ÍüX÷[„Ó¿?­lðG§ËÒ@-D».á- ôBÈÅÅî4ÛV¶Ä¦é“åM§TW kÀŠ}–6Ê'%¯žbÝ€ÜW)Çxíáö+¬¨„À+fÈ !ÁšÜµ‹¤õ!Cš}R!ìx3žÝ¬H÷TØÐî©lÔ>Å]Ó(KÀ#Ãë©rëP¦ÑßÓº›)–Ë)´ä-uáâÜ~™ÇÍg€_1Ì È½À©'É€ÝÕ‰+ +urC‚:&3(Šuš'¹# …®ŸšÜN0C‚¹ì•ñbT!9zàÜ•_®SN!$lï‹‚’™IHPǬ òÜ ¬íÊ6yå&v¯Ü·6ºrÍIV¹syWnÝA‚+ù±Hq‡y"”Ó ‘¤S6щǮX6XH„qYphh‹BÈù „ løºTj®ƒueA’š!NÍüÌú0j[ÙµÐN•›ý7yVa3+öT‚ž“ìctKšP{K.‚ÝÉAŸf'Œ¦Þ•»lËOV9ï…Ù-‹µÈ¡Â +p8ãW‡â,g’!uY¾À±ìèÿdËWŸ)Ò°whÃN?`‹‚íÆy–=[¾Žö†¦c<¨ÇÍ•nú=… ÛIk¿¸±ƒÔ +†÷ÔàŒÉ‘¦[2¡œ@Bi*+g¿¨O(ìùÍÒSB&÷én¥^ôÕP<œ2â.|éIPo¡L§ôÅÂ䈋VRK¾ë…Õ™näÕá°7Þj$íÑïàªÛwÑUÑKxëån'‡—±Òâä”ÛISat¸ÔãNÖŒò­ì±Ø9uY3Áv÷·ƒÕv©÷åƒ÷nÄ YBa0cBœt´òÚØG +Šò´ôøÑ8 d¡hÊ82í¶Û’Ûi6âB:†ÀˆÖi5u04qí=ìƒRQ\ ™£z©A¨ê§ …9Xï‚e +b¦»‹È/åë,ªTJøaXg’mVB¿êu_Å_Ù,b2³Œ_NQJ<\;¼V0ïRÆß,Y³ûâÙI °Çm¥£Z@ä`sK.X6ø£Óݳ›EV íkT«`DÅ(š*N|Ÿh@.6ÎÁ·dŤu‹yÁIò¯Üù2V´g!öeBÒ0ƒ7>^1¬íZì%œ<Èx¯(MCð;I#Ä4tHxƒHh9¥¯Ópô¡`çµ ˜R$tn1l‚jÓ×âÜx˜»šD<)˜ çèP®Ží…“TÛbRœ—†”µç{[aXz°|ž"qô'¥“VðÕb%äøM_]Àœñ6Š‹ÆèÀ`WÚÏ, W›ø‡[ï6‡3cÿØ/¿6Tl€š´Ð¾§Ë-¼!{bÒäJõ°‚¦óz½ƒ:†p6‹Û=u q²PÐŒyÁIûGÞ£¡ÔâŒ;œÄOí²s~á {Æø +5§Ôvì•ŒÓø_©Ùçu2ù_ W¤áECøÊÐ%¡­É_¥aÁHqu̵Ô#v7^ÊñZpmá6€YJè.ðb‚4'§B­ÑI0ƒ×—a¬lÔ;Š™Ã?`X XD–ît嬄=W,[¾¹ê}Ç] z™p‚—‚qÔó†fü®5äWBq"’óB£ï³—jâ`ÇV’eìCózåZÑè>Ã¥À](‚œ© ç>Þ ¤|d¥¬&²2?¶Öô…y`‡*fÊô0X_×y`y0%“©ŒüaùÖ È•t²Ù£ @Åx`~N7¢•Ç^˜»`õ°Ršér0÷~’±îDíü×| 3`RPjη0¸µ+ÁoŸõICgÖ ëiRØzV¤{DM“=c gVÅl Óæ¼N¿+®AYûˆ‡T„”/7d®_XvsîÅ%/ŠnäQ^¸ÒÜ9ñæN‹x!æ^×ó´4Úv©â¦Ýf”¡NûhÂ’¬fz}ëƒXõÆéx…аW™íer¦ÜéLè|»« 7p¸¾Ëê†k¹XöÂÊž†;'ž;ûYNÎz%æ¬Ï|üp®?0r»ƒámø à”0L2¸Â¸}p‹ 4ø ³æ®«Q€Ux:Ç—‚_)•Æ·ÚæçëcŒçR·67²—ÿÌ8&’´cbæ‘“7¤9%í)1ÛoÝ›%k¿²s¿ §´2‰y¤ dì×B±âšYßh{ñ )ÇìÜš +:pŠ‡;}ã }~„aÝ»”HEDCQÇVǤ…ýDëKÔƒ€úS' RtÕ#úR~}eõEóˆŒpžxP¡9M˜+5<4`çý`ĪW ¹êóZ‚Ù&ƒgE*r·07m²æ.<å‰òâæ™Ì31 +²ƒo{p"š äßâêm$ƒ-ýÐC/ÇèD"§'ûxø¼ü"ï@8÷)A·âZ$Õ +=fnG ?:uY‘ê?8Uc½h~*y‰iaB Ê"uY¬M×;Œ01§$QNwX¢\¿$ ‹Ü#ææµ°ñ¶i‰ÆÛe06´¥˜§fãM| #ˆ°1é§bª¸'› +¯ÿ=¹4 ì)Õµ²­/:¬™Æox3ÖY§Ruø2í2ºiâÒ}óÜÈnØ×@¦>©äÊ%âÙ.$ø@b%„6õZ,TÆ]‰)”ÈKiiÚ3â°’Wl…°µ’7>o¹Ùkd¬ko3[S“›£BnãšgÍ¡ï†Ì«Át]Ö qtZqÆÙ?"úY¼–zn˜uÓ{U7­²ö¾nš·ªœÕÍ»QmïÏw²Õ‡,µÑêPA#J6ϳÍ÷uÓ*ÌFÝôaÇ¡¬E}¨€Q7f®Bù7Üè®i=ªÙîøÄskËýqÕ½’'¶=ó¼Ÿ=u ª%,éAËá ía¢6L ùa ïhnŽ*„P-­ÀáŸ6*) +‹uÀQu¦¼¨õÑw­Aøâ‚ú>úh¢ì§SçÔêÃï¦f@˽†02©Zßã[K@9]†Ü¸m+òtY\UÕ +χÕ2 +DYpVÃì1‚uòk Õ>Ø ·ÇW r}˜AßSžUn &Š… ^\ãà +gb£ZŠ¬Zjk½ò/PRƒ?N%]áYŠÙ\"Š±pÙ8;C$@´$÷†O¥."~é +s¶¬ÄßÈÐcî‰_»,×h§ÌÁ‰ûg@iȰ׫TkÈã¾²qF³Òé%aËNôÍ ß¢]ezûâƒCjë²+QË[Oï.:ø¢C(^Å©z!çÁž‡-ŽñGâ’‚‹‰QhôÆZß8ëÄ…y>"} éÉißwÜb^[{È15%VR4Õˆ2ÕÓ‚`‘Öc¯$"¾0C!j„Ä$M§ñ-„¸0!ê Q=¬3õ©ø¦õèìAàê4â’¥ÊØ?ƒëzkt6eƒøXck(ÿý`c90“nkkCõŠÁ¼t|^«¢¶ÁeZc3_ 8(h’jRp'ØPr÷‹I¼"!t´H;I_Ÿ0 h¢ï¤¬qR'Þ¦gò$Ì6 Ò`#Dm v«¬sSCø>¥jò ¬ý]bÏåu´loð³î¯ öÄ÷6|Y4ÀŒõ¶6¯T{sçÊÞÐÊßž#ð|a¤4®‚Sßþ:Çžw¿Î±åù7°!~cíÝ/s¬·ÿ,Ç~ ¡jß'Hÿ*ÇÞ¹±ú%•õõÅαƒèM~p\uã®|¡~^û~fÃÒA¥ÎØÿFoõý‰wÚ¾¼³býËhôv—¿¨4û¹Ú7gã#ôŽÏ‚¸¸~—Ø}·ûûY< mÂ×^=;!Tõ_ïëFV—Çï˜øƆÕ'çlpT˯˜PקßVKuwþÁMôÅ=¤/_Ûð}µT/„s8w»®†^·Þ*@s©÷üË?f7„Aô™É¢K0ÇC…`ªÝš.០ÕvQÇq´fHòËs:Šuif»¯œ2åNgìè&gží°0¡eè {áÜçzÄlw ^Ä{±Œp†'4„æ$•G"WñYo~½±[žÖH+z¿Ë¿. c(³H¦*,þ ëd…£óí®‚ìJ÷íCÖl{CþB^¬"“Ë”ÃP&vž™ýi™vNTè¹5a“QÍÏŒo—Ö”½ßHòÄ_3æ~5Á&œ$7ÌÀG [6 yb[Hñú@âªÏk þnÒtÊp£Y6`A´ô*AkÓ©¹Ë8Žôƒ9n–ðÞ½î|­²È‡Þ¬òáJÅŠÝ'ó’ÎǬ›CYû„lŒ;ù#ÄðnÈ Š¾”+g"RѧX´XHû–Í\i‘$pÿ^u3Uš¢x‘ÚLà®ÌÏ×Ç,š…,×g°Ë9fL­E z jFmqü²ÎBQP»¼ VJ¼ þ!LùêXLÅJ"ÄJIæÛN%†0B»n`Ä ~ÅsÝ匿×Þ|ÛÙ¦Š¾ûJÊ°f½cBšè§rZ=’–/ëmwmR6*EãÿÑ^¥[©3Kô x‡ÃHÈ‚ 2ÉŒ2EDEÃZ÷×}ö[ÕIÓwýΟ¬$•TWï®Úµk>æîóG¥‹ÜsÜG€5“R° ïB×yº!ç‚1¤7\rchô%{Ñì…&‹1VÔ²šeáîFµîî4çK Š6ìÏxÒÿˆ&jôJa.}뉾ziZgŽñLs‘àdSÎÊ|”ÔþèȬžâ'Cª5‹bñé!!8—xˆTŽÅ5͵‰bÉ[<5†±ôIò£¯¤¥ °ÒÞF,*…à£hZTç°†8(,>&xµxJS¦²éþè)”®rë}Ün%„ ªå±4¤Ü†eKçÒF“‚¦<>í Î)·«‚²šÚœDÙRòÌ­ýN0ßuU‰Ð"ëUòÓåé–v3qÕ%z{žÁT–sÛ#ȃÅ°À`-aã¿Oñ + l,³˜‰C¹$ÒLæÌ£-×dËwC¡ñTŽjVŒ ¾»3"I¥¨÷ô¿iO\ë¿ÈEnžç»‹ÝãâqõKðœxäÓªªvWwëÒn>¿œÿÇ(¬g‡—ùÊø•ø%ŸvòÕj4öxX÷uK‘ù½L.P°\Ì‚n]Cäd—µÔ/«ú^ÚÆÂË2Hvù1Ý-q€‰–&yn½ëm­wƒüx±â#drJ–¤Ü+¹{ֹ߆Ê.„ƒOž¼´Q‚xÑÔGƒŸNž» v”ÂpC‡iJ#Š +ƒg¯Â7P‹| DG7×Äàa86sýìCÆz‘ØÅö×?ÀT\Ôg.:»¨+òÅÜ‡Ñ ^Nsë{×rüùŠÀ\œÈ²ìm ýJE/ÓxÜŠRÝØ ŒÝh‹– ÁÐ DC €Ó§ ,ã „lÄ“ôN-tÙ£Y:éC “ɲ™Äref^ƒ Ú ˜‹"Ö‘|‚”}ŸfÿÁë€àÕ÷×ÁïäA&Ñ4ÌÄÎqç6•‘ä{êZH¢‡q@x“Ê|¿ä,ê©$‰;žpúßÌÆ?\¨>þ»1@½¼ë"Á +?ÛF^’"ˆýãmtò7N㳪ŽðOrZò ÿƉØw‘P…®*~µ›dÃq¹~V©·]lòÊ»Ûø&”ª¨ªÄÁÞW®ä,G~¾ÞE¶®/˹-g~YzR/½Q˜ºóüfúaŽ@a–c5]r|˜cŸºg•ŸæXèýYŽ)+îƒû¶‹/|™ nd¯sl“~rª°HÉï9€û®‹rÍ÷u¹¾ï€œ>ºè²ßæ¾÷cKïC‰1x˜ïœÌ/+þ³`•ò&ñ³Ó@Uû9”¤¿|¶ŠXúgµñG G5Õøj£’ik_Ä°K˪«#WtCê&].nÇÌÏzÀí‚ç­ŽüiŸÄ°Q?Nª71˜µÿ6ŠY &þ(#fbJr t±åÈíâ(ÿn‰ƒÍ– ÿ9ª²D$j¡´¯`ÍÑJ\ôÎôB†Ÿô ‡›r-?:y†ºþÈŠæŒØWüd=Kë±0CèVå—±ª¾Ô`lM‰õ•=WNøb¯_Á»)Ÿn>“±¦Àòy t\• [çÄ c­•BÖ +ÌX2±â*ÑX˜Œnæ¸M ävu sn4/Y?–äRQ«ÇÁmEá s(±•j{ÅÄf9·áظ!r.ç¼ÛTãgö?¢Û0ŽÍmƒì6lò Û º ÐÜÃð®†U\o»ì­õyCpúmÈ”„¼¢ÈóBé3¹yZ“JÅÇVØq<µƒØ¶ú$qÂœ6„úšÌƒ˜—˜J-ÈþfðEeª[Ët;ku‰[¸ø“~D›‡1sÇ4NÔ©¿t£q™ì ®rÉ\íܳ´Ÿ6g÷µÂyÕÛgÚüñhùÜzŸGgÌëK›d ‰Pã*¥$’þ5­ZÊö—‹ÍÀ¼<Ææ´s<‡wMw¥:ù«ãlþñFVy0ŽXéu©»6^ÈÄìT¹ €Z¡•G^¹’­´¿R±ÛŽœW€rºˆ^i÷ï"öN]O^ŽàqhzœÌÈÁeëß¡bß©îÓצÚøÑŠgq:-,ÅÙr{¬È˧¨µ—á.W´çSŽ9(k¥ ð¾®ý6Ùî…ì‹\0Š¼nëûH ÿŒ$gÑH»@PGp\±x§Úwšû»úBÇwº Ô¾O«4í ò>ΕJÅz/n2•ñUæ·‰#ÌP)H&§¥ w=ò¬Åìá/?›‘°´Š¿OYü «Òı³1?ºÙŠSé¬ÃT6¹„ø´‘Þ¢”æñ‘#5„3$y„ËàœWëR\Ç~‚ó'©È^,8LÏ}-;‘²ŠÉ8T¹(‚La‹EE–Rø“gÏ×Ýs.°Ž¹¨e{z»gzúòuÏM§õéwÂ&ùùq¶m?ýâoÛHªÏ_ì^¯;6å“Ý«í½§ÏßÏοqxöÕKµaø§?|ùí_ÿ¢¸9üãŽpJ>O[‚¾Èddí‰ '¸_<0ù¤‚çóù[6³'ÿúþ§ƒw¿_}ýѦôíŸçÿüiÿ‡¾?¨¹ÿ§½-΃WâYž.>ɤ~ŽeÕåkÅ1@XWÑK@ +SÑáËÏo öymøø-Üôr¿ßûÈJ ðïéŠ+õïþæ?Ï›g¸Ì ¢Ó¯Vçß\ü{}x³¼»¾X­›'OÀy{±¾{Ïáôàâòjµ8»¿¸m¨Õ?ƒ?þŸJK6·6,sß73‘mi«] »œîîß®¯–ë«›ÕÙí}»Ç¬ãW‹£‡í^«²§}ÖÎ`9…4~Új·! OÓîãsü‡ï¿õº1] +Æâü.¦³ÂXkACÑ‹}Ð9kL5‹{,^‚ø¬-™öUû݉iÏyó7M4íQi¯›J,˜ˆßqJèO?°1«†ïn B™¿ò½"SvJñoÿÃ3ב§PÜV»ûv}{µºlgûKÄâÍÍúŒE'¾SïØ%í‰Ûo;Ÿ½‡ÉXv”¬yÌqÞ[åx£_rŽ Û¥èe“u/lP@$|¨Ëžò°ç,-©ò¢.aZ $»g2$œƒ0‚¡ Ÿár>Îu¶Çç.:ƒã\†Qfn=ôëñO=z¶tÑò¦ƒ”Åq%0'Õ [ßã‹ì3âƒ-Î3Ä»—ÎÆØjk;›Jž„+YI8Å5Ù˜œGlÀÑ.ÙXyì²]ˆÙ‹ ž¼á]Ž)!‰Âêë K.*»—9†¼p¼w^8Ù¡Uϧz)rŒÀ¡@*•œ½q•‚ˆwøÍ9§Œ,3<.õ¤ì³ªQʉÔê˜XMh—sêiÙå¥.'q¥ÆÏ ¼±Õ'vbw„'A_ŠÙF+¼Ì†Ádï’ +JrIã + t¥3”%K‰º„0¯8ÃRž3šï&ú2â z§ !Ù㣔…íDduJ±¦ {N‚$Iã;¸Š3ØtÙÂiœ4©‹Þb |ç%¯7±¹L·çÀr‰Q +¦ct÷¨'”@ÒŸœ×ƒ£W¯+A¤Ôs“ +óÄ>»k&”´Z®¥‚ÂÈò‰Éj!ò]Q)Ññð#%Àâ\*ŧEž"Z)À$eÿ°Rzôœ-M¤@’ëà8g|ª™;¦/ǼqÎF¹½lɆ#Lã]9óFÍãÒ¥ø +Oˆ%ûv¼¨7j +ëõÞàLe-qìyØÊ +È¢y›ÆÀ¢4qIþćè¢g/<¡\·Ò=‡0mDrÞ|]›U{8 tÍWp4²s“b ÜmÔ2®TbT%Rdi*&iÓè|Mgé<^lQ—¸a”ã(iæHNAÑüvŒY} c\çÇÇ~å¦ùíF÷II¸©@@ƒ­›8÷8ªêY²’Å\û%kê øµ_$R#\ÆK~؉”E1¹~ŠžË ðON¬>|)ÚQ‚ ¢:)y†tø2†’ÄÎÇéì†tæ¤!O¤PNÔÍ ÆØ”¹u124Y†hÈ)O›;.à’F²Y ™´ãƒCüÄ¥LÍ_pƒ¬`.‡údѱvýÊ°?PÝA@ÝÅ >Õ½ÏÊ1Á­ÊÌ.h—²Y“vÒØÂú^8 +Tôä=ŒÕÆ‘QÅÚ<©pÀŒach)A;"Ò" +Ç›¤Z‰<úz‰±^Ëm¸‘²Âåã !¸‡¨¢ß="´|§3Iò¼¶oæðzaRB”Á­¦ ¦§õh@¡P’Ø…½QýóŸA„aºýì¨9jdz@ªkal€Ù&àmÀâ’5aç´>†_Q‚3‚#W+ÄZŠ¹ŒÛi‹˜‹Ž™f!3zìæcn ¯”ìÏ´9µy£>ì–0,Z›p½ éSÌŸ?ö4[ÍH>Û_ݬZ€F’¨ü–—‘`0讦 1Ø£â5ð§&¾1^_vœ(ÈBF¡\U¸‘HŠ[Súí™-÷ +Õž%ÒïNþ䕳ø<éSJuÁs¿˜ƒ©[s»²=×)¨wLõ’,৪²ÐKq(DZë¦nÙ«riå‹´ŒÉ"Ý.fª*)&Òj÷;\g£ŠŽš2PvW?Oüÿÿ#Š\œ5пè.–ê&ô¯ºŒ¥z§õô/»¥zljU¿êºñ¬ñ>GâñÓ“Ó)ýFÙê!/ôb¼I¥ÍCºÊ°%4~4”aɺûØ +4-õ‹{,^‚ø¬-pêUû݉iÏÁ>~ÓêË€0ðÃ|<€{™YdP‘‚-¹•ç¿Ó(£ùeâÑ`h ‘ãNÌ¡ MX°‡0âc•ù Ãkd:åÂÆî@$L(0‹"žíìt`F¿Ó$I‘=‡“³Q˜°8 VŽŸ%Qò½³©Yœ¦xAÞ,àId˜ƒ™É 'Yø”9Ù%•.¥Ö‚Ês& œ—.¯´Ã»P^²D±.”⹇›:oI…ÄlÄâǼì‡,ƒ¸ bï"gHËï ˺´•|ð&#<6¬Îµð¡át—i×¢ä5"ËÀã\¥œ±;9E–ç@]€ø‰4ªÊB¤ãx« ¥tŠly`j7½Ò§†º­Nœ2öG™l4á!Ëß ùæYcÁ? ÿ².ïîß®¯–ë«›ÕÙí}»Ö ) q[íîÛõíÕê²ì/—w×onÖg,ºÕnCð>jA>>Ñù¹€;^7@¿l5±[ÐZÁŽóYÏÐXŒ¸™¡`ÉòHF•AÊ$Èíâ¢4ÜÎD3‹~åQÕ¼¥5ÒUœ‹0‚>cÙñ™_-YqT¶@RZya”¶ü—ù²Y•ãH¢ðô;ÔF YXÎÌÊßÙ‰^˜öƃÀ`Ìe¸Â`#]ƒ°0zû9çDdUu·F–½2⪲¢3+ÿ"N|±zä3æ(U‚`pʬV*Ê!Ï»fµª2ËEt Þ8î(àvC‹*JMˆ¡[´ÒbZÆÌë–ˆƒAycöbÙ“›-¡QQˆ¾(=DU ++ÆFô¯ã›*aiY3uÅ#¾Xd)­i\‡Û8Ë°©l¡¥zgJv$h8žË%ÏQ3" eµï"«¤âz*ÊFë::öŸV-¸à +Ô†pàèØšŠrñ×l‘Ío´¦Ð@îݦαYZIsi©JµéÉÖZ´/¨qÔYed»µJèPq´ Z¥ZÊpž–Xn¬Ý•7ä1Ú79pvÝ ä‘«õŠ#e9ÉHÕ’MÁÙÈIà‰L´a*å쀛Œt/ŠÎŠ›ôÛnKWºÙ„£Øæ‘×ÎUàe_"ñ¬ÇãFK5 m{B|4­PF¹‘–[9p ÆÑ%{N‡^¼zå 6tŸ·u>}ã)uye'NÞ¼+ vöX¿"à³®ø†€5ã$àžÌ²#p®J‰±Ý"0·ÀûÓ¶C¸Æ ‡v‹À8½s¨®¹wâ)Mó¢ú~Ý\dò/²ÂñidŽ+ú…›Ôkømug_o;ú¶êäk /G¹ï×Ø˼vC½[ÊÝÒIs·îÈ‹öñ¯€÷,w¾â]lú +w÷Ð)3t >7°Â-ì†õv!ww°‹;»]Üë5ìîJ16¥Àa^Ã.|ív©÷W°{V¸]Xn`—é +v•}n`7åvÕÞa7å »)`ŸØ`|4dÙa7_ßu±ªjŪEêy†ìeâ×à@Õ›Su|öÜÏ\ÂÞ¡y«nwòw'‘u«£÷J{¯Çã 1\PÎÊåa²[v<&3¹B]ÔžÝpä“ý“‘e âNA5õÒdø¨Ïì|Ôî;a?êþy?M.êùüåÓoO βíþWA8›ú6–W_Z²'–±´ Çã©28‡´n¡ÄÎÎ’[þÎ’ƒ] L[߬ñâæùM˜òÞÓ¦g9ñAÿÄòÍê¡wÞ°š¦Å½Ø!Á-j¨ñö„"v«•s”µÙ¦ŽËWÕúnc°àÁÿ±ÊÈçÛÓ6V˜¶lŠQl}o±ê;¿ß ¢O„Äÿãáÿ/¿%Üü<“ÙüÌ©<{ØÎÍ?;v±³±Öÿ?LíçÃÖçNh[/»þŒ¿×ÚµŽ³4âïDÒATÛ÷e.\-­fkùÏ\BÜf}} z 8gúˆ—oÑø¦?æËwË?…å Ì?|¯‹}wBZ¦R0;«´ ÛóŸPáàn&ÄhÇ +ÁÁ‚gÕ€|8:²7 ke!Ó—âX$z—Þ£¹²šCï–Rã{Rã‹b0ôF¦ªÕˆ«°Àêb²’8 ÊB ´Ò7 +dµY×+qÉÕmrUFí”ÉzÓðxÊàAÐè¡Ox‘›Ê] W…~Båkcb¥æZòP¹” ôFx­(®‚v°$bn÷M3s”äP3Iß"N´aX««TÉp0¬j%ú¥Ó?(Ó‹4Û.Ù|“`[Ã8ŠãY툴º r‚ +5p‰”Eß‹5…Õ¹‰é›Ûb<ª¢=XR¾XYG™øœ&›áøÈ…¸zûjÌÜ(òV !yu"¬J’ÎQ ?äý‡È\&:sóeV2Ùw¢0ØÆû<ŸÐê£YY—‘±nµ4‡¬‚›Ì‡=‹Ÿpë@ö¸pë“.§©F¢Í=:0ˆÜ»•¥f˜ +¼ÛxŠYˆnߢqGæö#ÐíiHÚ%¢¥´bç4¨ + +ÂÚ%”êˆÀv°¢ã« "-wÑ÷8a©2¾;­žñ’öt˜ÜùáÜ:„C± ‹Áx9Ë53àkÉÙ‹=Mó.÷EÿƒÇ]Ûž+‰Àò0|ÿðå„K’×mÓÒçšØ–7…}å]鞸TËø¾ß=!Jcé¬5¨Ü j]¬#½¤æc«þt”ž ŒØ)q|kŃ`Ç"ï…(ß;¥á‘Ý£°¦: ôc´­´R›WƒFsµ¸Ì7p¾>;㆘C0äÎú¬­(¡„š¨¾òª>ˆýÑq—ÞKÕ@ÊÁ®²ëÀ +{ö ô`¥(7‚mè*•R¢ê7hͺÜlÌÚ(ÁX7±4€AÌÂÉtzZ([ÔFœÐÞ+zi¶Ðhö¦¦µ°¡a‘ÄR ¦u`Õ´H˜`@¶é2”œm”\͆Y¶‚-¬5ª—â”ûŒ”-í-œ&kJ3{Ú㨬o+]ÙwbVj£­Ça½Ö4øm_rÁX½´ B¹Ìåá⯸‡›>Ü:E –R[–% +8,mÅ}ÚTkd [ÅÆÅ•‡=¨Uëª n©“â0h^U'¯`Y ¬£š£yåZ]U§…7ëJ~èµZ¡I‹R{ PÚÌf4ËèÌe›·Å+…N`åöyøWÂnð¬±Ûö¬¨‹J(óõñÔ±¢²–ÝÔá2ÊÊØ|tix(30˜˜3àèÕóœâ ClÔ}£Eèy+G?œtóM2ÃÖñvªgIÌžG‰:3ˆ@³Þœ™[Î:3 µ½W~J5KªôkœYë5j#ªCÏ'„r£Ý£ŠUü”VzÕX¯ÏÇ_Ï:ŸDÏŸ&œG›çv¥õ¨³WóÒ±C®FRØíR ‡ÅwÖÐý—¹¾æ•ê¾‰æ-7Åaãt¹⠖[1p #éV[/†¾»Qqs_æMOßØíÅå•]Zíº¾-ÂM”d«Ô‚²cí¦gÝ°1i”jNcÒêQN‹ ´ŠJ›Fe§ÒjXºPÉ K[ºÛbÚ¶H¿˜î½²“is2Ut M›£)ÇgÓjpÊÀ16ÅFwéæŽ êF§xƒßž6ÇSœ¬áis<…_dÇÓæxJìjŽ§Þv˜í #ód’N¦ú9\¶-¨ikÚš³×·©_Â,Ã,ÎÙ>âå[4~…éÂòÝòãOayóßC„«*[° 1Y5®ZV÷êçCS¿?aÞ¯_¾ÿýÕ/,lÿûþãòo˜žCÿr,cý×òõ~ÿËÓÿ(­{„a +ÀWéCÝ´I*&zn€:0!¸?ï¥Ôoc¨”Xqÿ”Øß½;,Ëe]ßëóuãÒcwÂÂ3®­*׳ôgQõ¤3ðí{í „ü¯3ä¾bKóŽp˜xÂ!à ÇŒ,„C@‡ˆ#³¢FÇMê‡<Ô&!7¦'J“'ó!œM©Φ¡!«ÇØg! ã,DqRBÈYˆMrßIíeZZAm˜+7qš³„s|TÏ1Ò@glzpiÞ‘Ž3o: ³ Ž?ˆêlœ…uð–s²ð;+ì> £æÐ endstream endobj 5 0 obj <> endobj 29 0 obj <> endobj 51 0 obj <> endobj 73 0 obj <> endobj 95 0 obj <> endobj 117 0 obj <> endobj 140 0 obj <> endobj 148 0 obj [/View/Design] endobj 149 0 obj <>>> endobj 125 0 obj [/View/Design] endobj 126 0 obj <>>> endobj 103 0 obj [/View/Design] endobj 104 0 obj <>>> endobj 81 0 obj [/View/Design] endobj 82 0 obj <>>> endobj 59 0 obj [/View/Design] endobj 60 0 obj <>>> endobj 37 0 obj [/View/Design] endobj 38 0 obj <>>> endobj 14 0 obj [/View/Design] endobj 15 0 obj <>>> endobj 164 0 obj [163 0 R] endobj 185 0 obj <> endobj xref 0 186 0000000004 65535 f +0000000016 00000 n +0000000250 00000 n +0000043273 00000 n +0000000006 00000 f +0000179331 00000 n +0000000008 00000 f +0000043324 00000 n +0000000009 00000 f +0000000010 00000 f +0000000011 00000 f +0000000012 00000 f +0000000013 00000 f +0000000016 00000 f +0000180537 00000 n +0000180568 00000 n +0000000017 00000 f +0000000018 00000 f +0000000019 00000 f +0000000020 00000 f +0000000021 00000 f +0000000022 00000 f +0000000023 00000 f +0000000024 00000 f +0000000025 00000 f +0000000026 00000 f +0000000027 00000 f +0000000028 00000 f +0000000030 00000 f +0000179401 00000 n +0000000031 00000 f +0000000032 00000 f +0000000033 00000 f +0000000034 00000 f +0000000035 00000 f +0000000036 00000 f +0000000039 00000 f +0000180421 00000 n +0000180452 00000 n +0000000040 00000 f +0000000041 00000 f +0000000042 00000 f +0000000043 00000 f +0000000044 00000 f +0000000045 00000 f +0000000046 00000 f +0000000047 00000 f +0000000048 00000 f +0000000049 00000 f +0000000050 00000 f +0000000052 00000 f +0000179472 00000 n +0000000053 00000 f +0000000054 00000 f +0000000055 00000 f +0000000056 00000 f +0000000057 00000 f +0000000058 00000 f +0000000061 00000 f +0000180305 00000 n +0000180336 00000 n +0000000062 00000 f +0000000063 00000 f +0000000064 00000 f +0000000065 00000 f +0000000066 00000 f +0000000067 00000 f +0000000068 00000 f +0000000069 00000 f +0000000070 00000 f +0000000071 00000 f +0000000072 00000 f +0000000074 00000 f +0000179543 00000 n +0000000075 00000 f +0000000076 00000 f +0000000077 00000 f +0000000078 00000 f +0000000079 00000 f +0000000080 00000 f +0000000083 00000 f +0000180189 00000 n +0000180220 00000 n +0000000084 00000 f +0000000085 00000 f +0000000086 00000 f +0000000087 00000 f +0000000088 00000 f +0000000089 00000 f +0000000090 00000 f +0000000091 00000 f +0000000092 00000 f +0000000093 00000 f +0000000094 00000 f +0000000096 00000 f +0000179614 00000 n +0000000097 00000 f +0000000098 00000 f +0000000099 00000 f +0000000100 00000 f +0000000101 00000 f +0000000102 00000 f +0000000105 00000 f +0000180071 00000 n +0000180103 00000 n +0000000106 00000 f +0000000107 00000 f +0000000108 00000 f +0000000109 00000 f +0000000110 00000 f +0000000111 00000 f +0000000112 00000 f +0000000113 00000 f +0000000114 00000 f +0000000115 00000 f +0000000116 00000 f +0000000118 00000 f +0000179687 00000 n +0000000119 00000 f +0000000120 00000 f +0000000121 00000 f +0000000122 00000 f +0000000123 00000 f +0000000124 00000 f +0000000127 00000 f +0000179953 00000 n +0000179985 00000 n +0000000128 00000 f +0000000129 00000 f +0000000130 00000 f +0000000131 00000 f +0000000132 00000 f +0000000133 00000 f +0000000134 00000 f +0000000135 00000 f +0000000136 00000 f +0000000137 00000 f +0000000138 00000 f +0000000139 00000 f +0000000000 00000 f +0000179761 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000179835 00000 n +0000179867 00000 n +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000000000 00000 f +0000044989 00000 n +0000180653 00000 n +0000043646 00000 n +0000045295 00000 n +0000045181 00000 n +0000044253 00000 n +0000044425 00000 n +0000044475 00000 n +0000045063 00000 n +0000045095 00000 n +0000045371 00000 n +0000045743 00000 n +0000046721 00000 n +0000052837 00000 n +0000053300 00000 n +0000071520 00000 n +0000098254 00000 n +0000121507 00000 n +0000129082 00000 n +0000132781 00000 n +0000145416 00000 n +0000162249 00000 n +0000180680 00000 n +trailer <]>> startxref 180863 %%EOF \ No newline at end of file diff --git a/_gh_pages/3.2.1/assets/js/ZeroClipboard-1.1.7.min.js b/_gh_pages/3.2.1/assets/js/ZeroClipboard-1.1.7.min.js new file mode 100644 index 000000000..32535fddf --- /dev/null +++ b/_gh_pages/3.2.1/assets/js/ZeroClipboard-1.1.7.min.js @@ -0,0 +1,8 @@ +/*! + * zeroclipboard + * The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. + * Copyright 2012 Jon Rohan, James M. Greene, . + * Released under the MIT license + * http://jonrohan.github.com/ZeroClipboard/ + * v1.1.7 + */(function(){"use strict";var a=function(a,b){var c=a.style[b];a.currentStyle?c=a.currentStyle[b]:window.getComputedStyle&&(c=document.defaultView.getComputedStyle(a,null).getPropertyValue(b));if(c=="auto"&&b=="cursor"){var d=["a"];for(var e=0;e=0?"&":"?")+"nocache="+(new Date).getTime()},i=function(a){var b=[];return a.trustedDomains&&(typeof a.trustedDomains=="string"?b.push("trustedDomain="+a.trustedDomains):b.push("trustedDomain="+a.trustedDomains.join(","))),b.join("&")},j=function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c ';b=document.createElement("div"),b.id="global-zeroclipboard-html-bridge",b.setAttribute("class","global-zeroclipboard-container"),b.setAttribute("data-clipboard-ready",!1),b.style.position="absolute",b.style.left="-9999px",b.style.top="-9999px",b.style.width="15px",b.style.height="15px",b.style.zIndex="9999",b.innerHTML=c,document.body.appendChild(b)}a.htmlBridge=b,a.flashBridge=document["global-zeroclipboard-flash-bridge"]||b.children[0].lastElementChild};l.prototype.resetBridge=function(){this.htmlBridge.style.left="-9999px",this.htmlBridge.style.top="-9999px",this.htmlBridge.removeAttribute("title"),this.htmlBridge.removeAttribute("data-clipboard-text"),f(m,this.options.activeClass),m=null,this.options.text=null},l.prototype.ready=function(){var a=this.htmlBridge.getAttribute("data-clipboard-ready");return a==="true"||a===!0},l.prototype.reposition=function(){if(!m)return!1;var a=g(m);this.htmlBridge.style.top=a.top+"px",this.htmlBridge.style.left=a.left+"px",this.htmlBridge.style.width=a.width+"px",this.htmlBridge.style.height=a.height+"px",this.htmlBridge.style.zIndex=a.zIndex+1,this.setSize(a.width,a.height)},l.dispatch=function(a,b){l.prototype._singleton.receiveEvent(a,b)},l.prototype.on=function(a,b){var c=a.toString().split(/\s/g);for(var d=0;d=b))this.iframe=h(' + +
  • + +
  • + +
  • + +
  • + + + + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf and copy + and paste the icons (not the unicode) directly into your designs. +

    + +
    +
    +
    + +
    +
    +
    + + + + +
    + +
    + + icon-glass + (&#xf000;) +
    + +
    + + icon-music + (&#xf001;) +
    + +
    + + icon-search + (&#xf002;) +
    + +
    + + icon-envelope-alt + (&#xf003;) +
    + +
    + + icon-heart + (&#xf004;) +
    + +
    + + icon-star + (&#xf005;) +
    + +
    + + icon-star-empty + (&#xf006;) +
    + +
    + + icon-user + (&#xf007;) +
    + +
    + + icon-film + (&#xf008;) +
    + +
    + + icon-th-large + (&#xf009;) +
    + +
    + + icon-th + (&#xf00a;) +
    + +
    + + icon-th-list + (&#xf00b;) +
    + +
    + + icon-ok + (&#xf00c;) +
    + +
    + + icon-remove + (&#xf00d;) +
    + +
    + + icon-zoom-in + (&#xf00e;) +
    + +
    + + icon-zoom-out + (&#xf010;) +
    + +
    + + icon-off + (&#xf011;) +
    + +
    + + icon-signal + (&#xf012;) +
    + +
    + + icon-cog + (&#xf013;) +
    + +
    + + icon-trash + (&#xf014;) +
    + +
    + + icon-home + (&#xf015;) +
    + +
    + + icon-file-alt + (&#xf016;) +
    + +
    + + icon-time + (&#xf017;) +
    + +
    + + icon-road + (&#xf018;) +
    + +
    + + icon-download-alt + (&#xf019;) +
    + +
    + + icon-download + (&#xf01a;) +
    + +
    + + icon-upload + (&#xf01b;) +
    + +
    + + icon-inbox + (&#xf01c;) +
    + +
    + + icon-play-circle + (&#xf01d;) +
    + +
    + + icon-repeat + (&#xf01e;) +
    + +
    + + icon-refresh + (&#xf021;) +
    + +
    + + icon-list-alt + (&#xf022;) +
    + +
    + + icon-lock + (&#xf023;) +
    + +
    + + icon-flag + (&#xf024;) +
    + +
    + + icon-headphones + (&#xf025;) +
    + +
    + + icon-volume-off + (&#xf026;) +
    + +
    + + icon-volume-down + (&#xf027;) +
    + +
    + + icon-volume-up + (&#xf028;) +
    + +
    + + icon-qrcode + (&#xf029;) +
    + +
    + + icon-barcode + (&#xf02a;) +
    + +
    + + icon-tag + (&#xf02b;) +
    + +
    + + icon-tags + (&#xf02c;) +
    + +
    + + icon-book + (&#xf02d;) +
    + +
    + + icon-bookmark + (&#xf02e;) +
    + +
    + + icon-print + (&#xf02f;) +
    + +
    + + icon-camera + (&#xf030;) +
    + +
    + + icon-font + (&#xf031;) +
    + +
    + + icon-bold + (&#xf032;) +
    + +
    + + icon-italic + (&#xf033;) +
    + +
    + + icon-text-height + (&#xf034;) +
    + +
    + + icon-text-width + (&#xf035;) +
    + +
    + + icon-align-left + (&#xf036;) +
    + +
    + + icon-align-center + (&#xf037;) +
    + +
    + + icon-align-right + (&#xf038;) +
    + +
    + + icon-align-justify + (&#xf039;) +
    + +
    + + icon-list + (&#xf03a;) +
    + +
    + + icon-indent-left + (&#xf03b;) +
    + +
    + + icon-indent-right + (&#xf03c;) +
    + +
    + + icon-facetime-video + (&#xf03d;) +
    + +
    + + icon-picture + (&#xf03e;) +
    + +
    + + icon-pencil + (&#xf040;) +
    + +
    + + icon-map-marker + (&#xf041;) +
    + +
    + + icon-adjust + (&#xf042;) +
    + +
    + + icon-tint + (&#xf043;) +
    + +
    + + icon-edit + (&#xf044;) +
    + +
    + + icon-share + (&#xf045;) +
    + +
    + + icon-check + (&#xf046;) +
    + +
    + + icon-move + (&#xf047;) +
    + +
    + + icon-step-backward + (&#xf048;) +
    + +
    + + icon-fast-backward + (&#xf049;) +
    + +
    + + icon-backward + (&#xf04a;) +
    + +
    + + icon-play + (&#xf04b;) +
    + +
    + + icon-pause + (&#xf04c;) +
    + +
    + + icon-stop + (&#xf04d;) +
    + +
    + + icon-forward + (&#xf04e;) +
    + +
    + + icon-fast-forward + (&#xf050;) +
    + +
    + + icon-step-forward + (&#xf051;) +
    + +
    + + icon-eject + (&#xf052;) +
    + +
    + + icon-chevron-left + (&#xf053;) +
    + +
    + + icon-chevron-right + (&#xf054;) +
    + +
    + + icon-plus-sign + (&#xf055;) +
    + +
    + + icon-minus-sign + (&#xf056;) +
    + +
    + + icon-remove-sign + (&#xf057;) +
    + +
    + + icon-ok-sign + (&#xf058;) +
    + +
    + + icon-question-sign + (&#xf059;) +
    + +
    + + icon-info-sign + (&#xf05a;) +
    + +
    + + icon-screenshot + (&#xf05b;) +
    + +
    + + icon-remove-circle + (&#xf05c;) +
    + +
    + + icon-ok-circle + (&#xf05d;) +
    + +
    + + icon-ban-circle + (&#xf05e;) +
    + +
    + + icon-arrow-left + (&#xf060;) +
    + +
    + + icon-arrow-right + (&#xf061;) +
    + +
    + + icon-arrow-up + (&#xf062;) +
    + +
    + + icon-arrow-down + (&#xf063;) +
    + +
    + + icon-share-alt + (&#xf064;) +
    + +
    + + icon-resize-full + (&#xf065;) +
    + +
    + + icon-resize-small + (&#xf066;) +
    + +
    + + icon-plus + (&#xf067;) +
    + +
    + + icon-minus + (&#xf068;) +
    + +
    + + icon-asterisk + (&#xf069;) +
    + +
    + + icon-exclamation-sign + (&#xf06a;) +
    + +
    + + icon-gift + (&#xf06b;) +
    + +
    + + icon-leaf + (&#xf06c;) +
    + +
    + + icon-fire + (&#xf06d;) +
    + +
    + + icon-eye-open + (&#xf06e;) +
    + +
    + + icon-eye-close + (&#xf070;) +
    + +
    + + icon-warning-sign + (&#xf071;) +
    + +
    + + icon-plane + (&#xf072;) +
    + +
    + + icon-calendar + (&#xf073;) +
    + +
    + + icon-random + (&#xf074;) +
    + +
    + + icon-comment + (&#xf075;) +
    + +
    + + icon-magnet + (&#xf076;) +
    + +
    + + icon-chevron-up + (&#xf077;) +
    + +
    + + icon-chevron-down + (&#xf078;) +
    + +
    + + icon-retweet + (&#xf079;) +
    + +
    + + icon-shopping-cart + (&#xf07a;) +
    + +
    + + icon-folder-close + (&#xf07b;) +
    + +
    + + icon-folder-open + (&#xf07c;) +
    + +
    + + icon-resize-vertical + (&#xf07d;) +
    + +
    + + icon-resize-horizontal + (&#xf07e;) +
    + +
    + + icon-bar-chart + (&#xf080;) +
    + +
    + + icon-twitter-sign + (&#xf081;) +
    + +
    + + icon-facebook-sign + (&#xf082;) +
    + +
    + + icon-camera-retro + (&#xf083;) +
    + +
    + + icon-key + (&#xf084;) +
    + +
    + + icon-cogs + (&#xf085;) +
    + +
    + + icon-comments + (&#xf086;) +
    + +
    + + icon-thumbs-up-alt + (&#xf087;) +
    + +
    + + icon-thumbs-down-alt + (&#xf088;) +
    + +
    + + icon-star-half + (&#xf089;) +
    + +
    + + icon-heart-empty + (&#xf08a;) +
    + +
    + + icon-signout + (&#xf08b;) +
    + +
    + + icon-linkedin-sign + (&#xf08c;) +
    + +
    + + icon-pushpin + (&#xf08d;) +
    + +
    + + icon-external-link + (&#xf08e;) +
    + +
    + + icon-signin + (&#xf090;) +
    + +
    + + icon-trophy + (&#xf091;) +
    + +
    + + icon-github-sign + (&#xf092;) +
    + +
    + + icon-upload-alt + (&#xf093;) +
    + +
    + + icon-lemon + (&#xf094;) +
    + +
    + + icon-phone + (&#xf095;) +
    + +
    + + icon-check-empty + (&#xf096;) +
    + +
    + + icon-bookmark-empty + (&#xf097;) +
    + +
    + + icon-phone-sign + (&#xf098;) +
    + +
    + + icon-twitter + (&#xf099;) +
    + +
    + + icon-facebook + (&#xf09a;) +
    + +
    + + icon-github + (&#xf09b;) +
    + +
    + + icon-unlock + (&#xf09c;) +
    + +
    + + icon-credit-card + (&#xf09d;) +
    + +
    + + icon-rss + (&#xf09e;) +
    + +
    + + icon-hdd + (&#xf0a0;) +
    + +
    + + icon-bullhorn + (&#xf0a1;) +
    + +
    + + icon-bell + (&#xf0a2;) +
    + +
    + + icon-certificate + (&#xf0a3;) +
    + +
    + + icon-hand-right + (&#xf0a4;) +
    + +
    + + icon-hand-left + (&#xf0a5;) +
    + +
    + + icon-hand-up + (&#xf0a6;) +
    + +
    + + icon-hand-down + (&#xf0a7;) +
    + +
    + + icon-circle-arrow-left + (&#xf0a8;) +
    + +
    + + icon-circle-arrow-right + (&#xf0a9;) +
    + +
    + + icon-circle-arrow-up + (&#xf0aa;) +
    + +
    + + icon-circle-arrow-down + (&#xf0ab;) +
    + +
    + + icon-globe + (&#xf0ac;) +
    + +
    + + icon-wrench + (&#xf0ad;) +
    + +
    + + icon-tasks + (&#xf0ae;) +
    + +
    + + icon-filter + (&#xf0b0;) +
    + +
    + + icon-briefcase + (&#xf0b1;) +
    + +
    + + icon-fullscreen + (&#xf0b2;) +
    + +
    + + icon-group + (&#xf0c0;) +
    + +
    + + icon-link + (&#xf0c1;) +
    + +
    + + icon-cloud + (&#xf0c2;) +
    + +
    + + icon-beaker + (&#xf0c3;) +
    + +
    + + icon-cut + (&#xf0c4;) +
    + +
    + + icon-copy + (&#xf0c5;) +
    + +
    + + icon-paper-clip + (&#xf0c6;) +
    + +
    + + icon-save + (&#xf0c7;) +
    + +
    + + icon-sign-blank + (&#xf0c8;) +
    + +
    + + icon-reorder + (&#xf0c9;) +
    + +
    + + icon-list-ul + (&#xf0ca;) +
    + +
    + + icon-list-ol + (&#xf0cb;) +
    + +
    + + icon-strikethrough + (&#xf0cc;) +
    + +
    + + icon-underline + (&#xf0cd;) +
    + +
    + + icon-table + (&#xf0ce;) +
    + +
    + + icon-magic + (&#xf0d0;) +
    + +
    + + icon-truck + (&#xf0d1;) +
    + +
    + + icon-pinterest + (&#xf0d2;) +
    + +
    + + icon-pinterest-sign + (&#xf0d3;) +
    + +
    + + icon-google-plus-sign + (&#xf0d4;) +
    + +
    + + icon-google-plus + (&#xf0d5;) +
    + +
    + + icon-money + (&#xf0d6;) +
    + +
    + + icon-caret-down + (&#xf0d7;) +
    + +
    + + icon-caret-up + (&#xf0d8;) +
    + +
    + + icon-caret-left + (&#xf0d9;) +
    + +
    + + icon-caret-right + (&#xf0da;) +
    + +
    + + icon-columns + (&#xf0db;) +
    + +
    + + icon-sort + (&#xf0dc;) +
    + +
    + + icon-sort-down + (&#xf0dd;) +
    + +
    + + icon-sort-up + (&#xf0de;) +
    + +
    + + icon-envelope + (&#xf0e0;) +
    + +
    + + icon-linkedin + (&#xf0e1;) +
    + +
    + + icon-undo + (&#xf0e2;) +
    + +
    + + icon-legal + (&#xf0e3;) +
    + +
    + + icon-dashboard + (&#xf0e4;) +
    + +
    + + icon-comment-alt + (&#xf0e5;) +
    + +
    + + icon-comments-alt + (&#xf0e6;) +
    + +
    + + icon-bolt + (&#xf0e7;) +
    + +
    + + icon-sitemap + (&#xf0e8;) +
    + +
    + + icon-umbrella + (&#xf0e9;) +
    + +
    + + icon-paste + (&#xf0ea;) +
    + +
    + + icon-lightbulb + (&#xf0eb;) +
    + +
    + + icon-exchange + (&#xf0ec;) +
    + +
    + + icon-cloud-download + (&#xf0ed;) +
    + +
    + + icon-cloud-upload + (&#xf0ee;) +
    + +
    + + icon-user-md + (&#xf0f0;) +
    + +
    + + icon-stethoscope + (&#xf0f1;) +
    + +
    + + icon-suitcase + (&#xf0f2;) +
    + +
    + + icon-bell-alt + (&#xf0f3;) +
    + +
    + + icon-coffee + (&#xf0f4;) +
    + +
    + + icon-food + (&#xf0f5;) +
    + +
    + + icon-file-text-alt + (&#xf0f6;) +
    + +
    + + icon-building + (&#xf0f7;) +
    + +
    + + icon-hospital + (&#xf0f8;) +
    + +
    + + icon-ambulance + (&#xf0f9;) +
    + +
    + + icon-medkit + (&#xf0fa;) +
    + +
    + + icon-fighter-jet + (&#xf0fb;) +
    + +
    + + icon-beer + (&#xf0fc;) +
    + +
    + + icon-h-sign + (&#xf0fd;) +
    + +
    + + icon-plus-sign-alt + (&#xf0fe;) +
    + +
    + + icon-double-angle-left + (&#xf100;) +
    + +
    + + icon-double-angle-right + (&#xf101;) +
    + +
    + + icon-double-angle-up + (&#xf102;) +
    + +
    + + icon-double-angle-down + (&#xf103;) +
    + +
    + + icon-angle-left + (&#xf104;) +
    + +
    + + icon-angle-right + (&#xf105;) +
    + +
    + + icon-angle-up + (&#xf106;) +
    + +
    + + icon-angle-down + (&#xf107;) +
    + +
    + + icon-desktop + (&#xf108;) +
    + +
    + + icon-laptop + (&#xf109;) +
    + +
    + + icon-tablet + (&#xf10a;) +
    + +
    + + icon-mobile-phone + (&#xf10b;) +
    + +
    + + icon-circle-blank + (&#xf10c;) +
    + +
    + + icon-quote-left + (&#xf10d;) +
    + +
    + + icon-quote-right + (&#xf10e;) +
    + +
    + + icon-spinner + (&#xf110;) +
    + +
    + + icon-circle + (&#xf111;) +
    + +
    + + icon-reply + (&#xf112;) +
    + +
    + + icon-github-alt + (&#xf113;) +
    + +
    + + icon-folder-close-alt + (&#xf114;) +
    + +
    + + icon-folder-open-alt + (&#xf115;) +
    + +
    + + icon-expand-alt + (&#xf116;) +
    + +
    + + icon-collapse-alt + (&#xf117;) +
    + +
    + + icon-smile + (&#xf118;) +
    + +
    + + icon-frown + (&#xf119;) +
    + +
    + + icon-meh + (&#xf11a;) +
    + +
    + + icon-gamepad + (&#xf11b;) +
    + +
    + + icon-keyboard + (&#xf11c;) +
    + +
    + + icon-flag-alt + (&#xf11d;) +
    + +
    + + icon-flag-checkered + (&#xf11e;) +
    + +
    + + icon-terminal + (&#xf120;) +
    + +
    + + icon-code + (&#xf121;) +
    + +
    + + icon-reply-all + (&#xf122;) +
    + +
    + + icon-mail-reply-all + (&#xf122;) +
    + +
    + + icon-star-half-empty + (&#xf123;) +
    + +
    + + icon-location-arrow + (&#xf124;) +
    + +
    + + icon-crop + (&#xf125;) +
    + +
    + + icon-code-fork + (&#xf126;) +
    + +
    + + icon-unlink + (&#xf127;) +
    + +
    + + icon-question + (&#xf128;) +
    + +
    + + icon-info + (&#xf129;) +
    + +
    + + icon-exclamation + (&#xf12a;) +
    + +
    + + icon-superscript + (&#xf12b;) +
    + +
    + + icon-subscript + (&#xf12c;) +
    + +
    + + icon-eraser + (&#xf12d;) +
    + +
    + + icon-puzzle-piece + (&#xf12e;) +
    + +
    + + icon-microphone + (&#xf130;) +
    + +
    + + icon-microphone-off + (&#xf131;) +
    + +
    + + icon-shield + (&#xf132;) +
    + +
    + + icon-calendar-empty + (&#xf133;) +
    + +
    + + icon-fire-extinguisher + (&#xf134;) +
    + +
    + + icon-rocket + (&#xf135;) +
    + +
    + + icon-maxcdn + (&#xf136;) +
    + +
    + + icon-chevron-sign-left + (&#xf137;) +
    + +
    + + icon-chevron-sign-right + (&#xf138;) +
    + +
    + + icon-chevron-sign-up + (&#xf139;) +
    + +
    + + icon-chevron-sign-down + (&#xf13a;) +
    + +
    + + icon-html5 + (&#xf13b;) +
    + +
    + + icon-css3 + (&#xf13c;) +
    + +
    + + icon-anchor + (&#xf13d;) +
    + +
    + + icon-unlock-alt + (&#xf13e;) +
    + +
    + + icon-bullseye + (&#xf140;) +
    + +
    + + icon-ellipsis-horizontal + (&#xf141;) +
    + +
    + + icon-ellipsis-vertical + (&#xf142;) +
    + +
    + + icon-rss-sign + (&#xf143;) +
    + +
    + + icon-play-sign + (&#xf144;) +
    + +
    + + icon-ticket + (&#xf145;) +
    + +
    + + icon-minus-sign-alt + (&#xf146;) +
    + +
    + + icon-check-minus + (&#xf147;) +
    + +
    + + icon-level-up + (&#xf148;) +
    + +
    + + icon-level-down + (&#xf149;) +
    + +
    + + icon-check-sign + (&#xf14a;) +
    + +
    + + icon-edit-sign + (&#xf14b;) +
    + +
    + + icon-external-link-sign + (&#xf14c;) +
    + +
    + + icon-share-sign + (&#xf14d;) +
    + +
    + + icon-compass + (&#xf14e;) +
    + +
    + + icon-collapse + (&#xf150;) +
    + +
    + + icon-collapse-top + (&#xf151;) +
    + +
    + + icon-expand + (&#xf152;) +
    + +
    + + icon-eur + (&#xf153;) +
    + +
    + + icon-gbp + (&#xf154;) +
    + +
    + + icon-usd + (&#xf155;) +
    + +
    + + icon-inr + (&#xf156;) +
    + +
    + + icon-jpy + (&#xf157;) +
    + +
    + + icon-cny + (&#xf158;) +
    + +
    + + icon-krw + (&#xf159;) +
    + +
    + + icon-btc + (&#xf15a;) +
    + +
    + + icon-file + (&#xf15b;) +
    + +
    + + icon-file-text + (&#xf15c;) +
    + +
    + + icon-sort-by-alphabet + (&#xf15d;) +
    + +
    + + icon-sort-by-alphabet-alt + (&#xf15e;) +
    + +
    + + icon-sort-by-attributes + (&#xf160;) +
    + +
    + + icon-sort-by-attributes-alt + (&#xf161;) +
    + +
    + + icon-sort-by-order + (&#xf162;) +
    + +
    + + icon-sort-by-order-alt + (&#xf163;) +
    + +
    + + icon-thumbs-up + (&#xf164;) +
    + +
    + + icon-thumbs-down + (&#xf165;) +
    + +
    + + icon-youtube-sign + (&#xf166;) +
    + +
    + + icon-youtube + (&#xf167;) +
    + +
    + + icon-xing + (&#xf168;) +
    + +
    + + icon-xing-sign + (&#xf169;) +
    + +
    + + icon-youtube-play + (&#xf16a;) +
    + +
    + + icon-dropbox + (&#xf16b;) +
    + +
    + + icon-stackexchange + (&#xf16c;) +
    + +
    + + icon-instagram + (&#xf16d;) +
    + +
    + + icon-flickr + (&#xf16e;) +
    + +
    + + icon-adn + (&#xf170;) +
    + +
    + + icon-bitbucket + (&#xf171;) +
    + +
    + + icon-bitbucket-sign + (&#xf172;) +
    + +
    + + icon-tumblr + (&#xf173;) +
    + +
    + + icon-tumblr-sign + (&#xf174;) +
    + +
    + + icon-long-arrow-down + (&#xf175;) +
    + +
    + + icon-long-arrow-up + (&#xf176;) +
    + +
    + + icon-long-arrow-left + (&#xf177;) +
    + +
    + + icon-long-arrow-right + (&#xf178;) +
    + +
    + + icon-apple + (&#xf179;) +
    + +
    + + icon-windows + (&#xf17a;) +
    + +
    + + icon-android + (&#xf17b;) +
    + +
    + + icon-linux + (&#xf17c;) +
    + +
    + + icon-dribbble + (&#xf17d;) +
    + +
    + + icon-skype + (&#xf17e;) +
    + +
    + + icon-foursquare + (&#xf180;) +
    + +
    + + icon-trello + (&#xf181;) +
    + +
    + + icon-female + (&#xf182;) +
    + +
    + + icon-male + (&#xf183;) +
    + +
    + + icon-gittip + (&#xf184;) +
    + +
    + + icon-sun + (&#xf185;) +
    + +
    + + icon-moon + (&#xf186;) +
    + +
    + + icon-archive + (&#xf187;) +
    + +
    + + icon-bug + (&#xf188;) +
    + +
    + + icon-vk + (&#xf189;) +
    + +
    + + icon-weibo + (&#xf18a;) +
    + +
    + + icon-renren + (&#xf18b;) +
    + +
    + +
    + +
    + + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/community/index.html b/_gh_pages/3.2.1/community/index.html new file mode 100644 index 000000000..616b039c4 --- /dev/null +++ b/_gh_pages/3.2.1/community/index.html @@ -0,0 +1,363 @@ + + + + + + + + + + The Font Awesome Community + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      Community

    +

    Lots of ways to get involved with Font Awesome

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Font Awesome has a vibrant community of folks helping each other out. You can + get support, + report bugs, + request new icons, + submit pull requests, and + check upcoming milestones. +

    + +
    +
    +
    + +
    +
    +
    + + +
    + +

    + Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that + I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do: +

    +
      +
    1. + Make sure you've read the latest version of how to get started. + It's been updated recently to make Font Awesome even easier to use. +
    2. +
    3. + Check out the existing questions tagged as + Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. +
    4. +
    5. + Can't find the answer to your question on Stack Overflow? + Ask a new question, then + send me an email and I might be able to take a look. +
    6. +
    +
    + +
    + +

    + Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind: +

    +
      +
    1. Please be nice. Font Awesome is a happy place.
    2. +
    3. Please search to see if your icon request already exists.
    4. +
    5. + Before opening any issue, please read the generic issue + guidelines, by Nicolas Gallagher. +
    6. +
    7. + After doing everything above, feel free to + submit an issue. +
    8. +
    +
    + +
    + +

    + New icons mostly start as requests by the + Font Awesome community on GitHub. Want to request a new + icon? Here are some things to keep in mind: +

    +
      +
    1. Please be nice. Font Awesome is a happy place.
    2. +
    3. Please search to see if your icon request already exists.
    4. +
    5. + Please and thank you if you include the following: +
        +
      • + Title your new issue + Icon request: icon-name. +
      • +
      • Include a few use cases for your requested icon. How do you plan on using it?
      • +
      • Attach a single color image or two that represent the idea you're going for.
      • +
      +
    6. +
    7. + Concrete objects make good icons, since abstract concepts are, well, abstract. It's harder to make an icon + to represent happiness. It's easier to make a smiley face. +
    8. +
    +
    + +
    + + Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember: +
      +
    1. Please submit all pull requests against *-wip branches.
    2. +
    3. All pull requests submitted against master will be summarily closed and this guide referenced.
    4. +
    5. + After doing everything above, feel free to + submit a pull request. +
    6. +
    +
    + +
    + +

    + Want to keep up with what's planned for Font Awesome? Check out our + milestones on the GitHub project. +

    +
    + + +
    + +
    +
    +

    + Thanks to @robmadole and + @supercodepoet for icon design + review, advice, some Jekyll help, and being all around badass coders. +

    +
    +
    +

    + Thanks to @grantgordon and + @johnsmclay for developing and hosting + icnfnt, the best way to subset Font Awesome. +

    +
    +
    +

    + Thanks to MaxCDN for providing the excellent + BootstrapCDN, the fastest and easiest way to + get started with Font Awesome. +

    +
    +
    +
    + +
    + +

    + Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the + open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work. +

    +
    +
    +

    Tip me on Gittip

    +

    + Gittip is a great way to let developers know you appreciate their work. +

    +
    +
    +

    My Amazon Wish List

    +

    + Or pick something straight + from my wish list. Gift cards are great. +

    +
    +
    +
    + + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/design.html b/_gh_pages/3.2.1/design.html new file mode 100644 index 000000000..9c5830d74 --- /dev/null +++ b/_gh_pages/3.2.1/design.html @@ -0,0 +1 @@ + diff --git a/_gh_pages/3.2.1/examples/index.html b/_gh_pages/3.2.1/examples/index.html new file mode 100644 index 000000000..c0604c8c4 --- /dev/null +++ b/_gh_pages/3.2.1/examples/index.html @@ -0,0 +1,680 @@ + + + + + + + + + + Font Awesome Examples + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      Examples

    +

    Lots of easy ways to use Font Awesome

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + After you get up and running, you can place Font Awesome icons just about + anywhere with the <i> tag. + Many examples appreciatively re-used from the Bootstrap documentation. +

    + +
    +
    +
    + +
    +
    +
    + + +
    + +
    +
    +

    Rotated and Flipped Icons

    +
    +   normal
    +   icon-rotate-90
    +   icon-rotate-180
    +   icon-rotate-270
    +   icon-flip-horizontal
    +   icon-flip-vertical +
    +
    +
    +

    Stacked Icons

    +
    + + + + + icon-twitter on icon-check-empty
    + + + + + icon-flag on icon-circle
    + + + + + icon-terminal on icon-sign-blank +
    +
    +
    +

    Better Bulleted Lists

    +
    +
      +
    • New bulleted lists
    • +
    • Fix some old bugs
    • +
    • And deal with arbitrary
    • +
    • Font sizes better
    • +
    +
    +
    +
    +
    + + +
    + +
    +
    +

    Place Font Awesome icons just about anywhere with the <i> tag.

    +
    +
    +
    +
    + icon-camera-retro +
    +
    +
    <i class="icon-camera-retro"></i> icon-camera-retro
    +
    +
    Icon classes are echoed via CSS :before.
    +
    +
    +
    + +
    + +
    +
    +

    + To increase the size of icons relative to its container, use icon-large, icon-2x, + icon-3x, or icon-4x. +

    +
    +
    +

    + Increase the icon size by using the icon-large (33% increase), icon-2x, + icon-3x, or icon-4x classes. +

    +
    +
    +

    icon-camera-retro

    +

    icon-camera-retro

    +

    icon-camera-retro

    +

    icon-camera-retro

    +
    +
    +
    <p><i class="icon-camera-retro icon-large"></i> icon-camera-retro</p>
    +<p><i class="icon-camera-retro icon-2x"></i> icon-camera-retro</p>
    +<p><i class="icon-camera-retro icon-3x"></i> icon-camera-retro</p>
    +<p><i class="icon-camera-retro icon-4x"></i> icon-camera-retro</p>
    +
    +
    + If your icons are getting chopped off on top and bottom, make sure you have + sufficient line-height. +
    +
    +
    +
    + +
    + +
    +
    +

    + Use icon-border and pull-right or pull-left for easy pull quotes or + article graphics. +

    +
    +
    +
    + + Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. + Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all + of them in any combination to get lots of new possibilities. +
    +
    <i class="icon-quote-left icon-4x pull-left icon-muted"></i>
    +Use a few of the new styles together ... lots of new possibilities.
    +
    +
    + + Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. + Or spinning icons for loading and refreshing content. Or fun big icons in multi-line buttons. You can combine all + of them in any combination to get lots of new possibilities. +
    +
    <i class="icon-flag icon-4x pull-left icon-border"></i>
    +Use a few of the new styles together ... lots of new possibilities.
    +
    +
    +
    +
    + +
    + +
    + +
    +

    + Font Awesome icons work great in buttons. You can even combine them with larger icon styles, + pull-right and pull-left, and icon-spin. +

    +
    <a class="btn" href="#">
    +  <i class="icon-repeat"></i> Reload</a>
    +<a class="btn btn-success" href="#">
    +  <i class="icon-shopping-cart icon-large"></i> Checkout</a>
    +<a class="btn btn-large btn-primary" href="#">
    +  <i class="icon-comment"></i> Comment</a>
    +<a class="btn btn-small btn-info" href="#">
    +  <i class="icon-info-sign"></i> Info</a>
    +<a class="btn btn-danger" href="#">
    +  <i class="icon-trash icon-large"></i> Delete</a>
    +<a class="btn btn-small" href="#">
    +  <i class="icon-cog"></i> Settings</a>
    +<a class="btn btn-large btn-danger" href="#">
    +  <i class="icon-flag icon-2x pull-left"></i> Font Awesome<br>Version 3.2.1</a>
    +<a class="btn btn-primary" href="#">
    +  <i class="icon-refresh icon-spin"></i> Synchronizing Content...</a>
    +
    +
    +
    +
    + +
    + +
    +
    +

    +

    + + + + +
    +

    +
    +
    +
    <div class="btn-group">
    +  <a class="btn" href="#"><i class="icon-align-left"></i></a>
    +  <a class="btn" href="#"><i class="icon-align-center"></i></a>
    +  <a class="btn" href="#"><i class="icon-align-right"></i></a>
    +  <a class="btn" href="#"><i class="icon-align-justify"></i></a>
    +</div>
    +
    +
    +
    +
    + +
    + +
    +
    + +
    +
    +
    <div class="btn-group open">
    +  <a class="btn btn-primary" href="#"><i class="icon-user"></i> User</a>
    +  <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
    +    <span class="icon-caret-down"></span></a>
    +  <ul class="dropdown-menu">
    +    <li><a href="#"><i class="icon-fixed-width icon-pencil"></i> Edit</a></li>
    +    <li><a href="#"><i class="icon-fixed-width icon-trash"></i> Delete</a></li>
    +    <li><a href="#"><i class="icon-fixed-width icon-ban-circle"></i> Ban</a></li>
    +    <li class="divider"></li>
    +    <li><a href="#"><i class="i"></i> Make admin</a></li>
    +  </ul>
    +</div>
    +
    +
    Don't forget to add the appropriate JavaScript to enable button dropdowns.
    +
    +
    +
    + +
    + +
    +
    +
    +
    +
      +
    • Bulleted lists (like this one)
    • +
    • Buttons
    • +
    • Button groups
    • +
    • Navigation
    • +
    • Prepended form inputs
    • +
    • …and many more with custom CSS
    • +
    +
    +
    +

    Easily replace individual bullets.

    +
    <ul class="icons-ul">
    +  <li><i class="icon-li icon-ok"></i>Bulleted lists (like this one)</li>
    +  <li><i class="icon-li icon-ok"></i>Buttons</li>
    +  <li><i class="icon-li icon-ok"></i>Button groups</li>
    +  <li><i class="icon-li icon-ok"></i>Navigation</li>
    +  <li><i class="icon-li icon-ok"></i>Prepended form inputs</li>
    +  <li><i class="icon-li icon-ok"></i>&hellip;and many more with custom CSS</li>
    +</ul>
    +
    +
    Make sure to NOT include any whitespace after the icon declaration.
    +
    +
    +
    + + + +
    + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    <form>
    +  <div class="input-prepend">
    +    <span class="add-on"><i class="icon-envelope"></i></span>
    +    <input class="span2" type="text" placeholder="Email address">
    +  </div>
    +  <div class="input-prepend">
    +    <span class="add-on"><i class="icon-key"></i></span>
    +    <input class="span2" type="password" placeholder="Password">
    +  </div>
    +</form>
    +
    +
    +
    +
    + +
    + +
    +
    + Use the icon-spin class to get any icon to rotate. Works well with icon-spinner and + icon-refresh. +
    +
    +
    + Spinner icon when loading content... +
    +
    <i class="icon-spinner icon-spin icon-large"></i> Spinner icon when loading content...
    +
    +

    + CSS3 animations aren't supported in IE7 - IE9. +

    +
    +
    +
    + +
    + +
    +
    + A set of classes that can be used to arbitrarily rotate and flip icons. +
    +
    +
    +   normal
    +   icon-rotate-90
    +   icon-rotate-180
    +   icon-rotate-270
    +   icon-flip-horizontal
    +   icon-flip-vertical +
    +
    <i class="icon-shield"></i>&nbsp; normal<br>
    +<i class="icon-shield icon-rotate-90"></i>&nbsp; icon-rotate-90<br>
    +<i class="icon-shield icon-rotate-180"></i>&nbsp; icon-rotate-180<br>
    +<i class="icon-shield icon-rotate-270"></i>&nbsp; icon-rotate-270<br>
    +<i class="icon-shield icon-flip-horizontal"></i>&nbsp; icon-flip-horizontal<br>
    +<i class="icon-shield icon-flip-vertical"></i>&nbsp; icon-flip-vertical
    +
    +

    + Rotating and flipping icons aren't yet supported in IE7. +

    +
    +
    +
    + +
    + +
    +
    + A method for easily stacking multiple icons. Use the icon-stack class on the parent and + icon-stack-base for the bottom icon. +
    +
    +
    + + + + + icon-twitter on icon-check-empty
    + + + + + icon-flag on icon-circle
    + + + + + icon-terminal on icon-sign-blank
    + + + + + icon-camera on icon-ban-circle +
    +
    <span class="icon-stack">
    +  <i class="icon-check-empty icon-stack-base"></i>
    +  <i class="icon-twitter"></i>
    +</span>
    +icon-twitter on icon-check-empty<br>
    +<span class="icon-stack">
    +  <i class="icon-circle icon-stack-base"></i>
    +  <i class="icon-flag icon-light"></i>
    +</span>
    +icon-flag on icon-circle<br>
    +<span class="icon-stack">
    +  <i class="icon-sign-blank icon-stack-base"></i>
    +  <i class="icon-terminal icon-light"></i>
    +</span>
    +icon-terminal on icon-sign-blank<br>
    +<span class="icon-stack">
    +  <i class="icon-camera"></i>
    +  <i class="icon-ban-circle icon-stack-base text-error"></i>
    +</span>
    +icon-camera on icon-ban-circle
    +
    +
    +
    +
    + +
    + +
    +
    +

    Anything you can do with CSS font styles, you can do with Font Awesome.

    +
    +
    +

    Star Ratings (inspired by CSS Tricks)

    +
    + + + +
    +
    +
    +
    + + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/get-started/index.html b/_gh_pages/3.2.1/get-started/index.html new file mode 100644 index 000000000..ea9830ac0 --- /dev/null +++ b/_gh_pages/3.2.1/get-started/index.html @@ -0,0 +1,308 @@ + + + + + + + + + + Get Started with Font Awesome + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      Get Started

    +

    Easy ways to get Font Awesome 3.2.1 onto your website

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Setting up Font Awesome can be as simple as adding two lines of code to your website, or you can be a pro and + customize the LESS yourself! Font Awesome even plays nicely with + Bootstrap! +

    + +
    +
    +
    + +
    +
    +
    + + +
    + +

    Add Font Awesome + Bootstrap into your website with two lines of code. You don't even have to download or install anything!

    +
      +
    1. + Paste the following code into the <head> section of your site's HTML. +
      <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
      +<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
      +
      +
      + Want to use Font Awesome by itself without Bootstrap? Just don't include the first line. +
      +
    2. +
    3. + Pat yourself on the back for your scalable-vector-icons-on-the-website + judo solution in two lines of code. +
    4. +
    5. + Check out the examples to start using Font Awesome! +
    6. +
    +
    + +
    + +

    Use this method to get the default Font Awesome CSS with the default Bootstrap CSS.

    +
      +
    1. Copy the font-awesome directory into your project.
    2. +
    3. + In the <head> of your html, reference the location to your font-awesome.min.css. +
      <link rel="stylesheet" href="path/to/bootstrap/css/bootstrap.min.css">
      +<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
      +
      +
    4. +
    5. Check out the examples to start using Font Awesome!
    6. +
    +
    + +
    + +

    Use this method to customize Font Awesome and Bootstrap 2.3.2 using LESS.

    +
      +
    1. Copy the font-awesome directory into your project.
    2. +
    3. Open your project's bootstrap/bootstrap.less and replace +
      @import "sprites.less";
      +
      + with +
      @import "path/to/font-awesome/less/font-awesome.less";
      +
      +
    4. +
    5. + Open your project's font-awesome/variables.less and edit the @FontAwesomePath variable to point to your font directory. +
      @FontAwesomePath:   "../font";
      +
      +

      The font path is relative from your compiled CSS directory.

      +
    6. +
    7. Re-compile your LESS if using a static compiler. Otherwise, you should be good to go.
    8. +
    9. Check out the examples to start using Font Awesome!
    10. +
    +
    + +
    + +

    Font Awesome works just as well without Bootstrap.

    +
      +
    1. Copy the font-awesome directory into your project.
    2. +
    3. Follow the above directions and skip the Bootstrap parts.
    4. +
    5. Open your project's font-awesome.less or font-awesome.min.css and edit the font location to point it to your font directory (see above examples).
    6. +
    7. Check out the examples to start using Font Awesome!
    8. +
    +
    + +
    + +

    Font Awesome supports IE7. If you need it, you have my condolences.

    +
      +
    1. Get Font Awesome working properly in a modern browser.
    2. +
    3. Copy font-awesome-ie7.min.css into your project.
    4. +
    5. + In the <head> of your html, reference the location to your font-awesome-ie7.min.css. +
      <link rel="stylesheet" href="path/to/bootstrap/css/bootstrap.min.css">
      +<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
      +<!--[if IE 7]>
      +  <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome-ie7.min.css">
      +<![endif]-->
      +
      +
    6. +
    7. Go complain to whoever decided your project needs IE7 support.
    8. +
    +
    + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/adjust/index.html b/_gh_pages/3.2.1/icon/adjust/index.html new file mode 100644 index 000000000..21482f25c --- /dev/null +++ b/_gh_pages/3.2.1/icon/adjust/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-adjust: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-adjust + + · + Unicode: f042 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-adjust +
    +
    +
    <i class="icon-adjust"></i> icon-adjust
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/adn/index.html b/_gh_pages/3.2.1/icon/adn/index.html new file mode 100644 index 000000000..9ecc4ab34 --- /dev/null +++ b/_gh_pages/3.2.1/icon/adn/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-adn: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-adn + + · + Unicode: f170 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-adn +
    +
    +
    <i class="icon-adn"></i> icon-adn
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/align-center/index.html b/_gh_pages/3.2.1/icon/align-center/index.html new file mode 100644 index 000000000..1c1741075 --- /dev/null +++ b/_gh_pages/3.2.1/icon/align-center/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-align-center: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-align-center + + · + Unicode: f037 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-align-center +
    +
    +
    <i class="icon-align-center"></i> icon-align-center
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/align-justify/index.html b/_gh_pages/3.2.1/icon/align-justify/index.html new file mode 100644 index 000000000..2cae1cd47 --- /dev/null +++ b/_gh_pages/3.2.1/icon/align-justify/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-align-justify: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-align-justify + + · + Unicode: f039 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-align-justify +
    +
    +
    <i class="icon-align-justify"></i> icon-align-justify
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/align-left/index.html b/_gh_pages/3.2.1/icon/align-left/index.html new file mode 100644 index 000000000..d5130fe11 --- /dev/null +++ b/_gh_pages/3.2.1/icon/align-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-align-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-align-left + + · + Unicode: f036 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-align-left +
    +
    +
    <i class="icon-align-left"></i> icon-align-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/align-right/index.html b/_gh_pages/3.2.1/icon/align-right/index.html new file mode 100644 index 000000000..77cc1f648 --- /dev/null +++ b/_gh_pages/3.2.1/icon/align-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-align-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-align-right + + · + Unicode: f038 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-align-right +
    +
    +
    <i class="icon-align-right"></i> icon-align-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ambulance/index.html b/_gh_pages/3.2.1/icon/ambulance/index.html new file mode 100644 index 000000000..2923d5d41 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ambulance/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ambulance: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ambulance + + · + Unicode: f0f9 · + Created: v3.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ambulance +
    +
    +
    <i class="icon-ambulance"></i> icon-ambulance
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/anchor/index.html b/_gh_pages/3.2.1/icon/anchor/index.html new file mode 100644 index 000000000..c1fe261f3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/anchor/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-anchor: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-anchor + + · + Unicode: f13d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-anchor +
    +
    +
    <i class="icon-anchor"></i> icon-anchor
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/android/index.html b/_gh_pages/3.2.1/icon/android/index.html new file mode 100644 index 000000000..d74cbf626 --- /dev/null +++ b/_gh_pages/3.2.1/icon/android/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-android: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-android + + · + Unicode: f17b · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-android +
    +
    +
    <i class="icon-android"></i> icon-android
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/angle-down/index.html b/_gh_pages/3.2.1/icon/angle-down/index.html new file mode 100644 index 000000000..2c9ddafb7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/angle-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-angle-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-angle-down + + · + Unicode: f107 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-angle-down +
    +
    +
    <i class="icon-angle-down"></i> icon-angle-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/angle-left/index.html b/_gh_pages/3.2.1/icon/angle-left/index.html new file mode 100644 index 000000000..d08bee4b6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/angle-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-angle-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-angle-left + + · + Unicode: f104 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-angle-left +
    +
    +
    <i class="icon-angle-left"></i> icon-angle-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/angle-right/index.html b/_gh_pages/3.2.1/icon/angle-right/index.html new file mode 100644 index 000000000..51ab55edd --- /dev/null +++ b/_gh_pages/3.2.1/icon/angle-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-angle-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-angle-right + + · + Unicode: f105 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-angle-right +
    +
    +
    <i class="icon-angle-right"></i> icon-angle-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/angle-up/index.html b/_gh_pages/3.2.1/icon/angle-up/index.html new file mode 100644 index 000000000..573758e54 --- /dev/null +++ b/_gh_pages/3.2.1/icon/angle-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-angle-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-angle-up + + · + Unicode: f106 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-angle-up +
    +
    +
    <i class="icon-angle-up"></i> icon-angle-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/apple/index.html b/_gh_pages/3.2.1/icon/apple/index.html new file mode 100644 index 000000000..5c97c9c91 --- /dev/null +++ b/_gh_pages/3.2.1/icon/apple/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-apple: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-apple + + · + Unicode: f179 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-apple +
    +
    +
    <i class="icon-apple"></i> icon-apple
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/archive/index.html b/_gh_pages/3.2.1/icon/archive/index.html new file mode 100644 index 000000000..cf88844e5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/archive/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-archive: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-archive + + · + Unicode: f187 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-archive +
    +
    +
    <i class="icon-archive"></i> icon-archive
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/arrow-down/index.html b/_gh_pages/3.2.1/icon/arrow-down/index.html new file mode 100644 index 000000000..8c939cd56 --- /dev/null +++ b/_gh_pages/3.2.1/icon/arrow-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-arrow-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-arrow-down + + · + Unicode: f063 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-arrow-down +
    +
    +
    <i class="icon-arrow-down"></i> icon-arrow-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/arrow-left/index.html b/_gh_pages/3.2.1/icon/arrow-left/index.html new file mode 100644 index 000000000..dc93f3dbc --- /dev/null +++ b/_gh_pages/3.2.1/icon/arrow-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-arrow-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-arrow-left + + · + Unicode: f060 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-arrow-left +
    +
    +
    <i class="icon-arrow-left"></i> icon-arrow-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/arrow-right/index.html b/_gh_pages/3.2.1/icon/arrow-right/index.html new file mode 100644 index 000000000..a44e49957 --- /dev/null +++ b/_gh_pages/3.2.1/icon/arrow-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-arrow-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-arrow-right + + · + Unicode: f061 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-arrow-right +
    +
    +
    <i class="icon-arrow-right"></i> icon-arrow-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/arrow-up/index.html b/_gh_pages/3.2.1/icon/arrow-up/index.html new file mode 100644 index 000000000..014f44b37 --- /dev/null +++ b/_gh_pages/3.2.1/icon/arrow-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-arrow-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-arrow-up + + · + Unicode: f062 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-arrow-up +
    +
    +
    <i class="icon-arrow-up"></i> icon-arrow-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/asterisk/index.html b/_gh_pages/3.2.1/icon/asterisk/index.html new file mode 100644 index 000000000..459b88593 --- /dev/null +++ b/_gh_pages/3.2.1/icon/asterisk/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-asterisk: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-asterisk + + · + Unicode: f069 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-asterisk +
    +
    +
    <i class="icon-asterisk"></i> icon-asterisk
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/backward/index.html b/_gh_pages/3.2.1/icon/backward/index.html new file mode 100644 index 000000000..6338facbc --- /dev/null +++ b/_gh_pages/3.2.1/icon/backward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-backward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-backward + + · + Unicode: f04a · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-backward +
    +
    +
    <i class="icon-backward"></i> icon-backward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ban-circle/index.html b/_gh_pages/3.2.1/icon/ban-circle/index.html new file mode 100644 index 000000000..6c90e2fd6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ban-circle/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ban-circle: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ban-circle + + · + Unicode: f05e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ban-circle +
    +
    +
    <i class="icon-ban-circle"></i> icon-ban-circle
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bar-chart/index.html b/_gh_pages/3.2.1/icon/bar-chart/index.html new file mode 100644 index 000000000..89a5dc3cb --- /dev/null +++ b/_gh_pages/3.2.1/icon/bar-chart/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bar-chart: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bar-chart + + · + Unicode: f080 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bar-chart +
    +
    +
    <i class="icon-bar-chart"></i> icon-bar-chart
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/barcode/index.html b/_gh_pages/3.2.1/icon/barcode/index.html new file mode 100644 index 000000000..760534e60 --- /dev/null +++ b/_gh_pages/3.2.1/icon/barcode/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-barcode: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-barcode + + · + Unicode: f02a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-barcode +
    +
    +
    <i class="icon-barcode"></i> icon-barcode
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/beaker/index.html b/_gh_pages/3.2.1/icon/beaker/index.html new file mode 100644 index 000000000..368923d5f --- /dev/null +++ b/_gh_pages/3.2.1/icon/beaker/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-beaker: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-beaker + + · + Unicode: f0c3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-beaker +
    +
    +
    <i class="icon-beaker"></i> icon-beaker
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/beer/index.html b/_gh_pages/3.2.1/icon/beer/index.html new file mode 100644 index 000000000..838a1ca50 --- /dev/null +++ b/_gh_pages/3.2.1/icon/beer/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-beer: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-beer + + · + Unicode: f0fc · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-beer +
    +
    +
    <i class="icon-beer"></i> icon-beer
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bell-alt/index.html b/_gh_pages/3.2.1/icon/bell-alt/index.html new file mode 100644 index 000000000..26ebf4bad --- /dev/null +++ b/_gh_pages/3.2.1/icon/bell-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bell-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bell-alt + + · + Unicode: f0f3 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bell-alt +
    +
    +
    <i class="icon-bell-alt"></i> icon-bell-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bell/index.html b/_gh_pages/3.2.1/icon/bell/index.html new file mode 100644 index 000000000..f30075f51 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bell/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bell: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bell + + · + Unicode: f0a2 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bell +
    +
    +
    <i class="icon-bell"></i> icon-bell
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bitbucket-sign/index.html b/_gh_pages/3.2.1/icon/bitbucket-sign/index.html new file mode 100644 index 000000000..b49591c56 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bitbucket-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bitbucket-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bitbucket-sign + + · + Unicode: f172 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bitbucket-sign +
    +
    +
    <i class="icon-bitbucket-sign"></i> icon-bitbucket-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bitbucket/index.html b/_gh_pages/3.2.1/icon/bitbucket/index.html new file mode 100644 index 000000000..d3645b5c9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bitbucket/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bitbucket: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bitbucket + + · + Unicode: f171 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bitbucket +
    +
    +
    <i class="icon-bitbucket"></i> icon-bitbucket
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bold/index.html b/_gh_pages/3.2.1/icon/bold/index.html new file mode 100644 index 000000000..7a8240b14 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bold/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bold: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bold + + · + Unicode: f032 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bold +
    +
    +
    <i class="icon-bold"></i> icon-bold
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bolt/index.html b/_gh_pages/3.2.1/icon/bolt/index.html new file mode 100644 index 000000000..6fed3da76 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bolt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bolt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bolt + + · + Unicode: f0e7 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bolt +
    +
    +
    <i class="icon-bolt"></i> icon-bolt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/book/index.html b/_gh_pages/3.2.1/icon/book/index.html new file mode 100644 index 000000000..aedd49ecd --- /dev/null +++ b/_gh_pages/3.2.1/icon/book/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-book: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-book + + · + Unicode: f02d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-book +
    +
    +
    <i class="icon-book"></i> icon-book
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bookmark-empty/index.html b/_gh_pages/3.2.1/icon/bookmark-empty/index.html new file mode 100644 index 000000000..273f32a3e --- /dev/null +++ b/_gh_pages/3.2.1/icon/bookmark-empty/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bookmark-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bookmark-empty + + · + Unicode: f097 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bookmark-empty +
    +
    +
    <i class="icon-bookmark-empty"></i> icon-bookmark-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bookmark/index.html b/_gh_pages/3.2.1/icon/bookmark/index.html new file mode 100644 index 000000000..c1c3ef7de --- /dev/null +++ b/_gh_pages/3.2.1/icon/bookmark/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bookmark: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bookmark + + · + Unicode: f02e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bookmark +
    +
    +
    <i class="icon-bookmark"></i> icon-bookmark
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/briefcase/index.html b/_gh_pages/3.2.1/icon/briefcase/index.html new file mode 100644 index 000000000..15af5eefb --- /dev/null +++ b/_gh_pages/3.2.1/icon/briefcase/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-briefcase: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-briefcase + + · + Unicode: f0b1 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-briefcase +
    +
    +
    <i class="icon-briefcase"></i> icon-briefcase
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/btc/index.html b/_gh_pages/3.2.1/icon/btc/index.html new file mode 100644 index 000000000..59da41a87 --- /dev/null +++ b/_gh_pages/3.2.1/icon/btc/index.html @@ -0,0 +1,215 @@ + + + + + + + + + + icon-btc: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-btc + + · + Unicode: f15a · + Created: v3.2 · + Categories: + + Currency Icons, + + Brand Icons + + + + · Aliases: + + icon-bitcoin + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-btc +
    +
    +
    <i class="icon-btc"></i> icon-btc
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bug/index.html b/_gh_pages/3.2.1/icon/bug/index.html new file mode 100644 index 000000000..5b6a148fb --- /dev/null +++ b/_gh_pages/3.2.1/icon/bug/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bug: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bug + + · + Unicode: f188 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bug +
    +
    +
    <i class="icon-bug"></i> icon-bug
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/building/index.html b/_gh_pages/3.2.1/icon/building/index.html new file mode 100644 index 000000000..cae086791 --- /dev/null +++ b/_gh_pages/3.2.1/icon/building/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-building: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-building + + · + Unicode: f0f7 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-building +
    +
    +
    <i class="icon-building"></i> icon-building
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bullhorn/index.html b/_gh_pages/3.2.1/icon/bullhorn/index.html new file mode 100644 index 000000000..189e88a95 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bullhorn/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bullhorn: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bullhorn + + · + Unicode: f0a1 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bullhorn +
    +
    +
    <i class="icon-bullhorn"></i> icon-bullhorn
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/bullseye/index.html b/_gh_pages/3.2.1/icon/bullseye/index.html new file mode 100644 index 000000000..1c4dcbf38 --- /dev/null +++ b/_gh_pages/3.2.1/icon/bullseye/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-bullseye: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-bullseye + + · + Unicode: f140 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-bullseye +
    +
    +
    <i class="icon-bullseye"></i> icon-bullseye
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/calendar-empty/index.html b/_gh_pages/3.2.1/icon/calendar-empty/index.html new file mode 100644 index 000000000..4deda7e1a --- /dev/null +++ b/_gh_pages/3.2.1/icon/calendar-empty/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-calendar-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-calendar-empty + + · + Unicode: f133 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-calendar-empty +
    +
    +
    <i class="icon-calendar-empty"></i> icon-calendar-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/calendar/index.html b/_gh_pages/3.2.1/icon/calendar/index.html new file mode 100644 index 000000000..ff01fde88 --- /dev/null +++ b/_gh_pages/3.2.1/icon/calendar/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-calendar: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-calendar + + · + Unicode: f073 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-calendar +
    +
    +
    <i class="icon-calendar"></i> icon-calendar
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/camera-retro/index.html b/_gh_pages/3.2.1/icon/camera-retro/index.html new file mode 100644 index 000000000..e1f8bdbd4 --- /dev/null +++ b/_gh_pages/3.2.1/icon/camera-retro/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-camera-retro: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-camera-retro + + · + Unicode: f083 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-camera-retro +
    +
    +
    <i class="icon-camera-retro"></i> icon-camera-retro
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/camera/index.html b/_gh_pages/3.2.1/icon/camera/index.html new file mode 100644 index 000000000..fb3c6ae64 --- /dev/null +++ b/_gh_pages/3.2.1/icon/camera/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-camera: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-camera + + · + Unicode: f030 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-camera +
    +
    +
    <i class="icon-camera"></i> icon-camera
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/caret-down/index.html b/_gh_pages/3.2.1/icon/caret-down/index.html new file mode 100644 index 000000000..ad35768ce --- /dev/null +++ b/_gh_pages/3.2.1/icon/caret-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-caret-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-caret-down + + · + Unicode: f0d7 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-caret-down +
    +
    +
    <i class="icon-caret-down"></i> icon-caret-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/caret-left/index.html b/_gh_pages/3.2.1/icon/caret-left/index.html new file mode 100644 index 000000000..00b7a6635 --- /dev/null +++ b/_gh_pages/3.2.1/icon/caret-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-caret-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-caret-left + + · + Unicode: f0d9 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-caret-left +
    +
    +
    <i class="icon-caret-left"></i> icon-caret-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/caret-right/index.html b/_gh_pages/3.2.1/icon/caret-right/index.html new file mode 100644 index 000000000..6cbb07e3e --- /dev/null +++ b/_gh_pages/3.2.1/icon/caret-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-caret-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-caret-right + + · + Unicode: f0da · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-caret-right +
    +
    +
    <i class="icon-caret-right"></i> icon-caret-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/caret-up/index.html b/_gh_pages/3.2.1/icon/caret-up/index.html new file mode 100644 index 000000000..7f99181df --- /dev/null +++ b/_gh_pages/3.2.1/icon/caret-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-caret-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-caret-up + + · + Unicode: f0d8 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-caret-up +
    +
    +
    <i class="icon-caret-up"></i> icon-caret-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/certificate/index.html b/_gh_pages/3.2.1/icon/certificate/index.html new file mode 100644 index 000000000..2d8136f14 --- /dev/null +++ b/_gh_pages/3.2.1/icon/certificate/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-certificate: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-certificate + + · + Unicode: f0a3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-certificate +
    +
    +
    <i class="icon-certificate"></i> icon-certificate
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/check-empty/index.html b/_gh_pages/3.2.1/icon/check-empty/index.html new file mode 100644 index 000000000..5e151fcfa --- /dev/null +++ b/_gh_pages/3.2.1/icon/check-empty/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-check-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-check-empty + + · + Unicode: f096 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-unchecked + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-check-empty +
    +
    +
    <i class="icon-check-empty"></i> icon-check-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/check-minus/index.html b/_gh_pages/3.2.1/icon/check-minus/index.html new file mode 100644 index 000000000..9c07a46fc --- /dev/null +++ b/_gh_pages/3.2.1/icon/check-minus/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-check-minus: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-check-minus + + · + Unicode: f147 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-check-minus +
    +
    +
    <i class="icon-check-minus"></i> icon-check-minus
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/check-sign/index.html b/_gh_pages/3.2.1/icon/check-sign/index.html new file mode 100644 index 000000000..e45f99aa5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/check-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-check-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-check-sign + + · + Unicode: f14a · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-check-sign +
    +
    +
    <i class="icon-check-sign"></i> icon-check-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/check/index.html b/_gh_pages/3.2.1/icon/check/index.html new file mode 100644 index 000000000..c9b5e8155 --- /dev/null +++ b/_gh_pages/3.2.1/icon/check/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-check: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-check + + · + Unicode: f046 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-check +
    +
    +
    <i class="icon-check"></i> icon-check
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-down/index.html b/_gh_pages/3.2.1/icon/chevron-down/index.html new file mode 100644 index 000000000..f95e5173c --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-down + + · + Unicode: f078 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-down +
    +
    +
    <i class="icon-chevron-down"></i> icon-chevron-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-left/index.html b/_gh_pages/3.2.1/icon/chevron-left/index.html new file mode 100644 index 000000000..84a22cf0d --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-left + + · + Unicode: f053 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-left +
    +
    +
    <i class="icon-chevron-left"></i> icon-chevron-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-right/index.html b/_gh_pages/3.2.1/icon/chevron-right/index.html new file mode 100644 index 000000000..558787287 --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-right + + · + Unicode: f054 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-right +
    +
    +
    <i class="icon-chevron-right"></i> icon-chevron-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-sign-down/index.html b/_gh_pages/3.2.1/icon/chevron-sign-down/index.html new file mode 100644 index 000000000..dad0a7318 --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-sign-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-sign-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-sign-down + + · + Unicode: f13a · + Created: v3.1 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-sign-down +
    +
    +
    <i class="icon-chevron-sign-down"></i> icon-chevron-sign-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-sign-left/index.html b/_gh_pages/3.2.1/icon/chevron-sign-left/index.html new file mode 100644 index 000000000..d570f1a60 --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-sign-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-sign-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-sign-left + + · + Unicode: f137 · + Created: v3.1 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-sign-left +
    +
    +
    <i class="icon-chevron-sign-left"></i> icon-chevron-sign-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-sign-right/index.html b/_gh_pages/3.2.1/icon/chevron-sign-right/index.html new file mode 100644 index 000000000..c31d24e63 --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-sign-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-sign-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-sign-right + + · + Unicode: f138 · + Created: v3.1 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-sign-right +
    +
    +
    <i class="icon-chevron-sign-right"></i> icon-chevron-sign-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-sign-up/index.html b/_gh_pages/3.2.1/icon/chevron-sign-up/index.html new file mode 100644 index 000000000..3f9d6d61c --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-sign-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-sign-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-sign-up + + · + Unicode: f139 · + Created: v3.1 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-sign-up +
    +
    +
    <i class="icon-chevron-sign-up"></i> icon-chevron-sign-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/chevron-up/index.html b/_gh_pages/3.2.1/icon/chevron-up/index.html new file mode 100644 index 000000000..c99d2e56c --- /dev/null +++ b/_gh_pages/3.2.1/icon/chevron-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-chevron-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-chevron-up + + · + Unicode: f077 · + Created: v1.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-chevron-up +
    +
    +
    <i class="icon-chevron-up"></i> icon-chevron-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle-arrow-down/index.html b/_gh_pages/3.2.1/icon/circle-arrow-down/index.html new file mode 100644 index 000000000..f4c8b7333 --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle-arrow-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle-arrow-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle-arrow-down + + · + Unicode: f0ab · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle-arrow-down +
    +
    +
    <i class="icon-circle-arrow-down"></i> icon-circle-arrow-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle-arrow-left/index.html b/_gh_pages/3.2.1/icon/circle-arrow-left/index.html new file mode 100644 index 000000000..7b3e4f2e0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle-arrow-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle-arrow-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle-arrow-left + + · + Unicode: f0a8 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle-arrow-left +
    +
    +
    <i class="icon-circle-arrow-left"></i> icon-circle-arrow-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle-arrow-right/index.html b/_gh_pages/3.2.1/icon/circle-arrow-right/index.html new file mode 100644 index 000000000..e5af31e3b --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle-arrow-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle-arrow-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle-arrow-right + + · + Unicode: f0a9 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle-arrow-right +
    +
    +
    <i class="icon-circle-arrow-right"></i> icon-circle-arrow-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle-arrow-up/index.html b/_gh_pages/3.2.1/icon/circle-arrow-up/index.html new file mode 100644 index 000000000..037027392 --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle-arrow-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle-arrow-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle-arrow-up + + · + Unicode: f0aa · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle-arrow-up +
    +
    +
    <i class="icon-circle-arrow-up"></i> icon-circle-arrow-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle-blank/index.html b/_gh_pages/3.2.1/icon/circle-blank/index.html new file mode 100644 index 000000000..bb32df00d --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle-blank/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle-blank: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle-blank + + · + Unicode: f10c · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle-blank +
    +
    +
    <i class="icon-circle-blank"></i> icon-circle-blank
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/circle/index.html b/_gh_pages/3.2.1/icon/circle/index.html new file mode 100644 index 000000000..f8b8f320e --- /dev/null +++ b/_gh_pages/3.2.1/icon/circle/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-circle: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-circle + + · + Unicode: f111 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-circle +
    +
    +
    <i class="icon-circle"></i> icon-circle
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cloud-download/index.html b/_gh_pages/3.2.1/icon/cloud-download/index.html new file mode 100644 index 000000000..911d48df4 --- /dev/null +++ b/_gh_pages/3.2.1/icon/cloud-download/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-cloud-download: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cloud-download + + · + Unicode: f0ed · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cloud-download +
    +
    +
    <i class="icon-cloud-download"></i> icon-cloud-download
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cloud-upload/index.html b/_gh_pages/3.2.1/icon/cloud-upload/index.html new file mode 100644 index 000000000..f230dd256 --- /dev/null +++ b/_gh_pages/3.2.1/icon/cloud-upload/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-cloud-upload: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cloud-upload + + · + Unicode: f0ee · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cloud-upload +
    +
    +
    <i class="icon-cloud-upload"></i> icon-cloud-upload
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cloud/index.html b/_gh_pages/3.2.1/icon/cloud/index.html new file mode 100644 index 000000000..c5a752365 --- /dev/null +++ b/_gh_pages/3.2.1/icon/cloud/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-cloud: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cloud + + · + Unicode: f0c2 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cloud +
    +
    +
    <i class="icon-cloud"></i> icon-cloud
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cny/index.html b/_gh_pages/3.2.1/icon/cny/index.html new file mode 100644 index 000000000..4fb1e0ab0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/cny/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-cny: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cny + + · + Unicode: f158 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-renminbi + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cny +
    +
    +
    <i class="icon-cny"></i> icon-cny
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/code-fork/index.html b/_gh_pages/3.2.1/icon/code-fork/index.html new file mode 100644 index 000000000..33ec52194 --- /dev/null +++ b/_gh_pages/3.2.1/icon/code-fork/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-code-fork: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-code-fork + + · + Unicode: f126 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-code-fork +
    +
    +
    <i class="icon-code-fork"></i> icon-code-fork
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/code/index.html b/_gh_pages/3.2.1/icon/code/index.html new file mode 100644 index 000000000..74d45ef20 --- /dev/null +++ b/_gh_pages/3.2.1/icon/code/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-code: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-code + + · + Unicode: f121 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-code +
    +
    +
    <i class="icon-code"></i> icon-code
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/coffee/index.html b/_gh_pages/3.2.1/icon/coffee/index.html new file mode 100644 index 000000000..f77950d4a --- /dev/null +++ b/_gh_pages/3.2.1/icon/coffee/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-coffee: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-coffee + + · + Unicode: f0f4 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-coffee +
    +
    +
    <i class="icon-coffee"></i> icon-coffee
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cog/index.html b/_gh_pages/3.2.1/icon/cog/index.html new file mode 100644 index 000000000..c0a67b27b --- /dev/null +++ b/_gh_pages/3.2.1/icon/cog/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-cog: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cog + + · + Unicode: f013 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-gear + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cog +
    +
    +
    <i class="icon-cog"></i> icon-cog
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cogs/index.html b/_gh_pages/3.2.1/icon/cogs/index.html new file mode 100644 index 000000000..83f009045 --- /dev/null +++ b/_gh_pages/3.2.1/icon/cogs/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-cogs: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cogs + + · + Unicode: f085 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-gears + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cogs +
    +
    +
    <i class="icon-cogs"></i> icon-cogs
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/collapse-alt/index.html b/_gh_pages/3.2.1/icon/collapse-alt/index.html new file mode 100644 index 000000000..9d1caefbc --- /dev/null +++ b/_gh_pages/3.2.1/icon/collapse-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-collapse-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-collapse-alt + + · + Unicode: f117 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-collapse-alt +
    +
    +
    <i class="icon-collapse-alt"></i> icon-collapse-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/collapse-top/index.html b/_gh_pages/3.2.1/icon/collapse-top/index.html new file mode 100644 index 000000000..02b59f726 --- /dev/null +++ b/_gh_pages/3.2.1/icon/collapse-top/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-collapse-top: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-collapse-top + + · + Unicode: f151 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-collapse-top +
    +
    +
    <i class="icon-collapse-top"></i> icon-collapse-top
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/collapse/index.html b/_gh_pages/3.2.1/icon/collapse/index.html new file mode 100644 index 000000000..433cd5080 --- /dev/null +++ b/_gh_pages/3.2.1/icon/collapse/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-collapse: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-collapse + + · + Unicode: f150 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-collapse +
    +
    +
    <i class="icon-collapse"></i> icon-collapse
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/columns/index.html b/_gh_pages/3.2.1/icon/columns/index.html new file mode 100644 index 000000000..df91235d6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/columns/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-columns: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-columns + + · + Unicode: f0db · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-columns +
    +
    +
    <i class="icon-columns"></i> icon-columns
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/comment-alt/index.html b/_gh_pages/3.2.1/icon/comment-alt/index.html new file mode 100644 index 000000000..dbfa3acde --- /dev/null +++ b/_gh_pages/3.2.1/icon/comment-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-comment-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-comment-alt + + · + Unicode: f0e5 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-comment-alt +
    +
    +
    <i class="icon-comment-alt"></i> icon-comment-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/comment/index.html b/_gh_pages/3.2.1/icon/comment/index.html new file mode 100644 index 000000000..ed6a4b694 --- /dev/null +++ b/_gh_pages/3.2.1/icon/comment/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-comment: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-comment + + · + Unicode: f075 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-comment +
    +
    +
    <i class="icon-comment"></i> icon-comment
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/comments-alt/index.html b/_gh_pages/3.2.1/icon/comments-alt/index.html new file mode 100644 index 000000000..cab838708 --- /dev/null +++ b/_gh_pages/3.2.1/icon/comments-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-comments-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-comments-alt + + · + Unicode: f0e6 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-comments-alt +
    +
    +
    <i class="icon-comments-alt"></i> icon-comments-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/comments/index.html b/_gh_pages/3.2.1/icon/comments/index.html new file mode 100644 index 000000000..0eab83a22 --- /dev/null +++ b/_gh_pages/3.2.1/icon/comments/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-comments: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-comments + + · + Unicode: f086 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-comments +
    +
    +
    <i class="icon-comments"></i> icon-comments
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/compass/index.html b/_gh_pages/3.2.1/icon/compass/index.html new file mode 100644 index 000000000..d8bbab107 --- /dev/null +++ b/_gh_pages/3.2.1/icon/compass/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-compass: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-compass + + · + Unicode: f14e · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-compass +
    +
    +
    <i class="icon-compass"></i> icon-compass
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/copy/index.html b/_gh_pages/3.2.1/icon/copy/index.html new file mode 100644 index 000000000..5ee8486da --- /dev/null +++ b/_gh_pages/3.2.1/icon/copy/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-copy: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-copy + + · + Unicode: f0c5 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-copy +
    +
    +
    <i class="icon-copy"></i> icon-copy
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/credit-card/index.html b/_gh_pages/3.2.1/icon/credit-card/index.html new file mode 100644 index 000000000..7cf6e2e7b --- /dev/null +++ b/_gh_pages/3.2.1/icon/credit-card/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-credit-card: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-credit-card + + · + Unicode: f09d · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-credit-card +
    +
    +
    <i class="icon-credit-card"></i> icon-credit-card
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/crop/index.html b/_gh_pages/3.2.1/icon/crop/index.html new file mode 100644 index 000000000..5eadec8ca --- /dev/null +++ b/_gh_pages/3.2.1/icon/crop/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-crop: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-crop + + · + Unicode: f125 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-crop +
    +
    +
    <i class="icon-crop"></i> icon-crop
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/css3/index.html b/_gh_pages/3.2.1/icon/css3/index.html new file mode 100644 index 000000000..035a28aef --- /dev/null +++ b/_gh_pages/3.2.1/icon/css3/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-css3: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-css3 + + · + Unicode: f13c · + Created: v3.1 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-css3 +
    +
    +
    <i class="icon-css3"></i> icon-css3
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/cut/index.html b/_gh_pages/3.2.1/icon/cut/index.html new file mode 100644 index 000000000..fb927f0ca --- /dev/null +++ b/_gh_pages/3.2.1/icon/cut/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-cut: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-cut + + · + Unicode: f0c4 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-cut +
    +
    +
    <i class="icon-cut"></i> icon-cut
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/dashboard/index.html b/_gh_pages/3.2.1/icon/dashboard/index.html new file mode 100644 index 000000000..1755eb169 --- /dev/null +++ b/_gh_pages/3.2.1/icon/dashboard/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-dashboard: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-dashboard + + · + Unicode: f0e4 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-dashboard +
    +
    +
    <i class="icon-dashboard"></i> icon-dashboard
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/desktop/index.html b/_gh_pages/3.2.1/icon/desktop/index.html new file mode 100644 index 000000000..151055e52 --- /dev/null +++ b/_gh_pages/3.2.1/icon/desktop/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-desktop: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-desktop + + · + Unicode: f108 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-desktop +
    +
    +
    <i class="icon-desktop"></i> icon-desktop
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/double-angle-down/index.html b/_gh_pages/3.2.1/icon/double-angle-down/index.html new file mode 100644 index 000000000..350dc343f --- /dev/null +++ b/_gh_pages/3.2.1/icon/double-angle-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-double-angle-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-double-angle-down + + · + Unicode: f103 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-double-angle-down +
    +
    +
    <i class="icon-double-angle-down"></i> icon-double-angle-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/double-angle-left/index.html b/_gh_pages/3.2.1/icon/double-angle-left/index.html new file mode 100644 index 000000000..10d5bc0b7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/double-angle-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-double-angle-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-double-angle-left + + · + Unicode: f100 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-double-angle-left +
    +
    +
    <i class="icon-double-angle-left"></i> icon-double-angle-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/double-angle-right/index.html b/_gh_pages/3.2.1/icon/double-angle-right/index.html new file mode 100644 index 000000000..55dd56ff2 --- /dev/null +++ b/_gh_pages/3.2.1/icon/double-angle-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-double-angle-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-double-angle-right + + · + Unicode: f101 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-double-angle-right +
    +
    +
    <i class="icon-double-angle-right"></i> icon-double-angle-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/double-angle-up/index.html b/_gh_pages/3.2.1/icon/double-angle-up/index.html new file mode 100644 index 000000000..4e4b9c3f2 --- /dev/null +++ b/_gh_pages/3.2.1/icon/double-angle-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-double-angle-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-double-angle-up + + · + Unicode: f102 · + Created: v3.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-double-angle-up +
    +
    +
    <i class="icon-double-angle-up"></i> icon-double-angle-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/download-alt/index.html b/_gh_pages/3.2.1/icon/download-alt/index.html new file mode 100644 index 000000000..fee31dc01 --- /dev/null +++ b/_gh_pages/3.2.1/icon/download-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-download-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-download-alt + + · + Unicode: f019 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-download-alt +
    +
    +
    <i class="icon-download-alt"></i> icon-download-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/download/index.html b/_gh_pages/3.2.1/icon/download/index.html new file mode 100644 index 000000000..cbcd62c24 --- /dev/null +++ b/_gh_pages/3.2.1/icon/download/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-download: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-download + + · + Unicode: f01a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-download +
    +
    +
    <i class="icon-download"></i> icon-download
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/dribbble/index.html b/_gh_pages/3.2.1/icon/dribbble/index.html new file mode 100644 index 000000000..45e123712 --- /dev/null +++ b/_gh_pages/3.2.1/icon/dribbble/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-dribbble: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-dribbble + + · + Unicode: f17d · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-dribbble +
    +
    +
    <i class="icon-dribbble"></i> icon-dribbble
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/dropbox/index.html b/_gh_pages/3.2.1/icon/dropbox/index.html new file mode 100644 index 000000000..a4e21d350 --- /dev/null +++ b/_gh_pages/3.2.1/icon/dropbox/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-dropbox: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-dropbox + + · + Unicode: f16b · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-dropbox +
    +
    +
    <i class="icon-dropbox"></i> icon-dropbox
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/edit-sign/index.html b/_gh_pages/3.2.1/icon/edit-sign/index.html new file mode 100644 index 000000000..174916ce3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/edit-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-edit-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-edit-sign + + · + Unicode: f14b · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-edit-sign +
    +
    +
    <i class="icon-edit-sign"></i> icon-edit-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/edit/index.html b/_gh_pages/3.2.1/icon/edit/index.html new file mode 100644 index 000000000..2d0bde6c0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/edit/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-edit: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-edit + + · + Unicode: f044 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-edit +
    +
    +
    <i class="icon-edit"></i> icon-edit
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/eject/index.html b/_gh_pages/3.2.1/icon/eject/index.html new file mode 100644 index 000000000..6141c5b9f --- /dev/null +++ b/_gh_pages/3.2.1/icon/eject/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-eject: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-eject + + · + Unicode: f052 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-eject +
    +
    +
    <i class="icon-eject"></i> icon-eject
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ellipsis-horizontal/index.html b/_gh_pages/3.2.1/icon/ellipsis-horizontal/index.html new file mode 100644 index 000000000..6afa2c933 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ellipsis-horizontal/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ellipsis-horizontal: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ellipsis-horizontal + + · + Unicode: f141 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ellipsis-horizontal +
    +
    +
    <i class="icon-ellipsis-horizontal"></i> icon-ellipsis-horizontal
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ellipsis-vertical/index.html b/_gh_pages/3.2.1/icon/ellipsis-vertical/index.html new file mode 100644 index 000000000..f88b29b5c --- /dev/null +++ b/_gh_pages/3.2.1/icon/ellipsis-vertical/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ellipsis-vertical: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ellipsis-vertical + + · + Unicode: f142 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ellipsis-vertical +
    +
    +
    <i class="icon-ellipsis-vertical"></i> icon-ellipsis-vertical
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/envelope-alt/index.html b/_gh_pages/3.2.1/icon/envelope-alt/index.html new file mode 100644 index 000000000..12b46a49d --- /dev/null +++ b/_gh_pages/3.2.1/icon/envelope-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-envelope-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-envelope-alt + + · + Unicode: f003 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-envelope-alt +
    +
    +
    <i class="icon-envelope-alt"></i> icon-envelope-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/envelope/index.html b/_gh_pages/3.2.1/icon/envelope/index.html new file mode 100644 index 000000000..409ab37b7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/envelope/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-envelope: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-envelope + + · + Unicode: f0e0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-envelope +
    +
    +
    <i class="icon-envelope"></i> icon-envelope
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/eraser/index.html b/_gh_pages/3.2.1/icon/eraser/index.html new file mode 100644 index 000000000..0850b60c8 --- /dev/null +++ b/_gh_pages/3.2.1/icon/eraser/index.html @@ -0,0 +1,210 @@ + + + + + + + + + + icon-eraser: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-eraser + + · + Unicode: f12d · + Created: v3.1 · + Categories: + + Text Editor Icons, + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-eraser +
    +
    +
    <i class="icon-eraser"></i> icon-eraser
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/eur/index.html b/_gh_pages/3.2.1/icon/eur/index.html new file mode 100644 index 000000000..b3065ca3b --- /dev/null +++ b/_gh_pages/3.2.1/icon/eur/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-eur: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-eur + + · + Unicode: f153 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-euro + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-eur +
    +
    +
    <i class="icon-eur"></i> icon-eur
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/exchange/index.html b/_gh_pages/3.2.1/icon/exchange/index.html new file mode 100644 index 000000000..aa1ec82be --- /dev/null +++ b/_gh_pages/3.2.1/icon/exchange/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-exchange: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-exchange + + · + Unicode: f0ec · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-exchange +
    +
    +
    <i class="icon-exchange"></i> icon-exchange
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/exclamation-sign/index.html b/_gh_pages/3.2.1/icon/exclamation-sign/index.html new file mode 100644 index 000000000..7be7e8352 --- /dev/null +++ b/_gh_pages/3.2.1/icon/exclamation-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-exclamation-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-exclamation-sign + + · + Unicode: f06a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-exclamation-sign +
    +
    +
    <i class="icon-exclamation-sign"></i> icon-exclamation-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/exclamation/index.html b/_gh_pages/3.2.1/icon/exclamation/index.html new file mode 100644 index 000000000..0a0c44077 --- /dev/null +++ b/_gh_pages/3.2.1/icon/exclamation/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-exclamation: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-exclamation + + · + Unicode: f12a · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-exclamation +
    +
    +
    <i class="icon-exclamation"></i> icon-exclamation
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/expand-alt/index.html b/_gh_pages/3.2.1/icon/expand-alt/index.html new file mode 100644 index 000000000..4ec46254b --- /dev/null +++ b/_gh_pages/3.2.1/icon/expand-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-expand-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-expand-alt + + · + Unicode: f116 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-expand-alt +
    +
    +
    <i class="icon-expand-alt"></i> icon-expand-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/expand/index.html b/_gh_pages/3.2.1/icon/expand/index.html new file mode 100644 index 000000000..267d332ad --- /dev/null +++ b/_gh_pages/3.2.1/icon/expand/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-expand: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-expand + + · + Unicode: f152 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-expand +
    +
    +
    <i class="icon-expand"></i> icon-expand
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/external-link-sign/index.html b/_gh_pages/3.2.1/icon/external-link-sign/index.html new file mode 100644 index 000000000..102cb2d0b --- /dev/null +++ b/_gh_pages/3.2.1/icon/external-link-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-external-link-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-external-link-sign + + · + Unicode: f14c · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-external-link-sign +
    +
    +
    <i class="icon-external-link-sign"></i> icon-external-link-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/external-link/index.html b/_gh_pages/3.2.1/icon/external-link/index.html new file mode 100644 index 000000000..b00cea66e --- /dev/null +++ b/_gh_pages/3.2.1/icon/external-link/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-external-link: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-external-link + + · + Unicode: f08e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-external-link +
    +
    +
    <i class="icon-external-link"></i> icon-external-link
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/eye-close/index.html b/_gh_pages/3.2.1/icon/eye-close/index.html new file mode 100644 index 000000000..2f09dfd67 --- /dev/null +++ b/_gh_pages/3.2.1/icon/eye-close/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-eye-close: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-eye-close + + · + Unicode: f070 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-eye-close +
    +
    +
    <i class="icon-eye-close"></i> icon-eye-close
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/eye-open/index.html b/_gh_pages/3.2.1/icon/eye-open/index.html new file mode 100644 index 000000000..cee72d473 --- /dev/null +++ b/_gh_pages/3.2.1/icon/eye-open/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-eye-open: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-eye-open + + · + Unicode: f06e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-eye-open +
    +
    +
    <i class="icon-eye-open"></i> icon-eye-open
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/facebook-sign/index.html b/_gh_pages/3.2.1/icon/facebook-sign/index.html new file mode 100644 index 000000000..ce197d249 --- /dev/null +++ b/_gh_pages/3.2.1/icon/facebook-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-facebook-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-facebook-sign + + · + Unicode: f082 · + Created: v1.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-facebook-sign +
    +
    +
    <i class="icon-facebook-sign"></i> icon-facebook-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/facebook/index.html b/_gh_pages/3.2.1/icon/facebook/index.html new file mode 100644 index 000000000..8df80427d --- /dev/null +++ b/_gh_pages/3.2.1/icon/facebook/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-facebook: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-facebook + + · + Unicode: f09a · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-facebook +
    +
    +
    <i class="icon-facebook"></i> icon-facebook
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/facetime-video/index.html b/_gh_pages/3.2.1/icon/facetime-video/index.html new file mode 100644 index 000000000..27a6d4c7e --- /dev/null +++ b/_gh_pages/3.2.1/icon/facetime-video/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-facetime-video: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-facetime-video + + · + Unicode: f03d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-facetime-video +
    +
    +
    <i class="icon-facetime-video"></i> icon-facetime-video
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fast-backward/index.html b/_gh_pages/3.2.1/icon/fast-backward/index.html new file mode 100644 index 000000000..5def1fdaf --- /dev/null +++ b/_gh_pages/3.2.1/icon/fast-backward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fast-backward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fast-backward + + · + Unicode: f049 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fast-backward +
    +
    +
    <i class="icon-fast-backward"></i> icon-fast-backward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fast-forward/index.html b/_gh_pages/3.2.1/icon/fast-forward/index.html new file mode 100644 index 000000000..840d1a692 --- /dev/null +++ b/_gh_pages/3.2.1/icon/fast-forward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fast-forward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fast-forward + + · + Unicode: f050 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fast-forward +
    +
    +
    <i class="icon-fast-forward"></i> icon-fast-forward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/female/index.html b/_gh_pages/3.2.1/icon/female/index.html new file mode 100644 index 000000000..d3c12d844 --- /dev/null +++ b/_gh_pages/3.2.1/icon/female/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-female: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-female + + · + Unicode: f182 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-female +
    +
    +
    <i class="icon-female"></i> icon-female
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fighter-jet/index.html b/_gh_pages/3.2.1/icon/fighter-jet/index.html new file mode 100644 index 000000000..d53371d59 --- /dev/null +++ b/_gh_pages/3.2.1/icon/fighter-jet/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fighter-jet: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fighter-jet + + · + Unicode: f0fb · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fighter-jet +
    +
    +
    <i class="icon-fighter-jet"></i> icon-fighter-jet
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/file-alt/index.html b/_gh_pages/3.2.1/icon/file-alt/index.html new file mode 100644 index 000000000..f9ce0deb6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/file-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-file-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-file-alt + + · + Unicode: f016 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-file-alt +
    +
    +
    <i class="icon-file-alt"></i> icon-file-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/file-text-alt/index.html b/_gh_pages/3.2.1/icon/file-text-alt/index.html new file mode 100644 index 000000000..da1a9850a --- /dev/null +++ b/_gh_pages/3.2.1/icon/file-text-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-file-text-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-file-text-alt + + · + Unicode: f0f6 · + Created: v3.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-file-text-alt +
    +
    +
    <i class="icon-file-text-alt"></i> icon-file-text-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/file-text/index.html b/_gh_pages/3.2.1/icon/file-text/index.html new file mode 100644 index 000000000..b2dd0fed1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/file-text/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-file-text: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-file-text + + · + Unicode: f15c · + Created: v3.2 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-file-text +
    +
    +
    <i class="icon-file-text"></i> icon-file-text
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/file/index.html b/_gh_pages/3.2.1/icon/file/index.html new file mode 100644 index 000000000..d620d317e --- /dev/null +++ b/_gh_pages/3.2.1/icon/file/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-file: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-file + + · + Unicode: f15b · + Created: v3.2 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-file +
    +
    +
    <i class="icon-file"></i> icon-file
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/film/index.html b/_gh_pages/3.2.1/icon/film/index.html new file mode 100644 index 000000000..b758a4b7a --- /dev/null +++ b/_gh_pages/3.2.1/icon/film/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-film: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-film + + · + Unicode: f008 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-film +
    +
    +
    <i class="icon-film"></i> icon-film
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/filter/index.html b/_gh_pages/3.2.1/icon/filter/index.html new file mode 100644 index 000000000..665252ebf --- /dev/null +++ b/_gh_pages/3.2.1/icon/filter/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-filter: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-filter + + · + Unicode: f0b0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-filter +
    +
    +
    <i class="icon-filter"></i> icon-filter
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fire-extinguisher/index.html b/_gh_pages/3.2.1/icon/fire-extinguisher/index.html new file mode 100644 index 000000000..45211a6c9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/fire-extinguisher/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fire-extinguisher: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fire-extinguisher + + · + Unicode: f134 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fire-extinguisher +
    +
    +
    <i class="icon-fire-extinguisher"></i> icon-fire-extinguisher
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fire/index.html b/_gh_pages/3.2.1/icon/fire/index.html new file mode 100644 index 000000000..882a4dee1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/fire/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fire: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fire + + · + Unicode: f06d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fire +
    +
    +
    <i class="icon-fire"></i> icon-fire
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/flag-alt/index.html b/_gh_pages/3.2.1/icon/flag-alt/index.html new file mode 100644 index 000000000..839d0c32b --- /dev/null +++ b/_gh_pages/3.2.1/icon/flag-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-flag-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-flag-alt + + · + Unicode: f11d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-flag-alt +
    +
    +
    <i class="icon-flag-alt"></i> icon-flag-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/flag-checkered/index.html b/_gh_pages/3.2.1/icon/flag-checkered/index.html new file mode 100644 index 000000000..8ec4d2150 --- /dev/null +++ b/_gh_pages/3.2.1/icon/flag-checkered/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-flag-checkered: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-flag-checkered + + · + Unicode: f11e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-flag-checkered +
    +
    +
    <i class="icon-flag-checkered"></i> icon-flag-checkered
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/flag/index.html b/_gh_pages/3.2.1/icon/flag/index.html new file mode 100644 index 000000000..f3911091f --- /dev/null +++ b/_gh_pages/3.2.1/icon/flag/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-flag: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-flag + + · + Unicode: f024 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-flag +
    +
    +
    <i class="icon-flag"></i> icon-flag
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/flickr/index.html b/_gh_pages/3.2.1/icon/flickr/index.html new file mode 100644 index 000000000..87092685d --- /dev/null +++ b/_gh_pages/3.2.1/icon/flickr/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-flickr: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-flickr + + · + Unicode: f16e · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-flickr +
    +
    +
    <i class="icon-flickr"></i> icon-flickr
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/folder-close-alt/index.html b/_gh_pages/3.2.1/icon/folder-close-alt/index.html new file mode 100644 index 000000000..7856d6583 --- /dev/null +++ b/_gh_pages/3.2.1/icon/folder-close-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-folder-close-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-folder-close-alt + + · + Unicode: f114 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-folder-close-alt +
    +
    +
    <i class="icon-folder-close-alt"></i> icon-folder-close-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/folder-close/index.html b/_gh_pages/3.2.1/icon/folder-close/index.html new file mode 100644 index 000000000..54613825b --- /dev/null +++ b/_gh_pages/3.2.1/icon/folder-close/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-folder-close: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-folder-close + + · + Unicode: f07b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-folder-close +
    +
    +
    <i class="icon-folder-close"></i> icon-folder-close
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/folder-open-alt/index.html b/_gh_pages/3.2.1/icon/folder-open-alt/index.html new file mode 100644 index 000000000..6af09bb8c --- /dev/null +++ b/_gh_pages/3.2.1/icon/folder-open-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-folder-open-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-folder-open-alt + + · + Unicode: f115 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-folder-open-alt +
    +
    +
    <i class="icon-folder-open-alt"></i> icon-folder-open-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/folder-open/index.html b/_gh_pages/3.2.1/icon/folder-open/index.html new file mode 100644 index 000000000..7c97b1724 --- /dev/null +++ b/_gh_pages/3.2.1/icon/folder-open/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-folder-open: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-folder-open + + · + Unicode: f07c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-folder-open +
    +
    +
    <i class="icon-folder-open"></i> icon-folder-open
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/font/index.html b/_gh_pages/3.2.1/icon/font/index.html new file mode 100644 index 000000000..9a5f43953 --- /dev/null +++ b/_gh_pages/3.2.1/icon/font/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-font: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-font + + · + Unicode: f031 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-font +
    +
    +
    <i class="icon-font"></i> icon-font
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/food/index.html b/_gh_pages/3.2.1/icon/food/index.html new file mode 100644 index 000000000..c455da4e2 --- /dev/null +++ b/_gh_pages/3.2.1/icon/food/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-food: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-food + + · + Unicode: f0f5 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-food +
    +
    +
    <i class="icon-food"></i> icon-food
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/forward/index.html b/_gh_pages/3.2.1/icon/forward/index.html new file mode 100644 index 000000000..cae1db43c --- /dev/null +++ b/_gh_pages/3.2.1/icon/forward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-forward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-forward + + · + Unicode: f04e · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-forward +
    +
    +
    <i class="icon-forward"></i> icon-forward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/foursquare/index.html b/_gh_pages/3.2.1/icon/foursquare/index.html new file mode 100644 index 000000000..a7c0e2e0d --- /dev/null +++ b/_gh_pages/3.2.1/icon/foursquare/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-foursquare: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-foursquare + + · + Unicode: f180 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-foursquare +
    +
    +
    <i class="icon-foursquare"></i> icon-foursquare
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/frown/index.html b/_gh_pages/3.2.1/icon/frown/index.html new file mode 100644 index 000000000..9fa1c4032 --- /dev/null +++ b/_gh_pages/3.2.1/icon/frown/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-frown: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-frown + + · + Unicode: f119 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-frown +
    +
    +
    <i class="icon-frown"></i> icon-frown
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/fullscreen/index.html b/_gh_pages/3.2.1/icon/fullscreen/index.html new file mode 100644 index 000000000..c8dc296d4 --- /dev/null +++ b/_gh_pages/3.2.1/icon/fullscreen/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-fullscreen: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-fullscreen + + · + Unicode: f0b2 · + Created: v2.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-fullscreen +
    +
    +
    <i class="icon-fullscreen"></i> icon-fullscreen
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/gamepad/index.html b/_gh_pages/3.2.1/icon/gamepad/index.html new file mode 100644 index 000000000..b6749231d --- /dev/null +++ b/_gh_pages/3.2.1/icon/gamepad/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-gamepad: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-gamepad + + · + Unicode: f11b · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-gamepad +
    +
    +
    <i class="icon-gamepad"></i> icon-gamepad
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/gbp/index.html b/_gh_pages/3.2.1/icon/gbp/index.html new file mode 100644 index 000000000..f13fed073 --- /dev/null +++ b/_gh_pages/3.2.1/icon/gbp/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-gbp: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-gbp + + · + Unicode: f154 · + Created: v3.2 · + Categories: + + Currency Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-gbp +
    +
    +
    <i class="icon-gbp"></i> icon-gbp
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/gift/index.html b/_gh_pages/3.2.1/icon/gift/index.html new file mode 100644 index 000000000..813be301f --- /dev/null +++ b/_gh_pages/3.2.1/icon/gift/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-gift: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-gift + + · + Unicode: f06b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-gift +
    +
    +
    <i class="icon-gift"></i> icon-gift
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/github-alt/index.html b/_gh_pages/3.2.1/icon/github-alt/index.html new file mode 100644 index 000000000..5efb5c855 --- /dev/null +++ b/_gh_pages/3.2.1/icon/github-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-github-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-github-alt + + · + Unicode: f113 · + Created: v3.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-github-alt +
    +
    +
    <i class="icon-github-alt"></i> icon-github-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/github-sign/index.html b/_gh_pages/3.2.1/icon/github-sign/index.html new file mode 100644 index 000000000..a56bdb9d8 --- /dev/null +++ b/_gh_pages/3.2.1/icon/github-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-github-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-github-sign + + · + Unicode: f092 · + Created: v1.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-github-sign +
    +
    +
    <i class="icon-github-sign"></i> icon-github-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/github/index.html b/_gh_pages/3.2.1/icon/github/index.html new file mode 100644 index 000000000..99a57e781 --- /dev/null +++ b/_gh_pages/3.2.1/icon/github/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-github: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-github + + · + Unicode: f09b · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-github +
    +
    +
    <i class="icon-github"></i> icon-github
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/gittip/index.html b/_gh_pages/3.2.1/icon/gittip/index.html new file mode 100644 index 000000000..f60630ea5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/gittip/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-gittip: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-gittip + + · + Unicode: f184 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-gittip +
    +
    +
    <i class="icon-gittip"></i> icon-gittip
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/glass/index.html b/_gh_pages/3.2.1/icon/glass/index.html new file mode 100644 index 000000000..3e07ab7ef --- /dev/null +++ b/_gh_pages/3.2.1/icon/glass/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-glass: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-glass + + · + Unicode: f000 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-glass +
    +
    +
    <i class="icon-glass"></i> icon-glass
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/globe/index.html b/_gh_pages/3.2.1/icon/globe/index.html new file mode 100644 index 000000000..d5302b1cf --- /dev/null +++ b/_gh_pages/3.2.1/icon/globe/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-globe: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-globe + + · + Unicode: f0ac · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-globe +
    +
    +
    <i class="icon-globe"></i> icon-globe
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/google-plus-sign/index.html b/_gh_pages/3.2.1/icon/google-plus-sign/index.html new file mode 100644 index 000000000..a8629e105 --- /dev/null +++ b/_gh_pages/3.2.1/icon/google-plus-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-google-plus-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-google-plus-sign + + · + Unicode: f0d4 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-google-plus-sign +
    +
    +
    <i class="icon-google-plus-sign"></i> icon-google-plus-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/google-plus/index.html b/_gh_pages/3.2.1/icon/google-plus/index.html new file mode 100644 index 000000000..3370c67bb --- /dev/null +++ b/_gh_pages/3.2.1/icon/google-plus/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-google-plus: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-google-plus + + · + Unicode: f0d5 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-google-plus +
    +
    +
    <i class="icon-google-plus"></i> icon-google-plus
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/group/index.html b/_gh_pages/3.2.1/icon/group/index.html new file mode 100644 index 000000000..0e689f76a --- /dev/null +++ b/_gh_pages/3.2.1/icon/group/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-group: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-group + + · + Unicode: f0c0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-group +
    +
    +
    <i class="icon-group"></i> icon-group
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/h-sign/index.html b/_gh_pages/3.2.1/icon/h-sign/index.html new file mode 100644 index 000000000..cf445e669 --- /dev/null +++ b/_gh_pages/3.2.1/icon/h-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-h-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-h-sign + + · + Unicode: f0fd · + Created: v3.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-h-sign +
    +
    +
    <i class="icon-h-sign"></i> icon-h-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hand-down/index.html b/_gh_pages/3.2.1/icon/hand-down/index.html new file mode 100644 index 000000000..4cc230a8d --- /dev/null +++ b/_gh_pages/3.2.1/icon/hand-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hand-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hand-down + + · + Unicode: f0a7 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hand-down +
    +
    +
    <i class="icon-hand-down"></i> icon-hand-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hand-left/index.html b/_gh_pages/3.2.1/icon/hand-left/index.html new file mode 100644 index 000000000..28aa29348 --- /dev/null +++ b/_gh_pages/3.2.1/icon/hand-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hand-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hand-left + + · + Unicode: f0a5 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hand-left +
    +
    +
    <i class="icon-hand-left"></i> icon-hand-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hand-right/index.html b/_gh_pages/3.2.1/icon/hand-right/index.html new file mode 100644 index 000000000..31663d6f1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/hand-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hand-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hand-right + + · + Unicode: f0a4 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hand-right +
    +
    +
    <i class="icon-hand-right"></i> icon-hand-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hand-up/index.html b/_gh_pages/3.2.1/icon/hand-up/index.html new file mode 100644 index 000000000..8168f0d3b --- /dev/null +++ b/_gh_pages/3.2.1/icon/hand-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hand-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hand-up + + · + Unicode: f0a6 · + Created: v2.0 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hand-up +
    +
    +
    <i class="icon-hand-up"></i> icon-hand-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hdd/index.html b/_gh_pages/3.2.1/icon/hdd/index.html new file mode 100644 index 000000000..1f58003a0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/hdd/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hdd: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hdd + + · + Unicode: f0a0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hdd +
    +
    +
    <i class="icon-hdd"></i> icon-hdd
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/headphones/index.html b/_gh_pages/3.2.1/icon/headphones/index.html new file mode 100644 index 000000000..b85d941c1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/headphones/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-headphones: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-headphones + + · + Unicode: f025 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-headphones +
    +
    +
    <i class="icon-headphones"></i> icon-headphones
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/heart-empty/index.html b/_gh_pages/3.2.1/icon/heart-empty/index.html new file mode 100644 index 000000000..4d2166a4f --- /dev/null +++ b/_gh_pages/3.2.1/icon/heart-empty/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-heart-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-heart-empty + + · + Unicode: f08a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-heart-empty +
    +
    +
    <i class="icon-heart-empty"></i> icon-heart-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/heart/index.html b/_gh_pages/3.2.1/icon/heart/index.html new file mode 100644 index 000000000..3da9fbda0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/heart/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-heart: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-heart + + · + Unicode: f004 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-heart +
    +
    +
    <i class="icon-heart"></i> icon-heart
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/home/index.html b/_gh_pages/3.2.1/icon/home/index.html new file mode 100644 index 000000000..04ea6e624 --- /dev/null +++ b/_gh_pages/3.2.1/icon/home/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-home: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-home + + · + Unicode: f015 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-home +
    +
    +
    <i class="icon-home"></i> icon-home
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/hospital/index.html b/_gh_pages/3.2.1/icon/hospital/index.html new file mode 100644 index 000000000..184e62a30 --- /dev/null +++ b/_gh_pages/3.2.1/icon/hospital/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-hospital: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-hospital + + · + Unicode: f0f8 · + Created: v3.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-hospital +
    +
    +
    <i class="icon-hospital"></i> icon-hospital
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/html5/index.html b/_gh_pages/3.2.1/icon/html5/index.html new file mode 100644 index 000000000..d61430de9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/html5/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-html5: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-html5 + + · + Unicode: f13b · + Created: v3.1 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-html5 +
    +
    +
    <i class="icon-html5"></i> icon-html5
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/inbox/index.html b/_gh_pages/3.2.1/icon/inbox/index.html new file mode 100644 index 000000000..8913a224e --- /dev/null +++ b/_gh_pages/3.2.1/icon/inbox/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-inbox: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-inbox + + · + Unicode: f01c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-inbox +
    +
    +
    <i class="icon-inbox"></i> icon-inbox
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/indent-left/index.html b/_gh_pages/3.2.1/icon/indent-left/index.html new file mode 100644 index 000000000..c1b0d133f --- /dev/null +++ b/_gh_pages/3.2.1/icon/indent-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-indent-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-indent-left + + · + Unicode: f03b · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-indent-left +
    +
    +
    <i class="icon-indent-left"></i> icon-indent-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/indent-right/index.html b/_gh_pages/3.2.1/icon/indent-right/index.html new file mode 100644 index 000000000..93978a7ab --- /dev/null +++ b/_gh_pages/3.2.1/icon/indent-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-indent-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-indent-right + + · + Unicode: f03c · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-indent-right +
    +
    +
    <i class="icon-indent-right"></i> icon-indent-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/info-sign/index.html b/_gh_pages/3.2.1/icon/info-sign/index.html new file mode 100644 index 000000000..05069266d --- /dev/null +++ b/_gh_pages/3.2.1/icon/info-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-info-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-info-sign + + · + Unicode: f05a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-info-sign +
    +
    +
    <i class="icon-info-sign"></i> icon-info-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/info/index.html b/_gh_pages/3.2.1/icon/info/index.html new file mode 100644 index 000000000..cb9096c26 --- /dev/null +++ b/_gh_pages/3.2.1/icon/info/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-info: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-info + + · + Unicode: f129 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-info +
    +
    +
    <i class="icon-info"></i> icon-info
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/inr/index.html b/_gh_pages/3.2.1/icon/inr/index.html new file mode 100644 index 000000000..7474f9582 --- /dev/null +++ b/_gh_pages/3.2.1/icon/inr/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-inr: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-inr + + · + Unicode: f156 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-rupee + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-inr +
    +
    +
    <i class="icon-inr"></i> icon-inr
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/instagram/index.html b/_gh_pages/3.2.1/icon/instagram/index.html new file mode 100644 index 000000000..b1db62396 --- /dev/null +++ b/_gh_pages/3.2.1/icon/instagram/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-instagram: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-instagram + + · + Unicode: f16d · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-instagram +
    +
    +
    <i class="icon-instagram"></i> icon-instagram
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/italic/index.html b/_gh_pages/3.2.1/icon/italic/index.html new file mode 100644 index 000000000..c91237791 --- /dev/null +++ b/_gh_pages/3.2.1/icon/italic/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-italic: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-italic + + · + Unicode: f033 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-italic +
    +
    +
    <i class="icon-italic"></i> icon-italic
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/jpy/index.html b/_gh_pages/3.2.1/icon/jpy/index.html new file mode 100644 index 000000000..128770129 --- /dev/null +++ b/_gh_pages/3.2.1/icon/jpy/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-jpy: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-jpy + + · + Unicode: f157 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-yen + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-jpy +
    +
    +
    <i class="icon-jpy"></i> icon-jpy
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/key/index.html b/_gh_pages/3.2.1/icon/key/index.html new file mode 100644 index 000000000..ef3573e3f --- /dev/null +++ b/_gh_pages/3.2.1/icon/key/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-key: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-key + + · + Unicode: f084 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-key +
    +
    +
    <i class="icon-key"></i> icon-key
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/keyboard/index.html b/_gh_pages/3.2.1/icon/keyboard/index.html new file mode 100644 index 000000000..084f2d173 --- /dev/null +++ b/_gh_pages/3.2.1/icon/keyboard/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-keyboard: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-keyboard + + · + Unicode: f11c · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-keyboard +
    +
    +
    <i class="icon-keyboard"></i> icon-keyboard
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/krw/index.html b/_gh_pages/3.2.1/icon/krw/index.html new file mode 100644 index 000000000..902411891 --- /dev/null +++ b/_gh_pages/3.2.1/icon/krw/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-krw: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-krw + + · + Unicode: f159 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-won + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-krw +
    +
    +
    <i class="icon-krw"></i> icon-krw
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/laptop/index.html b/_gh_pages/3.2.1/icon/laptop/index.html new file mode 100644 index 000000000..2be4f34f9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/laptop/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-laptop: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-laptop + + · + Unicode: f109 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-laptop +
    +
    +
    <i class="icon-laptop"></i> icon-laptop
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/leaf/index.html b/_gh_pages/3.2.1/icon/leaf/index.html new file mode 100644 index 000000000..1d9bff360 --- /dev/null +++ b/_gh_pages/3.2.1/icon/leaf/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-leaf: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-leaf + + · + Unicode: f06c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-leaf +
    +
    +
    <i class="icon-leaf"></i> icon-leaf
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/legal/index.html b/_gh_pages/3.2.1/icon/legal/index.html new file mode 100644 index 000000000..9ac9ca2af --- /dev/null +++ b/_gh_pages/3.2.1/icon/legal/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-legal: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-legal + + · + Unicode: f0e3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-legal +
    +
    +
    <i class="icon-legal"></i> icon-legal
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/lemon/index.html b/_gh_pages/3.2.1/icon/lemon/index.html new file mode 100644 index 000000000..3072c5a20 --- /dev/null +++ b/_gh_pages/3.2.1/icon/lemon/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-lemon: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-lemon + + · + Unicode: f094 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-lemon +
    +
    +
    <i class="icon-lemon"></i> icon-lemon
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/level-down/index.html b/_gh_pages/3.2.1/icon/level-down/index.html new file mode 100644 index 000000000..32beec6dd --- /dev/null +++ b/_gh_pages/3.2.1/icon/level-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-level-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-level-down + + · + Unicode: f149 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-level-down +
    +
    +
    <i class="icon-level-down"></i> icon-level-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/level-up/index.html b/_gh_pages/3.2.1/icon/level-up/index.html new file mode 100644 index 000000000..4a1b1dfea --- /dev/null +++ b/_gh_pages/3.2.1/icon/level-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-level-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-level-up + + · + Unicode: f148 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-level-up +
    +
    +
    <i class="icon-level-up"></i> icon-level-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/lightbulb/index.html b/_gh_pages/3.2.1/icon/lightbulb/index.html new file mode 100644 index 000000000..c7eda03e9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/lightbulb/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-lightbulb: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-lightbulb + + · + Unicode: f0eb · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-lightbulb +
    +
    +
    <i class="icon-lightbulb"></i> icon-lightbulb
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/link/index.html b/_gh_pages/3.2.1/icon/link/index.html new file mode 100644 index 000000000..9e056532b --- /dev/null +++ b/_gh_pages/3.2.1/icon/link/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-link: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-link + + · + Unicode: f0c1 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-link +
    +
    +
    <i class="icon-link"></i> icon-link
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/linkedin-sign/index.html b/_gh_pages/3.2.1/icon/linkedin-sign/index.html new file mode 100644 index 000000000..1fa213997 --- /dev/null +++ b/_gh_pages/3.2.1/icon/linkedin-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-linkedin-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-linkedin-sign + + · + Unicode: f08c · + Created: v1.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-linkedin-sign +
    +
    +
    <i class="icon-linkedin-sign"></i> icon-linkedin-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/linkedin/index.html b/_gh_pages/3.2.1/icon/linkedin/index.html new file mode 100644 index 000000000..bd43ade8a --- /dev/null +++ b/_gh_pages/3.2.1/icon/linkedin/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-linkedin: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-linkedin + + · + Unicode: f0e1 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-linkedin +
    +
    +
    <i class="icon-linkedin"></i> icon-linkedin
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/linux/index.html b/_gh_pages/3.2.1/icon/linux/index.html new file mode 100644 index 000000000..bfac729d5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/linux/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-linux: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-linux + + · + Unicode: f17c · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-linux +
    +
    +
    <i class="icon-linux"></i> icon-linux
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/list-alt/index.html b/_gh_pages/3.2.1/icon/list-alt/index.html new file mode 100644 index 000000000..2dfcff0de --- /dev/null +++ b/_gh_pages/3.2.1/icon/list-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-list-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-list-alt + + · + Unicode: f022 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-list-alt +
    +
    +
    <i class="icon-list-alt"></i> icon-list-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/list-ol/index.html b/_gh_pages/3.2.1/icon/list-ol/index.html new file mode 100644 index 000000000..ad4a78f98 --- /dev/null +++ b/_gh_pages/3.2.1/icon/list-ol/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-list-ol: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-list-ol + + · + Unicode: f0cb · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-list-ol +
    +
    +
    <i class="icon-list-ol"></i> icon-list-ol
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/list-ul/index.html b/_gh_pages/3.2.1/icon/list-ul/index.html new file mode 100644 index 000000000..18a7e8c5a --- /dev/null +++ b/_gh_pages/3.2.1/icon/list-ul/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-list-ul: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-list-ul + + · + Unicode: f0ca · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-list-ul +
    +
    +
    <i class="icon-list-ul"></i> icon-list-ul
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/list/index.html b/_gh_pages/3.2.1/icon/list/index.html new file mode 100644 index 000000000..86b46f4f1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/list/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-list: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-list + + · + Unicode: f03a · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-list +
    +
    +
    <i class="icon-list"></i> icon-list
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/location-arrow/index.html b/_gh_pages/3.2.1/icon/location-arrow/index.html new file mode 100644 index 000000000..02a3c43ae --- /dev/null +++ b/_gh_pages/3.2.1/icon/location-arrow/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-location-arrow: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-location-arrow + + · + Unicode: f124 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-location-arrow +
    +
    +
    <i class="icon-location-arrow"></i> icon-location-arrow
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/lock/index.html b/_gh_pages/3.2.1/icon/lock/index.html new file mode 100644 index 000000000..c64ffe12f --- /dev/null +++ b/_gh_pages/3.2.1/icon/lock/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-lock: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-lock + + · + Unicode: f023 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-lock +
    +
    +
    <i class="icon-lock"></i> icon-lock
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/long-arrow-down/index.html b/_gh_pages/3.2.1/icon/long-arrow-down/index.html new file mode 100644 index 000000000..84d3e00f9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/long-arrow-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-long-arrow-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-long-arrow-down + + · + Unicode: f175 · + Created: v3.2 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-long-arrow-down +
    +
    +
    <i class="icon-long-arrow-down"></i> icon-long-arrow-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/long-arrow-left/index.html b/_gh_pages/3.2.1/icon/long-arrow-left/index.html new file mode 100644 index 000000000..b49665c0d --- /dev/null +++ b/_gh_pages/3.2.1/icon/long-arrow-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-long-arrow-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-long-arrow-left + + · + Unicode: f177 · + Created: v3.2 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-long-arrow-left +
    +
    +
    <i class="icon-long-arrow-left"></i> icon-long-arrow-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/long-arrow-right/index.html b/_gh_pages/3.2.1/icon/long-arrow-right/index.html new file mode 100644 index 000000000..a5d5a98e0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/long-arrow-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-long-arrow-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-long-arrow-right + + · + Unicode: f178 · + Created: v3.2 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-long-arrow-right +
    +
    +
    <i class="icon-long-arrow-right"></i> icon-long-arrow-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/long-arrow-up/index.html b/_gh_pages/3.2.1/icon/long-arrow-up/index.html new file mode 100644 index 000000000..fa1985e59 --- /dev/null +++ b/_gh_pages/3.2.1/icon/long-arrow-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-long-arrow-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-long-arrow-up + + · + Unicode: f176 · + Created: v3.2 · + Categories: + + Directional Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-long-arrow-up +
    +
    +
    <i class="icon-long-arrow-up"></i> icon-long-arrow-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/magic/index.html b/_gh_pages/3.2.1/icon/magic/index.html new file mode 100644 index 000000000..ffd1995e6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/magic/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-magic: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-magic + + · + Unicode: f0d0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-magic +
    +
    +
    <i class="icon-magic"></i> icon-magic
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/magnet/index.html b/_gh_pages/3.2.1/icon/magnet/index.html new file mode 100644 index 000000000..669379bc1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/magnet/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-magnet: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-magnet + + · + Unicode: f076 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-magnet +
    +
    +
    <i class="icon-magnet"></i> icon-magnet
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/mail-reply-all/index.html b/_gh_pages/3.2.1/icon/mail-reply-all/index.html new file mode 100644 index 000000000..1a8dc0f15 --- /dev/null +++ b/_gh_pages/3.2.1/icon/mail-reply-all/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-mail-reply-all: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-mail-reply-all + + · + Unicode: f122 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-mail-reply-all +
    +
    +
    <i class="icon-mail-reply-all"></i> icon-mail-reply-all
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/male/index.html b/_gh_pages/3.2.1/icon/male/index.html new file mode 100644 index 000000000..ffc56809c --- /dev/null +++ b/_gh_pages/3.2.1/icon/male/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-male: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-male + + · + Unicode: f183 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-male +
    +
    +
    <i class="icon-male"></i> icon-male
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/map-marker/index.html b/_gh_pages/3.2.1/icon/map-marker/index.html new file mode 100644 index 000000000..a6a54e4aa --- /dev/null +++ b/_gh_pages/3.2.1/icon/map-marker/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-map-marker: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-map-marker + + · + Unicode: f041 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-map-marker +
    +
    +
    <i class="icon-map-marker"></i> icon-map-marker
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/maxcdn/index.html b/_gh_pages/3.2.1/icon/maxcdn/index.html new file mode 100644 index 000000000..ce1490825 --- /dev/null +++ b/_gh_pages/3.2.1/icon/maxcdn/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-maxcdn: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-maxcdn + + · + Unicode: f136 · + Created: v3.1 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-maxcdn +
    +
    +
    <i class="icon-maxcdn"></i> icon-maxcdn
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/medkit/index.html b/_gh_pages/3.2.1/icon/medkit/index.html new file mode 100644 index 000000000..954ce242e --- /dev/null +++ b/_gh_pages/3.2.1/icon/medkit/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-medkit: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-medkit + + · + Unicode: f0fa · + Created: v3.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-medkit +
    +
    +
    <i class="icon-medkit"></i> icon-medkit
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/meh/index.html b/_gh_pages/3.2.1/icon/meh/index.html new file mode 100644 index 000000000..e344e19de --- /dev/null +++ b/_gh_pages/3.2.1/icon/meh/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-meh: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-meh + + · + Unicode: f11a · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-meh +
    +
    +
    <i class="icon-meh"></i> icon-meh
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/microphone-off/index.html b/_gh_pages/3.2.1/icon/microphone-off/index.html new file mode 100644 index 000000000..2201b4e7c --- /dev/null +++ b/_gh_pages/3.2.1/icon/microphone-off/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-microphone-off: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-microphone-off + + · + Unicode: f131 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-microphone-off +
    +
    +
    <i class="icon-microphone-off"></i> icon-microphone-off
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/microphone/index.html b/_gh_pages/3.2.1/icon/microphone/index.html new file mode 100644 index 000000000..fe900f56f --- /dev/null +++ b/_gh_pages/3.2.1/icon/microphone/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-microphone: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-microphone + + · + Unicode: f130 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-microphone +
    +
    +
    <i class="icon-microphone"></i> icon-microphone
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/minus-sign-alt/index.html b/_gh_pages/3.2.1/icon/minus-sign-alt/index.html new file mode 100644 index 000000000..0b6339059 --- /dev/null +++ b/_gh_pages/3.2.1/icon/minus-sign-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-minus-sign-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-minus-sign-alt + + · + Unicode: f146 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-minus-sign-alt +
    +
    +
    <i class="icon-minus-sign-alt"></i> icon-minus-sign-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/minus-sign/index.html b/_gh_pages/3.2.1/icon/minus-sign/index.html new file mode 100644 index 000000000..e02c1d88a --- /dev/null +++ b/_gh_pages/3.2.1/icon/minus-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-minus-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-minus-sign + + · + Unicode: f056 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-minus-sign +
    +
    +
    <i class="icon-minus-sign"></i> icon-minus-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/minus/index.html b/_gh_pages/3.2.1/icon/minus/index.html new file mode 100644 index 000000000..c5bdf8887 --- /dev/null +++ b/_gh_pages/3.2.1/icon/minus/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-minus: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-minus + + · + Unicode: f068 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-minus +
    +
    +
    <i class="icon-minus"></i> icon-minus
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/mobile-phone/index.html b/_gh_pages/3.2.1/icon/mobile-phone/index.html new file mode 100644 index 000000000..26a6ddf65 --- /dev/null +++ b/_gh_pages/3.2.1/icon/mobile-phone/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-mobile-phone: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-mobile-phone + + · + Unicode: f10b · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-mobile-phone +
    +
    +
    <i class="icon-mobile-phone"></i> icon-mobile-phone
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/money/index.html b/_gh_pages/3.2.1/icon/money/index.html new file mode 100644 index 000000000..268b62d77 --- /dev/null +++ b/_gh_pages/3.2.1/icon/money/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-money: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-money + + · + Unicode: f0d6 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-money +
    +
    +
    <i class="icon-money"></i> icon-money
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/moon/index.html b/_gh_pages/3.2.1/icon/moon/index.html new file mode 100644 index 000000000..de8e99b19 --- /dev/null +++ b/_gh_pages/3.2.1/icon/moon/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-moon: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-moon + + · + Unicode: f186 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-moon +
    +
    +
    <i class="icon-moon"></i> icon-moon
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/move/index.html b/_gh_pages/3.2.1/icon/move/index.html new file mode 100644 index 000000000..6d34735a9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/move/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-move: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-move + + · + Unicode: f047 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-move +
    +
    +
    <i class="icon-move"></i> icon-move
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/music/index.html b/_gh_pages/3.2.1/icon/music/index.html new file mode 100644 index 000000000..79464c5a5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/music/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-music: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-music + + · + Unicode: f001 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-music +
    +
    +
    <i class="icon-music"></i> icon-music
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/off/index.html b/_gh_pages/3.2.1/icon/off/index.html new file mode 100644 index 000000000..7a6b1ff99 --- /dev/null +++ b/_gh_pages/3.2.1/icon/off/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-off: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-off + + · + Unicode: f011 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-power-off + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-off +
    +
    +
    <i class="icon-off"></i> icon-off
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ok-circle/index.html b/_gh_pages/3.2.1/icon/ok-circle/index.html new file mode 100644 index 000000000..4983c67f6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ok-circle/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ok-circle: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ok-circle + + · + Unicode: f05d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ok-circle +
    +
    +
    <i class="icon-ok-circle"></i> icon-ok-circle
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ok-sign/index.html b/_gh_pages/3.2.1/icon/ok-sign/index.html new file mode 100644 index 000000000..4b256c138 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ok-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ok-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ok-sign + + · + Unicode: f058 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ok-sign +
    +
    +
    <i class="icon-ok-sign"></i> icon-ok-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ok/index.html b/_gh_pages/3.2.1/icon/ok/index.html new file mode 100644 index 000000000..dd095945b --- /dev/null +++ b/_gh_pages/3.2.1/icon/ok/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ok: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ok + + · + Unicode: f00c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ok +
    +
    +
    <i class="icon-ok"></i> icon-ok
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/paper-clip/index.html b/_gh_pages/3.2.1/icon/paper-clip/index.html new file mode 100644 index 000000000..ff213c7a7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/paper-clip/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-paper-clip: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-paper-clip + + · + Unicode: f0c6 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + icon-paperclip + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-paper-clip +
    +
    +
    <i class="icon-paper-clip"></i> icon-paper-clip
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/paste/index.html b/_gh_pages/3.2.1/icon/paste/index.html new file mode 100644 index 000000000..9389aa15a --- /dev/null +++ b/_gh_pages/3.2.1/icon/paste/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-paste: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-paste + + · + Unicode: f0ea · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-paste +
    +
    +
    <i class="icon-paste"></i> icon-paste
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/pause/index.html b/_gh_pages/3.2.1/icon/pause/index.html new file mode 100644 index 000000000..35c7fbfb1 --- /dev/null +++ b/_gh_pages/3.2.1/icon/pause/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-pause: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-pause + + · + Unicode: f04c · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-pause +
    +
    +
    <i class="icon-pause"></i> icon-pause
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/pencil/index.html b/_gh_pages/3.2.1/icon/pencil/index.html new file mode 100644 index 000000000..4209b1a9d --- /dev/null +++ b/_gh_pages/3.2.1/icon/pencil/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-pencil: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-pencil + + · + Unicode: f040 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-pencil +
    +
    +
    <i class="icon-pencil"></i> icon-pencil
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/phone-sign/index.html b/_gh_pages/3.2.1/icon/phone-sign/index.html new file mode 100644 index 000000000..3d60922c3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/phone-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-phone-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-phone-sign + + · + Unicode: f098 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-phone-sign +
    +
    +
    <i class="icon-phone-sign"></i> icon-phone-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/phone/index.html b/_gh_pages/3.2.1/icon/phone/index.html new file mode 100644 index 000000000..b37897e44 --- /dev/null +++ b/_gh_pages/3.2.1/icon/phone/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-phone: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-phone + + · + Unicode: f095 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-phone +
    +
    +
    <i class="icon-phone"></i> icon-phone
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/picture/index.html b/_gh_pages/3.2.1/icon/picture/index.html new file mode 100644 index 000000000..35cd2ea93 --- /dev/null +++ b/_gh_pages/3.2.1/icon/picture/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-picture: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-picture + + · + Unicode: f03e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-picture +
    +
    +
    <i class="icon-picture"></i> icon-picture
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/pinterest-sign/index.html b/_gh_pages/3.2.1/icon/pinterest-sign/index.html new file mode 100644 index 000000000..0ab362e3d --- /dev/null +++ b/_gh_pages/3.2.1/icon/pinterest-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-pinterest-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-pinterest-sign + + · + Unicode: f0d3 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-pinterest-sign +
    +
    +
    <i class="icon-pinterest-sign"></i> icon-pinterest-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/pinterest/index.html b/_gh_pages/3.2.1/icon/pinterest/index.html new file mode 100644 index 000000000..557e94e8b --- /dev/null +++ b/_gh_pages/3.2.1/icon/pinterest/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-pinterest: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-pinterest + + · + Unicode: f0d2 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-pinterest +
    +
    +
    <i class="icon-pinterest"></i> icon-pinterest
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/plane/index.html b/_gh_pages/3.2.1/icon/plane/index.html new file mode 100644 index 000000000..1543b9367 --- /dev/null +++ b/_gh_pages/3.2.1/icon/plane/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-plane: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-plane + + · + Unicode: f072 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-plane +
    +
    +
    <i class="icon-plane"></i> icon-plane
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/play-circle/index.html b/_gh_pages/3.2.1/icon/play-circle/index.html new file mode 100644 index 000000000..78d958d29 --- /dev/null +++ b/_gh_pages/3.2.1/icon/play-circle/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-play-circle: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-play-circle + + · + Unicode: f01d · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-play-circle +
    +
    +
    <i class="icon-play-circle"></i> icon-play-circle
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/play-sign/index.html b/_gh_pages/3.2.1/icon/play-sign/index.html new file mode 100644 index 000000000..777a8c892 --- /dev/null +++ b/_gh_pages/3.2.1/icon/play-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-play-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-play-sign + + · + Unicode: f144 · + Created: v3.1 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-play-sign +
    +
    +
    <i class="icon-play-sign"></i> icon-play-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/play/index.html b/_gh_pages/3.2.1/icon/play/index.html new file mode 100644 index 000000000..1af20b77b --- /dev/null +++ b/_gh_pages/3.2.1/icon/play/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-play: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-play + + · + Unicode: f04b · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-play +
    +
    +
    <i class="icon-play"></i> icon-play
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/plus-sign-alt/index.html b/_gh_pages/3.2.1/icon/plus-sign-alt/index.html new file mode 100644 index 000000000..6feba6d7e --- /dev/null +++ b/_gh_pages/3.2.1/icon/plus-sign-alt/index.html @@ -0,0 +1,210 @@ + + + + + + + + + + icon-plus-sign-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-plus-sign-alt + + · + Unicode: f0fe · + Created: v3.0 · + Categories: + + Medical Icons, + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-plus-sign-alt +
    +
    +
    <i class="icon-plus-sign-alt"></i> icon-plus-sign-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/plus-sign/index.html b/_gh_pages/3.2.1/icon/plus-sign/index.html new file mode 100644 index 000000000..dd43bdc85 --- /dev/null +++ b/_gh_pages/3.2.1/icon/plus-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-plus-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-plus-sign + + · + Unicode: f055 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-plus-sign +
    +
    +
    <i class="icon-plus-sign"></i> icon-plus-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/plus/index.html b/_gh_pages/3.2.1/icon/plus/index.html new file mode 100644 index 000000000..dd2e93167 --- /dev/null +++ b/_gh_pages/3.2.1/icon/plus/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-plus: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-plus + + · + Unicode: f067 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-plus +
    +
    +
    <i class="icon-plus"></i> icon-plus
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/print/index.html b/_gh_pages/3.2.1/icon/print/index.html new file mode 100644 index 000000000..01423d36a --- /dev/null +++ b/_gh_pages/3.2.1/icon/print/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-print: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-print + + · + Unicode: f02f · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-print +
    +
    +
    <i class="icon-print"></i> icon-print
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/pushpin/index.html b/_gh_pages/3.2.1/icon/pushpin/index.html new file mode 100644 index 000000000..e7c84fed8 --- /dev/null +++ b/_gh_pages/3.2.1/icon/pushpin/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-pushpin: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-pushpin + + · + Unicode: f08d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-pushpin +
    +
    +
    <i class="icon-pushpin"></i> icon-pushpin
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/puzzle-piece/index.html b/_gh_pages/3.2.1/icon/puzzle-piece/index.html new file mode 100644 index 000000000..aa4aa9e6f --- /dev/null +++ b/_gh_pages/3.2.1/icon/puzzle-piece/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-puzzle-piece: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-puzzle-piece + + · + Unicode: f12e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-puzzle-piece +
    +
    +
    <i class="icon-puzzle-piece"></i> icon-puzzle-piece
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/qrcode/index.html b/_gh_pages/3.2.1/icon/qrcode/index.html new file mode 100644 index 000000000..edb87cfd6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/qrcode/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-qrcode: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-qrcode + + · + Unicode: f029 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-qrcode +
    +
    +
    <i class="icon-qrcode"></i> icon-qrcode
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/question-sign/index.html b/_gh_pages/3.2.1/icon/question-sign/index.html new file mode 100644 index 000000000..3565fe1ce --- /dev/null +++ b/_gh_pages/3.2.1/icon/question-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-question-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-question-sign + + · + Unicode: f059 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-question-sign +
    +
    +
    <i class="icon-question-sign"></i> icon-question-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/question/index.html b/_gh_pages/3.2.1/icon/question/index.html new file mode 100644 index 000000000..4c9642f16 --- /dev/null +++ b/_gh_pages/3.2.1/icon/question/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-question: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-question + + · + Unicode: f128 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-question +
    +
    +
    <i class="icon-question"></i> icon-question
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/quote-left/index.html b/_gh_pages/3.2.1/icon/quote-left/index.html new file mode 100644 index 000000000..f5801a726 --- /dev/null +++ b/_gh_pages/3.2.1/icon/quote-left/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-quote-left: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-quote-left + + · + Unicode: f10d · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-quote-left +
    +
    +
    <i class="icon-quote-left"></i> icon-quote-left
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/quote-right/index.html b/_gh_pages/3.2.1/icon/quote-right/index.html new file mode 100644 index 000000000..d86492ddc --- /dev/null +++ b/_gh_pages/3.2.1/icon/quote-right/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-quote-right: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-quote-right + + · + Unicode: f10e · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-quote-right +
    +
    +
    <i class="icon-quote-right"></i> icon-quote-right
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/random/index.html b/_gh_pages/3.2.1/icon/random/index.html new file mode 100644 index 000000000..ecea8f077 --- /dev/null +++ b/_gh_pages/3.2.1/icon/random/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-random: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-random + + · + Unicode: f074 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-random +
    +
    +
    <i class="icon-random"></i> icon-random
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/refresh/index.html b/_gh_pages/3.2.1/icon/refresh/index.html new file mode 100644 index 000000000..0ea53e72a --- /dev/null +++ b/_gh_pages/3.2.1/icon/refresh/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-refresh: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-refresh + + · + Unicode: f021 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-refresh +
    +
    +
    <i class="icon-refresh"></i> icon-refresh
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/remove-circle/index.html b/_gh_pages/3.2.1/icon/remove-circle/index.html new file mode 100644 index 000000000..5ccd832b3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/remove-circle/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-remove-circle: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-remove-circle + + · + Unicode: f05c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-remove-circle +
    +
    +
    <i class="icon-remove-circle"></i> icon-remove-circle
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/remove-sign/index.html b/_gh_pages/3.2.1/icon/remove-sign/index.html new file mode 100644 index 000000000..e20bda87b --- /dev/null +++ b/_gh_pages/3.2.1/icon/remove-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-remove-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-remove-sign + + · + Unicode: f057 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-remove-sign +
    +
    +
    <i class="icon-remove-sign"></i> icon-remove-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/remove/index.html b/_gh_pages/3.2.1/icon/remove/index.html new file mode 100644 index 000000000..5b70894cd --- /dev/null +++ b/_gh_pages/3.2.1/icon/remove/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-remove: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-remove + + · + Unicode: f00d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-remove +
    +
    +
    <i class="icon-remove"></i> icon-remove
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/renren/index.html b/_gh_pages/3.2.1/icon/renren/index.html new file mode 100644 index 000000000..d549c17d0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/renren/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-renren: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-renren + + · + Unicode: f18b · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-renren +
    +
    +
    <i class="icon-renren"></i> icon-renren
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/reorder/index.html b/_gh_pages/3.2.1/icon/reorder/index.html new file mode 100644 index 000000000..6e87cbd72 --- /dev/null +++ b/_gh_pages/3.2.1/icon/reorder/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-reorder: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-reorder + + · + Unicode: f0c9 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-reorder +
    +
    +
    <i class="icon-reorder"></i> icon-reorder
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/repeat/index.html b/_gh_pages/3.2.1/icon/repeat/index.html new file mode 100644 index 000000000..78b074fa5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/repeat/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-repeat: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-repeat + + · + Unicode: f01e · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + icon-rotate-right + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-repeat +
    +
    +
    <i class="icon-repeat"></i> icon-repeat
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/reply-all/index.html b/_gh_pages/3.2.1/icon/reply-all/index.html new file mode 100644 index 000000000..2a9e117a7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/reply-all/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-reply-all: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-reply-all + + · + Unicode: f122 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-reply-all +
    +
    +
    <i class="icon-reply-all"></i> icon-reply-all
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/reply/index.html b/_gh_pages/3.2.1/icon/reply/index.html new file mode 100644 index 000000000..d1da772ee --- /dev/null +++ b/_gh_pages/3.2.1/icon/reply/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-reply: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-reply + + · + Unicode: f112 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-mail-reply + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-reply +
    +
    +
    <i class="icon-reply"></i> icon-reply
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/resize-full/index.html b/_gh_pages/3.2.1/icon/resize-full/index.html new file mode 100644 index 000000000..fe78c6d5a --- /dev/null +++ b/_gh_pages/3.2.1/icon/resize-full/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-resize-full: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-resize-full + + · + Unicode: f065 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-resize-full +
    +
    +
    <i class="icon-resize-full"></i> icon-resize-full
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/resize-horizontal/index.html b/_gh_pages/3.2.1/icon/resize-horizontal/index.html new file mode 100644 index 000000000..2e5518d98 --- /dev/null +++ b/_gh_pages/3.2.1/icon/resize-horizontal/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-resize-horizontal: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-resize-horizontal + + · + Unicode: f07e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-resize-horizontal +
    +
    +
    <i class="icon-resize-horizontal"></i> icon-resize-horizontal
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/resize-small/index.html b/_gh_pages/3.2.1/icon/resize-small/index.html new file mode 100644 index 000000000..53ff95709 --- /dev/null +++ b/_gh_pages/3.2.1/icon/resize-small/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-resize-small: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-resize-small + + · + Unicode: f066 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-resize-small +
    +
    +
    <i class="icon-resize-small"></i> icon-resize-small
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/resize-vertical/index.html b/_gh_pages/3.2.1/icon/resize-vertical/index.html new file mode 100644 index 000000000..d90512929 --- /dev/null +++ b/_gh_pages/3.2.1/icon/resize-vertical/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-resize-vertical: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-resize-vertical + + · + Unicode: f07d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-resize-vertical +
    +
    +
    <i class="icon-resize-vertical"></i> icon-resize-vertical
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/retweet/index.html b/_gh_pages/3.2.1/icon/retweet/index.html new file mode 100644 index 000000000..49c0c051d --- /dev/null +++ b/_gh_pages/3.2.1/icon/retweet/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-retweet: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-retweet + + · + Unicode: f079 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-retweet +
    +
    +
    <i class="icon-retweet"></i> icon-retweet
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/road/index.html b/_gh_pages/3.2.1/icon/road/index.html new file mode 100644 index 000000000..11b722737 --- /dev/null +++ b/_gh_pages/3.2.1/icon/road/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-road: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-road + + · + Unicode: f018 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-road +
    +
    +
    <i class="icon-road"></i> icon-road
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/rocket/index.html b/_gh_pages/3.2.1/icon/rocket/index.html new file mode 100644 index 000000000..7e8feb6d5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/rocket/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-rocket: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-rocket + + · + Unicode: f135 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-rocket +
    +
    +
    <i class="icon-rocket"></i> icon-rocket
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/rss-sign/index.html b/_gh_pages/3.2.1/icon/rss-sign/index.html new file mode 100644 index 000000000..fb0e23691 --- /dev/null +++ b/_gh_pages/3.2.1/icon/rss-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-rss-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-rss-sign + + · + Unicode: f143 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-rss-sign +
    +
    +
    <i class="icon-rss-sign"></i> icon-rss-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/rss/index.html b/_gh_pages/3.2.1/icon/rss/index.html new file mode 100644 index 000000000..b461d6712 --- /dev/null +++ b/_gh_pages/3.2.1/icon/rss/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-rss: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-rss + + · + Unicode: f09e · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-rss +
    +
    +
    <i class="icon-rss"></i> icon-rss
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/save/index.html b/_gh_pages/3.2.1/icon/save/index.html new file mode 100644 index 000000000..eef9f72fc --- /dev/null +++ b/_gh_pages/3.2.1/icon/save/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-save: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-save + + · + Unicode: f0c7 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-save +
    +
    +
    <i class="icon-save"></i> icon-save
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/screenshot/index.html b/_gh_pages/3.2.1/icon/screenshot/index.html new file mode 100644 index 000000000..7d58b8985 --- /dev/null +++ b/_gh_pages/3.2.1/icon/screenshot/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-screenshot: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-screenshot + + · + Unicode: f05b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-screenshot +
    +
    +
    <i class="icon-screenshot"></i> icon-screenshot
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/search/index.html b/_gh_pages/3.2.1/icon/search/index.html new file mode 100644 index 000000000..89e4121d4 --- /dev/null +++ b/_gh_pages/3.2.1/icon/search/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-search: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-search + + · + Unicode: f002 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-search +
    +
    +
    <i class="icon-search"></i> icon-search
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/share-alt/index.html b/_gh_pages/3.2.1/icon/share-alt/index.html new file mode 100644 index 000000000..34487dac7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/share-alt/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-share-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-share-alt + + · + Unicode: f064 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-mail-forward + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-share-alt +
    +
    +
    <i class="icon-share-alt"></i> icon-share-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/share-sign/index.html b/_gh_pages/3.2.1/icon/share-sign/index.html new file mode 100644 index 000000000..bc2fa62ee --- /dev/null +++ b/_gh_pages/3.2.1/icon/share-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-share-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-share-sign + + · + Unicode: f14d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-share-sign +
    +
    +
    <i class="icon-share-sign"></i> icon-share-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/share/index.html b/_gh_pages/3.2.1/icon/share/index.html new file mode 100644 index 000000000..5065e37f6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/share/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-share: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-share + + · + Unicode: f045 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-share +
    +
    +
    <i class="icon-share"></i> icon-share
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/shield/index.html b/_gh_pages/3.2.1/icon/shield/index.html new file mode 100644 index 000000000..1c8cfc738 --- /dev/null +++ b/_gh_pages/3.2.1/icon/shield/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-shield: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-shield + + · + Unicode: f132 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-shield +
    +
    +
    <i class="icon-shield"></i> icon-shield
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/shopping-cart/index.html b/_gh_pages/3.2.1/icon/shopping-cart/index.html new file mode 100644 index 000000000..62eb1b462 --- /dev/null +++ b/_gh_pages/3.2.1/icon/shopping-cart/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-shopping-cart: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-shopping-cart + + · + Unicode: f07a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-shopping-cart +
    +
    +
    <i class="icon-shopping-cart"></i> icon-shopping-cart
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sign-blank/index.html b/_gh_pages/3.2.1/icon/sign-blank/index.html new file mode 100644 index 000000000..105a6b760 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sign-blank/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sign-blank: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sign-blank + + · + Unicode: f0c8 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sign-blank +
    +
    +
    <i class="icon-sign-blank"></i> icon-sign-blank
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/signal/index.html b/_gh_pages/3.2.1/icon/signal/index.html new file mode 100644 index 000000000..90a065df3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/signal/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-signal: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-signal + + · + Unicode: f012 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-signal +
    +
    +
    <i class="icon-signal"></i> icon-signal
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/signin/index.html b/_gh_pages/3.2.1/icon/signin/index.html new file mode 100644 index 000000000..dce861178 --- /dev/null +++ b/_gh_pages/3.2.1/icon/signin/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-signin: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-signin + + · + Unicode: f090 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-signin +
    +
    +
    <i class="icon-signin"></i> icon-signin
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/signout/index.html b/_gh_pages/3.2.1/icon/signout/index.html new file mode 100644 index 000000000..ff4999460 --- /dev/null +++ b/_gh_pages/3.2.1/icon/signout/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-signout: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-signout + + · + Unicode: f08b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-signout +
    +
    +
    <i class="icon-signout"></i> icon-signout
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sitemap/index.html b/_gh_pages/3.2.1/icon/sitemap/index.html new file mode 100644 index 000000000..4cc279994 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sitemap/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sitemap: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sitemap + + · + Unicode: f0e8 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sitemap +
    +
    +
    <i class="icon-sitemap"></i> icon-sitemap
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/skype/index.html b/_gh_pages/3.2.1/icon/skype/index.html new file mode 100644 index 000000000..68b975feb --- /dev/null +++ b/_gh_pages/3.2.1/icon/skype/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-skype: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-skype + + · + Unicode: f17e · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-skype +
    +
    +
    <i class="icon-skype"></i> icon-skype
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/smile/index.html b/_gh_pages/3.2.1/icon/smile/index.html new file mode 100644 index 000000000..935e0be8b --- /dev/null +++ b/_gh_pages/3.2.1/icon/smile/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-smile: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-smile + + · + Unicode: f118 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-smile +
    +
    +
    <i class="icon-smile"></i> icon-smile
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-alphabet-alt/index.html b/_gh_pages/3.2.1/icon/sort-by-alphabet-alt/index.html new file mode 100644 index 000000000..acb7c86e5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-alphabet-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-alphabet-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-alphabet-alt + + · + Unicode: f15e · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-alphabet-alt +
    +
    +
    <i class="icon-sort-by-alphabet-alt"></i> icon-sort-by-alphabet-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-alphabet/index.html b/_gh_pages/3.2.1/icon/sort-by-alphabet/index.html new file mode 100644 index 000000000..293cb18f9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-alphabet/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-alphabet: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-alphabet + + · + Unicode: f15d · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-alphabet +
    +
    +
    <i class="icon-sort-by-alphabet"></i> icon-sort-by-alphabet
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-attributes-alt/index.html b/_gh_pages/3.2.1/icon/sort-by-attributes-alt/index.html new file mode 100644 index 000000000..680bea787 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-attributes-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-attributes-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-attributes-alt + + · + Unicode: f161 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-attributes-alt +
    +
    +
    <i class="icon-sort-by-attributes-alt"></i> icon-sort-by-attributes-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-attributes/index.html b/_gh_pages/3.2.1/icon/sort-by-attributes/index.html new file mode 100644 index 000000000..e91164ccf --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-attributes/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-attributes: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-attributes + + · + Unicode: f160 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-attributes +
    +
    +
    <i class="icon-sort-by-attributes"></i> icon-sort-by-attributes
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-order-alt/index.html b/_gh_pages/3.2.1/icon/sort-by-order-alt/index.html new file mode 100644 index 000000000..ca0029d7e --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-order-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-order-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-order-alt + + · + Unicode: f163 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-order-alt +
    +
    +
    <i class="icon-sort-by-order-alt"></i> icon-sort-by-order-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-by-order/index.html b/_gh_pages/3.2.1/icon/sort-by-order/index.html new file mode 100644 index 000000000..cfd4f84ee --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-by-order/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-by-order: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-by-order + + · + Unicode: f162 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-by-order +
    +
    +
    <i class="icon-sort-by-order"></i> icon-sort-by-order
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-down/index.html b/_gh_pages/3.2.1/icon/sort-down/index.html new file mode 100644 index 000000000..4f4271609 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-down + + · + Unicode: f0dd · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-down +
    +
    +
    <i class="icon-sort-down"></i> icon-sort-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort-up/index.html b/_gh_pages/3.2.1/icon/sort-up/index.html new file mode 100644 index 000000000..1d0540f63 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort-up + + · + Unicode: f0de · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort-up +
    +
    +
    <i class="icon-sort-up"></i> icon-sort-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sort/index.html b/_gh_pages/3.2.1/icon/sort/index.html new file mode 100644 index 000000000..67b87cd42 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sort/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sort: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sort + + · + Unicode: f0dc · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sort +
    +
    +
    <i class="icon-sort"></i> icon-sort
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/spinner/index.html b/_gh_pages/3.2.1/icon/spinner/index.html new file mode 100644 index 000000000..8fd7bf836 --- /dev/null +++ b/_gh_pages/3.2.1/icon/spinner/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-spinner: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-spinner + + · + Unicode: f110 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-spinner +
    +
    +
    <i class="icon-spinner"></i> icon-spinner
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/stackexchange/index.html b/_gh_pages/3.2.1/icon/stackexchange/index.html new file mode 100644 index 000000000..8a569376d --- /dev/null +++ b/_gh_pages/3.2.1/icon/stackexchange/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-stackexchange: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-stackexchange + + · + Unicode: f16c · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-stackexchange +
    +
    +
    <i class="icon-stackexchange"></i> icon-stackexchange
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/star-empty/index.html b/_gh_pages/3.2.1/icon/star-empty/index.html new file mode 100644 index 000000000..f0de9b04e --- /dev/null +++ b/_gh_pages/3.2.1/icon/star-empty/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-star-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-star-empty + + · + Unicode: f006 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-star-empty +
    +
    +
    <i class="icon-star-empty"></i> icon-star-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/star-half-empty/index.html b/_gh_pages/3.2.1/icon/star-half-empty/index.html new file mode 100644 index 000000000..82b9e61d9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/star-half-empty/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-star-half-empty: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-star-half-empty + + · + Unicode: f123 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + icon-star-half-full + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-star-half-empty +
    +
    +
    <i class="icon-star-half-empty"></i> icon-star-half-empty
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/star-half/index.html b/_gh_pages/3.2.1/icon/star-half/index.html new file mode 100644 index 000000000..1411b0075 --- /dev/null +++ b/_gh_pages/3.2.1/icon/star-half/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-star-half: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-star-half + + · + Unicode: f089 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-star-half +
    +
    +
    <i class="icon-star-half"></i> icon-star-half
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/star/index.html b/_gh_pages/3.2.1/icon/star/index.html new file mode 100644 index 000000000..5defff409 --- /dev/null +++ b/_gh_pages/3.2.1/icon/star/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-star: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-star + + · + Unicode: f005 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-star +
    +
    +
    <i class="icon-star"></i> icon-star
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/step-backward/index.html b/_gh_pages/3.2.1/icon/step-backward/index.html new file mode 100644 index 000000000..afbfc6572 --- /dev/null +++ b/_gh_pages/3.2.1/icon/step-backward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-step-backward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-step-backward + + · + Unicode: f048 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-step-backward +
    +
    +
    <i class="icon-step-backward"></i> icon-step-backward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/step-forward/index.html b/_gh_pages/3.2.1/icon/step-forward/index.html new file mode 100644 index 000000000..18ba8dc5e --- /dev/null +++ b/_gh_pages/3.2.1/icon/step-forward/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-step-forward: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-step-forward + + · + Unicode: f051 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-step-forward +
    +
    +
    <i class="icon-step-forward"></i> icon-step-forward
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/stethoscope/index.html b/_gh_pages/3.2.1/icon/stethoscope/index.html new file mode 100644 index 000000000..f4bd96121 --- /dev/null +++ b/_gh_pages/3.2.1/icon/stethoscope/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-stethoscope: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-stethoscope + + · + Unicode: f0f1 · + Created: v3.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-stethoscope +
    +
    +
    <i class="icon-stethoscope"></i> icon-stethoscope
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/stop/index.html b/_gh_pages/3.2.1/icon/stop/index.html new file mode 100644 index 000000000..d470aad76 --- /dev/null +++ b/_gh_pages/3.2.1/icon/stop/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-stop: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-stop + + · + Unicode: f04d · + Created: v1.0 · + Categories: + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-stop +
    +
    +
    <i class="icon-stop"></i> icon-stop
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/strikethrough/index.html b/_gh_pages/3.2.1/icon/strikethrough/index.html new file mode 100644 index 000000000..290a87e12 --- /dev/null +++ b/_gh_pages/3.2.1/icon/strikethrough/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-strikethrough: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-strikethrough + + · + Unicode: f0cc · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-strikethrough +
    +
    +
    <i class="icon-strikethrough"></i> icon-strikethrough
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/subscript/index.html b/_gh_pages/3.2.1/icon/subscript/index.html new file mode 100644 index 000000000..6f002b402 --- /dev/null +++ b/_gh_pages/3.2.1/icon/subscript/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-subscript: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-subscript + + · + Unicode: f12c · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-subscript +
    +
    +
    <i class="icon-subscript"></i> icon-subscript
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/suitcase/index.html b/_gh_pages/3.2.1/icon/suitcase/index.html new file mode 100644 index 000000000..31904aeed --- /dev/null +++ b/_gh_pages/3.2.1/icon/suitcase/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-suitcase: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-suitcase + + · + Unicode: f0f2 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-suitcase +
    +
    +
    <i class="icon-suitcase"></i> icon-suitcase
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/sun/index.html b/_gh_pages/3.2.1/icon/sun/index.html new file mode 100644 index 000000000..b51eb9f82 --- /dev/null +++ b/_gh_pages/3.2.1/icon/sun/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-sun: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-sun + + · + Unicode: f185 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-sun +
    +
    +
    <i class="icon-sun"></i> icon-sun
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/superscript/index.html b/_gh_pages/3.2.1/icon/superscript/index.html new file mode 100644 index 000000000..26a79f1af --- /dev/null +++ b/_gh_pages/3.2.1/icon/superscript/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-superscript: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-superscript + + · + Unicode: f12b · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-superscript +
    +
    +
    <i class="icon-superscript"></i> icon-superscript
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/table/index.html b/_gh_pages/3.2.1/icon/table/index.html new file mode 100644 index 000000000..333ae25d5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/table/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-table: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-table + + · + Unicode: f0ce · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-table +
    +
    +
    <i class="icon-table"></i> icon-table
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tablet/index.html b/_gh_pages/3.2.1/icon/tablet/index.html new file mode 100644 index 000000000..145880116 --- /dev/null +++ b/_gh_pages/3.2.1/icon/tablet/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tablet: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tablet + + · + Unicode: f10a · + Created: v3.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tablet +
    +
    +
    <i class="icon-tablet"></i> icon-tablet
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tag/index.html b/_gh_pages/3.2.1/icon/tag/index.html new file mode 100644 index 000000000..6db72cef8 --- /dev/null +++ b/_gh_pages/3.2.1/icon/tag/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tag: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tag + + · + Unicode: f02b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tag +
    +
    +
    <i class="icon-tag"></i> icon-tag
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tags/index.html b/_gh_pages/3.2.1/icon/tags/index.html new file mode 100644 index 000000000..a6bbaf6c0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/tags/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tags: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tags + + · + Unicode: f02c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tags +
    +
    +
    <i class="icon-tags"></i> icon-tags
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tasks/index.html b/_gh_pages/3.2.1/icon/tasks/index.html new file mode 100644 index 000000000..1286518ba --- /dev/null +++ b/_gh_pages/3.2.1/icon/tasks/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tasks: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tasks + + · + Unicode: f0ae · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tasks +
    +
    +
    <i class="icon-tasks"></i> icon-tasks
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/terminal/index.html b/_gh_pages/3.2.1/icon/terminal/index.html new file mode 100644 index 000000000..3b42e117b --- /dev/null +++ b/_gh_pages/3.2.1/icon/terminal/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-terminal: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-terminal + + · + Unicode: f120 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-terminal +
    +
    +
    <i class="icon-terminal"></i> icon-terminal
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/text-height/index.html b/_gh_pages/3.2.1/icon/text-height/index.html new file mode 100644 index 000000000..db9fc1c97 --- /dev/null +++ b/_gh_pages/3.2.1/icon/text-height/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-text-height: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-text-height + + · + Unicode: f034 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-text-height +
    +
    +
    <i class="icon-text-height"></i> icon-text-height
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/text-width/index.html b/_gh_pages/3.2.1/icon/text-width/index.html new file mode 100644 index 000000000..a631f0381 --- /dev/null +++ b/_gh_pages/3.2.1/icon/text-width/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-text-width: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-text-width + + · + Unicode: f035 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-text-width +
    +
    +
    <i class="icon-text-width"></i> icon-text-width
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/th-large/index.html b/_gh_pages/3.2.1/icon/th-large/index.html new file mode 100644 index 000000000..4bf7f8f64 --- /dev/null +++ b/_gh_pages/3.2.1/icon/th-large/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-th-large: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-th-large + + · + Unicode: f009 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-th-large +
    +
    +
    <i class="icon-th-large"></i> icon-th-large
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/th-list/index.html b/_gh_pages/3.2.1/icon/th-list/index.html new file mode 100644 index 000000000..6e2054526 --- /dev/null +++ b/_gh_pages/3.2.1/icon/th-list/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-th-list: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-th-list + + · + Unicode: f00b · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-th-list +
    +
    +
    <i class="icon-th-list"></i> icon-th-list
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/th/index.html b/_gh_pages/3.2.1/icon/th/index.html new file mode 100644 index 000000000..f5fab7507 --- /dev/null +++ b/_gh_pages/3.2.1/icon/th/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-th: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-th + + · + Unicode: f00a · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-th +
    +
    +
    <i class="icon-th"></i> icon-th
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/thumbs-down-alt/index.html b/_gh_pages/3.2.1/icon/thumbs-down-alt/index.html new file mode 100644 index 000000000..72bfe5631 --- /dev/null +++ b/_gh_pages/3.2.1/icon/thumbs-down-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-thumbs-down-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-thumbs-down-alt + + · + Unicode: f088 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-thumbs-down-alt +
    +
    +
    <i class="icon-thumbs-down-alt"></i> icon-thumbs-down-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/thumbs-down/index.html b/_gh_pages/3.2.1/icon/thumbs-down/index.html new file mode 100644 index 000000000..0db7214e9 --- /dev/null +++ b/_gh_pages/3.2.1/icon/thumbs-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-thumbs-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-thumbs-down + + · + Unicode: f165 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-thumbs-down +
    +
    +
    <i class="icon-thumbs-down"></i> icon-thumbs-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/thumbs-up-alt/index.html b/_gh_pages/3.2.1/icon/thumbs-up-alt/index.html new file mode 100644 index 000000000..950e75270 --- /dev/null +++ b/_gh_pages/3.2.1/icon/thumbs-up-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-thumbs-up-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-thumbs-up-alt + + · + Unicode: f087 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-thumbs-up-alt +
    +
    +
    <i class="icon-thumbs-up-alt"></i> icon-thumbs-up-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/thumbs-up/index.html b/_gh_pages/3.2.1/icon/thumbs-up/index.html new file mode 100644 index 000000000..43564afa8 --- /dev/null +++ b/_gh_pages/3.2.1/icon/thumbs-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-thumbs-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-thumbs-up + + · + Unicode: f164 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-thumbs-up +
    +
    +
    <i class="icon-thumbs-up"></i> icon-thumbs-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/ticket/index.html b/_gh_pages/3.2.1/icon/ticket/index.html new file mode 100644 index 000000000..c94a15f08 --- /dev/null +++ b/_gh_pages/3.2.1/icon/ticket/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-ticket: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-ticket + + · + Unicode: f145 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-ticket +
    +
    +
    <i class="icon-ticket"></i> icon-ticket
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/time/index.html b/_gh_pages/3.2.1/icon/time/index.html new file mode 100644 index 000000000..bfa505d9d --- /dev/null +++ b/_gh_pages/3.2.1/icon/time/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-time: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-time + + · + Unicode: f017 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-time +
    +
    +
    <i class="icon-time"></i> icon-time
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tint/index.html b/_gh_pages/3.2.1/icon/tint/index.html new file mode 100644 index 000000000..8e079ce01 --- /dev/null +++ b/_gh_pages/3.2.1/icon/tint/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tint: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tint + + · + Unicode: f043 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tint +
    +
    +
    <i class="icon-tint"></i> icon-tint
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/trash/index.html b/_gh_pages/3.2.1/icon/trash/index.html new file mode 100644 index 000000000..e2d16ab2b --- /dev/null +++ b/_gh_pages/3.2.1/icon/trash/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-trash: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-trash + + · + Unicode: f014 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-trash +
    +
    +
    <i class="icon-trash"></i> icon-trash
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/trello/index.html b/_gh_pages/3.2.1/icon/trello/index.html new file mode 100644 index 000000000..3ea84577c --- /dev/null +++ b/_gh_pages/3.2.1/icon/trello/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-trello: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-trello + + · + Unicode: f181 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-trello +
    +
    +
    <i class="icon-trello"></i> icon-trello
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/trophy/index.html b/_gh_pages/3.2.1/icon/trophy/index.html new file mode 100644 index 000000000..afc1542ad --- /dev/null +++ b/_gh_pages/3.2.1/icon/trophy/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-trophy: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-trophy + + · + Unicode: f091 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-trophy +
    +
    +
    <i class="icon-trophy"></i> icon-trophy
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/truck/index.html b/_gh_pages/3.2.1/icon/truck/index.html new file mode 100644 index 000000000..fdc00d7df --- /dev/null +++ b/_gh_pages/3.2.1/icon/truck/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-truck: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-truck + + · + Unicode: f0d1 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-truck +
    +
    +
    <i class="icon-truck"></i> icon-truck
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tumblr-sign/index.html b/_gh_pages/3.2.1/icon/tumblr-sign/index.html new file mode 100644 index 000000000..9a613cbcc --- /dev/null +++ b/_gh_pages/3.2.1/icon/tumblr-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tumblr-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tumblr-sign + + · + Unicode: f174 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tumblr-sign +
    +
    +
    <i class="icon-tumblr-sign"></i> icon-tumblr-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/tumblr/index.html b/_gh_pages/3.2.1/icon/tumblr/index.html new file mode 100644 index 000000000..fd7f30615 --- /dev/null +++ b/_gh_pages/3.2.1/icon/tumblr/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-tumblr: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-tumblr + + · + Unicode: f173 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-tumblr +
    +
    +
    <i class="icon-tumblr"></i> icon-tumblr
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/twitter-sign/index.html b/_gh_pages/3.2.1/icon/twitter-sign/index.html new file mode 100644 index 000000000..009efcb2e --- /dev/null +++ b/_gh_pages/3.2.1/icon/twitter-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-twitter-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-twitter-sign + + · + Unicode: f081 · + Created: v1.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-twitter-sign +
    +
    +
    <i class="icon-twitter-sign"></i> icon-twitter-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/twitter/index.html b/_gh_pages/3.2.1/icon/twitter/index.html new file mode 100644 index 000000000..42854fabc --- /dev/null +++ b/_gh_pages/3.2.1/icon/twitter/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-twitter: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-twitter + + · + Unicode: f099 · + Created: v2.0 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-twitter +
    +
    +
    <i class="icon-twitter"></i> icon-twitter
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/umbrella/index.html b/_gh_pages/3.2.1/icon/umbrella/index.html new file mode 100644 index 000000000..af2a1a944 --- /dev/null +++ b/_gh_pages/3.2.1/icon/umbrella/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-umbrella: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-umbrella + + · + Unicode: f0e9 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-umbrella +
    +
    +
    <i class="icon-umbrella"></i> icon-umbrella
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/underline/index.html b/_gh_pages/3.2.1/icon/underline/index.html new file mode 100644 index 000000000..2e493cd4e --- /dev/null +++ b/_gh_pages/3.2.1/icon/underline/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-underline: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-underline + + · + Unicode: f0cd · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-underline +
    +
    +
    <i class="icon-underline"></i> icon-underline
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/undo/index.html b/_gh_pages/3.2.1/icon/undo/index.html new file mode 100644 index 000000000..d0f3a4615 --- /dev/null +++ b/_gh_pages/3.2.1/icon/undo/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-undo: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-undo + + · + Unicode: f0e2 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + icon-rotate-left + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-undo +
    +
    +
    <i class="icon-undo"></i> icon-undo
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/unlink/index.html b/_gh_pages/3.2.1/icon/unlink/index.html new file mode 100644 index 000000000..d427fcca6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/unlink/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-unlink: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-unlink + + · + Unicode: f127 · + Created: v3.1 · + Categories: + + Text Editor Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-unlink +
    +
    +
    <i class="icon-unlink"></i> icon-unlink
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/unlock-alt/index.html b/_gh_pages/3.2.1/icon/unlock-alt/index.html new file mode 100644 index 000000000..0bec883a5 --- /dev/null +++ b/_gh_pages/3.2.1/icon/unlock-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-unlock-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-unlock-alt + + · + Unicode: f13e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-unlock-alt +
    +
    +
    <i class="icon-unlock-alt"></i> icon-unlock-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/unlock/index.html b/_gh_pages/3.2.1/icon/unlock/index.html new file mode 100644 index 000000000..9adf272fc --- /dev/null +++ b/_gh_pages/3.2.1/icon/unlock/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-unlock: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-unlock + + · + Unicode: f09c · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-unlock +
    +
    +
    <i class="icon-unlock"></i> icon-unlock
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/upload-alt/index.html b/_gh_pages/3.2.1/icon/upload-alt/index.html new file mode 100644 index 000000000..f4664081c --- /dev/null +++ b/_gh_pages/3.2.1/icon/upload-alt/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-upload-alt: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-upload-alt + + · + Unicode: f093 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-upload-alt +
    +
    +
    <i class="icon-upload-alt"></i> icon-upload-alt
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/upload/index.html b/_gh_pages/3.2.1/icon/upload/index.html new file mode 100644 index 000000000..6119f9f4b --- /dev/null +++ b/_gh_pages/3.2.1/icon/upload/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-upload: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-upload + + · + Unicode: f01b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-upload +
    +
    +
    <i class="icon-upload"></i> icon-upload
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/usd/index.html b/_gh_pages/3.2.1/icon/usd/index.html new file mode 100644 index 000000000..0d1d8a403 --- /dev/null +++ b/_gh_pages/3.2.1/icon/usd/index.html @@ -0,0 +1,213 @@ + + + + + + + + + + icon-usd: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-usd + + · + Unicode: f155 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + icon-dollar + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-usd +
    +
    +
    <i class="icon-usd"></i> icon-usd
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/user-md/index.html b/_gh_pages/3.2.1/icon/user-md/index.html new file mode 100644 index 000000000..926509da7 --- /dev/null +++ b/_gh_pages/3.2.1/icon/user-md/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-user-md: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-user-md + + · + Unicode: f0f0 · + Created: v2.0 · + Categories: + + Medical Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-user-md +
    +
    +
    <i class="icon-user-md"></i> icon-user-md
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/user/index.html b/_gh_pages/3.2.1/icon/user/index.html new file mode 100644 index 000000000..ce3e264a0 --- /dev/null +++ b/_gh_pages/3.2.1/icon/user/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-user: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-user + + · + Unicode: f007 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-user +
    +
    +
    <i class="icon-user"></i> icon-user
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/vk/index.html b/_gh_pages/3.2.1/icon/vk/index.html new file mode 100644 index 000000000..308192606 --- /dev/null +++ b/_gh_pages/3.2.1/icon/vk/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-vk: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-vk + + · + Unicode: f189 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-vk +
    +
    +
    <i class="icon-vk"></i> icon-vk
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/volume-down/index.html b/_gh_pages/3.2.1/icon/volume-down/index.html new file mode 100644 index 000000000..e9aa24e95 --- /dev/null +++ b/_gh_pages/3.2.1/icon/volume-down/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-volume-down: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-volume-down + + · + Unicode: f027 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-volume-down +
    +
    +
    <i class="icon-volume-down"></i> icon-volume-down
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/volume-off/index.html b/_gh_pages/3.2.1/icon/volume-off/index.html new file mode 100644 index 000000000..53a1d58e6 --- /dev/null +++ b/_gh_pages/3.2.1/icon/volume-off/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-volume-off: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-volume-off + + · + Unicode: f026 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-volume-off +
    +
    +
    <i class="icon-volume-off"></i> icon-volume-off
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/volume-up/index.html b/_gh_pages/3.2.1/icon/volume-up/index.html new file mode 100644 index 000000000..c9f82fb6f --- /dev/null +++ b/_gh_pages/3.2.1/icon/volume-up/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-volume-up: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-volume-up + + · + Unicode: f028 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-volume-up +
    +
    +
    <i class="icon-volume-up"></i> icon-volume-up
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/warning-sign/index.html b/_gh_pages/3.2.1/icon/warning-sign/index.html new file mode 100644 index 000000000..29a342a7c --- /dev/null +++ b/_gh_pages/3.2.1/icon/warning-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-warning-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-warning-sign + + · + Unicode: f071 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-warning-sign +
    +
    +
    <i class="icon-warning-sign"></i> icon-warning-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/weibo/index.html b/_gh_pages/3.2.1/icon/weibo/index.html new file mode 100644 index 000000000..6a1ab7a34 --- /dev/null +++ b/_gh_pages/3.2.1/icon/weibo/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-weibo: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-weibo + + · + Unicode: f18a · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-weibo +
    +
    +
    <i class="icon-weibo"></i> icon-weibo
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/windows/index.html b/_gh_pages/3.2.1/icon/windows/index.html new file mode 100644 index 000000000..973a33974 --- /dev/null +++ b/_gh_pages/3.2.1/icon/windows/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-windows: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-windows + + · + Unicode: f17a · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-windows +
    +
    +
    <i class="icon-windows"></i> icon-windows
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/wrench/index.html b/_gh_pages/3.2.1/icon/wrench/index.html new file mode 100644 index 000000000..3a9cac23d --- /dev/null +++ b/_gh_pages/3.2.1/icon/wrench/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-wrench: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-wrench + + · + Unicode: f0ad · + Created: v2.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-wrench +
    +
    +
    <i class="icon-wrench"></i> icon-wrench
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/xing-sign/index.html b/_gh_pages/3.2.1/icon/xing-sign/index.html new file mode 100644 index 000000000..e1d173ccf --- /dev/null +++ b/_gh_pages/3.2.1/icon/xing-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-xing-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-xing-sign + + · + Unicode: f169 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-xing-sign +
    +
    +
    <i class="icon-xing-sign"></i> icon-xing-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/xing/index.html b/_gh_pages/3.2.1/icon/xing/index.html new file mode 100644 index 000000000..3d378d233 --- /dev/null +++ b/_gh_pages/3.2.1/icon/xing/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-xing: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-xing + + · + Unicode: f168 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-xing +
    +
    +
    <i class="icon-xing"></i> icon-xing
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/youtube-play/index.html b/_gh_pages/3.2.1/icon/youtube-play/index.html new file mode 100644 index 000000000..f15866955 --- /dev/null +++ b/_gh_pages/3.2.1/icon/youtube-play/index.html @@ -0,0 +1,210 @@ + + + + + + + + + + icon-youtube-play: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-youtube-play + + · + Unicode: f16a · + Created: v3.2 · + Categories: + + Brand Icons, + + Video Player Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-youtube-play +
    +
    +
    <i class="icon-youtube-play"></i> icon-youtube-play
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/youtube-sign/index.html b/_gh_pages/3.2.1/icon/youtube-sign/index.html new file mode 100644 index 000000000..fcec9ccc3 --- /dev/null +++ b/_gh_pages/3.2.1/icon/youtube-sign/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-youtube-sign: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-youtube-sign + + · + Unicode: f166 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-youtube-sign +
    +
    +
    <i class="icon-youtube-sign"></i> icon-youtube-sign
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/youtube/index.html b/_gh_pages/3.2.1/icon/youtube/index.html new file mode 100644 index 000000000..406a3bc42 --- /dev/null +++ b/_gh_pages/3.2.1/icon/youtube/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-youtube: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-youtube + + · + Unicode: f167 · + Created: v3.2 · + Categories: + + Brand Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-youtube +
    +
    +
    <i class="icon-youtube"></i> icon-youtube
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/zoom-in/index.html b/_gh_pages/3.2.1/icon/zoom-in/index.html new file mode 100644 index 000000000..7c30b0e9e --- /dev/null +++ b/_gh_pages/3.2.1/icon/zoom-in/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-zoom-in: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-zoom-in + + · + Unicode: f00e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-zoom-in +
    +
    +
    <i class="icon-zoom-in"></i> icon-zoom-in
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icon/zoom-out/index.html b/_gh_pages/3.2.1/icon/zoom-out/index.html new file mode 100644 index 000000000..ddbe58999 --- /dev/null +++ b/_gh_pages/3.2.1/icon/zoom-out/index.html @@ -0,0 +1,208 @@ + + + + + + + + + + icon-zoom-out: Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +    + +    +    +    +   + + +
    +

    + icon-zoom-out + + · + Unicode: f010 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + +

    +
    +
    + + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + icon-zoom-out +
    +
    +
    <i class="icon-zoom-out"></i> icon-zoom-out
    +
    +
    +
    Looking for more? Check out the examples.
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/icons.yml b/_gh_pages/3.2.1/icons.yml new file mode 100644 index 000000000..c3c8f531a --- /dev/null +++ b/_gh_pages/3.2.1/icons.yml @@ -0,0 +1,2590 @@ +icons: + - name: Glass + id: glass + unicode: f000 + created: 1.0 + categories: + - Web Application Icons + + - name: Music + id: music + unicode: f001 + created: 1.0 + categories: + - Web Application Icons + + - name: Search + id: search + unicode: f002 + created: 1.0 + categories: + - Web Application Icons + + - name: Envelope Alt + id: envelope-alt + unicode: f003 + created: 1.0 + categories: + - Web Application Icons + + - name: Heart + id: heart + unicode: f004 + created: 1.0 + categories: + - Web Application Icons + + - name: Star + id: star + unicode: f005 + created: 1.0 + categories: + - Web Application Icons + + - name: Star Empty + id: star-empty + unicode: f006 + created: 1.0 + categories: + - Web Application Icons + + - name: User + id: user + unicode: f007 + created: 1.0 + categories: + - Web Application Icons + + - name: Film + id: film + unicode: f008 + created: 1.0 + categories: + - Web Application Icons + + - name: th-large + id: th-large + unicode: f009 + created: 1.0 + categories: + - Text Editor Icons + + - name: th + id: th + unicode: f00a + created: 1.0 + categories: + - Text Editor Icons + + - name: th-list + id: th-list + unicode: f00b + created: 1.0 + categories: + - Text Editor Icons + + - name: OK + id: ok + unicode: f00c + created: 1.0 + categories: + - Web Application Icons + + - name: Remove + id: remove + unicode: f00d + created: 1.0 + categories: + - Web Application Icons + + - name: Zoom In + id: zoom-in + unicode: f00e + created: 1.0 + categories: + - Web Application Icons + + + - name: Zoom Out + id: zoom-out + unicode: f010 + created: 1.0 + categories: + - Web Application Icons + + - name: Off + id: 'off' + unicode: f011 + created: 1.0 + aliases: + - power-off + categories: + - Web Application Icons + + - name: signal + id: signal + unicode: f012 + created: 1.0 + categories: + - Web Application Icons + + - name: cog + id: cog + unicode: f013 + created: 1.0 + aliases: + - gear + categories: + - Web Application Icons + + - name: trash + id: trash + unicode: f014 + created: 1.0 + categories: + - Web Application Icons + + - name: home + id: home + unicode: f015 + created: 1.0 + categories: + - Web Application Icons + + - name: file-alt + id: file-alt + unicode: f016 + created: 1.0 + categories: + - Text Editor Icons + + - name: time + id: time + unicode: f017 + created: 1.0 + categories: + - Web Application Icons + + - name: road + id: road + unicode: f018 + created: 1.0 + categories: + - Web Application Icons + + - name: download-alt + id: download-alt + unicode: f019 + created: 1.0 + categories: + - Web Application Icons + + - name: download + id: download + unicode: f01a + created: 1.0 + categories: + - Web Application Icons + + - name: upload + id: upload + unicode: f01b + created: 1.0 + categories: + - Web Application Icons + + - name: inbox + id: inbox + unicode: f01c + created: 1.0 + categories: + - Web Application Icons + + - name: play-circle + id: play-circle + unicode: f01d + created: 1.0 + categories: + - Video Player Icons + + - name: repeat + id: repeat + unicode: f01e + created: 1.0 + aliases: + - rotate-right + categories: + - Text Editor Icons + + + - name: refresh + id: refresh + unicode: f021 + created: 1.0 + categories: + - Web Application Icons + + - name: list-alt + id: list-alt + unicode: f022 + created: 1.0 + categories: + - Text Editor Icons + + - name: lock + id: lock + unicode: f023 + created: 1.0 + categories: + - Web Application Icons + + - name: flag + id: flag + unicode: f024 + created: 1.0 + categories: + - Web Application Icons + + - name: headphones + id: headphones + unicode: f025 + created: 1.0 + categories: + - Web Application Icons + + - name: volume-off + id: volume-off + unicode: f026 + created: 1.0 + categories: + - Web Application Icons + + - name: volume-down + id: volume-down + unicode: f027 + created: 1.0 + categories: + - Web Application Icons + + - name: volume-up + id: volume-up + unicode: f028 + created: 1.0 + categories: + - Web Application Icons + + - name: qrcode + id: qrcode + unicode: f029 + created: 1.0 + categories: + - Web Application Icons + + - name: barcode + id: barcode + unicode: f02a + created: 1.0 + categories: + - Web Application Icons + + - name: tag + id: tag + unicode: f02b + created: 1.0 + categories: + - Web Application Icons + + - name: tags + id: tags + unicode: f02c + created: 1.0 + categories: + - Web Application Icons + + - name: book + id: book + unicode: f02d + created: 1.0 + categories: + - Web Application Icons + + - name: bookmark + id: bookmark + unicode: f02e + created: 1.0 + categories: + - Web Application Icons + + - name: print + id: print + unicode: f02f + created: 1.0 + categories: + - Web Application Icons + + + - name: camera + id: camera + unicode: f030 + created: 1.0 + categories: + - Web Application Icons + + - name: font + id: font + unicode: f031 + created: 1.0 + categories: + - Text Editor Icons + + - name: bold + id: bold + unicode: f032 + created: 1.0 + categories: + - Text Editor Icons + + - name: italic + id: italic + unicode: f033 + created: 1.0 + categories: + - Text Editor Icons + + - name: text-height + id: text-height + unicode: f034 + created: 1.0 + categories: + - Text Editor Icons + + - name: text-width + id: text-width + unicode: f035 + created: 1.0 + categories: + - Text Editor Icons + + - name: align-left + id: align-left + unicode: f036 + created: 1.0 + categories: + - Text Editor Icons + + - name: align-center + id: align-center + unicode: f037 + created: 1.0 + categories: + - Text Editor Icons + + - name: align-right + id: align-right + unicode: f038 + created: 1.0 + categories: + - Text Editor Icons + + - name: align-justify + id: align-justify + unicode: f039 + created: 1.0 + categories: + - Text Editor Icons + + - name: list + id: list + unicode: f03a + created: 1.0 + categories: + - Text Editor Icons + + - name: indent-left + id: indent-left + unicode: f03b + created: 1.0 + categories: + - Text Editor Icons + + - name: indent-right + id: indent-right + unicode: f03c + created: 1.0 + categories: + - Text Editor Icons + + - name: facetime-video + id: facetime-video + unicode: f03d + created: 1.0 + categories: + - Web Application Icons + + - name: picture + id: picture + unicode: f03e + created: 1.0 + categories: + - Web Application Icons + + + - name: pencil + id: pencil + unicode: f040 + created: 1.0 + categories: + - Web Application Icons + + - name: map-marker + id: map-marker + unicode: f041 + created: 1.0 + categories: + - Web Application Icons + + - name: adjust + id: adjust + unicode: f042 + created: 1.0 + categories: + - Web Application Icons + + - name: tint + id: tint + unicode: f043 + created: 1.0 + categories: + - Web Application Icons + + - name: edit + id: edit + unicode: f044 + created: 1.0 + categories: + - Web Application Icons + + - name: share + id: share + unicode: f045 + created: 1.0 + categories: + - Web Application Icons + + - name: check + id: check + unicode: f046 + created: 1.0 + categories: + - Web Application Icons + + - name: move + id: move + unicode: f047 + created: 1.0 + categories: + - Web Application Icons + + - name: step-backward + id: step-backward + unicode: f048 + created: 1.0 + categories: + - Video Player Icons + + - name: fast-backward + id: fast-backward + unicode: f049 + created: 1.0 + categories: + - Video Player Icons + + - name: backward + id: backward + unicode: f04a + created: 1.0 + categories: + - Video Player Icons + + - name: play + id: play + unicode: f04b + created: 1.0 + categories: + - Video Player Icons + + - name: pause + id: pause + unicode: f04c + created: 1.0 + categories: + - Video Player Icons + + - name: stop + id: stop + unicode: f04d + created: 1.0 + categories: + - Video Player Icons + + - name: forward + id: forward + unicode: f04e + created: 1.0 + categories: + - Video Player Icons + + + - name: fast-forward + id: fast-forward + unicode: f050 + created: 1.0 + categories: + - Video Player Icons + + - name: step-forward + id: step-forward + unicode: f051 + created: 1.0 + categories: + - Video Player Icons + + - name: eject + id: eject + unicode: f052 + created: 1.0 + categories: + - Video Player Icons + + - name: chevron-left + id: chevron-left + unicode: f053 + created: 1.0 + categories: + - Directional Icons + + - name: chevron-right + id: chevron-right + unicode: f054 + created: 1.0 + categories: + - Directional Icons + + - name: plus-sign + id: plus-sign + unicode: f055 + created: 1.0 + categories: + - Web Application Icons + + - name: minus-sign + id: minus-sign + unicode: f056 + created: 1.0 + categories: + - Web Application Icons + + - name: remove-sign + id: remove-sign + unicode: f057 + created: 1.0 + categories: + - Web Application Icons + + - name: ok-sign + id: ok-sign + unicode: f058 + created: 1.0 + categories: + - Web Application Icons + + - name: question-sign + id: question-sign + unicode: f059 + created: 1.0 + categories: + - Web Application Icons + + - name: info-sign + id: info-sign + unicode: f05a + created: 1.0 + categories: + - Web Application Icons + + - name: screenshot + id: screenshot + unicode: f05b + created: 1.0 + categories: + - Web Application Icons + + - name: remove-circle + id: remove-circle + unicode: f05c + created: 1.0 + categories: + - Web Application Icons + + - name: ok-circle + id: ok-circle + unicode: f05d + created: 1.0 + categories: + - Web Application Icons + + - name: ban-circle + id: ban-circle + unicode: f05e + created: 1.0 + categories: + - Web Application Icons + + + - name: arrow-left + id: arrow-left + unicode: f060 + created: 1.0 + categories: + - Directional Icons + + - name: arrow-right + id: arrow-right + unicode: f061 + created: 1.0 + categories: + - Directional Icons + + - name: arrow-up + id: arrow-up + unicode: f062 + created: 1.0 + categories: + - Directional Icons + + - name: arrow-down + id: arrow-down + unicode: f063 + created: 1.0 + categories: + - Directional Icons + + - name: share-alt + id: share-alt + unicode: f064 + created: 1.0 + aliases: + - mail-forward + categories: + - Web Application Icons + + - name: resize-full + id: resize-full + unicode: f065 + created: 1.0 + categories: + - Video Player Icons + + - name: resize-small + id: resize-small + unicode: f066 + created: 1.0 + categories: + - Video Player Icons + + - name: plus + id: plus + unicode: f067 + created: 1.0 + categories: + - Web Application Icons + + - name: minus + id: minus + unicode: f068 + created: 1.0 + categories: + - Web Application Icons + + - name: asterisk + id: asterisk + unicode: f069 + created: 1.0 + categories: + - Web Application Icons + + - name: exclamation-sign + id: exclamation-sign + unicode: f06a + created: 1.0 + categories: + - Web Application Icons + + - name: gift + id: gift + unicode: f06b + created: 1.0 + categories: + - Web Application Icons + + - name: leaf + id: leaf + unicode: f06c + created: 1.0 + categories: + - Web Application Icons + + - name: fire + id: fire + unicode: f06d + created: 1.0 + categories: + - Web Application Icons + + - name: eye-open + id: eye-open + unicode: f06e + created: 1.0 + categories: + - Web Application Icons + + + - name: eye-close + id: eye-close + unicode: f070 + created: 1.0 + categories: + - Web Application Icons + + - name: warning-sign + id: warning-sign + unicode: f071 + created: 1.0 + categories: + - Web Application Icons + + - name: plane + id: plane + unicode: f072 + created: 1.0 + categories: + - Web Application Icons + + - name: calendar + id: calendar + unicode: f073 + created: 1.0 + categories: + - Web Application Icons + + - name: random + id: random + unicode: f074 + created: 1.0 + categories: + - Web Application Icons + + - name: comment + id: comment + unicode: f075 + created: 1.0 + categories: + - Web Application Icons + + - name: magnet + id: magnet + unicode: f076 + created: 1.0 + categories: + - Web Application Icons + + - name: chevron-up + id: chevron-up + unicode: f077 + created: 1.0 + categories: + - Directional Icons + + - name: chevron-down + id: chevron-down + unicode: f078 + created: 1.0 + categories: + - Directional Icons + + - name: retweet + id: retweet + unicode: f079 + created: 1.0 + categories: + - Web Application Icons + + - name: shopping-cart + id: shopping-cart + unicode: f07a + created: 1.0 + categories: + - Web Application Icons + + - name: folder-close + id: folder-close + unicode: f07b + created: 1.0 + categories: + - Web Application Icons + + - name: folder-open + id: folder-open + unicode: f07c + created: 1.0 + categories: + - Web Application Icons + + - name: resize-vertical + id: resize-vertical + unicode: f07d + created: 1.0 + categories: + - Web Application Icons + + - name: resize-horizontal + id: resize-horizontal + unicode: f07e + created: 1.0 + categories: + - Web Application Icons + + + - name: bar-chart + id: bar-chart + unicode: f080 + created: 1.0 + categories: + - Web Application Icons + + - name: twitter-sign + id: twitter-sign + unicode: f081 + created: 1.0 + categories: + - Brand Icons + + - name: facebook-sign + id: facebook-sign + unicode: f082 + created: 1.0 + categories: + - Brand Icons + + - name: camera-retro + id: camera-retro + unicode: f083 + created: 1.0 + categories: + - Web Application Icons + + - name: key + id: key + unicode: f084 + created: 1.0 + categories: + - Web Application Icons + + - name: cogs + id: cogs + unicode: f085 + created: 1.0 + aliases: + - gears + categories: + - Web Application Icons + + - name: comments + id: comments + unicode: f086 + created: 1.0 + categories: + - Web Application Icons + + - name: thumbs-up-alt + id: thumbs-up-alt + unicode: f087 + created: 1.0 + categories: + - Web Application Icons + + - name: thumbs-down-alt + id: thumbs-down-alt + unicode: f088 + created: 1.0 + categories: + - Web Application Icons + + - name: star-half + id: star-half + unicode: f089 + created: 1.0 + categories: + - Web Application Icons + + - name: heart-empty + id: heart-empty + unicode: f08a + created: 1.0 + categories: + - Web Application Icons + + - name: signout + id: signout + unicode: f08b + created: 1.0 + categories: + - Web Application Icons + + - name: linkedin-sign + id: linkedin-sign + unicode: f08c + created: 1.0 + categories: + - Brand Icons + + - name: pushpin + id: pushpin + unicode: f08d + created: 1.0 + categories: + - Web Application Icons + + - name: external-link + id: external-link + unicode: f08e + created: 1.0 + categories: + - Web Application Icons + + + - name: signin + id: signin + unicode: f090 + created: 1.0 + categories: + - Web Application Icons + + - name: trophy + id: trophy + unicode: f091 + created: 1.0 + categories: + - Web Application Icons + + - name: github-sign + id: github-sign + unicode: f092 + created: 1.0 + categories: + - Brand Icons + + - name: upload-alt + id: upload-alt + unicode: f093 + created: 1.0 + categories: + - Web Application Icons + + - name: lemon + id: lemon + unicode: f094 + created: 1.0 + categories: + - Web Application Icons + + - name: phone + id: phone + unicode: f095 + created: 2.0 + categories: + - Web Application Icons + + - name: check-empty + id: check-empty + unicode: f096 + created: 2.0 + aliases: + - unchecked + categories: + - Web Application Icons + + - name: bookmark-empty + id: bookmark-empty + unicode: f097 + created: 2.0 + categories: + - Web Application Icons + + - name: phone-sign + id: phone-sign + unicode: f098 + created: 2.0 + categories: + - Web Application Icons + + - name: twitter + id: twitter + unicode: f099 + created: 2.0 + categories: + - Brand Icons + + - name: facebook + id: facebook + unicode: f09a + created: 2.0 + categories: + - Brand Icons + + - name: github + id: github + unicode: f09b + created: 2.0 + categories: + - Brand Icons + + - name: unlock + id: unlock + unicode: f09c + created: 2.0 + categories: + - Web Application Icons + + - name: credit-card + id: credit-card + unicode: f09d + created: 2.0 + categories: + - Web Application Icons + + - name: rss + id: rss + unicode: f09e + created: 2.0 + categories: + - Web Application Icons + + + - name: hdd + id: hdd + unicode: f0a0 + created: 2.0 + categories: + - Web Application Icons + + - name: bullhorn + id: bullhorn + unicode: f0a1 + created: 2.0 + categories: + - Web Application Icons + + - name: bell + id: bell + unicode: f0a2 + created: 2.0 + categories: + - Web Application Icons + + - name: certificate + id: certificate + unicode: f0a3 + created: 2.0 + categories: + - Web Application Icons + + - name: hand-right + id: hand-right + unicode: f0a4 + created: 2.0 + categories: + - Directional Icons + + - name: hand-left + id: hand-left + unicode: f0a5 + created: 2.0 + categories: + - Directional Icons + + - name: hand-up + id: hand-up + unicode: f0a6 + created: 2.0 + categories: + - Directional Icons + + - name: hand-down + id: hand-down + unicode: f0a7 + created: 2.0 + categories: + - Directional Icons + + - name: circle-arrow-left + id: circle-arrow-left + unicode: f0a8 + created: 2.0 + categories: + - Directional Icons + + - name: circle-arrow-right + id: circle-arrow-right + unicode: f0a9 + created: 2.0 + categories: + - Directional Icons + + - name: circle-arrow-up + id: circle-arrow-up + unicode: f0aa + created: 2.0 + categories: + - Directional Icons + + - name: circle-arrow-down + id: circle-arrow-down + unicode: f0ab + created: 2.0 + categories: + - Directional Icons + + - name: globe + id: globe + unicode: f0ac + created: 2.0 + categories: + - Web Application Icons + + - name: wrench + id: wrench + unicode: f0ad + created: 2.0 + categories: + - Web Application Icons + + - name: tasks + id: tasks + unicode: f0ae + created: 2.0 + categories: + - Web Application Icons + + + - name: filter + id: filter + unicode: f0b0 + created: 2.0 + categories: + - Web Application Icons + + - name: briefcase + id: briefcase + unicode: f0b1 + created: 2.0 + categories: + - Web Application Icons + + - name: fullscreen + id: fullscreen + unicode: f0b2 + created: 2.0 + categories: + - Video Player Icons + + + - name: group + id: group + unicode: f0c0 + created: 2.0 + categories: + - Web Application Icons + + - name: link + id: link + unicode: f0c1 + created: 2.0 + categories: + - Text Editor Icons + + - name: cloud + id: cloud + unicode: f0c2 + created: 2.0 + categories: + - Web Application Icons + + - name: beaker + id: beaker + unicode: f0c3 + created: 2.0 + categories: + - Web Application Icons + + - name: cut + id: cut + unicode: f0c4 + created: 2.0 + categories: + - Text Editor Icons + + - name: copy + id: copy + unicode: f0c5 + created: 2.0 + categories: + - Text Editor Icons + + - name: paper-clip + id: paper-clip + unicode: f0c6 + created: 2.0 + aliases: + - paperclip + categories: + - Text Editor Icons + + - name: save + id: save + unicode: f0c7 + created: 2.0 + categories: + - Text Editor Icons + + - name: sign-blank + id: sign-blank + unicode: f0c8 + created: 2.0 + categories: + - Web Application Icons + + - name: reorder + id: reorder + unicode: f0c9 + created: 2.0 + categories: + - Web Application Icons + + - name: list-ul + id: list-ul + unicode: f0ca + created: 2.0 + categories: + - Text Editor Icons + + - name: list-ol + id: list-ol + unicode: f0cb + created: 2.0 + categories: + - Text Editor Icons + + - name: strikethrough + id: strikethrough + unicode: f0cc + created: 2.0 + categories: + - Text Editor Icons + + - name: underline + id: underline + unicode: f0cd + created: 2.0 + categories: + - Text Editor Icons + + - name: table + id: table + unicode: f0ce + created: 2.0 + categories: + - Text Editor Icons + + + - name: magic + id: magic + unicode: f0d0 + created: 2.0 + categories: + - Web Application Icons + + - name: truck + id: truck + unicode: f0d1 + created: 2.0 + categories: + - Web Application Icons + + - name: pinterest + id: pinterest + unicode: f0d2 + created: 2.0 + categories: + - Brand Icons + + - name: pinterest-sign + id: pinterest-sign + unicode: f0d3 + created: 2.0 + categories: + - Brand Icons + + - name: google-plus-sign + id: google-plus-sign + unicode: f0d4 + created: 2.0 + categories: + - Brand Icons + + - name: google-plus + id: google-plus + unicode: f0d5 + created: 2.0 + categories: + - Brand Icons + + - name: money + id: money + unicode: f0d6 + created: 2.0 + categories: + - Web Application Icons + + - name: caret-down + id: caret-down + unicode: f0d7 + created: 2.0 + categories: + - Directional Icons + + - name: caret-up + id: caret-up + unicode: f0d8 + created: 2.0 + categories: + - Directional Icons + + - name: caret-left + id: caret-left + unicode: f0d9 + created: 2.0 + categories: + - Directional Icons + + - name: caret-right + id: caret-right + unicode: f0da + created: 2.0 + categories: + - Directional Icons + + - name: columns + id: columns + unicode: f0db + created: 2.0 + categories: + - Text Editor Icons + + - name: sort + id: sort + unicode: f0dc + created: 2.0 + categories: + - Web Application Icons + + - name: sort-down + id: sort-down + unicode: f0dd + created: 2.0 + categories: + - Web Application Icons + + - name: sort-up + id: sort-up + unicode: f0de + created: 2.0 + categories: + - Web Application Icons + + + - name: Envelope + id: envelope + unicode: f0e0 + created: 2.0 + categories: + - Web Application Icons + + - name: linkedin + id: linkedin + unicode: f0e1 + created: 2.0 + categories: + - Brand Icons + + + - name: undo + id: undo + unicode: f0e2 + created: 2.0 + aliases: + - rotate-left + categories: + - Text Editor Icons + + - name: legal + id: legal + unicode: f0e3 + created: 2.0 + categories: + - Web Application Icons + + - name: dashboard + id: dashboard + unicode: f0e4 + created: 2.0 + categories: + - Web Application Icons + + - name: comment-alt + id: comment-alt + unicode: f0e5 + created: 2.0 + categories: + - Web Application Icons + + - name: comments-alt + id: comments-alt + unicode: f0e6 + created: 2.0 + categories: + - Web Application Icons + + - name: bolt + id: bolt + unicode: f0e7 + created: 2.0 + categories: + - Web Application Icons + + - name: sitemap + id: sitemap + unicode: f0e8 + created: 2.0 + categories: + - Web Application Icons + + - name: umbrella + id: umbrella + unicode: f0e9 + created: 2.0 + categories: + - Web Application Icons + + - name: paste + id: paste + unicode: f0ea + created: 2.0 + categories: + - Text Editor Icons + + - name: lightbulb + id: lightbulb + unicode: f0eb + created: 3.0 + categories: + - Web Application Icons + + - name: exchange + id: exchange + unicode: f0ec + created: 3.0 + categories: + - Web Application Icons + + - name: cloud-download + id: cloud-download + unicode: f0ed + created: 3.0 + categories: + - Web Application Icons + + - name: cloud-upload + id: cloud-upload + unicode: f0ee + created: 3.0 + categories: + - Web Application Icons + + + - name: user-md + id: user-md + unicode: f0f0 + created: 2.0 + categories: + - Medical Icons + + - name: stethoscope + id: stethoscope + unicode: f0f1 + created: 3.0 + categories: + - Medical Icons + + - name: suitcase + id: suitcase + unicode: f0f2 + created: 3.0 + categories: + - Web Application Icons + + - name: bell-alt + id: bell-alt + unicode: f0f3 + created: 3.0 + categories: + - Web Application Icons + + - name: coffee + id: coffee + unicode: f0f4 + created: 3.0 + categories: + - Web Application Icons + + - name: food + id: food + unicode: f0f5 + created: 3.0 + categories: + - Web Application Icons + + - name: file-text-alt + id: file-text-alt + unicode: f0f6 + created: 3.0 + categories: + - Text Editor Icons + + - name: building + id: building + unicode: f0f7 + created: 3.0 + categories: + - Web Application Icons + + - name: hospital + id: hospital + unicode: f0f8 + created: 3.0 + categories: + - Medical Icons + + - name: ambulance + id: ambulance + unicode: f0f9 + created: 3.0 + categories: + - Medical Icons + + - name: medkit + id: medkit + unicode: f0fa + created: 3.0 + categories: + - Medical Icons + + - name: fighter-jet + id: fighter-jet + unicode: f0fb + created: 3.0 + categories: + - Web Application Icons + + - name: beer + id: beer + unicode: f0fc + created: 3.0 + categories: + - Web Application Icons + + - name: h-sign + id: h-sign + unicode: f0fd + created: 3.0 + categories: + - Medical Icons + + - name: plus-sign-alt + id: plus-sign-alt + unicode: f0fe + created: 3.0 + categories: + - Medical Icons + - Web Application Icons + + + - name: double-angle-left + id: double-angle-left + unicode: f100 + created: 3.0 + categories: + - Directional Icons + + - name: double-angle-right + id: double-angle-right + unicode: f101 + created: 3.0 + categories: + - Directional Icons + + - name: double-angle-up + id: double-angle-up + unicode: f102 + created: 3.0 + categories: + - Directional Icons + + - name: double-angle-down + id: double-angle-down + unicode: f103 + created: 3.0 + categories: + - Directional Icons + + - name: angle-left + id: angle-left + unicode: f104 + created: 3.0 + categories: + - Directional Icons + + - name: angle-right + id: angle-right + unicode: f105 + created: 3.0 + categories: + - Directional Icons + + - name: angle-up + id: angle-up + unicode: f106 + created: 3.0 + categories: + - Directional Icons + + - name: angle-down + id: angle-down + unicode: f107 + created: 3.0 + categories: + - Directional Icons + + - name: desktop + id: desktop + unicode: f108 + created: 3.0 + categories: + - Web Application Icons + + - name: laptop + id: laptop + unicode: f109 + created: 3.0 + categories: + - Web Application Icons + + - name: tablet + id: tablet + unicode: f10a + created: 3.0 + categories: + - Web Application Icons + + - name: mobile-phone + id: mobile-phone + unicode: f10b + created: 3.0 + categories: + - Web Application Icons + + - name: circle-blank + id: circle-blank + unicode: f10c + created: 3.0 + categories: + - Web Application Icons + + - name: quote-left + id: quote-left + unicode: f10d + created: 3.0 + categories: + - Web Application Icons + + - name: quote-right + id: quote-right + unicode: f10e + created: 3.0 + categories: + - Web Application Icons + + + - name: spinner + id: spinner + unicode: f110 + created: 3.0 + categories: + - Web Application Icons + + - name: circle + id: circle + unicode: f111 + created: 3.0 + categories: + - Web Application Icons + + - name: reply + id: reply + unicode: f112 + created: 3.0 + aliases: + - mail-reply + categories: + - Web Application Icons + + - name: github-alt + id: github-alt + unicode: f113 + created: 3.0 + categories: + - Brand Icons + + - name: folder-close-alt + id: folder-close-alt + unicode: f114 + created: 3.0 + categories: + - Web Application Icons + + - name: folder-open-alt + id: folder-open-alt + unicode: f115 + created: 3.0 + categories: + - Web Application Icons + + - name: expand-alt + id: expand-alt + unicode: f116 + created: 3.1 + categories: + - Web Application Icons + + - name: collapse-alt + id: collapse-alt + unicode: f117 + created: 3.1 + categories: + - Web Application Icons + + - name: smile + id: smile + unicode: f118 + created: 3.1 + categories: + - Web Application Icons + + - name: frown + id: frown + unicode: f119 + created: 3.1 + categories: + - Web Application Icons + + - name: meh + id: meh + unicode: f11a + created: 3.1 + categories: + - Web Application Icons + + - name: gamepad + id: gamepad + unicode: f11b + created: 3.1 + categories: + - Web Application Icons + + - name: keyboard + id: keyboard + unicode: f11c + created: 3.1 + categories: + - Web Application Icons + + - name: flag-alt + id: flag-alt + unicode: f11d + created: 3.1 + categories: + - Web Application Icons + + - name: flag-checkered + id: flag-checkered + unicode: f11e + created: 3.1 + categories: + - Web Application Icons + + + - name: terminal + id: terminal + unicode: f120 + created: 3.1 + categories: + - Web Application Icons + + - name: code + id: code + unicode: f121 + created: 3.1 + categories: + - Web Application Icons + + - name: reply-all + id: reply-all + unicode: f122 + created: 3.1 + categories: + - Web Application Icons + + - name: mail-reply-all + id: mail-reply-all + unicode: f122 + created: 3.1 + categories: + - Web Application Icons + + - name: star-half-empty + id: star-half-empty + unicode: f123 + created: 3.1 + aliases: + - star-half-full + categories: + - Web Application Icons + + - name: location-arrow + id: location-arrow + unicode: f124 + created: 3.1 + categories: + - Web Application Icons + + - name: crop + id: crop + unicode: f125 + created: 3.1 + categories: + - Web Application Icons + + - name: code-fork + id: code-fork + unicode: f126 + created: 3.1 + categories: + - Web Application Icons + + - name: unlink + id: unlink + unicode: f127 + created: 3.1 + categories: + - Text Editor Icons + + - name: question + id: question + unicode: f128 + created: 3.1 + categories: + - Web Application Icons + + - name: info + id: info + unicode: f129 + created: 3.1 + categories: + - Web Application Icons + + - name: exclamation + id: exclamation + unicode: f12a + created: 3.1 + categories: + - Web Application Icons + + - name: superscript + id: superscript + unicode: f12b + created: 3.1 + categories: + - Web Application Icons + + - name: subscript + id: subscript + unicode: f12c + created: 3.1 + categories: + - Web Application Icons + + - name: eraser + id: eraser + unicode: f12d + created: 3.1 + categories: + - Text Editor Icons + - Web Application Icons + + - name: puzzle-piece + id: puzzle-piece + unicode: f12e + created: 3.1 + categories: + - Web Application Icons + + + - name: microphone + id: microphone + unicode: f130 + created: 3.1 + categories: + - Web Application Icons + + - name: microphone-off + id: microphone-off + unicode: f131 + created: 3.1 + categories: + - Web Application Icons + + - name: shield + id: shield + unicode: f132 + created: 3.1 + categories: + - Web Application Icons + + - name: calendar-empty + id: calendar-empty + unicode: f133 + created: 3.1 + categories: + - Web Application Icons + + - name: fire-extinguisher + id: fire-extinguisher + unicode: f134 + created: 3.1 + categories: + - Web Application Icons + + - name: rocket + id: rocket + unicode: f135 + created: 3.1 + categories: + - Web Application Icons + + - name: MaxCDN + id: maxcdn + unicode: f136 + created: 3.1 + categories: + - Brand Icons + + - name: Chevron Sign Left + id: chevron-sign-left + unicode: f137 + created: 3.1 + categories: + - Directional Icons + + - name: Chevron Sign Right + id: chevron-sign-right + unicode: f138 + created: 3.1 + categories: + - Directional Icons + + - name: Chevron Sign Up + id: chevron-sign-up + unicode: f139 + created: 3.1 + categories: + - Directional Icons + + - name: Chevron Sign Down + id: chevron-sign-down + unicode: f13a + created: 3.1 + categories: + - Directional Icons + + - name: HTML 5 Logo + id: html5 + unicode: f13b + created: 3.1 + categories: + - Brand Icons + + - name: CSS 3 Logo + id: css3 + unicode: f13c + created: 3.1 + categories: + - Brand Icons + + - name: Anchor + id: anchor + unicode: f13d + created: 3.1 + categories: + - Web Application Icons + + - name: Unlock Alt + id: unlock-alt + unicode: f13e + created: 3.1 + categories: + - Web Application Icons + + + - name: Bullseye + id: bullseye + unicode: f140 + created: 3.1 + categories: + - Web Application Icons + + - name: Horizontal Ellipsis + id: ellipsis-horizontal + unicode: f141 + created: 3.1 + categories: + - Web Application Icons + + - name: Vertical Ellipsis + id: ellipsis-vertical + unicode: f142 + created: 3.1 + categories: + - Web Application Icons + + - name: RSS Sign + id: rss-sign + unicode: f143 + created: 3.1 + categories: + - Web Application Icons + + - name: Play Sign + id: play-sign + unicode: f144 + created: 3.1 + categories: + - Video Player Icons + + - name: Ticket + id: ticket + unicode: f145 + created: 3.1 + categories: + - Web Application Icons + + - name: Minus Sign Alt + id: minus-sign-alt + unicode: f146 + created: 3.1 + categories: + - Web Application Icons + + - name: Check Minus + id: check-minus + unicode: f147 + created: 3.1 + categories: + - Web Application Icons + + - name: Level Up + id: level-up + unicode: f148 + created: 3.1 + categories: + - Web Application Icons + + - name: Level Down + id: level-down + unicode: f149 + created: 3.1 + categories: + - Web Application Icons + + - name: Check Sign + id: check-sign + unicode: f14a + created: 3.1 + categories: + - Web Application Icons + + - name: Edit Sign + id: edit-sign + unicode: f14b + created: 3.1 + categories: + - Web Application Icons + + - name: Exteral Link Sign + id: external-link-sign + unicode: f14c + created: 3.1 + categories: + - Web Application Icons + + - name: Share Sign + id: share-sign + unicode: f14d + created: 3.1 + categories: + - Web Application Icons + + - name: Compass + id: compass + unicode: f14e + created: 3.2 + categories: + - Web Application Icons + + + - name: Collapse + id: collapse + unicode: f150 + created: 3.2 + categories: + - Web Application Icons + + - name: Collapse Top + id: collapse-top + unicode: f151 + created: 3.2 + categories: + - Web Application Icons + + - name: Expand + id: expand + unicode: f152 + created: 3.2 + categories: + - Web Application Icons + + - name: Euro (EUR) + id: eur + unicode: f153 + created: 3.2 + aliases: + - euro + categories: + - Currency Icons + + - name: GBP + id: gbp + unicode: f154 + created: 3.2 + categories: + - Currency Icons + + - name: US Dollar + id: usd + unicode: f155 + created: 3.2 + aliases: + - dollar + categories: + - Currency Icons + + - name: Indian Rupee (INR) + id: inr + unicode: f156 + created: 3.2 + aliases: + - rupee + categories: + - Currency Icons + + - name: Japanese Yen (JPY) + id: jpy + unicode: f157 + created: 3.2 + aliases: + - yen + categories: + - Currency Icons + + - name: Renminbi (CNY) + id: cny + unicode: f158 + created: 3.2 + aliases: + - renminbi + categories: + - Currency Icons + + - name: Korean Won (KRW) + id: krw + unicode: f159 + created: 3.2 + aliases: + - won + categories: + - Currency Icons + + - name: Bitcoin (BTC) + id: btc + unicode: f15a + created: 3.2 + aliases: + - bitcoin + categories: + - Currency Icons + - Brand Icons + + - name: File + id: file + unicode: f15b + created: 3.2 + categories: + - Text Editor Icons + + - name: File Text + id: file-text + unicode: f15c + created: 3.2 + categories: + - Text Editor Icons + + - name: Sort By Alphabet + id: sort-by-alphabet + unicode: f15d + created: 3.2 + categories: + - Web Application Icons + + - name: Sort By Alphabet Alt + id: sort-by-alphabet-alt + unicode: f15e + created: 3.2 + categories: + - Web Application Icons + + + - name: Sort By Attributes + id: sort-by-attributes + unicode: f160 + created: 3.2 + categories: + - Web Application Icons + + - name: Sort By Attributes Alt + id: sort-by-attributes-alt + unicode: f161 + created: 3.2 + categories: + - Web Application Icons + + - name: Sort By Order + id: sort-by-order + unicode: f162 + created: 3.2 + categories: + - Web Application Icons + + - name: Sort By Order Alt + id: sort-by-order-alt + unicode: f163 + created: 3.2 + categories: + - Web Application Icons + + + - name: thumbs-up + id: thumbs-up + unicode: f164 + created: 3.2 + categories: + - Web Application Icons + + - name: thumbs-down + id: thumbs-down + unicode: f165 + created: 3.2 + categories: + - Web Application Icons + + - name: YouTube Sign + id: youtube-sign + unicode: f166 + created: 3.2 + categories: + - Brand Icons + + - name: YouTube + id: youtube + unicode: f167 + created: 3.2 + categories: + - Brand Icons + + - name: Xing + id: xing + unicode: f168 + created: 3.2 + categories: + - Brand Icons + + - name: Xing Sign + id: xing-sign + unicode: f169 + created: 3.2 + categories: + - Brand Icons + + - name: YouTube Play + id: youtube-play + unicode: f16a + created: 3.2 + categories: + - Brand Icons + - Video Player Icons + + - name: Dropbox + id: dropbox + unicode: f16b + created: 3.2 + categories: + - Brand Icons + + - name: Stack Exchange + id: stackexchange + unicode: f16c + created: 3.2 + categories: + - Brand Icons + + - name: Instagram + id: instagram + unicode: f16d + created: 3.2 + categories: + - Brand Icons + + - name: Flickr + id: flickr + unicode: f16e + created: 3.2 + categories: + - Brand Icons + + - name: App.net + id: adn + unicode: f170 + created: 3.2 + categories: + - Brand Icons + + - name: Bitbucket + id: bitbucket + unicode: f171 + created: 3.2 + categories: + - Brand Icons + + - name: Bitbucket Sign + id: bitbucket-sign + unicode: f172 + created: 3.2 + categories: + - Brand Icons + + - name: Tumblr + id: tumblr + unicode: f173 + created: 3.2 + categories: + - Brand Icons + + - name: Tumblr Sign + id: tumblr-sign + unicode: f174 + created: 3.2 + categories: + - Brand Icons + + - name: Long Arrow Down + id: long-arrow-down + unicode: f175 + created: 3.2 + categories: + - Directional Icons + + - name: Long Arrow Up + id: long-arrow-up + unicode: f176 + created: 3.2 + categories: + - Directional Icons + + - name: Long Arrow Left + id: long-arrow-left + unicode: f177 + created: 3.2 + categories: + - Directional Icons + + - name: Long Arrow Right + id: long-arrow-right + unicode: f178 + created: 3.2 + categories: + - Directional Icons + + - name: Apple + id: apple + unicode: f179 + created: 3.2 + categories: + - Brand Icons + + - name: Windows + id: windows + unicode: f17a + created: 3.2 + categories: + - Brand Icons + + - name: Android + id: android + unicode: f17b + created: 3.2 + categories: + - Brand Icons + + - name: Linux + id: linux + unicode: f17c + created: 3.2 + categories: + - Brand Icons + + - name: Dribbble + id: dribbble + unicode: f17d + created: 3.2 + categories: + - Brand Icons + + - name: Skype + id: skype + unicode: f17e + created: 3.2 + categories: + - Brand Icons + + + - name: Foursquare + id: foursquare + unicode: f180 + created: 3.2 + categories: + - Brand Icons + + - name: Trello + id: trello + unicode: f181 + created: 3.2 + categories: + - Brand Icons + + - name: Female + id: female + unicode: f182 + created: 3.2 + categories: + - Web Application Icons + + - name: Male + id: male + unicode: f183 + created: 3.2 + categories: + - Web Application Icons + + - name: Gittip + id: gittip + unicode: f184 + created: 3.2 + categories: + - Brand Icons + + - name: Sun + id: sun + unicode: f185 + created: 3.2 + categories: + - Web Application Icons + + - name: Moon + id: moon + unicode: f186 + created: 3.2 + categories: + - Web Application Icons + + - name: Archive + id: archive + unicode: f187 + created: 3.2 + categories: + - Web Application Icons + + - name: Bug + id: bug + unicode: f188 + created: 3.2 + categories: + - Web Application Icons + + - name: VK + id: vk + unicode: f189 + created: 3.2 + categories: + - Brand Icons + + - name: Weibo + id: weibo + unicode: f18a + created: 3.2 + categories: + - Brand Icons + + - name: Renren + id: renren + unicode: f18b + created: 3.2 + categories: + - Brand Icons diff --git a/_gh_pages/3.2.1/icons/index.html b/_gh_pages/3.2.1/icons/index.html new file mode 100644 index 000000000..c28cd9480 --- /dev/null +++ b/_gh_pages/3.2.1/icons/index.html @@ -0,0 +1,1211 @@ + + + + + + + + + + Font Awesome Icons + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      The Icons

    +

    The complete set of 361 icons in Font Awesome 3.2.1

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + You asked, Font Awesome delivers with 58 shiny new icons in version 3.2. + Want to request new icons? Here's how. + + Need vectors or want to use on the desktop? Check the cheatsheet. +

    + +
    +
    +
    + +
    +
    +
    + + + + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + +
    +
      +
    • All brand icons are trademarks of their respective owners.
    • +
    • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
    • +
    + +
    + + +
    + +
    + + + + +
    + + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/index.html b/_gh_pages/3.2.1/index.html new file mode 100644 index 000000000..751adca98 --- /dev/null +++ b/_gh_pages/3.2.1/index.html @@ -0,0 +1,329 @@ + + + + + + + + + + Font Awesome, the iconic font designed for Bootstrap + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +
    +
    +

    Font Awesome

    +

    The iconic font designed for Bootstrap

    + +
    + + GitHub Project   ·   + Version 3.2.1   ·   + Created & Maintained by Dave Gandy +
    +
    +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, + and anything that can be done with the power of CSS. +

    + +
    +
    +
    + +
    +
    +
    + + +
    +
    +
    +

    One Font, 361 Icons

    + In a single collection, Font Awesome is a pictographic language of web-related actions. +
    +
    +

    CSS Control

    + Easily style icon color, size, shadow, and anything that's possible with CSS. +
    +
    +

    Infinite Scalability

    + Scalable vector graphics means every icon looks awesome at any size. +
    +
    +

    Free, as in Speech

    + Font Awesome is completely free for commercial use. Check out the license. +
    +
    +

    IE7 Support

    + Font Awesome supports IE7. If you need it, you have my condolences. +
    +
    +

    Perfect on Retina Displays

    + Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays. +
    +
    +

    Made for Bootstrap

    + Designed from scratch to be fully compatible with Bootstrap 2.3.2. +
    +
    +

    Desktop Friendly

    + To use on the desktop or for a complete set of vectors, + check out the cheatsheet. +
    +
    +

    Screen Reader Compatible

    + Font Awesome won't trip up screen readers, unlike other icon fonts. +
    +
    +
    + +
    + +
    +
    +

    + Thanks to @robmadole and + @supercodepoet for icon design + review, advice, some Jekyll help, and being all around badass coders. +

    +
    +
    +

    + Thanks to @grantgordon and + @johnsmclay for developing and hosting + icnfnt, the best way to subset Font Awesome. +

    +
    +
    +

    + Thanks to MaxCDN for providing the excellent + BootstrapCDN, the fastest and easiest way to + get started with Font Awesome. +

    +
    +
    +
    + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/license/index.html b/_gh_pages/3.2.1/license/index.html new file mode 100644 index 000000000..e37dea886 --- /dev/null +++ b/_gh_pages/3.2.1/license/index.html @@ -0,0 +1,270 @@ + + + + + + + + + + Font Awesome License + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      License

    +

    The full details of how Font Awesome is licensed

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Font Awesome is fully open source and is GPL compatible. You can use it for commercial projects, open source + projects, or really just about whatever you want. +

    + +
    +
    +
    + +
    +
    +
    + + +
    +
    +
      +
    • + Attribution is no longer required as of Font Awesome 3.0 but is much appreciated: + "Font Awesome by Dave Gandy - http://fontawesome.io". +
    • +
    +
    +
    + +
    + +
      +
    • + Applies to all desktop and webfont files in the following directory: + font-awesome/font/. +
    • +
    • License: SIL OFL 1.1
    • +
    • URL: http://scripts.sil.org/OFL
    • +
    +
    + +
    + + +
    + +
    + + +
    + +
    + +
      +
    • All brand icons are trademarks of their respective owners.
    • +
    • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
    • +
    + +
    + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/test/index.html b/_gh_pages/3.2.1/test/index.html new file mode 100644 index 000000000..42557221c --- /dev/null +++ b/_gh_pages/3.2.1/test/index.html @@ -0,0 +1,1056 @@ + + + + + + + + + + Font Awesome Visual Test Cases + + + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +

    Visual Test Cases

    + +

    Icons Icons should have proper alignment and not be clipped

    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building +
    +
    + Building Large +
    +
    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle +
    +
    + Circle Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle Large +
    +
    + + +

    Links with Icons icon should activate link & underline

    + + + + +

    Navbar should stay same height

    + + + +

    Plain buttons next to buttons w/icons should be same height, icons not clipped

    +

    Buttons

    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    + + +

    Anchors

    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    + + +

    Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

    + + + +

    Nav pills & nav tabs should be same height and properly vertically aligned

    + + + + +

    2x, 3x, 4x icons in text should have margins next to and below text

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + +

    Bullets should wrap appropriately, have proper spacing

    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    + + +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    + + +

    Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

    +
    + Loading... + + + Loading... + + Loading... +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    icon-large

    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    Bootstrap Prepend and Append

    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    + +

    Stacked icons

    +
    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +
    +
    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +

    + + + + + Twitter Icon + + + + + Facebook Icon + + + + + GitHub Icon +

    +
    +

    Stacked icons inside anchor

    + + + +

    Mirrored and rotated icons

    +
    +
    +
    +   normal
    +  icon-rotate-90
    +  icon-rotate-180
    +  icon-rotate-270
    +  icon-flip-horizontal
    +  icon-flip-vertical + +
    +
    +
    +
    +   normal
    +  icon-rotate-90
    +  icon-rotate-180
    +  icon-rotate-270
    +  icon-flip-horizontal
    +  icon-flip-vertical + +
    +
    +
    +

    Mirrored and rotated icons inside anchors and buttons

    + + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/3.2.1/whats-new/index.html b/_gh_pages/3.2.1/whats-new/index.html new file mode 100644 index 000000000..4effebab8 --- /dev/null +++ b/_gh_pages/3.2.1/whats-new/index.html @@ -0,0 +1,442 @@ + + + + + + + + + + What's New + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    +

      What's New

    +

    What's New in the latest version — Font Awesome 3.2

    +
    +
    + +
    +
    + +
    +
    + + +
    + +
    +
    +
    +
    + Heads up! These docs are for v3.2.1, which is no longer officially supported. Check out the latest version of Font Awesome! +
    +
    +
    +
    +
    +
    +
    + +

    + Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome + 3.2. Have some ideas for new features? + Help contribute. +

    + +
    +
    +
    + +
    +
    +
    + + +
    +
    +
    +

    58 New Icons in 3.2

    + Requested by the active community on the Font Awesome GitHub project. +
    +
    +

    SCSS Support

    + A long term solution is now in place for SCSS support. Need SASS? Try sass-convert. +
    +
    +

    Better & Simpler License

    + SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated. +
    +
    +

    Pixel Perfection at 14px

    + Version 3 was re-created from the ground up to be razor sharp at Bootstrap's default 14px. +
    +
    +

    Font Subsetting

    + Thanks to @grantgordon and @johnsmclay, you can subset to get just the icons you need. +
    +
    +

    Want More Details?

    + Check out the CHANGELOG on the GitHub project to see + what's new and changed. +
    +
    +
    + +
    + +
    +
    +

    Rotated and Flipped Icons

    +
    +   normal
    +   icon-rotate-90
    +   icon-rotate-180
    +   icon-rotate-270
    +   icon-flip-horizontal
    +   icon-flip-vertical +
    +
    +
    +

    Stacked Icons

    +
    + + + + + icon-twitter on icon-check-empty
    + + + + + icon-flag on icon-circle
    + + + + + icon-terminal on icon-sign-blank +
    +
    +
    +

    Better Bulleted Lists

    +
    +
      +
    • New bulleted lists
    • +
    • Fix some old bugs
    • +
    • And deal with arbitrary
    • +
    • Font sizes better
    • +
    +
    +
    +
    +
    + +
    + + +
    + You asked, Font Awesome delivers with 58 shiny new icons in version 3.2. + Want to request new icons? Here's how. +
    + + + + +
    + +
    + +
    +
    + + + + + + + + + + + diff --git a/_gh_pages/CNAME b/_gh_pages/CNAME new file mode 100644 index 000000000..f13145254 --- /dev/null +++ b/_gh_pages/CNAME @@ -0,0 +1 @@ +fontawesome.io \ No newline at end of file diff --git a/_gh_pages/Makefile b/_gh_pages/Makefile new file mode 100644 index 000000000..cb51d3579 --- /dev/null +++ b/_gh_pages/Makefile @@ -0,0 +1,38 @@ +PATH := ../node_modules/.bin:$(PATH) + +FA_ROOT_DIRECTORY = assets/font-awesome +FA_LESS_DIRECTORY = assets/font-awesome/less +FA_SCSS_DIRECTORY = assets/font-awesome/scss +FA_CSS_DIRECTORY = assets/font-awesome/css + +FA_LESS_MODERN = ${FA_LESS_DIRECTORY}/font-awesome.less +FA_SCSS_MODERN = ${FA_SCSS_DIRECTORY}/font-awesome.scss + +FA_CSS_MODERN = ${FA_CSS_DIRECTORY}/font-awesome.css +FA_CSS_MODERN_MIN = ${FA_CSS_DIRECTORY}/font-awesome.min.css + +SITE_LESS_DIRECTORY = assets/less +SITE_CSS_DIRECTORY = assets/css + +SITE_LESS = ${SITE_LESS_DIRECTORY}/site.less +SITE_CSS = ${SITE_CSS_DIRECTORY}/site.css + +build: + @echo "Compiling Less files" + @mkdir -p ${FA_CSS_DIRECTORY} + + bundle exec lessc ${FA_LESS_MODERN} > ${FA_CSS_MODERN} + bundle exec lessc --compress ${FA_LESS_MODERN} > ${FA_CSS_MODERN_MIN} +# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN} + + bundle exec lessc --compress ${SITE_LESS} > ${SITE_CSS} + cp -r ${FA_ROOT_DIRECTORY}/* ../ + mv README.md-nobuild ../README.md + cd assets && mv font-awesome font-awesome-4.7.0 && zip -r9 font-awesome-4.7.0.zip font-awesome-4.7.0 && mv font-awesome-4.7.0 font-awesome + + find .. -type f ! -perm 644 -exec chmod 644 {} \; + +default: build + + +.PHONY: build diff --git a/_gh_pages/accessibility/index.html b/_gh_pages/accessibility/index.html new file mode 100644 index 000000000..da3a73865 --- /dev/null +++ b/_gh_pages/accessibility/index.html @@ -0,0 +1,483 @@ + + + + + + + + + + + + Font Awesome & Accessibility + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Accessibility

    +

    Make your icons awesome for all of your users

    + +
    +
    + + +
    +
    +
    +
    +

    + Icons are symbols that can convey a ton of information and really help people comprehend directions, signs, and interfaces. It's important that we create and use them so that they can reach the largest amount of people possible. +

    +
    +
    +
    +

    About Icon Fonts & Accessibility

    +

    + Modern versions of assistive technology, like screen readers, will read CSS generated content (how Font Awesome icons are rendered), as well as specific Unicode characters. When reading our default markup for rendering icons, assisistive technology may have the following problems. +

    + +
      +
    • + The assistive technology may not find any content to read out to a user +
    • +
    • + The assistive technology may read the unicode equivalent, which could not match up to what the icon means in context, or worse is just plain confusing +
    • +
    +
    + +
    +
    +
    + + + +
    +
    +
    +

    + + Use Font Awesome CDN's auto accessibility +

    + +

    Font Awesome CDN helps you automate accessibility support more easily so your icons work for the most people possible. You only need turn on a setting, use our simple syntax, and any icons you use will have all of the best practices and manual techniques below applied automatically.

    +
    + + +
    + +
    + + +
    + or +
    + +
    + +

    + + Manually make your icons accessible +

    + +

    When using icons in your UI, there are manual techniques and ways to help assistive technology either ignore or better understand Font Awesome.

    + +

    Icons used for pure decoration or visual styling

    +

    If you're using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you're using an icon to visually re-emphasize or add styling to content already present in your HTML, it does not need to be repeated to an assistive technology-using user. You can make sure this is not read by adding the aria-hidden="true" to your Font Awesome markup.

    + +
    +
    <i class="fa fa-fighter-jet" aria-hidden="true"></i>
    +
    +an icon being used as pure decoration +
    + +
    +
    <h1 class="logo">
    +  <i class="fa fa-pied-piper" aria-hidden="true"></i>
    +  Pied Piper, A Middle-Out Compression Solution Making Data Storage Problems Smaller
    +</h1>
    +
    +an icon being used as a logo +
    + +
    +
    <a href="https://github.com/FortAwesome/Font-Awesome"><i class="fa fa-github" aria-hidden="true"></i> View this project's code on Github</a>
    +
    +an icon being used in front of link text +
    + +

    Icons with semantic or interactive purpose

    +

    + If you're using an icon to convey meaning (rather than only as a decorative element), ensure that this meaning is also conveyed to assistive technologies. This goes for content you're abbreviating via icons as well as interactive controls (buttons, form elements, toggles, etc.). There are a few techniques to accomplish this: +

    + +

    If an icon is not an interactive element

    +

    + The simplest way to provide a text alternative is to use the aria-hidden="true" attribute on the icon and to include the text with an additional element, such as a <span>, with appropriate CSS to visually hide the element while keeping it accessible to assistive technologies. In addition, you can add a title attribute on the icon to provide a tooltip for sighted mouse users. +

    + +
    +
    <dl>
    +  <dt>
    +    <i class="fa fa-car" aria-hidden="true" title="Time to destination by car"></i>
    +    <span class="sr-only">Time to destination by car:</span>
    +  </dt>
    +  <dd>4 minutes</dd>
    +
    +  <dt>
    +    <i class="fa fa-bicycle" aria-hidden="true" title="Time to destination by bike"></i>
    +    <span class="sr-only">Time to destination by bike:</span>
    +  </dt>
    +  <dd>12 minutes</dd>
    +</dl>
    +
    + an icon being used to communicate travel methods +
    + +
    +
    <i class="fa fa-hourglass" aria-hidden="true" title="60 minutes remain in your exam"></i>
    +<span class="sr-only">60 minutes remain in your exam</span>
    +
    +<i class="fa fa-hourglass-half" aria-hidden="true" title="30 minutes remain in your exam"></i>
    +<span class="sr-only">30 minutes remain in your exam</span>
    +
    +<i class="fa fa-hourglass-end" aria-hidden="true" title="0 minutes remain in your exam"></i>
    +<span class="sr-only">0 minutes remain in your exam</span>
    +
    + an icon being used to denote time remaining +
    + +

    If an icon represents an interactive element

    +

    + In the case of focusable interactive elements, there are various options to include an alternative text or label to the element, without the need for any visually hidden <span> or similar. For instance, simply adding the aria-label attribute with a text description to the interactive element itself will be sufficient to provide an accessible alternative name for the element. If you need to provide a visual tooltip on mouseover/focus, we recommend additionally using the title attribute or a custom tooltip solution. +

    + +
    +
    <a href="path/to/shopping/cart" aria-label="View 3 items in your shopping cart">
    +  <i class="fa fa-shopping-cart" aria-hidden="true"></i>
    +</a>
    +
    + an icon being used to communicate shopping cart state +
    + +
    +
    <a href="#navigation-main" aria-label="Skip to main navigation">
    +  <i class="fa fa-bars" aria-hidden="true"></i>
    +</a>
    +
    + an icon being used as a link to a navigation menu +
    + +
    +
    <a class="btn btn-danger" href="path/to/settings" aria-label="Delete">
    +  <i class="fa fa-trash-o" aria-hidden="true" title="Delete this item?"></i>
    +</a>
    +
    + an icon being used as a delete button's symbol with a title attribute to provide a native mouse tooltip +
    + + + +
    + +
    + +

    + While the scenarios and techniques here help avoid some serious issues and confusion, they are not exhaustive. There are many complex contexts and use cases when it comes to accessibility, such as users with low vision who need a high color contrast ratio to see UI. There are some great tools and resources to learn from and work on these issues out there. Here are a few reads we recommend. +

    + + + +

    + We'll continue to work on these under the larger topic of accessibility, but in the meantime, let us know if any bugs or issues. +

    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/assets/css/prettify.css b/_gh_pages/assets/css/prettify.css new file mode 100644 index 000000000..aedd8d1a9 --- /dev/null +++ b/_gh_pages/assets/css/prettify.css @@ -0,0 +1,30 @@ +.com { color: #93a1a1; } +.lit { color: #195f91; } +.pun, .opn, .clo { color: #93a1a1; } +.fun { color: #dc322f; } +.str, .atv { color: #D14; } +.kwd, .linenums .tag { color: #1e347b; } +.typ, .atn, .dec, .var { color: teal; } +.pln { color: #48484c; } + +.prettyprint { + padding: 8px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} +.prettyprint.linenums { + -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; +} + +/* Specify class=linenums on a pre to get line numbering */ +ol.linenums { + margin: 0 0 0 33px; /* IE indents via margin-left */ +} +ol.linenums li { + padding-left: 12px; + color: #bebec5; + line-height: 18px; + text-shadow: 0 1px 0 #fff; +} \ No newline at end of file diff --git a/_gh_pages/assets/css/pygments.css b/_gh_pages/assets/css/pygments.css new file mode 100644 index 000000000..5af20ee5e --- /dev/null +++ b/_gh_pages/assets/css/pygments.css @@ -0,0 +1,71 @@ +.hll { background-color: #ffffcc } +/*{ background: #f0f3f3; }*/ +.c { color: #999; } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; } /* Generic.Prompt */ +.gs { } /* Generic.Strong */ +.gu { color: #003300; } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; } /* Keyword.Constant */ +.kd { color: #006699; } /* Keyword.Declaration */ +.kn { color: #006699; } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; } /* Keyword.Reserved */ +.kt { color: #007788; } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; } /* Name.Entity */ +.ne { color: #CC0000; } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; } /* Name.Namespace */ +.nt { color: #2f6f9f; } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } + +pre { + background-color: #fafafa; + padding: 8px 15px; +} diff --git a/_gh_pages/assets/css/site.css b/_gh_pages/assets/css/site.css new file mode 100644 index 000000000..f360b54bf --- /dev/null +++ b/_gh_pages/assets/css/site.css @@ -0,0 +1,5 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#21b384;text-decoration:none}a:hover,a:focus{color:#198764;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#b3b3b3}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#1d9d74}a.text-success:hover,a.text-success:focus{color:#157254}.text-info{color:#007dbc}a.text-info:hover,a.text-info:focus{color:#005b89}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#d9534f}a.text-danger:hover,a.text-danger:focus{color:#c9302c}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#f1f9f7}a.bg-success:hover,a.bg-success:focus{background-color:#ceeae1}.bg-info{background-color:#f0f9ff}a.bg-info:hover,a.bg-info:focus{background-color:#bde5ff}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#fbeeed}a.bg-danger:hover,a.bg-danger:focus{background-color:#f2c5c3}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #eee;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#b3b3b3;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#f1f9f7}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#e0f1ec}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#f0f9ff}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#d7efff}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#fbeeed}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#f7d9d8}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#1d9d74}.has-success .form-control{border-color:#1d9d74;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#157254;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #44dcab;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #44dcab}.has-success .input-group-addon{color:#1d9d74;border-color:#1d9d74;background-color:#f1f9f7}.has-success .form-control-feedback{color:#1d9d74}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#d9534f}.has-error .form-control{border-color:#d9534f;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#c9302c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eba5a3}.has-error .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fbeeed}.has-error .form-control-feedback{color:#d9534f}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#1d9d74;border-color:#198764}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#157254;border-color:#051c15}.btn-success:hover{color:#fff;background-color:#157254;border-color:#0f543e}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#157254;border-color:#0f543e}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#0f543e;border-color:#051c15}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#1d9d74;border-color:#198764}.btn-success .badge{color:#1d9d74;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#21b384;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#198764;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#1d9d74}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#21b384}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#1d9d74}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:40px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:10px 15px;font-size:18px;line-height:20px;height:40px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:3px;margin-bottom:3px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:3px;margin-bottom:3px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:3px;margin-bottom:3px}.navbar-btn.btn-sm{margin-top:5px;margin-bottom:5px}.navbar-btn.btn-xs{margin-top:9px;margin-bottom:9px}.navbar-text{margin-top:10px;margin-bottom:10px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#1d9d74;border-color:#1b926c}.navbar-inverse .navbar-brand{color:#fff}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#8eceba}.navbar-inverse .navbar-nav>li>a{color:#b0ddce}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#1b926c}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#c7e7dc}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#fff}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#177f5e}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#1b926c;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#1b926c}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#1b926c}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#b0ddce}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#1b926c}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#b0ddce}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#b0ddce}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#21b384;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#198764;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#1d9d74}.label-success[href]:hover,.label-success[href]:focus{background-color:#157254}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#21b384;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:#fff;background-color:#1d9d74}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#157254}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#21b384}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-success hr{border-top-color:#ceeadc}.alert-success .alert-link{color:#157254}.alert-info{background-color:#f0f9ff;border-color:#ccf3ff;color:#007dbc}.alert-info hr{border-top-color:#b3edff}.alert-info .alert-link{color:#005b89}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#fbeeed;border-color:#f7d8dd;color:#d9534f}.alert-danger hr{border-top-color:#f2c3ca}.alert-danger .alert-link{color:#c9302c}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#1d9d74}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#1d9d74;border-color:#1d9d74}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#9aecd2}.list-group-item-success{color:#1d9d74;background-color:#f1f9f7}a.list-group-item-success,button.list-group-item-success{color:#1d9d74}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#1d9d74;background-color:#e0f1ec}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#1d9d74;border-color:#1d9d74}.list-group-item-info{color:#007dbc;background-color:#f0f9ff}a.list-group-item-info,button.list-group-item-info{color:#007dbc}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#007dbc;background-color:#d7efff}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#007dbc;border-color:#007dbc}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#d9534f;background-color:#fbeeed}a.list-group-item-danger,button.list-group-item-danger{color:#d9534f}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#d9534f;background-color:#f7d9d8}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#d9534f;border-color:#d9534f}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#99bddb}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#99bddb}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#99bddb}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#99bddb}.panel-success{border-color:#8eceba}.panel-success>.panel-heading{color:#fff;background-color:#1d9d74;border-color:#8eceba}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#8eceba}.panel-success>.panel-heading .badge{color:#1d9d74;background-color:#fff}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#8eceba}.panel-info{border-color:#ade0ef}.panel-info>.panel-heading{color:#fff;background-color:#5bc0de;border-color:#ade0ef}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ade0ef}.panel-info>.panel-heading .badge{color:#5bc0de;background-color:#fff}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ade0ef}.panel-warning{border-color:#f8d6a7}.panel-warning>.panel-heading{color:#fff;background-color:#f0ad4e;border-color:#f8d6a7}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#f8d6a7}.panel-warning>.panel-heading .badge{color:#f0ad4e;background-color:#fff}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#f8d6a7}.panel-danger{border-color:#eca9a7}.panel-danger>.panel-heading{color:#fff;background-color:#d9534f;border-color:#eca9a7}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#eca9a7}.panel-danger>.panel-heading .badge{color:#d9534f;background-color:#fff}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#eca9a7}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:30px;color:#157254;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,0.25)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#157254;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,0.25)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.gg{display:table;width:100%;vertical-align:middle}.gg-col{display:table-cell;vertical-align:inherit}.gg{display:table;width:100%;vertical-align:middle}.gg-fixed{table-layout:fixed}.gg-col{display:table-cell;vertical-align:inherit}.gg-row{display:table-row}.gg-min-width{width:1%}.gg-top{vertical-align:top}.gg-middle{vertical-align:middle}.gg-bottom{vertical-align:bottom}.gg-padded{margin-left:-1rem;margin-right:-1rem}.gg-padded .gg{border-spacing:1rem 0}.gg-col-1,.gg-col-2,.gg-col-3,.gg-col-4,.gg-col-5,.gg-col-6,.gg-col-7,.gg-col-8,.gg-col-9,.gg-col-10,.gg-col-11,.gg-col-12{display:table-cell;vertical-align:inherit}.gg-col-1{width:8.33333333%}.gg-col-2{width:16.66666667%}.gg-col-3{width:25%}.gg-col-4{width:33.33333333%}.gg-col-5{width:41.66666667%}.gg-col-6{width:50%}.gg-col-7{width:58.33333333%}.gg-col-8{width:66.66666667%}.gg-col-9{width:75%}.gg-col-10{width:83.33333333%}.gg-col-11{width:91.66666667%}.gg-col-12{width:100%}.navbar{margin-bottom:0}.navbar-inverse{background-color:#1fa67a}.navbar-brand{font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-weight:300;font-size:20px}.navbar-brand i{font-size:23px;padding-right:3px;line-height:.75}.navbar-nav>li>a{padding:11px 10px 9px}.navbar-nav>li.dropdown-split-right>a{padding-left:7px}.navbar-nav>li.dropdown-split-left>a{padding-right:0}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#1b926c}.navbar-inverse .navbar-toggle{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.15);padding:4px 10px;margin-top:5px;margin-bottom:5px}.navbar-inverse .navbar-toggle:hover{background-color:#f4faf8;border-color:#f4faf8;color:#1d9d74;text-shadow:0 -1px 0 #fff}.navbar-nav.navbar-right:last-child{margin-right:-10px}.navbar-org{background-color:#1b926c;border-color:#177e5d;padding:0}.navbar-org .ficon-logo-flag,.navbar-org .ficon-log-fort{vertical-align:baseline}.navbar-org .navbar-text{color:#a5d8c7;margin-top:12px;margin-right:30px}.navbar-org .navbar-nav{margin-right:-10px}.navbar-org .navbar-nav>li+li{margin-left:15px}.navbar-org .navbar-nav>li>a{color:#c7e7dc}.navbar-org .navbar-nav>li>a:hover,.navbar-org .navbar-nav>li>a:focus{color:#fff;background-color:transparent;border-bottom:solid 2px #e8f5f1}.navbar-org .navbar-nav>.active>a,.navbar-org .navbar-nav>.active>a:hover,.navbar-org .navbar-nav>.active>a:focus{color:#c7e7dc;background-color:transparent;border-radius:0;border-bottom:solid 2px #b0ddce}.navbar-org .navbar-nav>.disabled>a,.navbar-org .navbar-nav>.disabled>a:hover,.navbar-org .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-org .navbar-toggle{border-color:#c7e7dc}.navbar-org .navbar-toggle:hover,.navbar-org .navbar-toggle:focus{background-color:#fff}.navbar-org .navbar-toggle .icon-bar{background-color:#fff}.navbar-org .navbar-collapse,.navbar-org .navbar-form{border-color:#177f5e}.navbar-org .navbar-nav>.open>a,.navbar-org .navbar-nav>.open>a:hover,.navbar-org .navbar-nav>.open>a:focus{background-color:#1b926c;color:#fff}@media (max-width:767px){.navbar-org .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#1b926c}.navbar-org .navbar-nav .open .dropdown-menu .divider{background-color:#1b926c}.navbar-org .navbar-nav .open .dropdown-menu>li>a{color:#b0ddce}.navbar-org .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-org .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-org .navbar-nav .open .dropdown-menu>.active>a,.navbar-org .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-org .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#1b926c}.navbar-org .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-org .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-org .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-org .navbar-link{color:#b0ddce}.navbar-org .navbar-link:hover{color:#fff}.navbar-org .btn-link{color:#b0ddce}.navbar-org .btn-link:hover,.navbar-org .btn-link:focus{color:#fff}.navbar-org .btn-link[disabled]:hover,fieldset[disabled] .navbar-org .btn-link:hover,.navbar-org .btn-link[disabled]:focus,fieldset[disabled] .navbar-org .btn-link:focus{color:#444}.btn{box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)}.btn-default{text-shadow:0 1px 0 #fff}.btn-primary,.btn-success,.btn-warning,.btn-danger,.btn-info{text-shadow:0 1px 0 rgba(0,0,0,0.2)}.jumbotron{background-color:#1fa67a;border-top:1px solid #34a782;border-bottom:1px solid #1b926c;margin-bottom:0;padding:50px 0 40px}.jumbotron,.jumbotron h1{color:#fff}.jumbotron h1{font-size:80px;letter-spacing:-2px;line-height:1;margin:0 0 15px}.jumbotron p{font-family:proxima-nova-sc,"Helvetica Neue",Helvetica,Arial,sans-serif;margin-top:15px;margin-bottom:15px;font-size:24px;line-height:1.3;font-weight:lighter}.jumbotron .list-group-item{border-color:#3fac89;background:transparent}.jumbotron .text-muted{color:#83c9b3}.jumbotron-ad h1,.jumbotron-carousel h1{text-shadow:4px 3px 0 #1d9d74,9px 8px 0 rgba(0,0,0,0.15)}.jumbotron-ad p,.jumbotron-carousel p{color:#c7e7dc;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-icon{padding:30px 0 25px;background-color:#eee;color:#222;border-bottom-color:#d1d1d1;border-top-color:#f7f7f7}.jumbotron-icon,.jumbotron-icon h1{text-shadow:0 1px 0 #fff}.jumbotron-icon h1{color:#222;margin-top:22px}.jumbotron-icon h1 small{letter-spacing:normal;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;margin-left:20px}.jumbotron-icon .info-icons{font-size:14px}.jumbotron-icon .info-details{float:left}.jumbotron-icon .info-details p{margin:25px 0;font-weight:bold}.jumbotron-icon .info-details .dl-horizontal dt{width:80px}.jumbotron-icon .info-details .dl-horizontal dd{margin-left:95px}.jumbotron-icon .fa-2{font-size:2em}.jumbotron-icon .fa-3{font-size:4em}.jumbotron-icon .fa-4{font-size:7em}.jumbotron-icon .fa-5{font-size:12em}.jumbotron-icon .fa-6{font-size:20em}.jumbotron-icon .fa-1,.jumbotron-icon .fa-2,.jumbotron-icon .fa-3,.jumbotron-icon .fa-4,.jumbotron-icon .fa-5,.jumbotron-icon .fa-6{margin-right:.07142857em}h1.info-class{font-size:30px}.well-transparent{background-color:transparent}.well-lg{padding:40px;font-size:21px}.well-lg h1{font-size:3em}.well-lg h2{font-size:2em}.well-lg h1,.well-lg h2{margin-top:0}.well-lg p{margin-bottom:30px}.label{padding:.3em .6em}.label-brand{background-color:#1d9d74}.label-brand[href]:hover,.label-brand[href]:focus{background-color:#157254}.label-dark{background-color:#333}.label-dark[href]:hover,.label-dark[href]:focus{background-color:#1a1a1a}h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif}.small-caps{font-family:proxima-nova-sc,"Helvetica Neue",Helvetica,Arial,sans-serif}.hr{position:relative;text-align:center;font-size:14px;z-index:1;min-height:20px}.hr:after{content:" ";position:absolute;top:50%;left:0;right:0;border-top:2px solid #eee;z-index:-1}.hr .hr-text{display:inline-block;background-color:#fff;padding:0 .5em}.alert-link{text-decoration:underline}.alert-default{background-color:transparent;border-color:#ebebeb;color:#333}.alert-default hr{border-top-color:#dedede}.alert-default .alert-link{color:#1a1a1a}.alert-well{background-color:#f5f5f5;border-color:#ddd;color:#333}.alert-well hr{border-top-color:#d0d0d0}.alert-well .alert-link{color:#1a1a1a}.alert-well-alt{background-color:#f5f5f5;border-color:#ddd;color:#737373}.alert-well-alt hr{border-top-color:#d0d0d0}.alert-well-alt .alert-link{color:#595959}.tooltip{font-size:14px}.tooltip-inner{padding:5px 10px}.panel{-webkit-box-shadow:none;box-shadow:none}.panel-heading{margin:-1px;border-bottom-width:0;padding:11px 15px}.panel-default .panel-heading{margin:0;border-bottom-width:1px;padding:10px 15px}@media (min-width:768px){.modal-md{width:450px}}section{margin-top:40px}#social-buttons{padding:22px 0 17px;text-align:center;background-color:#f5f5f5;border-top:1px solid #fff;border-bottom:1px solid #eee}#social-buttons ul.list-inline{margin-bottom:0}#subscribe{padding:22px 0 17px;text-align:center}label.error{color:#d9534f;margin-top:5px}#icon-carousel{margin-top:5px;font-size:220px;text-align:center;line-height:250px;text-shadow:0 2px 0 rgba(0,0,0,0.15)}.carousel-control{top:230px;width:30px;height:30px;border-width:0;font-size:30px;line-height:25px;left:114px}.carousel-control.right{left:auto;right:114px}.carousel-control.right,.carousel-control.left{background-image:none;filter:none}.jumbotron-carousel{padding-top:40px}.jumbotron-carousel .btn{margin-top:22px;font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-size:24px;padding:17px 30px;color:#fff;border-color:#c7e7dc;background-color:transparent;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .btn:hover{background-color:#f4faf8;border-color:#f4faf8;color:#1d9d74;text-shadow:0 -1px 0 #fff}.jumbotron-carousel .shameless-self-promotion{margin-top:22px;font-size:14px;line-height:1.42857143;color:#a5d8c7;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-carousel .shameless-self-promotion a{color:#d2ebe3;border-bottom:dotted 1px #8eceba}.jumbotron-carousel .shameless-self-promotion a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff}.jumbotron-carousel a{color:#bbe2d5}.jumbotron-carousel a:hover,.jumbotron-carousel a:focus,.jumbotron-carousel a:active{border-color:#157254;background:#157254;color:#fff}.stripe-ad{margin-bottom:22px}.stripe-ad .lead{padding-top:5px}#search{position:relative;font-size:18px;padding-top:40px;margin:-20px auto 0}#search label{position:absolute;left:17px;top:51px}#search #search-input,#search .hint{padding-left:43px;padding-right:43px;border-radius:23px}#search .hint{color:#aaa}#search #search-clear{text-decoration:none;position:absolute;right:18px;top:54px;color:#b3b3b3}#search #search-clear:hover{color:#8f8f8f}#search-results em{font-style:normal;text-decoration:underline}.fontawesome-icon-list{margin-top:22px}.fontawesome-icon-list .fa-hover a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;color:#222;line-height:32px;height:32px;padding-left:10px;border-radius:4px}.fontawesome-icon-list .fa-hover a .fa{width:32px;font-size:14px;display:inline-block;text-align:right;margin-right:10px}.fontawesome-icon-list .fa-hover a:hover{background-color:#1d9d74;color:#fff;text-decoration:none}.fontawesome-icon-list .fa-hover a:hover .fa{font-size:28px;vertical-align:-6px}.fontawesome-icon-list .fa-hover a:hover .text-muted{color:#bbe2d5}.feature-list .col-md-4{margin-bottom:22px}.feature-list h4 .fa:before{vertical-align:-10%;font-size:28px;display:inline-block;width:1.07142857em;text-align:center;margin-right:5px}.rating{unicode-bidi:bidi-override;direction:rtl;font-size:30px}.rating span.star{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block}.rating span.star:hover{cursor:pointer}.rating span.star:before{content:"\f006";padding-right:5px;color:#777}.rating span.star:hover:before,.rating span.star:hover~span.star:before{content:"\f005";color:#e3cf7a}#footer{background-color:#1fa67a;border-top:1px solid #1b926c;color:#a5d8c7;text-shadow:0 1px 0 rgba(0,0,0,0.15);margin-top:60px}#footer a{color:#d2ebe3;border-bottom:dotted 1px #a5d8c7}#footer a:hover{color:#fff;text-decoration:none;border-bottom:solid 1px #fff}#footer .container{padding-top:50px;padding-bottom:55px}#footer .project{margin-top:10px}#footer #inventory a{width:220px;overflow:hidden;display:inline-block;border-bottom:inherit;margin:0 15px 20px}#footer #inventory #CVADP2Y{display:inline}.padding-none{padding:0 !important}.padding{padding:10px !important}.padding-sm{padding:5px !important}.padding-lg{padding:22px !important}.padding-xl{padding:40px !important}.padding-top-none{padding-top:0 !important}.padding-top{padding-top:10px !important}.padding-top-sm{padding-top:5px !important}.padding-top-lg{padding-top:22px !important}.padding-top-xl{padding-top:40px !important}.padding-right-none{padding-right:0 !important}.padding-right{padding-right:10px !important}.padding-right-sm{padding-right:5px !important}.padding-right-lg{padding-right:22px !important}.padding-right-xl{padding-right:40px !important}.padding-bottom-none{padding-bottom:0 !important}.padding-bottom{padding-bottom:10px !important}.padding-bottom-sm{padding-bottom:5px !important}.padding-bottom-lg{padding-bottom:22px !important}.padding-bottom-xl{padding-bottom:40px !important}.padding-left-none{padding-left:0 !important}.padding-left{padding-left:10px !important}.padding-left-sm{padding-left:5px !important}.padding-left-lg{padding-left:22px !important}.padding-left-xl{padding-left:40px !important}.margin-none{margin:0 !important}.margin{margin:10px !important}.margin-sm{margin:5px !important}.margin-lg{margin:22px !important}.margin-xl{margin:40px !important}.margin-top-none{margin-top:0 !important}.margin-top{margin-top:10px !important}.margin-top-sm{margin-top:5px !important}.margin-top-lg{margin-top:22px !important}.margin-top-xl{margin-top:40px !important}.margin-right-none{margin-right:0 !important}.margin-right{margin-right:10px !important}.margin-right-sm{margin-right:5px !important}.margin-right-lg{margin-right:22px !important}.margin-right-xl{margin-right:40px !important}.margin-bottom-none{margin-bottom:0 !important}.margin-bottom{margin-bottom:10px !important}.margin-bottom-sm{margin-bottom:5px !important}.margin-bottom-lg{margin-bottom:22px !important}.margin-bottom-xl{margin-bottom:40px !important}.margin-left-none{margin-left:0 !important}.margin-left{margin-left:10px !important}.margin-left-sm{margin-left:5px !important}.margin-left-lg{margin-left:22px !important}.margin-left-xl{margin-left:40px !important}.border-left-none{border-left:none !important}.border-right-none{border-right:none !important}.border-bottom-none{border-bottom:none !important}.border-top-none{border-top:none !important}.text-sm{font-size:12px !important}.text-base{font-size:14px !important}.text-md{font-size:16px !important}.text-lg{font-size:18px !important}.display-block{display:block}.no-underline{text-decoration:none !important}.clickable{cursor:pointer}.strong{font-weight:bold}.em{font-style:italic}.small{font-size:85%}.no-link{color:#333}.text-sans-serif{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-default{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;font-weight:normal}.text-color-default{color:#333}.text-hilite{color:#21b384}.text-hilite:hover{color:#198764;text-decoration:underline}.text-strike{text-decoration:line-through}.text-upper{text-transform:uppercase}.text-lower{text-transform:lowercase}#no-search-results{display:none}.valign-baseline{vertical-align:baseline !important}.valign-middle{vertical-align:middle !important}.jumbotron,.navbar-inverse,.navbar-inverse .navbar-nav>li.active>a,.navbar-org,#footer,.content-underlay{position:relative}.jumbotron:after,.navbar-inverse:after,.navbar-inverse .navbar-nav>li.active>a:after,.navbar-org:after,#footer:after,.content-underlay:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAABGdBTUEAALGPC/xhBQAAAaRQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMalYaAAAAIx0Uk5TlhaTG6WwoBqyCx6sopscnacgq5cfmR2UkZwhlY4li5IjIiYpjYmQJ4iPJIyHhooog4WBfoSCKyx9gCotf3wuMjEwezN6L3l4NnI1dXd0djc4NHNwOXFvO2o8bjptPWw+aD9mQGtEZWlnQUJDRmNiZEVfYWBLXVxIV0lHTk9KXlJWWFlVVFtNTFpTUVCkyaWwAAAfsklEQVQYGQXBg6JsWYIg0Bh7WlVdVjrz5bN17Ygbto5t2977p3utXhseb5cOkcQlMSvlwcK1KN+kXuZFtaw8UKWGHiFOjR+F43DFHF/nyis8PMwvzc7QdS2qjnykhpWRQjtpLDpQTFUQhrP972J3uIwc3/WaHJF73IT3EHONyQqnTVQIxOGvt7JaF3K5XOM7dyDI1VQv1c0xv3T0lzAQ86iJX3cdkg41x1QCweVIKUGI1bm1XhO1cR+L/oaFys6joNLUSBbURm9bwK9yySmu+6MqCJ24VqSu5NofdmOlOGCp1ci5Ob8EObh89le18MLgAWbH/9ZUCR47kyJmcIUArlxGN2Ugzj/bN6fR9qJeC61niRtk516BTEF7QdOmB60uSSfTQ0TwrYLTiq/CFPBE+2AKf2eiGYkrWyQy44z/1CRs35oHxM4U8tBPNVTAGu4X0dq/5tcZs2TlDO7VVRolsSLyzO9t/aNh2FVvlJJQfLpVr0/qY6o37q0Yo3PxdGKWsibL6V8HxMcYGUev9C5qlrp/cDR1Llr8F8r4oToXReV3Rt8KA32bZwZ/4+38bTq5nqTPOmBjNJ8QK8KWQK8uxdyoNFxrle3Snen1ioqasN3qh+JNVdbGiid0Sbl2/TKfJQ+/cQuOMKw4mtKRN9TBhR1RtF67xTGJGQ8DnuKCq9mhpJgLJWqg9VfSb49kr3W0+DWjGaSSw0vQaapjdCyJoHEQykmbfVGDR90u41jAHpbuNfywT+mt6XpgJFeH4i4U0xRxm6Zu/rHSQv/+9+sG4rSnLJ2zrm75c33ohrzas+eJeBA8D2DBSWPsVGOIq5AsfEzUuNWD52wCbXh2XQyZENdvxrWzzCQk04N7slLfLyj+QZfCsixMS05gcNQwxfJZlkBiPZgC7zhVCjMOtV4weO994s/mVikag3ZnelFcdKVUb2kWMoJ1075OTiv4Wq/wlvvAnMFCN6Ic7MIujcr8b/NDQpaGbX78QR/GUFaTeQIK3OGkm9yxClW8FZvGsXs1Tpcz5WtNSdlDZbV6nglu6YZIfXoucMX99Me+/mYqMBEm4X2YhzRrhMbdL2i7YhttHXwOqWSb55ITmIXscoZzj76Kfa8rrZ0Ay/vhUKErGPfKlBRSyJfcWIidwlfoKnAevyxpUGpikcWZqnz6nDvZIxjGULjGmV+E5QscXHwX4I6MYHYsbEJgxPY6I3Y865Wwfl00a6TQHNPNF2d3k1Ztql4EciNK8/SVIf1+7sxkj5RM23h3nipnfF4U3X62c7VIVQk/twKoDTVwWB+nvlfLCa1bj3J+V3gn6SRqj4EqWOtwjYebhAph8NjHX+Db9mq75Hofkv9fsnrmLc+Cxthn1njneZNPdgfO4hnRGppVsqT/tAn2le397e3fN9E9ovzlL9e5DhdsFPACnKb5gYEZ7zDbrH5EufdFxxs/yxqX+DlXmmMq1HrLKs/z5H/pKj3NLfzhuHCCqg8liB0+vNGn7Sf+tChHoxPOP4cu/362qAtC0kNra8dVyzLP4Mgpf/Y3yAOeb5IyqSMRCXy3+mN2v9Flta4Yn1vBXimEZV/V1I3fRlU8Ed0q0/LQaNn2DOJlB45M5X0aajILyO0k9FJZA2o5ie+V1VwDGdgFebF1vrlT4ry4zQcedHIKBXkeVhsvkxsT8jW97S073GTf22Wm2yBN2TRDVaEldhl15MfHpDOllhIavGPJ+OB5Yje71SlEkGVz/6VEBT+fV9lFh9Od2xxK+a5ry0lU3yjQtcRPiCDSF0smi6c9ZDqbZso6afHA8L3Apl0LJJ7whAq3tY6+ZwkxYArATbCsYfe8U+9KNLtlW98Mbacuu7NR6NhOFzOcQKsA55FD15JuR7xsCCmuI7IO7qlDjxlLRmy02bpLxfoBncftvmGHUu6SYDOK+srqYwklx5dIjqUroTweFRrmQZZGiE5Z2eK2iXy/rD8d/+l5kcylD0Yht2mrdNmqDdgKURofrZWefrnJsVQsWnL48VGOY+AhZTf3qJpc6qhxYWyCNHrLCMnqPBgMulqj5CjaGH4/VajHzFIOK18eaVcu0XC/Cp148YVasVmi4zO9rTMjKhSAZmVvZ3l7bBVVvuQI0rP6XTudT24ZBVosD5PrR8nFMVEKPIJ/3K0qvq3TlG7ZFqkfWccRrGr7t5nGZleYH69t+yLaBKwEj7LtTHZRJkiDN9Kdt0J6BlOZeZh71maSHj4FikgDqcRmsUOsy3ZJhqFehZjNYgrd8utMC3KjYCOTICBQ7MQUILu3aDdxeVFOCNpVUcIX76jEKN9nSWYQ2PNTN3vdC8Qydo/dEWRi6OqW1ZxTNcYrgpeb09MHTZ3njxofDbBQtb6SDnL99QtwslhXy8jqLD8STMoTsbYdTxWwqSXJVmTAp0rZComyl7i6QY6a0iOaVIeBh0Zga4TzYmHN4hYY3Yw2jrNMdLya+rhdUHXkyJnXVfW+qQqbKCq7P8jbs82yX+OrVvKc31RBNPv6WNUiq32h13InyQrUcnlty4rTA3Z6N2nkK6NR+E91Q9tCtg19amUtZFPlF+GzJHj3Ew5TnswP6sFQNo0NK9aPNB1nBpGGRALr1PiN10oUIWfvVgXc1Mgd9ehTEh2MqiwtF1rvq9WMhZAeGx9okMJrWfPEkGkbpAuM6zRXEjcr/DY111+hvsdjXEawhkkcy6n0/z3urraN3gBE1+q2epXs+WTbTVMz44yqw/YZKBq8C2uT74W6H5MlaNZN6ibfZ8W+UCpSoaVl51TVo414nslTf5d3RC23QXov+keW33UzjztU0XFwjWAPrjZOQ1JrePpttq2T2AA89Yh+sVGtqmvPzoOm9+Adb2M1qAP0WHIcSPwkVkM+/pIqwZcWoI69l0UOo8LB2g7t9Tv3Vi3fMNdkZOWthWeVAe17/l9qUvWn60ZQm62fZtZLuVx+hCVRthL+Muadnt9VW91Zog+XeQXDQvNayj+JWgMDO1FMA104HNr7p4YZTs65g+PmYTMPSOMgWw44DVJF2qYv5WXfMCjj3WDXPSTC4rFsuyYfT3Y7Sl2YZaNoveCawhtnnR9MrfXS7GgTxLHrQvfndBk8GyTdKDDRZcYQiv1iL0nQ1tXtbUFxQdDySZRaEXYN+BtDeFt48raTnC6v7lrJqqyqTCuptqGjxv1el2eOOi/XUl6HVeXfyDZfJYVzWUbBIgpC6g1gaxgSIwqLpsJoYfnCGOyVg+ElTZfY98e7Tqq+P/DVpOqcZcIpbR5vfDLd3d5slkyodpDL7nuWrYcvdCOVeeXLg8n73rhuW+NaKOS4UjXHaaiSoW9e2RcL9fMnGvJck56aF3WAWOs8XWFVh3VQKBbG9PisEjmoWyy+ydXEtkmvwFu1nSFzuicrZbJT/1HCg5w3+MwWFFwyjbH26I0Tc6NJ20OXqEZKkeWjb2ceG7s0HTZ8Z0mLpEZhM9tZV5kEsM1macd4p47U9p1ppbLDpX57NPLlo5D0Bls7cNTPNpOgaxuD3cd/M0Mh0qrBFyPyqZd9o4FpHjQZpzhq0NXN3MtayO1duT3th/CC3ZY5cXnH7JWsKY15pFX4i8DeLuJ7PeJ3VhXtvKnS88Lvihto5BF0I2Dw2QF05HazFyxddvOH95draC9Ykfxr7uYyLKO62Yq//rYbCFYJjwJ3F7GHQiuOjAtJjbvk9ZQ1oiOKQCplBUtFjgodM07PqXd2/i6uujasmXTUNkE2NoESofFpdQxYC1Cla/hR0KjrrPqldoN8RJnjYvcQ3nmFATeVQ8c3L10K3u9RoVb2RbBCuIpLOe4Kb/xFdsSbtidaxfTO1O/L3Sqgp1HSiTHIVpKZZUX6hvnMXVSBV7hamutlu/VMikQ//HUi9+FWkpfJ8p6uxmJV1Cr/cJ5btknmghJbOTG35fUVXlgpzeyEpleuvU4/3iED30sCQ94PfrhPHSflunakZn2HKhh6HizLefn3ksOyCze6BfSwav6BgHi7AQtekhN2VGL+b09tw8jI+oqMcNDZTTxdPSd/qOafWHjS+9rmka+VpmC1rKOyCZwI9R/exB3NpeX/2XdjwY2ZQ7NuvrhXthcFxmfKlB+d6PiFVTcLfCmFo/jYDgKnDvYGaCYl49g1vCOHEPslDZJ4S30oux6cYQgox+mbtaaQsK2SomOSjYu0cGl2d1hQDmvNMy35ofp5SAQlS1Jd3XjWY+S/TKg2dD652JYjItaMg3m35fMdsSu7u01d123Z/kmxGTJlesmqCFxXn6n8bpcFEsE8EhwV2Yf7yjRqjC3moDUzr7yJVjnkE/vLgjJsKTPh1rltI75F72/xirBylLxyJS573DJZ6ThJQSuTokUK33+ItnXPCkoBVaJb3+FDw8OurIrjm5qbXq21n3zfRP3IOJJ3asbzU9/FVElp2KRUY4mCA5894qXzDj4qmXPgknUbcQcHzZmbom2ybBmqNZfav7Yw7RWGjFoRy4V1EYK2pXmE1pKUpokwPVCspoACXvIHRbtHNe2mbrCFvIOB437CUsaxk/ejf/2/mN9WtqfGfEWWgzQimpaDGsZXQl03cXTg6rL3zIy8K7FQaMOg0BjcA1H039QE5dJSLFV27t0XaDn9YX9QixC4puw9PEUTtpMf28y6DA3ol/xVQborN+2YnKxgg+Pawk+n/7ZOG7SCkyba5D0n5/Jnnk/HkV2wRWwfwYt3YTuxkn1pzvJMBGxM04w/3taOPYu9ff2DJZ7fBZXuHoO8DUCXJjtdeuDW8kqoxduypFa7MXAm1yPiUkrD1WB4HPaeJ7kp1Y5naGEgOKioLDM/IA19kxzSPPWkue8f9MYb8zfKzFKrKHSMhcQGAoQFMUyk9WvyYG6sBtzvw4EUnmPr2ze3bDztQONFUg0lO1LL3g80L0KtpPP4nK+xIo7q4NMozilxiwQGY1zc5T50ilRjMju+A1/r7N0wofxC2H1uMD11+L4hZyeP5/9u6nIjX20amyz05d2B2ueHcW757vJ3xHlv/D4z0AW4w99+VSop2VnZUtFAURmUMn0r4ofoHg+3bKoaKQlOK7rBfRavPwf17Gem8/ysQynXTvuQ2JdobPfnokPR/l1z/2Wf5PdiIMRJoMDeJfKNwMiU6JoKdHGzs9Qm1U34BbEx5GwUuXvmj5/CWu4gPB0xFyko4BhGVFtbfF12WKx+Bv/9mPhc48MA5Ll6jE72OVON6vFlxoXr268rtmB6MtprC39GGm6UdYcMCK6P4j/9mBKuY+60Yrs/0W/dztduFSdN932r3ej6dqG+uao23pd4kbIEGjsQfjPzn39k/VI2D/cL46Gv49v/mb8CuwwKftmT7rIQrXhXDmusMzvYlHGqz1wDg3/+aP0r5/kAWAvXPm4O0TJ4FcLZYkXYtrkOHXFDxSklG01Mj+rV0nqdQs7rAptbGcUg3Vd32tfQfp0Bmu9V7Gs8aUUxT8FwUeTV/kPu/dLJVVOzlO+Rqc18lknhD4NFHjasnIOpVobONhqTVRHV6p4efQDB9jYBlXZ9XBxfaYStOVhYFKoZFoeJ5yU8/rRXSQEGbQYWwgTGKvy4v072XqWo2ryFSudx8Of3J4sBmo8gP3fDhoClaNnATI9erIzx6h0H0gbbBxOc1fQs2DpwmPgF0RTxW4WKC5KzpVLrSedYV6rQvmqYWXIdMhH0z/LM9GOTAi0wvbKJLQJ7p4b3gUuzh3dpwG0s2GKH89Rso4NXRMmkfMRZbuRQQK0gDAt9G6TfZ+3Bp0lylA3Vspcw8syxSV+3qwSh6RUNbjxNkbiv/wyU1Y/JC/aPOv/4OL8gjarztqbD3dNTO0E5GUuCGiRSbl810vV1qt2I/FIUjxn2UTqdp0RNw1YH4mGeSGUvva6ZLsuiKm/2m4Of2nkHUSjM89JYXpEAOM/XElkoJIZFWHPVCfwTJPIgiremFnfDDp+YXfd4EO+PpbNZPhnV07oypat/Iiu7L9uauJoksdSrwq7RynZ9VhjA8qvaOR+X0n5d/+XsfNyyxy/7/xxfIlXjiPxV0t1IFLzcK12n4iu21d+JGX0kR+heWRNCVY2hQ1ZyYR4OyNmpXXzatE1zb4gF0fvVfoNVF9Z3lPOPT5KcVEFhbLTs5KEdoORurGYcYp+9O0Sv4peGU6MQT3lGk38+LDqyKeLSfD/5x2b/LxvWLnbQMk0sLHkGgtdh5we1knMAr1tJ7Xmry7uVyvWfLHA9hZ0WTwSf3aINPZp7TrN8y5tMUmxNxhRCPHDfJmI+H4fJDtRwWKAtKZNGE3pyEjNZ61NmmcqWhQtYsmKZutGyrXAJQ7uXFrv8A8Na47oObg0/216aUz0AwZ3i5vnj9nOOfTuXedNP9FVUrpsH82+2mIq/GiFU4jH4qaFxyTaVTACM2fongb/ErQE1tyNvtKtDO9U+h4nZw0JOrTdysbvDiLnHacLBrC+FV3mYvf1nGNYqBDjJJOaZZdWwZZUX2jVWKp05ttKzRs6Q/wJpsitdOTGsGrdvSQ3e1cqt081eSdeVjVLN4wUV9KQqEbISaTopru4VW8qlRhPPp/R0qtGqPsDl/gYkYodqgicd1Y2IG/jXx1hyvZuSX2htu1KtZkDe1XVDgQjuRPebUB/IqJUWTXcq8KHvAKtn+G3DtgilAZfNJl+tHDE1uXSeTPmohUluVGFf5FWnTty8+GnrRi7X5S7qLgrow2x+ZN8WMr2GlJh5XrKQbtYomRw/Y+a9+fGWd8QkeFr4jz1C3dsO0mqO7lnZgo04WGVpcXY3HPApZXmfrC8qt8iT5g128NLAjfXQgMKvbcMbfTQax0Q0WtUV75+Wvu5ELodhF2+7SyjyoRjFj2gfJCmm9KokrA4J08dqVLeEUdiVIzEczC8tRDzbe27Wr67tB0zRuwokD6n+lo0vjhpo9nYFuKX5QuILNjFor7zZ5lGHzhp42l/Y3b+7UDSjZBuUTZpJPcxS8qs1P1eZo0ZMAa8tj/IXvBPkxzpZa7Lg/oN5NFkt5j2zwaIms84KiohaPnKE49NWzLTTvXi3szrbiY3EPHn4c6ciJsqnljA4xldB39K9sBcFzyBC5BKIVxFE6/rRaWrWi4ykIjZuEajL68gw85TWyFZ9ilbvzuNCJ5QaIZ6nCfstuZ8d97umloSvnJFffD8zk1mq3afkh4GkjzwYfE3BEuvR3oUmX1S4HyStriBxrobRijsIJvMBeJau9P1a3YWaVQI0hg6o10CTO+TRl28syU/dkYd81f7chuBI3aJNSpTfyaNTUu7mqwVMim5yJ4B91os3hndehiP2C1HMwJufLt+a3ut8CoUZ9W350oljULvbX1SyYPg2FSDHsF5+ld8buR1ceDmHLfRdZBgdQLzXE/E+iZsTK5GCT1xXiIpINMXmp5jvpTdoOcxVrzCizDkX9aJTlgAhHXEoU0h5oTedbdEWb3nVh9IeP/0AC616ro5MZjDBPgNmWaM//qe0Fmv0kloLPk28i3+7XO36Yp1kGdPm+denVt7D6RHxBmlUU36IabbxluBRFktte0s7lvWV2pk3Z2GYelWbIsGfvL9zhEM0zt7lM9lcyEb4Y5zqUdRtPrdboKeub9KhECkje3rrnXN1wVCFdi71VnuwqaNcuLEsR5cwsYtosVHauaXUSaCYzr7grb9p4cv3wXP4Ak/q/Z8v/dQlrpXiO1oNJ9e8zrQfcDIXM81pXQdHMkPSBZCpnSq1yb1+ZeylXsPw/cPD6xvHWsNgCXERB0rafOt6bt7t7IHU1g5Lf5fk8QXNrXio6/9vGq9oHxQeEF2qXVbSt10EPKi82YYRY9LXYw2QqV+oyUI6dSFUKZj1DnbzRXG3hkSYHPQjKaOorUsdBw8tW+XMbg7uG8zxd3cW4NQsF3Ug7uNGL5jc+gN6HpqWeRy6WSdsVnt65uWAiwNlWDL7JPgZjcPkhf+r4B57qpmc3gnOzozM5k/TVTwL2tIS418X5eUmciP66sabjF6EPJp+b4kejrZVkp+0cYVIhE96dcJX0GNdTZbtJI8goUVh67KZ39WB1lVZBD9uHL/Xucfio79U7DDi5BPvF0SK40gvEG4+d4vB82CnWk08ccuYr6V2ls8RQ4Ac7hzfFSpa5daMZG8let59pIBSPNHuRkyp2sTZewClY9f9jym9AU/QXpW4dZqU2e1cR8LwEYndfWM2hV5P1tlcbn8+mQRFUpDZ96CV/6hK9J90Z6ElMzdfEnzV5LUTWEXWrUsAiOumitThkuAxC+77LOlkhkJpM9/rcRJi7GMOCeOBU4cdBp4FuSxbKZ6DzNaz+YPanyUuY8yDsu0sNoh16K44T0j7dHZxCysOds1J8M3qwNJ6mB0AJRBz5lUgji8b5/NBEym7aHpw2prPunQRckfDRvSY8VerSzZllUEXrA4BUk6DTG85VVAJvK22afONWEBlMFtBjHsO1DHFDYb+291tslhzU1IQxbasB8vIAI9MzCAX9Wo5vOipHaHWRtcQR/lAWsoafPINiFNEIhyTG5toHS3i0rY1FC9P61VnR9bV0G3dbplbV65cxSwC+bZtkyA3y5dv6PxtuymlhAlsd6vdcTVsi9TrVXI28pG9nZwsQXcs/WIa750ilhUxMkNm2XXs2Y8O2v+o51qiXQ8Vv+zjD3XmZfrdRs4kwuVXSCXTbver95vmOschGSrUhBnvAB/VuF6Rxa7ptXi5OBx00hflKonHi5RaPdDpJSzF7StHdcpnrDbtt9J4lww5VeECPhLsMBGq9+m95ASpFaMLNkTcxxQwqfq8VYLjeg3jwnY16YZORWRfN1bPK7SnsEmGESNQCrr7yJDEko7el9cgSMIgTUqhxFt3o95UWZiaWg1btxpFKEvqLQBoiIKcFnC3zczCbIagrlzX7fLURO2v6X4GA587rPDetvOLyCqHc6Yww2YcbG8X1aRYVCfVMdzTzM2aRqSZtnI4Lv6zdUKusbp9gf7h19TUZD/AC6JpJCaqSwF0H2roiTO0P/mWtiH/4L/rbj58rYnl9Gsv9H1vXia6XCd7sY0jzjtrKBCrH2aRSnDDsGMMfYcY7UN78avbBbqwS1IYgbij4IPq450Ud02hBFAeYVIFf/Q1Bc72B2LXn16OdipfhaXc9mItqdhEK0WxXZOVXzK+wYRPSMb1jLU10wVa10gPbIc6Owau5zKkr1e2GzZdB/+2VjJWV0PTYMIR7eL7YXuu1CEWsrFsDECmWYZbCshJ1JP0jmqobSRAcgDMHfJkOzZD95dq7ZQpS30XAImJ6qzslN1f/o7aHOrsWCaBSPjBnndHrK7f8hIfdHVk47rpfezvqrfOIyQ4HoXG0/tMrcVcjHsZOvHXnZ/V5XPQgDgMHoS0MKBbeC+MyVguwzkjy1XeDkT23uwOoTSrqpdKs2Nf/whUpvNKXrZnt5v3//UA6dPJCgtxOyrtD50ZfGfOoaEcpxTWO0lvX0zEzV2+n1i+GESda1iAZRuLgKCFVfckTh+9xi3T5g46wshk+iKR1Tre9pOFuQ8w72Q8qdj4L9ul5ePuljWHFw8qz8YM80cOorQlBLLWg8UBcMnP7Ndq9/Ug4kYWr2JzlO7atGkwbyGhSZU4QdMxydoa00Ze1MaVE2JadrtSJwGsfbrl7F0Y2YT3GdwMi3anTMMtD10ldys0b8Oovu1Fqi+Qj2yAOJaPRZrVepMVCBGVimkM8x6KArsu/Pd+ReLvS9df2OoJPffNwNaUB7Mfq7Etv9h3eZWiPjlAOSpaOBzn5KbuRZ3ZzqLQE42wZz6S3dr53KAOZtD5Cd/eLvpktUmePrphRxe2WuUL+62ySxKiWNQxAJHT5xXOU0eVDl2fHyoj0dV1nQn0l1EEKDH9cOs8z2bCA4w/n7EcleleT7aJTcV6jCmO8CO57r7fU/NJ6c8NM9WwMI8zstNVEuThtf0UcFVHiLKslx6uBcnkOHy2zLC4i+XyXOA/ez91G/M+W6f01br6VRU+/qWTIr1b7HsuXNnq2sBkpmnsA6EjYtGV6zrI6yxKyk3Ddqpbu447FTtDN0zrTE3B8L54PhXyB9aqTr3C52OtchdowMax3Uo2Q5370vt0vtCzojBTRwM9/eO0UGQRO5YHq1Nb2s9BlEHNRQ/oRtPKu/CiYBecIle1FAvZ8NUYkDy28ZHoEi/R9ZOGgvmju1FqX/M5P49uDWoPfJP6Js3uDX06qdeqZPaqzYPv73ztSe1eScFg9kCE4cMd+4WoYgTDQqPgExPNYqmSPLiKPn+LlnDT2V16zFKVDCBpzx+htzmWVhSXNTDJB9UHcmbYVqE8UFXwObMJvifnjDL9WOGaWeRsW4UEh0hHNvbvJm3/IKzF1WmWwsJMxer4kvnzWxBGmzkfzjIb/NDxCbcLuC6bujbJ41O0dVqhlY73zQoEjqHnsEQekqKzejcmAHEiEkHz7zsgatb0kH3pmoPgEk0St2AmKYip3MFk9V5Nm7q47sj8T8mIOTjTRt2LLBDp9UVFdI7Pa+p1ozeChH3WIQcar05/j8d2FhZqz1Q3kYMGQiHbLV2i1HEfw6qprmjfyGk+MI9Z3sjM2H+lg2a+q6V79RBx4qZeQi8xXOWnMsfu2tqxyqUuecL3+5ijd0F3Ff+14xx3RJSreZz2JOvYVjeyWLyCdnAp5AKRPLu/FWi9PgLhsQ9ja3bphs0nCimW6GkXEz6XFfbeFMTZxczcBwg4aQz7qDTLsv1s0VzZV+089PVDpMBF7LutaT32frEKnZSzEG40dq62Huqh8NyDBIXJv8tOa31DuRLhk7Byn+j9MByMC7Jd5EtzvXCksA0etm6TbcaQX2RzojFLZpiFebI8qMVyxaddkrvkzv4Pt7iFz9PXmP4AAAAASUVORK5CYII=);background-image:none\9}.jumbotron .container,.navbar-inverse .container,.navbar-inverse .navbar-nav>li.active>a .container,.navbar-org .container,#footer .container,.content-underlay .container{position:relative;z-index:2}.jumbotron-icon:after{opacity:.1}#banner{color:#fff}#banner .message-container{display:table;width:auto;margin:0 auto;padding:15px 0}#banner .tagline,#banner .action{display:table-cell;vertical-align:middle}#banner .tagline{font-weight:200;font-size:16px;padding-right:30px}#banner.font-awesome-survey{background-color:#8E8F94;border-bottom:solid 1px #949599}#banner.font-awesome-survey .btn-primary{font-weight:bold;color:#e8e9ea;background-color:#68696e;border-color:#434346;border-bottom-width:2px;text-shadow:none;border-radius:4px}#banner.font-awesome-survey .btn-primary:hover,#banner.font-awesome-survey .btn-primary:focus,#banner.font-awesome-survey .btn-primary:active,#banner.font-awesome-survey .btn-primary.active,.open>#banner.font-awesome-survey .btn-primary.dropdown-toggle{color:#fff;background-color:#2a2a2c;border-color:#111112;border-bottom-color:#000}#banner.font-awesome-survey .btn-primary:active,#banner.font-awesome-survey .btn-primary.active,.open>#banner.font-awesome-survey .btn-primary.dropdown-toggle{background-image:none}#banner.font-awesome-survey .btn-primary.disabled,#banner.font-awesome-survey .btn-primary[disabled],fieldset[disabled] #banner.font-awesome-survey .btn-primary,#banner.font-awesome-survey .btn-primary.disabled:hover,#banner.font-awesome-survey .btn-primary[disabled]:hover,fieldset[disabled] #banner.font-awesome-survey .btn-primary:hover,#banner.font-awesome-survey .btn-primary.disabled:focus,#banner.font-awesome-survey .btn-primary[disabled]:focus,fieldset[disabled] #banner.font-awesome-survey .btn-primary:focus,#banner.font-awesome-survey .btn-primary.disabled:active,#banner.font-awesome-survey .btn-primary[disabled]:active,fieldset[disabled] #banner.font-awesome-survey .btn-primary:active,#banner.font-awesome-survey .btn-primary.disabled.active,#banner.font-awesome-survey .btn-primary[disabled].active,fieldset[disabled] #banner.font-awesome-survey .btn-primary.active{background-color:#68696e;border-color:#434346}#banner.black-tie{background-color:#2E2E2E;border-bottom:solid 1px #383838}#banner.black-tie .btn-primary{font-weight:bold;color:#e0e0e0;background-color:#212121;border-color:#141414;border-bottom-width:2px;text-shadow:none;border-radius:4px}#banner.black-tie .btn-primary:hover,#banner.black-tie .btn-primary:focus,#banner.black-tie .btn-primary:active,#banner.black-tie .btn-primary.active,.open>#banner.black-tie .btn-primary.dropdown-toggle{color:#fff;background-color:#141414;border-color:#000;border-bottom-color:#000}#banner.black-tie .btn-primary:active,#banner.black-tie .btn-primary.active,.open>#banner.black-tie .btn-primary.dropdown-toggle{background-image:none}#banner.black-tie .btn-primary.disabled,#banner.black-tie .btn-primary[disabled],fieldset[disabled] #banner.black-tie .btn-primary,#banner.black-tie .btn-primary.disabled:hover,#banner.black-tie .btn-primary[disabled]:hover,fieldset[disabled] #banner.black-tie .btn-primary:hover,#banner.black-tie .btn-primary.disabled:focus,#banner.black-tie .btn-primary[disabled]:focus,fieldset[disabled] #banner.black-tie .btn-primary:focus,#banner.black-tie .btn-primary.disabled:active,#banner.black-tie .btn-primary[disabled]:active,fieldset[disabled] #banner.black-tie .btn-primary:active,#banner.black-tie .btn-primary.disabled.active,#banner.black-tie .btn-primary[disabled].active,fieldset[disabled] #banner.black-tie .btn-primary.active{background-color:#212121;border-color:#141414}#banner.fort-awesome{background-color:#2d2f39;border-bottom:solid 1px #070709}#banner.fort-awesome .btn-primary{font-weight:bold;color:#fff;background-color:#ff8c52;border-color:rgba(0,0,0,0.2);border-bottom-width:2px;text-shadow:none;border-radius:4px}#banner.fort-awesome .btn-primary:hover,#banner.fort-awesome .btn-primary:focus,#banner.fort-awesome .btn-primary:active,#banner.fort-awesome .btn-primary.active,.open>#banner.fort-awesome .btn-primary.dropdown-toggle{color:#fff;background-color:#e67e4a;border-color:rgba(0,0,0,0.296);border-bottom-color:rgba(0,0,0,0.296)}#banner.fort-awesome .btn-primary:active,#banner.fort-awesome .btn-primary.active,.open>#banner.fort-awesome .btn-primary.dropdown-toggle{background-image:none}#banner.fort-awesome .btn-primary.disabled,#banner.fort-awesome .btn-primary[disabled],fieldset[disabled] #banner.fort-awesome .btn-primary,#banner.fort-awesome .btn-primary.disabled:hover,#banner.fort-awesome .btn-primary[disabled]:hover,fieldset[disabled] #banner.fort-awesome .btn-primary:hover,#banner.fort-awesome .btn-primary.disabled:focus,#banner.fort-awesome .btn-primary[disabled]:focus,fieldset[disabled] #banner.fort-awesome .btn-primary:focus,#banner.fort-awesome .btn-primary.disabled:active,#banner.fort-awesome .btn-primary[disabled]:active,fieldset[disabled] #banner.fort-awesome .btn-primary:active,#banner.fort-awesome .btn-primary.disabled.active,#banner.fort-awesome .btn-primary[disabled].active,fieldset[disabled] #banner.fort-awesome .btn-primary.active{background-color:#ff8c52;border-color:rgba(0,0,0,0.2)}#banner.symbolset{background-color:#8871b5;border-bottom:rgba(0,0,0,0.2)}#banner.symbolset a:not(.btn){text-decoration:underline;color:#fff}#banner.symbolset a:not(.btn):hover{color:rgba(255,255,255,0.8)}#banner.symbolset .btn-primary{font-weight:bold;color:#8871b5;background-color:#fff;border-color:#7a66a3;border-bottom-width:2px;text-shadow:none;border-radius:4px}#banner.symbolset .btn-primary:hover,#banner.symbolset .btn-primary:focus,#banner.symbolset .btn-primary:active,#banner.symbolset .btn-primary.active,.open>#banner.symbolset .btn-primary.dropdown-toggle{color:#fff;background-color:rgba(0,0,0,0.2);border-color:rgba(0,0,0,0.2);border-bottom-color:rgba(0,0,0,0.2)}#banner.symbolset .btn-primary:active,#banner.symbolset .btn-primary.active,.open>#banner.symbolset .btn-primary.dropdown-toggle{background-image:none}#banner.symbolset .btn-primary.disabled,#banner.symbolset .btn-primary[disabled],fieldset[disabled] #banner.symbolset .btn-primary,#banner.symbolset .btn-primary.disabled:hover,#banner.symbolset .btn-primary[disabled]:hover,fieldset[disabled] #banner.symbolset .btn-primary:hover,#banner.symbolset .btn-primary.disabled:focus,#banner.symbolset .btn-primary[disabled]:focus,fieldset[disabled] #banner.symbolset .btn-primary:focus,#banner.symbolset .btn-primary.disabled:active,#banner.symbolset .btn-primary[disabled]:active,fieldset[disabled] #banner.symbolset .btn-primary:active,#banner.symbolset .btn-primary.disabled.active,#banner.symbolset .btn-primary[disabled].active,fieldset[disabled] #banner.symbolset .btn-primary.active{background-color:#fff;border-color:#7a66a3}#carbonads{float:right;width:300px;margin-left:30px}#carbonads .carbon-img{float:left;padding-right:10px}#carbonads .carbon-poweredby{color:#777;margin-top:2px;font-size:12px;display:block}.vertical-ad #carbonads{float:none;width:130px;margin-left:0}.vertical-ad #carbonads .carbon-img{float:none;display:block;padding-right:0;padding-bottom:10px}div.bsap{margin-bottom:20px}div.bsap a{display:inline-block !important;border-bottom:inherit !important;margin:0 15px 20px !important}div.bsap a.adhere{background:inherit !important;border:1px solid #ccc !important}div.bsap a.adhere:hover{background:#198563 !important}.sumome-popup .sumome-popup-content .sumome-popup-form h2.sumome-popup-heading{font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:left !important}.algolia{margin-top:-20px;padding-top:49px}.algolia a{color:#333}.algolia a:hover{color:#198764}.algolia .fas-algolia{font-size:32px;vertical-align:middle}.btn-fa5{color:#fff;background-color:#489fdf;border-color:#418fc9}.btn-fa5:focus,.btn-fa5.focus{color:#fff;background-color:#2487d0;border-color:#1f4b6b}.btn-fa5:hover{color:#fff;background-color:#2487d0;border-color:#2d6f9f}.btn-fa5:active,.btn-fa5.active,.open>.dropdown-toggle.btn-fa5{color:#fff;background-color:#2487d0;border-color:#2d6f9f}.btn-fa5:active:hover,.btn-fa5.active:hover,.open>.dropdown-toggle.btn-fa5:hover,.btn-fa5:active:focus,.btn-fa5.active:focus,.open>.dropdown-toggle.btn-fa5:focus,.btn-fa5:active.focus,.btn-fa5.active.focus,.open>.dropdown-toggle.btn-fa5.focus{color:#fff;background-color:#1f73b1;border-color:#1f4b6b}.btn-fa5:active,.btn-fa5.active,.open>.dropdown-toggle.btn-fa5{background-image:none}.btn-fa5.disabled,.btn-fa5[disabled],fieldset[disabled] .btn-fa5,.btn-fa5.disabled:hover,.btn-fa5[disabled]:hover,fieldset[disabled] .btn-fa5:hover,.btn-fa5.disabled:focus,.btn-fa5[disabled]:focus,fieldset[disabled] .btn-fa5:focus,.btn-fa5.disabled.focus,.btn-fa5[disabled].focus,fieldset[disabled] .btn-fa5.focus,.btn-fa5.disabled:active,.btn-fa5[disabled]:active,fieldset[disabled] .btn-fa5:active,.btn-fa5.disabled.active,.btn-fa5[disabled].active,fieldset[disabled] .btn-fa5.active{background-color:#489fdf;border-color:#418fc9}.btn-fa5 .badge{color:#489fdf;background-color:#fff}.jumbotron-ad .well{background-color:rgba(255,255,255,0.3);border-color:rgba(255,255,255,0.15)}.jumbotron-ad #newsletter .btn{color:#fff;border-color:#c7e7dc;background-color:transparent;text-shadow:0 1px 0 rgba(0,0,0,0.15)}.jumbotron-ad #newsletter .btn:hover{background-color:#f4faf8;border-color:#f4faf8;color:#1d9d74;text-shadow:0 -1px 0 #fff}.v-get-started,.v-store,.v-accessibility{background:#f5f5f5}.v-get-started .get-started-cdn{background:#fff}.v-get-started .jumbotron{border-bottom:none}.v-get-started .get-started-cdn{z-index:2;position:relative;border-radius:4px;padding:5px 40px 22px 40px}.v-get-started .hr .hr-text{background:#f5f5f5;font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-size:27px}.v-accessibility .accessibility-cdn{background:#fff;border-radius:4px;padding:22px}.v-accessibility .hr .hr-text{background:#f5f5f5;font-family:museo-slab,Georgia,"Times New Roman",Times,serif;font-size:27px}.content-underlay{margin-bottom:-180px;border-bottom:1px solid #1b926c;padding-bottom:100px;background-color:#1fa67a}.product{transition:box-shadow .25s ease-in-out,transform .25s ease-in-out;transform:scale(.99);z-index:2;position:relative;display:block;margin-top:40px;color:#333;text-decoration:none;background-color:#fff;border-radius:3px;padding:22px;-webkit-box-shadow:0 4px 2px 0 rgba(127,127,127,0.2);box-shadow:0 4px 2px 0 rgba(127,127,127,0.2)}.product:hover,.product:focus{transform:scale(1);-webkit-box-shadow:0 4px 2px 0 rgba(127,127,127,0.4);box-shadow:0 4px 2px 0 rgba(127,127,127,0.4);text-decoration:none;color:#333}.product:hover .product-sizes,.product:focus .product-sizes{opacity:.75}.product img{max-width:100%}.product li{padding:5px}.product li.active{cursor:default;text-decoration:none}.product .swatch{display:inline-block;width:30px;height:30px}.product .swatch.swatch-kellygreen{background-color:#249265}.product .swatch.swatch-black{background-color:#151010}.product .swatch.swatch-navy{background-color:#2E2737}.product .swatch.swatch-silver{background-color:#D4D2D3}.product .swatch.swatch-asphalt{background-color:#535059}.product .swatch.swatch-royalblue{background-color:#2A4DB3}.product-sizes{transition:opacity .25s ease-in-out;position:absolute;top:6px;right:6px;border-radius:4px;background-color:#fff;font-size:21px;line-height:21px;padding:5px 10px;color:#b3b3b3;opacity:.25}.product-title{height:52px}.product-cta{display:block;margin-top:40px;color:#333;text-decoration:none;border-radius:4px;padding:22px}.cta-content{margin-bottom:22px}.cta-fine-print{margin-top:22px}@media (min-width:1200px){#icon-carousel{font-size:240px;line-height:275px;margin-top:22px}.carousel-control{top:255px;width:40px;height:40px;font-size:40px;line-height:40px;left:133px}.carousel-control.right{right:133px}.jumbotron-ad{padding:50px 0}.jumbotron-ad h1{margin-top:25px;font-size:90px}.jumbotron-ad p{font-size:28px;margin:35px 0 20px}.jumbotron-carousel{padding:50px 0}.jumbotron-carousel h1{font-size:100px}.jumbotron-carousel p{font-size:32px;margin:20px 0}.jumbotron-carousel .btn-large{font-size:30px;padding:21px 35px}.stripe-ad .lead{padding-top:0}.lead{font-size:26px;line-height:36px}.fort-awesome .action{width:18%}.hide-lg{display:none}}@media (min-width:992px) and (max-width:1199px){.hide-md{display:none}}@media (min-width:768px) and (max-width:991px){#icon-carousel{font-size:200px;line-height:230px}.carousel-control{top:210px;width:30px;height:30px;left:78px}.carousel-control.right{right:78px}.jumbotron-carousel{padding:50px 0}.jumbotron-carousel h1{font-size:65px}.jumbotron-carousel p{font-size:23px}.jumbotron-carousel .shameless-self-promotion{font-size:12px}.jumbotron-ad p{font-size:24px}.jumbotron-icon h1 small{display:block;margin-top:15px;margin-left:0;line-height:20px}.stripe-ad .lead{margin:0;padding-top:0;font-size:19px}.fort-awesome .action{width:33%}.hide-sm{display:none}.v-get-started .get-started-cdn{padding:5px 22px 22px 22px}}@media (min-width:768px){.signup-input{padding-right:0}.signup-input input{border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0}.signup-button{padding-left:0}.signup-button .btn{border-top-left-radius:0;border-bottom-left-radius:0}}@media (max-width:767px){#icon-carousel{font-size:180px;line-height:210px;width:280px;margin:30px auto 0}.carousel-control{top:40%;width:44px;height:44px;font-size:44px;line-height:44px;left:-7px}.carousel-control.right{right:-7px}.jumbotron-carousel h1{font-size:58px}.jumbotron-carousel p{font-size:24px}.jumbotron-carousel .btn-large{font-size:20px;padding:14px 26px}.jumbotron-carousel .shameless-self-promotion{font-size:12px}.jumbotron-ad h1{font-size:39px}.jumbotron-ad p{font-size:20px;margin-bottom:20px}.jumbotron-icon .fa-1,.jumbotron-icon .fa-2,.jumbotron-icon .fa-3,.jumbotron-icon .fa-4,.jumbotron-icon .fa-5,.jumbotron-icon .fa-6{margin-right:0}.jumbotron-icon .fa-6{font-size:16em}.jumbotron-icon h1 small{display:block;margin-top:15px;margin-left:0;line-height:20px}.stripe-ad .lead{margin-top:22px;padding:0}#fusionads{float:none;display:block;margin-left:0}#fusionads:before,#fusionads:after{content:" ";display:table}#fusionads:after{clear:both}#fusionads:before,#fusionads:after{content:" ";display:table}#fusionads:after{clear:both}.vertical-ad #fusionads{width:300px}.vertical-ad #fusionads .fusion-img{float:left;padding-right:10px}.fonticons{padding:15px 0}.fonticons .tagline,.fonticons .action{display:block}.fonticons .tagline{margin-bottom:10px}.hide-xs{display:none}.block-xs{display:block}.modal-footer .block-xs+.block-xs{margin-left:0;margin-top:10px}.navbar-org{display:none}#banner{text-align:center}#banner .message-container,#banner .tagline,#banner .action{display:block}#banner .tagline{padding-right:0}#banner .btn-primary{margin-top:10px}.signup-button .btn{white-space:normal}.v-get-started .get-started-cdn{padding:5px 22px 22px 22px}} \ No newline at end of file diff --git a/_gh_pages/assets/font-awesome-4.7.0.zip b/_gh_pages/assets/font-awesome-4.7.0.zip new file mode 100644 index 000000000..2540c87e6 Binary files /dev/null and b/_gh_pages/assets/font-awesome-4.7.0.zip differ diff --git a/_gh_pages/assets/font-awesome/HELP-US-OUT.txt b/_gh_pages/assets/font-awesome/HELP-US-OUT.txt new file mode 100644 index 000000000..83d083dd7 --- /dev/null +++ b/_gh_pages/assets/font-awesome/HELP-US-OUT.txt @@ -0,0 +1,7 @@ +I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, +Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, +comprehensive icon sets or copy and paste your own. + +Please. Check it out. + +-Dave Gandy diff --git a/_gh_pages/assets/font-awesome/css/font-awesome.css b/_gh_pages/assets/font-awesome/css/font-awesome.css new file mode 100644 index 000000000..e3ac4b3df --- /dev/null +++ b/_gh_pages/assets/font-awesome/css/font-awesome.css @@ -0,0 +1,2337 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'FontAwesome'; + src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); + src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 FontAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #fff; +} +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell-o:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-pied-piper-pp:before { + content: "\f1a7"; +} +.fa-pied-piper-alt:before { + content: "\f1a8"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-pied-piper:before { + content: "\f2ae"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/_gh_pages/assets/font-awesome/css/font-awesome.min.css b/_gh_pages/assets/font-awesome/css/font-awesome.min.css new file mode 100644 index 000000000..b7610d26a --- /dev/null +++ b/_gh_pages/assets/font-awesome/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} \ No newline at end of file diff --git a/_gh_pages/assets/font-awesome/fonts/FontAwesome.otf b/_gh_pages/assets/font-awesome/fonts/FontAwesome.otf new file mode 100644 index 000000000..401ec0f36 Binary files /dev/null and b/_gh_pages/assets/font-awesome/fonts/FontAwesome.otf differ diff --git a/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.eot b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.eot new file mode 100644 index 000000000..e9f60ca95 Binary files /dev/null and b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.eot differ diff --git a/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.svg b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.svg new file mode 100644 index 000000000..855c845e5 --- /dev/null +++ b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.ttf b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.ttf new file mode 100644 index 000000000..35acda2fa Binary files /dev/null and b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.ttf differ diff --git a/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff new file mode 100644 index 000000000..400014a4b Binary files /dev/null and b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff differ diff --git a/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff2 b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff2 new file mode 100644 index 000000000..4d13fc604 Binary files /dev/null and b/_gh_pages/assets/font-awesome/fonts/fontawesome-webfont.woff2 differ diff --git a/_gh_pages/assets/font-awesome/less/animated.less b/_gh_pages/assets/font-awesome/less/animated.less new file mode 100644 index 000000000..66ad52a5b --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/animated.less @@ -0,0 +1,34 @@ +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/_gh_pages/assets/font-awesome/less/bordered-pulled.less b/_gh_pages/assets/font-awesome/less/bordered-pulled.less new file mode 100644 index 000000000..f1c8ad75f --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/bordered-pulled.less @@ -0,0 +1,25 @@ +// Bordered & Pulled +// ------------------------- + +.@{fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em @fa-border-color; + border-radius: .1em; +} + +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.@{fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/_gh_pages/assets/font-awesome/less/core.less b/_gh_pages/assets/font-awesome/less/core.less new file mode 100644 index 000000000..c577ac84a --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/core.less @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.@{fa-css-prefix} { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} diff --git a/_gh_pages/assets/font-awesome/less/fixed-width.less b/_gh_pages/assets/font-awesome/less/fixed-width.less new file mode 100644 index 000000000..110289f2f --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/fixed-width.less @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.@{fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/_gh_pages/assets/font-awesome/less/font-awesome.less b/_gh_pages/assets/font-awesome/less/font-awesome.less new file mode 100644 index 000000000..c3677def3 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/font-awesome.less @@ -0,0 +1,18 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; +@import "screen-reader.less"; diff --git a/_gh_pages/assets/font-awesome/less/icons.less b/_gh_pages/assets/font-awesome/less/icons.less new file mode 100644 index 000000000..159d60042 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/icons.less @@ -0,0 +1,789 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.@{fa-css-prefix}-glass:before { content: @fa-var-glass; } +.@{fa-css-prefix}-music:before { content: @fa-var-music; } +.@{fa-css-prefix}-search:before { content: @fa-var-search; } +.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; } +.@{fa-css-prefix}-heart:before { content: @fa-var-heart; } +.@{fa-css-prefix}-star:before { content: @fa-var-star; } +.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; } +.@{fa-css-prefix}-user:before { content: @fa-var-user; } +.@{fa-css-prefix}-film:before { content: @fa-var-film; } +.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; } +.@{fa-css-prefix}-th:before { content: @fa-var-th; } +.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } +.@{fa-css-prefix}-check:before { content: @fa-var-check; } +.@{fa-css-prefix}-remove:before, +.@{fa-css-prefix}-close:before, +.@{fa-css-prefix}-times:before { content: @fa-var-times; } +.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } +.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } +.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; } +.@{fa-css-prefix}-signal:before { content: @fa-var-signal; } +.@{fa-css-prefix}-gear:before, +.@{fa-css-prefix}-cog:before { content: @fa-var-cog; } +.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; } +.@{fa-css-prefix}-home:before { content: @fa-var-home; } +.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; } +.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; } +.@{fa-css-prefix}-road:before { content: @fa-var-road; } +.@{fa-css-prefix}-download:before { content: @fa-var-download; } +.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; } +.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; } +.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; } +.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; } +.@{fa-css-prefix}-rotate-right:before, +.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; } +.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; } +.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; } +.@{fa-css-prefix}-lock:before { content: @fa-var-lock; } +.@{fa-css-prefix}-flag:before { content: @fa-var-flag; } +.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; } +.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; } +.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; } +.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; } +.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; } +.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; } +.@{fa-css-prefix}-tag:before { content: @fa-var-tag; } +.@{fa-css-prefix}-tags:before { content: @fa-var-tags; } +.@{fa-css-prefix}-book:before { content: @fa-var-book; } +.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; } +.@{fa-css-prefix}-print:before { content: @fa-var-print; } +.@{fa-css-prefix}-camera:before { content: @fa-var-camera; } +.@{fa-css-prefix}-font:before { content: @fa-var-font; } +.@{fa-css-prefix}-bold:before { content: @fa-var-bold; } +.@{fa-css-prefix}-italic:before { content: @fa-var-italic; } +.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; } +.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; } +.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; } +.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; } +.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; } +.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; } +.@{fa-css-prefix}-list:before { content: @fa-var-list; } +.@{fa-css-prefix}-dedent:before, +.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } +.@{fa-css-prefix}-indent:before { content: @fa-var-indent; } +.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } +.@{fa-css-prefix}-photo:before, +.@{fa-css-prefix}-image:before, +.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; } +.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; } +.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } +.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; } +.@{fa-css-prefix}-tint:before { content: @fa-var-tint; } +.@{fa-css-prefix}-edit:before, +.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; } +.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; } +.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; } +.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; } +.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; } +.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; } +.@{fa-css-prefix}-backward:before { content: @fa-var-backward; } +.@{fa-css-prefix}-play:before { content: @fa-var-play; } +.@{fa-css-prefix}-pause:before { content: @fa-var-pause; } +.@{fa-css-prefix}-stop:before { content: @fa-var-stop; } +.@{fa-css-prefix}-forward:before { content: @fa-var-forward; } +.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; } +.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; } +.@{fa-css-prefix}-eject:before { content: @fa-var-eject; } +.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; } +.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; } +.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; } +.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; } +.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; } +.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; } +.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; } +.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; } +.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; } +.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; } +.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; } +.@{fa-css-prefix}-ban:before { content: @fa-var-ban; } +.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; } +.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; } +.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; } +.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; } +.@{fa-css-prefix}-mail-forward:before, +.@{fa-css-prefix}-share:before { content: @fa-var-share; } +.@{fa-css-prefix}-expand:before { content: @fa-var-expand; } +.@{fa-css-prefix}-compress:before { content: @fa-var-compress; } +.@{fa-css-prefix}-plus:before { content: @fa-var-plus; } +.@{fa-css-prefix}-minus:before { content: @fa-var-minus; } +.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; } +.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; } +.@{fa-css-prefix}-gift:before { content: @fa-var-gift; } +.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; } +.@{fa-css-prefix}-fire:before { content: @fa-var-fire; } +.@{fa-css-prefix}-eye:before { content: @fa-var-eye; } +.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; } +.@{fa-css-prefix}-warning:before, +.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; } +.@{fa-css-prefix}-plane:before { content: @fa-var-plane; } +.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; } +.@{fa-css-prefix}-random:before { content: @fa-var-random; } +.@{fa-css-prefix}-comment:before { content: @fa-var-comment; } +.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; } +.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; } +.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; } +.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; } +.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; } +.@{fa-css-prefix}-folder:before { content: @fa-var-folder; } +.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } +.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; } +.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; } +.@{fa-css-prefix}-bar-chart-o:before, +.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; } +.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } +.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } +.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } +.@{fa-css-prefix}-key:before { content: @fa-var-key; } +.@{fa-css-prefix}-gears:before, +.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; } +.@{fa-css-prefix}-comments:before { content: @fa-var-comments; } +.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; } +.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; } +.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; } +.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; } +.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; } +.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; } +.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; } +.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; } +.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; } +.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } +.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; } +.@{fa-css-prefix}-upload:before { content: @fa-var-upload; } +.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; } +.@{fa-css-prefix}-phone:before { content: @fa-var-phone; } +.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; } +.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; } +.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } +.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } +.@{fa-css-prefix}-facebook-f:before, +.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } +.@{fa-css-prefix}-github:before { content: @fa-var-github; } +.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } +.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } +.@{fa-css-prefix}-feed:before, +.@{fa-css-prefix}-rss:before { content: @fa-var-rss; } +.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } +.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } +.@{fa-css-prefix}-bell:before { content: @fa-var-bell; } +.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } +.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; } +.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; } +.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; } +.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; } +.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; } +.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; } +.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; } +.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; } +.@{fa-css-prefix}-globe:before { content: @fa-var-globe; } +.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; } +.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; } +.@{fa-css-prefix}-filter:before { content: @fa-var-filter; } +.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; } +.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; } +.@{fa-css-prefix}-group:before, +.@{fa-css-prefix}-users:before { content: @fa-var-users; } +.@{fa-css-prefix}-chain:before, +.@{fa-css-prefix}-link:before { content: @fa-var-link; } +.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; } +.@{fa-css-prefix}-flask:before { content: @fa-var-flask; } +.@{fa-css-prefix}-cut:before, +.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; } +.@{fa-css-prefix}-copy:before, +.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; } +.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; } +.@{fa-css-prefix}-save:before, +.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; } +.@{fa-css-prefix}-square:before { content: @fa-var-square; } +.@{fa-css-prefix}-navicon:before, +.@{fa-css-prefix}-reorder:before, +.@{fa-css-prefix}-bars:before { content: @fa-var-bars; } +.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } +.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } +.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; } +.@{fa-css-prefix}-underline:before { content: @fa-var-underline; } +.@{fa-css-prefix}-table:before { content: @fa-var-table; } +.@{fa-css-prefix}-magic:before { content: @fa-var-magic; } +.@{fa-css-prefix}-truck:before { content: @fa-var-truck; } +.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } +.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } +.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } +.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } +.@{fa-css-prefix}-money:before { content: @fa-var-money; } +.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } +.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; } +.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; } +.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; } +.@{fa-css-prefix}-columns:before { content: @fa-var-columns; } +.@{fa-css-prefix}-unsorted:before, +.@{fa-css-prefix}-sort:before { content: @fa-var-sort; } +.@{fa-css-prefix}-sort-down:before, +.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; } +.@{fa-css-prefix}-sort-up:before, +.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } +.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } +.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } +.@{fa-css-prefix}-rotate-left:before, +.@{fa-css-prefix}-undo:before { content: @fa-var-undo; } +.@{fa-css-prefix}-legal:before, +.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; } +.@{fa-css-prefix}-dashboard:before, +.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; } +.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; } +.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; } +.@{fa-css-prefix}-flash:before, +.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; } +.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; } +.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; } +.@{fa-css-prefix}-paste:before, +.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; } +.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; } +.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; } +.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; } +.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; } +.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; } +.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; } +.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } +.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; } +.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } +.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; } +.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; } +.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; } +.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; } +.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; } +.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; } +.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; } +.@{fa-css-prefix}-beer:before { content: @fa-var-beer; } +.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; } +.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; } +.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; } +.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; } +.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; } +.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; } +.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; } +.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; } +.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; } +.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; } +.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; } +.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; } +.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; } +.@{fa-css-prefix}-mobile-phone:before, +.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; } +.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; } +.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; } +.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; } +.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; } +.@{fa-css-prefix}-circle:before { content: @fa-var-circle; } +.@{fa-css-prefix}-mail-reply:before, +.@{fa-css-prefix}-reply:before { content: @fa-var-reply; } +.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; } +.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; } +.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; } +.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; } +.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; } +.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; } +.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; } +.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; } +.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; } +.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } +.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } +.@{fa-css-prefix}-code:before { content: @fa-var-code; } +.@{fa-css-prefix}-mail-reply-all:before, +.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } +.@{fa-css-prefix}-star-half-empty:before, +.@{fa-css-prefix}-star-half-full:before, +.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; } +.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; } +.@{fa-css-prefix}-crop:before { content: @fa-var-crop; } +.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; } +.@{fa-css-prefix}-unlink:before, +.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; } +.@{fa-css-prefix}-question:before { content: @fa-var-question; } +.@{fa-css-prefix}-info:before { content: @fa-var-info; } +.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; } +.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; } +.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; } +.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; } +.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; } +.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; } +.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; } +.@{fa-css-prefix}-shield:before { content: @fa-var-shield; } +.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; } +.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; } +.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; } +.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; } +.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; } +.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; } +.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; } +.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; } +.@{fa-css-prefix}-html5:before { content: @fa-var-html5; } +.@{fa-css-prefix}-css3:before { content: @fa-var-css3; } +.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; } +.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; } +.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; } +.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; } +.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; } +.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; } +.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; } +.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; } +.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; } +.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; } +.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; } +.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; } +.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; } +.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; } +.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; } +.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; } +.@{fa-css-prefix}-compass:before { content: @fa-var-compass; } +.@{fa-css-prefix}-toggle-down:before, +.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; } +.@{fa-css-prefix}-toggle-up:before, +.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; } +.@{fa-css-prefix}-toggle-right:before, +.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; } +.@{fa-css-prefix}-euro:before, +.@{fa-css-prefix}-eur:before { content: @fa-var-eur; } +.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; } +.@{fa-css-prefix}-dollar:before, +.@{fa-css-prefix}-usd:before { content: @fa-var-usd; } +.@{fa-css-prefix}-rupee:before, +.@{fa-css-prefix}-inr:before { content: @fa-var-inr; } +.@{fa-css-prefix}-cny:before, +.@{fa-css-prefix}-rmb:before, +.@{fa-css-prefix}-yen:before, +.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; } +.@{fa-css-prefix}-ruble:before, +.@{fa-css-prefix}-rouble:before, +.@{fa-css-prefix}-rub:before { content: @fa-var-rub; } +.@{fa-css-prefix}-won:before, +.@{fa-css-prefix}-krw:before { content: @fa-var-krw; } +.@{fa-css-prefix}-bitcoin:before, +.@{fa-css-prefix}-btc:before { content: @fa-var-btc; } +.@{fa-css-prefix}-file:before { content: @fa-var-file; } +.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; } +.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; } +.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; } +.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; } +.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; } +.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; } +.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; } +.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } +.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } +.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; } +.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; } +.@{fa-css-prefix}-xing:before { content: @fa-var-xing; } +.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; } +.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; } +.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; } +.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; } +.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; } +.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; } +.@{fa-css-prefix}-adn:before { content: @fa-var-adn; } +.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; } +.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; } +.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; } +.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; } +.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; } +.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; } +.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; } +.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; } +.@{fa-css-prefix}-apple:before { content: @fa-var-apple; } +.@{fa-css-prefix}-windows:before { content: @fa-var-windows; } +.@{fa-css-prefix}-android:before { content: @fa-var-android; } +.@{fa-css-prefix}-linux:before { content: @fa-var-linux; } +.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; } +.@{fa-css-prefix}-skype:before { content: @fa-var-skype; } +.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; } +.@{fa-css-prefix}-trello:before { content: @fa-var-trello; } +.@{fa-css-prefix}-female:before { content: @fa-var-female; } +.@{fa-css-prefix}-male:before { content: @fa-var-male; } +.@{fa-css-prefix}-gittip:before, +.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } +.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; } +.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; } +.@{fa-css-prefix}-archive:before { content: @fa-var-archive; } +.@{fa-css-prefix}-bug:before { content: @fa-var-bug; } +.@{fa-css-prefix}-vk:before { content: @fa-var-vk; } +.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; } +.@{fa-css-prefix}-renren:before { content: @fa-var-renren; } +.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; } +.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; } +.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; } +.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; } +.@{fa-css-prefix}-toggle-left:before, +.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; } +.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; } +.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; } +.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; } +.@{fa-css-prefix}-turkish-lira:before, +.@{fa-css-prefix}-try:before { content: @fa-var-try; } +.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; } +.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } +.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } +.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } +.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } +.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } +.@{fa-css-prefix}-institution:before, +.@{fa-css-prefix}-bank:before, +.@{fa-css-prefix}-university:before { content: @fa-var-university; } +.@{fa-css-prefix}-mortar-board:before, +.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } +.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } +.@{fa-css-prefix}-google:before { content: @fa-var-google; } +.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } +.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } +.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } +.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } +.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } +.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } +.@{fa-css-prefix}-pied-piper-pp:before { content: @fa-var-pied-piper-pp; } +.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; } +.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } +.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } +.@{fa-css-prefix}-language:before { content: @fa-var-language; } +.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } +.@{fa-css-prefix}-building:before { content: @fa-var-building; } +.@{fa-css-prefix}-child:before { content: @fa-var-child; } +.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } +.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } +.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } +.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } +.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } +.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } +.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } +.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } +.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } +.@{fa-css-prefix}-automobile:before, +.@{fa-css-prefix}-car:before { content: @fa-var-car; } +.@{fa-css-prefix}-cab:before, +.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } +.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } +.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } +.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } +.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } +.@{fa-css-prefix}-database:before { content: @fa-var-database; } +.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; } +.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; } +.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; } +.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; } +.@{fa-css-prefix}-file-photo-o:before, +.@{fa-css-prefix}-file-picture-o:before, +.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; } +.@{fa-css-prefix}-file-zip-o:before, +.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; } +.@{fa-css-prefix}-file-sound-o:before, +.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; } +.@{fa-css-prefix}-file-movie-o:before, +.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; } +.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; } +.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } +.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } +.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } +.@{fa-css-prefix}-life-bouy:before, +.@{fa-css-prefix}-life-buoy:before, +.@{fa-css-prefix}-life-saver:before, +.@{fa-css-prefix}-support:before, +.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } +.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } +.@{fa-css-prefix}-ra:before, +.@{fa-css-prefix}-resistance:before, +.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } +.@{fa-css-prefix}-ge:before, +.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } +.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } +.@{fa-css-prefix}-git:before { content: @fa-var-git; } +.@{fa-css-prefix}-y-combinator-square:before, +.@{fa-css-prefix}-yc-square:before, +.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } +.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } +.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } +.@{fa-css-prefix}-wechat:before, +.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } +.@{fa-css-prefix}-send:before, +.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } +.@{fa-css-prefix}-send-o:before, +.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } +.@{fa-css-prefix}-history:before { content: @fa-var-history; } +.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } +.@{fa-css-prefix}-header:before { content: @fa-var-header; } +.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } +.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } +.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } +.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } +.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } +.@{fa-css-prefix}-soccer-ball-o:before, +.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } +.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } +.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } +.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } +.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } +.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } +.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } +.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; } +.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } +.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } +.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } +.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } +.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } +.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } +.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } +.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } +.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } +.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } +.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } +.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; } +.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } +.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } +.@{fa-css-prefix}-at:before { content: @fa-var-at; } +.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; } +.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } +.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } +.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; } +.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; } +.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; } +.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } +.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } +.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } +.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } +.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } +.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } +.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } +.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } +.@{fa-css-prefix}-cc:before { content: @fa-var-cc; } +.@{fa-css-prefix}-shekel:before, +.@{fa-css-prefix}-sheqel:before, +.@{fa-css-prefix}-ils:before { content: @fa-var-ils; } +.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; } +.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } +.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } +.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } +.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } +.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } +.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } +.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } +.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } +.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } +.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } +.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } +.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } +.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } +.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } +.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } +.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } +.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } +.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } +.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } +.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } +.@{fa-css-prefix}-intersex:before, +.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } +.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } +.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } +.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } +.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } +.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } +.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } +.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } +.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } +.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; } +.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; } +.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } +.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } +.@{fa-css-prefix}-server:before { content: @fa-var-server; } +.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } +.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } +.@{fa-css-prefix}-hotel:before, +.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } +.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } +.@{fa-css-prefix}-train:before { content: @fa-var-train; } +.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } +.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } +.@{fa-css-prefix}-yc:before, +.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; } +.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; } +.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; } +.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; } +.@{fa-css-prefix}-battery-4:before, +.@{fa-css-prefix}-battery:before, +.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; } +.@{fa-css-prefix}-battery-3:before, +.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; } +.@{fa-css-prefix}-battery-2:before, +.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; } +.@{fa-css-prefix}-battery-1:before, +.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; } +.@{fa-css-prefix}-battery-0:before, +.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; } +.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; } +.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; } +.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; } +.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; } +.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; } +.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; } +.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; } +.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; } +.@{fa-css-prefix}-clone:before { content: @fa-var-clone; } +.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; } +.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; } +.@{fa-css-prefix}-hourglass-1:before, +.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; } +.@{fa-css-prefix}-hourglass-2:before, +.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; } +.@{fa-css-prefix}-hourglass-3:before, +.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } +.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } +.@{fa-css-prefix}-hand-grab-o:before, +.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; } +.@{fa-css-prefix}-hand-stop-o:before, +.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; } +.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; } +.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; } +.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; } +.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; } +.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; } +.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } +.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } +.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } +.@{fa-css-prefix}-gg:before { content: @fa-var-gg; } +.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; } +.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } +.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; } +.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; } +.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; } +.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; } +.@{fa-css-prefix}-safari:before { content: @fa-var-safari; } +.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; } +.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; } +.@{fa-css-prefix}-opera:before { content: @fa-var-opera; } +.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; } +.@{fa-css-prefix}-tv:before, +.@{fa-css-prefix}-television:before { content: @fa-var-television; } +.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } +.@{fa-css-prefix}-500px:before { content: @fa-var-500px; } +.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; } +.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; } +.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; } +.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; } +.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; } +.@{fa-css-prefix}-industry:before { content: @fa-var-industry; } +.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; } +.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; } +.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; } +.@{fa-css-prefix}-map:before { content: @fa-var-map; } +.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } +.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } +.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } +.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } +.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } +.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } +.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; } +.@{fa-css-prefix}-edge:before { content: @fa-var-edge; } +.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; } +.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; } +.@{fa-css-prefix}-modx:before { content: @fa-var-modx; } +.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; } +.@{fa-css-prefix}-usb:before { content: @fa-var-usb; } +.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; } +.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; } +.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; } +.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; } +.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; } +.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; } +.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; } +.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; } +.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; } +.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; } +.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; } +.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; } +.@{fa-css-prefix}-percent:before { content: @fa-var-percent; } +.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; } +.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; } +.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; } +.@{fa-css-prefix}-envira:before { content: @fa-var-envira; } +.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; } +.@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; } +.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; } +.@{fa-css-prefix}-blind:before { content: @fa-var-blind; } +.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; } +.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; } +.@{fa-css-prefix}-braille:before { content: @fa-var-braille; } +.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; } +.@{fa-css-prefix}-asl-interpreting:before, +.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; } +.@{fa-css-prefix}-deafness:before, +.@{fa-css-prefix}-hard-of-hearing:before, +.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; } +.@{fa-css-prefix}-glide:before { content: @fa-var-glide; } +.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; } +.@{fa-css-prefix}-signing:before, +.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; } +.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; } +.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; } +.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; } +.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; } +.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; } +.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; } +.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; } +.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; } +.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; } +.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; } +.@{fa-css-prefix}-google-plus-circle:before, +.@{fa-css-prefix}-google-plus-official:before { content: @fa-var-google-plus-official; } +.@{fa-css-prefix}-fa:before, +.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; } +.@{fa-css-prefix}-handshake-o:before { content: @fa-var-handshake-o; } +.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; } +.@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; } +.@{fa-css-prefix}-linode:before { content: @fa-var-linode; } +.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; } +.@{fa-css-prefix}-address-book-o:before { content: @fa-var-address-book-o; } +.@{fa-css-prefix}-vcard:before, +.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; } +.@{fa-css-prefix}-vcard-o:before, +.@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; } +.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; } +.@{fa-css-prefix}-user-circle-o:before { content: @fa-var-user-circle-o; } +.@{fa-css-prefix}-user-o:before { content: @fa-var-user-o; } +.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; } +.@{fa-css-prefix}-drivers-license:before, +.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; } +.@{fa-css-prefix}-drivers-license-o:before, +.@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; } +.@{fa-css-prefix}-quora:before { content: @fa-var-quora; } +.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; } +.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; } +.@{fa-css-prefix}-thermometer-4:before, +.@{fa-css-prefix}-thermometer:before, +.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; } +.@{fa-css-prefix}-thermometer-3:before, +.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; } +.@{fa-css-prefix}-thermometer-2:before, +.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; } +.@{fa-css-prefix}-thermometer-1:before, +.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; } +.@{fa-css-prefix}-thermometer-0:before, +.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; } +.@{fa-css-prefix}-shower:before { content: @fa-var-shower; } +.@{fa-css-prefix}-bathtub:before, +.@{fa-css-prefix}-s15:before, +.@{fa-css-prefix}-bath:before { content: @fa-var-bath; } +.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; } +.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; } +.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; } +.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; } +.@{fa-css-prefix}-times-rectangle:before, +.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; } +.@{fa-css-prefix}-times-rectangle-o:before, +.@{fa-css-prefix}-window-close-o:before { content: @fa-var-window-close-o; } +.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; } +.@{fa-css-prefix}-grav:before { content: @fa-var-grav; } +.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; } +.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; } +.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; } +.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; } +.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; } +.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; } +.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; } +.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; } +.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; } diff --git a/_gh_pages/assets/font-awesome/less/larger.less b/_gh_pages/assets/font-awesome/less/larger.less new file mode 100644 index 000000000..c9d646770 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/larger.less @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.@{fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.@{fa-css-prefix}-2x { font-size: 2em; } +.@{fa-css-prefix}-3x { font-size: 3em; } +.@{fa-css-prefix}-4x { font-size: 4em; } +.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/_gh_pages/assets/font-awesome/less/list.less b/_gh_pages/assets/font-awesome/less/list.less new file mode 100644 index 000000000..0b440382f --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/list.less @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.@{fa-css-prefix}-ul { + padding-left: 0; + margin-left: @fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.@{fa-css-prefix}-li { + position: absolute; + left: -@fa-li-width; + width: @fa-li-width; + top: (2em / 14); + text-align: center; + &.@{fa-css-prefix}-lg { + left: (-@fa-li-width + (4em / 14)); + } +} diff --git a/_gh_pages/assets/font-awesome/less/mixins.less b/_gh_pages/assets/font-awesome/less/mixins.less new file mode 100644 index 000000000..beef231d0 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/mixins.less @@ -0,0 +1,60 @@ +// Mixins +// -------------------------- + +.fa-icon() { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +.fa-icon-rotate(@degrees, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})"; + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); + transform: rotate(@degrees); +} + +.fa-icon-flip(@horiz, @vert, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)"; + -webkit-transform: scale(@horiz, @vert); + -ms-transform: scale(@horiz, @vert); + transform: scale(@horiz, @vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +.sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +.sr-only-focusable() { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/_gh_pages/assets/font-awesome/less/path.less b/_gh_pages/assets/font-awesome/less/path.less new file mode 100644 index 000000000..835be41f8 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/path.less @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); + src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), + url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), + url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), + url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); + // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/_gh_pages/assets/font-awesome/less/rotated-flipped.less b/_gh_pages/assets/font-awesome/less/rotated-flipped.less new file mode 100644 index 000000000..f6ba81475 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/rotated-flipped.less @@ -0,0 +1,20 @@ +// Rotated & Flipped Icons +// ------------------------- + +.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } +.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } +.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } + +.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } +.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/_gh_pages/assets/font-awesome/less/screen-reader.less b/_gh_pages/assets/font-awesome/less/screen-reader.less new file mode 100644 index 000000000..11c188196 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/screen-reader.less @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { .sr-only(); } +.sr-only-focusable { .sr-only-focusable(); } diff --git a/_gh_pages/assets/font-awesome/less/stacked.less b/_gh_pages/assets/font-awesome/less/stacked.less new file mode 100644 index 000000000..fc53fb0e7 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/stacked.less @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.@{fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.@{fa-css-prefix}-stack-1x { line-height: inherit; } +.@{fa-css-prefix}-stack-2x { font-size: 2em; } +.@{fa-css-prefix}-inverse { color: @fa-inverse; } diff --git a/_gh_pages/assets/font-awesome/less/variables.less b/_gh_pages/assets/font-awesome/less/variables.less new file mode 100644 index 000000000..7ddbbc011 --- /dev/null +++ b/_gh_pages/assets/font-awesome/less/variables.less @@ -0,0 +1,800 @@ +// Variables +// -------------------------- + +@fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +@fa-line-height-base: 1; +//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly +@fa-css-prefix: fa; +@fa-version: "4.7.0"; +@fa-border-color: #eee; +@fa-inverse: #fff; +@fa-li-width: (30em / 14); + +@fa-var-500px: "\f26e"; +@fa-var-address-book: "\f2b9"; +@fa-var-address-book-o: "\f2ba"; +@fa-var-address-card: "\f2bb"; +@fa-var-address-card-o: "\f2bc"; +@fa-var-adjust: "\f042"; +@fa-var-adn: "\f170"; +@fa-var-align-center: "\f037"; +@fa-var-align-justify: "\f039"; +@fa-var-align-left: "\f036"; +@fa-var-align-right: "\f038"; +@fa-var-amazon: "\f270"; +@fa-var-ambulance: "\f0f9"; +@fa-var-american-sign-language-interpreting: "\f2a3"; +@fa-var-anchor: "\f13d"; +@fa-var-android: "\f17b"; +@fa-var-angellist: "\f209"; +@fa-var-angle-double-down: "\f103"; +@fa-var-angle-double-left: "\f100"; +@fa-var-angle-double-right: "\f101"; +@fa-var-angle-double-up: "\f102"; +@fa-var-angle-down: "\f107"; +@fa-var-angle-left: "\f104"; +@fa-var-angle-right: "\f105"; +@fa-var-angle-up: "\f106"; +@fa-var-apple: "\f179"; +@fa-var-archive: "\f187"; +@fa-var-area-chart: "\f1fe"; +@fa-var-arrow-circle-down: "\f0ab"; +@fa-var-arrow-circle-left: "\f0a8"; +@fa-var-arrow-circle-o-down: "\f01a"; +@fa-var-arrow-circle-o-left: "\f190"; +@fa-var-arrow-circle-o-right: "\f18e"; +@fa-var-arrow-circle-o-up: "\f01b"; +@fa-var-arrow-circle-right: "\f0a9"; +@fa-var-arrow-circle-up: "\f0aa"; +@fa-var-arrow-down: "\f063"; +@fa-var-arrow-left: "\f060"; +@fa-var-arrow-right: "\f061"; +@fa-var-arrow-up: "\f062"; +@fa-var-arrows: "\f047"; +@fa-var-arrows-alt: "\f0b2"; +@fa-var-arrows-h: "\f07e"; +@fa-var-arrows-v: "\f07d"; +@fa-var-asl-interpreting: "\f2a3"; +@fa-var-assistive-listening-systems: "\f2a2"; +@fa-var-asterisk: "\f069"; +@fa-var-at: "\f1fa"; +@fa-var-audio-description: "\f29e"; +@fa-var-automobile: "\f1b9"; +@fa-var-backward: "\f04a"; +@fa-var-balance-scale: "\f24e"; +@fa-var-ban: "\f05e"; +@fa-var-bandcamp: "\f2d5"; +@fa-var-bank: "\f19c"; +@fa-var-bar-chart: "\f080"; +@fa-var-bar-chart-o: "\f080"; +@fa-var-barcode: "\f02a"; +@fa-var-bars: "\f0c9"; +@fa-var-bath: "\f2cd"; +@fa-var-bathtub: "\f2cd"; +@fa-var-battery: "\f240"; +@fa-var-battery-0: "\f244"; +@fa-var-battery-1: "\f243"; +@fa-var-battery-2: "\f242"; +@fa-var-battery-3: "\f241"; +@fa-var-battery-4: "\f240"; +@fa-var-battery-empty: "\f244"; +@fa-var-battery-full: "\f240"; +@fa-var-battery-half: "\f242"; +@fa-var-battery-quarter: "\f243"; +@fa-var-battery-three-quarters: "\f241"; +@fa-var-bed: "\f236"; +@fa-var-beer: "\f0fc"; +@fa-var-behance: "\f1b4"; +@fa-var-behance-square: "\f1b5"; +@fa-var-bell: "\f0f3"; +@fa-var-bell-o: "\f0a2"; +@fa-var-bell-slash: "\f1f6"; +@fa-var-bell-slash-o: "\f1f7"; +@fa-var-bicycle: "\f206"; +@fa-var-binoculars: "\f1e5"; +@fa-var-birthday-cake: "\f1fd"; +@fa-var-bitbucket: "\f171"; +@fa-var-bitbucket-square: "\f172"; +@fa-var-bitcoin: "\f15a"; +@fa-var-black-tie: "\f27e"; +@fa-var-blind: "\f29d"; +@fa-var-bluetooth: "\f293"; +@fa-var-bluetooth-b: "\f294"; +@fa-var-bold: "\f032"; +@fa-var-bolt: "\f0e7"; +@fa-var-bomb: "\f1e2"; +@fa-var-book: "\f02d"; +@fa-var-bookmark: "\f02e"; +@fa-var-bookmark-o: "\f097"; +@fa-var-braille: "\f2a1"; +@fa-var-briefcase: "\f0b1"; +@fa-var-btc: "\f15a"; +@fa-var-bug: "\f188"; +@fa-var-building: "\f1ad"; +@fa-var-building-o: "\f0f7"; +@fa-var-bullhorn: "\f0a1"; +@fa-var-bullseye: "\f140"; +@fa-var-bus: "\f207"; +@fa-var-buysellads: "\f20d"; +@fa-var-cab: "\f1ba"; +@fa-var-calculator: "\f1ec"; +@fa-var-calendar: "\f073"; +@fa-var-calendar-check-o: "\f274"; +@fa-var-calendar-minus-o: "\f272"; +@fa-var-calendar-o: "\f133"; +@fa-var-calendar-plus-o: "\f271"; +@fa-var-calendar-times-o: "\f273"; +@fa-var-camera: "\f030"; +@fa-var-camera-retro: "\f083"; +@fa-var-car: "\f1b9"; +@fa-var-caret-down: "\f0d7"; +@fa-var-caret-left: "\f0d9"; +@fa-var-caret-right: "\f0da"; +@fa-var-caret-square-o-down: "\f150"; +@fa-var-caret-square-o-left: "\f191"; +@fa-var-caret-square-o-right: "\f152"; +@fa-var-caret-square-o-up: "\f151"; +@fa-var-caret-up: "\f0d8"; +@fa-var-cart-arrow-down: "\f218"; +@fa-var-cart-plus: "\f217"; +@fa-var-cc: "\f20a"; +@fa-var-cc-amex: "\f1f3"; +@fa-var-cc-diners-club: "\f24c"; +@fa-var-cc-discover: "\f1f2"; +@fa-var-cc-jcb: "\f24b"; +@fa-var-cc-mastercard: "\f1f1"; +@fa-var-cc-paypal: "\f1f4"; +@fa-var-cc-stripe: "\f1f5"; +@fa-var-cc-visa: "\f1f0"; +@fa-var-certificate: "\f0a3"; +@fa-var-chain: "\f0c1"; +@fa-var-chain-broken: "\f127"; +@fa-var-check: "\f00c"; +@fa-var-check-circle: "\f058"; +@fa-var-check-circle-o: "\f05d"; +@fa-var-check-square: "\f14a"; +@fa-var-check-square-o: "\f046"; +@fa-var-chevron-circle-down: "\f13a"; +@fa-var-chevron-circle-left: "\f137"; +@fa-var-chevron-circle-right: "\f138"; +@fa-var-chevron-circle-up: "\f139"; +@fa-var-chevron-down: "\f078"; +@fa-var-chevron-left: "\f053"; +@fa-var-chevron-right: "\f054"; +@fa-var-chevron-up: "\f077"; +@fa-var-child: "\f1ae"; +@fa-var-chrome: "\f268"; +@fa-var-circle: "\f111"; +@fa-var-circle-o: "\f10c"; +@fa-var-circle-o-notch: "\f1ce"; +@fa-var-circle-thin: "\f1db"; +@fa-var-clipboard: "\f0ea"; +@fa-var-clock-o: "\f017"; +@fa-var-clone: "\f24d"; +@fa-var-close: "\f00d"; +@fa-var-cloud: "\f0c2"; +@fa-var-cloud-download: "\f0ed"; +@fa-var-cloud-upload: "\f0ee"; +@fa-var-cny: "\f157"; +@fa-var-code: "\f121"; +@fa-var-code-fork: "\f126"; +@fa-var-codepen: "\f1cb"; +@fa-var-codiepie: "\f284"; +@fa-var-coffee: "\f0f4"; +@fa-var-cog: "\f013"; +@fa-var-cogs: "\f085"; +@fa-var-columns: "\f0db"; +@fa-var-comment: "\f075"; +@fa-var-comment-o: "\f0e5"; +@fa-var-commenting: "\f27a"; +@fa-var-commenting-o: "\f27b"; +@fa-var-comments: "\f086"; +@fa-var-comments-o: "\f0e6"; +@fa-var-compass: "\f14e"; +@fa-var-compress: "\f066"; +@fa-var-connectdevelop: "\f20e"; +@fa-var-contao: "\f26d"; +@fa-var-copy: "\f0c5"; +@fa-var-copyright: "\f1f9"; +@fa-var-creative-commons: "\f25e"; +@fa-var-credit-card: "\f09d"; +@fa-var-credit-card-alt: "\f283"; +@fa-var-crop: "\f125"; +@fa-var-crosshairs: "\f05b"; +@fa-var-css3: "\f13c"; +@fa-var-cube: "\f1b2"; +@fa-var-cubes: "\f1b3"; +@fa-var-cut: "\f0c4"; +@fa-var-cutlery: "\f0f5"; +@fa-var-dashboard: "\f0e4"; +@fa-var-dashcube: "\f210"; +@fa-var-database: "\f1c0"; +@fa-var-deaf: "\f2a4"; +@fa-var-deafness: "\f2a4"; +@fa-var-dedent: "\f03b"; +@fa-var-delicious: "\f1a5"; +@fa-var-desktop: "\f108"; +@fa-var-deviantart: "\f1bd"; +@fa-var-diamond: "\f219"; +@fa-var-digg: "\f1a6"; +@fa-var-dollar: "\f155"; +@fa-var-dot-circle-o: "\f192"; +@fa-var-download: "\f019"; +@fa-var-dribbble: "\f17d"; +@fa-var-drivers-license: "\f2c2"; +@fa-var-drivers-license-o: "\f2c3"; +@fa-var-dropbox: "\f16b"; +@fa-var-drupal: "\f1a9"; +@fa-var-edge: "\f282"; +@fa-var-edit: "\f044"; +@fa-var-eercast: "\f2da"; +@fa-var-eject: "\f052"; +@fa-var-ellipsis-h: "\f141"; +@fa-var-ellipsis-v: "\f142"; +@fa-var-empire: "\f1d1"; +@fa-var-envelope: "\f0e0"; +@fa-var-envelope-o: "\f003"; +@fa-var-envelope-open: "\f2b6"; +@fa-var-envelope-open-o: "\f2b7"; +@fa-var-envelope-square: "\f199"; +@fa-var-envira: "\f299"; +@fa-var-eraser: "\f12d"; +@fa-var-etsy: "\f2d7"; +@fa-var-eur: "\f153"; +@fa-var-euro: "\f153"; +@fa-var-exchange: "\f0ec"; +@fa-var-exclamation: "\f12a"; +@fa-var-exclamation-circle: "\f06a"; +@fa-var-exclamation-triangle: "\f071"; +@fa-var-expand: "\f065"; +@fa-var-expeditedssl: "\f23e"; +@fa-var-external-link: "\f08e"; +@fa-var-external-link-square: "\f14c"; +@fa-var-eye: "\f06e"; +@fa-var-eye-slash: "\f070"; +@fa-var-eyedropper: "\f1fb"; +@fa-var-fa: "\f2b4"; +@fa-var-facebook: "\f09a"; +@fa-var-facebook-f: "\f09a"; +@fa-var-facebook-official: "\f230"; +@fa-var-facebook-square: "\f082"; +@fa-var-fast-backward: "\f049"; +@fa-var-fast-forward: "\f050"; +@fa-var-fax: "\f1ac"; +@fa-var-feed: "\f09e"; +@fa-var-female: "\f182"; +@fa-var-fighter-jet: "\f0fb"; +@fa-var-file: "\f15b"; +@fa-var-file-archive-o: "\f1c6"; +@fa-var-file-audio-o: "\f1c7"; +@fa-var-file-code-o: "\f1c9"; +@fa-var-file-excel-o: "\f1c3"; +@fa-var-file-image-o: "\f1c5"; +@fa-var-file-movie-o: "\f1c8"; +@fa-var-file-o: "\f016"; +@fa-var-file-pdf-o: "\f1c1"; +@fa-var-file-photo-o: "\f1c5"; +@fa-var-file-picture-o: "\f1c5"; +@fa-var-file-powerpoint-o: "\f1c4"; +@fa-var-file-sound-o: "\f1c7"; +@fa-var-file-text: "\f15c"; +@fa-var-file-text-o: "\f0f6"; +@fa-var-file-video-o: "\f1c8"; +@fa-var-file-word-o: "\f1c2"; +@fa-var-file-zip-o: "\f1c6"; +@fa-var-files-o: "\f0c5"; +@fa-var-film: "\f008"; +@fa-var-filter: "\f0b0"; +@fa-var-fire: "\f06d"; +@fa-var-fire-extinguisher: "\f134"; +@fa-var-firefox: "\f269"; +@fa-var-first-order: "\f2b0"; +@fa-var-flag: "\f024"; +@fa-var-flag-checkered: "\f11e"; +@fa-var-flag-o: "\f11d"; +@fa-var-flash: "\f0e7"; +@fa-var-flask: "\f0c3"; +@fa-var-flickr: "\f16e"; +@fa-var-floppy-o: "\f0c7"; +@fa-var-folder: "\f07b"; +@fa-var-folder-o: "\f114"; +@fa-var-folder-open: "\f07c"; +@fa-var-folder-open-o: "\f115"; +@fa-var-font: "\f031"; +@fa-var-font-awesome: "\f2b4"; +@fa-var-fonticons: "\f280"; +@fa-var-fort-awesome: "\f286"; +@fa-var-forumbee: "\f211"; +@fa-var-forward: "\f04e"; +@fa-var-foursquare: "\f180"; +@fa-var-free-code-camp: "\f2c5"; +@fa-var-frown-o: "\f119"; +@fa-var-futbol-o: "\f1e3"; +@fa-var-gamepad: "\f11b"; +@fa-var-gavel: "\f0e3"; +@fa-var-gbp: "\f154"; +@fa-var-ge: "\f1d1"; +@fa-var-gear: "\f013"; +@fa-var-gears: "\f085"; +@fa-var-genderless: "\f22d"; +@fa-var-get-pocket: "\f265"; +@fa-var-gg: "\f260"; +@fa-var-gg-circle: "\f261"; +@fa-var-gift: "\f06b"; +@fa-var-git: "\f1d3"; +@fa-var-git-square: "\f1d2"; +@fa-var-github: "\f09b"; +@fa-var-github-alt: "\f113"; +@fa-var-github-square: "\f092"; +@fa-var-gitlab: "\f296"; +@fa-var-gittip: "\f184"; +@fa-var-glass: "\f000"; +@fa-var-glide: "\f2a5"; +@fa-var-glide-g: "\f2a6"; +@fa-var-globe: "\f0ac"; +@fa-var-google: "\f1a0"; +@fa-var-google-plus: "\f0d5"; +@fa-var-google-plus-circle: "\f2b3"; +@fa-var-google-plus-official: "\f2b3"; +@fa-var-google-plus-square: "\f0d4"; +@fa-var-google-wallet: "\f1ee"; +@fa-var-graduation-cap: "\f19d"; +@fa-var-gratipay: "\f184"; +@fa-var-grav: "\f2d6"; +@fa-var-group: "\f0c0"; +@fa-var-h-square: "\f0fd"; +@fa-var-hacker-news: "\f1d4"; +@fa-var-hand-grab-o: "\f255"; +@fa-var-hand-lizard-o: "\f258"; +@fa-var-hand-o-down: "\f0a7"; +@fa-var-hand-o-left: "\f0a5"; +@fa-var-hand-o-right: "\f0a4"; +@fa-var-hand-o-up: "\f0a6"; +@fa-var-hand-paper-o: "\f256"; +@fa-var-hand-peace-o: "\f25b"; +@fa-var-hand-pointer-o: "\f25a"; +@fa-var-hand-rock-o: "\f255"; +@fa-var-hand-scissors-o: "\f257"; +@fa-var-hand-spock-o: "\f259"; +@fa-var-hand-stop-o: "\f256"; +@fa-var-handshake-o: "\f2b5"; +@fa-var-hard-of-hearing: "\f2a4"; +@fa-var-hashtag: "\f292"; +@fa-var-hdd-o: "\f0a0"; +@fa-var-header: "\f1dc"; +@fa-var-headphones: "\f025"; +@fa-var-heart: "\f004"; +@fa-var-heart-o: "\f08a"; +@fa-var-heartbeat: "\f21e"; +@fa-var-history: "\f1da"; +@fa-var-home: "\f015"; +@fa-var-hospital-o: "\f0f8"; +@fa-var-hotel: "\f236"; +@fa-var-hourglass: "\f254"; +@fa-var-hourglass-1: "\f251"; +@fa-var-hourglass-2: "\f252"; +@fa-var-hourglass-3: "\f253"; +@fa-var-hourglass-end: "\f253"; +@fa-var-hourglass-half: "\f252"; +@fa-var-hourglass-o: "\f250"; +@fa-var-hourglass-start: "\f251"; +@fa-var-houzz: "\f27c"; +@fa-var-html5: "\f13b"; +@fa-var-i-cursor: "\f246"; +@fa-var-id-badge: "\f2c1"; +@fa-var-id-card: "\f2c2"; +@fa-var-id-card-o: "\f2c3"; +@fa-var-ils: "\f20b"; +@fa-var-image: "\f03e"; +@fa-var-imdb: "\f2d8"; +@fa-var-inbox: "\f01c"; +@fa-var-indent: "\f03c"; +@fa-var-industry: "\f275"; +@fa-var-info: "\f129"; +@fa-var-info-circle: "\f05a"; +@fa-var-inr: "\f156"; +@fa-var-instagram: "\f16d"; +@fa-var-institution: "\f19c"; +@fa-var-internet-explorer: "\f26b"; +@fa-var-intersex: "\f224"; +@fa-var-ioxhost: "\f208"; +@fa-var-italic: "\f033"; +@fa-var-joomla: "\f1aa"; +@fa-var-jpy: "\f157"; +@fa-var-jsfiddle: "\f1cc"; +@fa-var-key: "\f084"; +@fa-var-keyboard-o: "\f11c"; +@fa-var-krw: "\f159"; +@fa-var-language: "\f1ab"; +@fa-var-laptop: "\f109"; +@fa-var-lastfm: "\f202"; +@fa-var-lastfm-square: "\f203"; +@fa-var-leaf: "\f06c"; +@fa-var-leanpub: "\f212"; +@fa-var-legal: "\f0e3"; +@fa-var-lemon-o: "\f094"; +@fa-var-level-down: "\f149"; +@fa-var-level-up: "\f148"; +@fa-var-life-bouy: "\f1cd"; +@fa-var-life-buoy: "\f1cd"; +@fa-var-life-ring: "\f1cd"; +@fa-var-life-saver: "\f1cd"; +@fa-var-lightbulb-o: "\f0eb"; +@fa-var-line-chart: "\f201"; +@fa-var-link: "\f0c1"; +@fa-var-linkedin: "\f0e1"; +@fa-var-linkedin-square: "\f08c"; +@fa-var-linode: "\f2b8"; +@fa-var-linux: "\f17c"; +@fa-var-list: "\f03a"; +@fa-var-list-alt: "\f022"; +@fa-var-list-ol: "\f0cb"; +@fa-var-list-ul: "\f0ca"; +@fa-var-location-arrow: "\f124"; +@fa-var-lock: "\f023"; +@fa-var-long-arrow-down: "\f175"; +@fa-var-long-arrow-left: "\f177"; +@fa-var-long-arrow-right: "\f178"; +@fa-var-long-arrow-up: "\f176"; +@fa-var-low-vision: "\f2a8"; +@fa-var-magic: "\f0d0"; +@fa-var-magnet: "\f076"; +@fa-var-mail-forward: "\f064"; +@fa-var-mail-reply: "\f112"; +@fa-var-mail-reply-all: "\f122"; +@fa-var-male: "\f183"; +@fa-var-map: "\f279"; +@fa-var-map-marker: "\f041"; +@fa-var-map-o: "\f278"; +@fa-var-map-pin: "\f276"; +@fa-var-map-signs: "\f277"; +@fa-var-mars: "\f222"; +@fa-var-mars-double: "\f227"; +@fa-var-mars-stroke: "\f229"; +@fa-var-mars-stroke-h: "\f22b"; +@fa-var-mars-stroke-v: "\f22a"; +@fa-var-maxcdn: "\f136"; +@fa-var-meanpath: "\f20c"; +@fa-var-medium: "\f23a"; +@fa-var-medkit: "\f0fa"; +@fa-var-meetup: "\f2e0"; +@fa-var-meh-o: "\f11a"; +@fa-var-mercury: "\f223"; +@fa-var-microchip: "\f2db"; +@fa-var-microphone: "\f130"; +@fa-var-microphone-slash: "\f131"; +@fa-var-minus: "\f068"; +@fa-var-minus-circle: "\f056"; +@fa-var-minus-square: "\f146"; +@fa-var-minus-square-o: "\f147"; +@fa-var-mixcloud: "\f289"; +@fa-var-mobile: "\f10b"; +@fa-var-mobile-phone: "\f10b"; +@fa-var-modx: "\f285"; +@fa-var-money: "\f0d6"; +@fa-var-moon-o: "\f186"; +@fa-var-mortar-board: "\f19d"; +@fa-var-motorcycle: "\f21c"; +@fa-var-mouse-pointer: "\f245"; +@fa-var-music: "\f001"; +@fa-var-navicon: "\f0c9"; +@fa-var-neuter: "\f22c"; +@fa-var-newspaper-o: "\f1ea"; +@fa-var-object-group: "\f247"; +@fa-var-object-ungroup: "\f248"; +@fa-var-odnoklassniki: "\f263"; +@fa-var-odnoklassniki-square: "\f264"; +@fa-var-opencart: "\f23d"; +@fa-var-openid: "\f19b"; +@fa-var-opera: "\f26a"; +@fa-var-optin-monster: "\f23c"; +@fa-var-outdent: "\f03b"; +@fa-var-pagelines: "\f18c"; +@fa-var-paint-brush: "\f1fc"; +@fa-var-paper-plane: "\f1d8"; +@fa-var-paper-plane-o: "\f1d9"; +@fa-var-paperclip: "\f0c6"; +@fa-var-paragraph: "\f1dd"; +@fa-var-paste: "\f0ea"; +@fa-var-pause: "\f04c"; +@fa-var-pause-circle: "\f28b"; +@fa-var-pause-circle-o: "\f28c"; +@fa-var-paw: "\f1b0"; +@fa-var-paypal: "\f1ed"; +@fa-var-pencil: "\f040"; +@fa-var-pencil-square: "\f14b"; +@fa-var-pencil-square-o: "\f044"; +@fa-var-percent: "\f295"; +@fa-var-phone: "\f095"; +@fa-var-phone-square: "\f098"; +@fa-var-photo: "\f03e"; +@fa-var-picture-o: "\f03e"; +@fa-var-pie-chart: "\f200"; +@fa-var-pied-piper: "\f2ae"; +@fa-var-pied-piper-alt: "\f1a8"; +@fa-var-pied-piper-pp: "\f1a7"; +@fa-var-pinterest: "\f0d2"; +@fa-var-pinterest-p: "\f231"; +@fa-var-pinterest-square: "\f0d3"; +@fa-var-plane: "\f072"; +@fa-var-play: "\f04b"; +@fa-var-play-circle: "\f144"; +@fa-var-play-circle-o: "\f01d"; +@fa-var-plug: "\f1e6"; +@fa-var-plus: "\f067"; +@fa-var-plus-circle: "\f055"; +@fa-var-plus-square: "\f0fe"; +@fa-var-plus-square-o: "\f196"; +@fa-var-podcast: "\f2ce"; +@fa-var-power-off: "\f011"; +@fa-var-print: "\f02f"; +@fa-var-product-hunt: "\f288"; +@fa-var-puzzle-piece: "\f12e"; +@fa-var-qq: "\f1d6"; +@fa-var-qrcode: "\f029"; +@fa-var-question: "\f128"; +@fa-var-question-circle: "\f059"; +@fa-var-question-circle-o: "\f29c"; +@fa-var-quora: "\f2c4"; +@fa-var-quote-left: "\f10d"; +@fa-var-quote-right: "\f10e"; +@fa-var-ra: "\f1d0"; +@fa-var-random: "\f074"; +@fa-var-ravelry: "\f2d9"; +@fa-var-rebel: "\f1d0"; +@fa-var-recycle: "\f1b8"; +@fa-var-reddit: "\f1a1"; +@fa-var-reddit-alien: "\f281"; +@fa-var-reddit-square: "\f1a2"; +@fa-var-refresh: "\f021"; +@fa-var-registered: "\f25d"; +@fa-var-remove: "\f00d"; +@fa-var-renren: "\f18b"; +@fa-var-reorder: "\f0c9"; +@fa-var-repeat: "\f01e"; +@fa-var-reply: "\f112"; +@fa-var-reply-all: "\f122"; +@fa-var-resistance: "\f1d0"; +@fa-var-retweet: "\f079"; +@fa-var-rmb: "\f157"; +@fa-var-road: "\f018"; +@fa-var-rocket: "\f135"; +@fa-var-rotate-left: "\f0e2"; +@fa-var-rotate-right: "\f01e"; +@fa-var-rouble: "\f158"; +@fa-var-rss: "\f09e"; +@fa-var-rss-square: "\f143"; +@fa-var-rub: "\f158"; +@fa-var-ruble: "\f158"; +@fa-var-rupee: "\f156"; +@fa-var-s15: "\f2cd"; +@fa-var-safari: "\f267"; +@fa-var-save: "\f0c7"; +@fa-var-scissors: "\f0c4"; +@fa-var-scribd: "\f28a"; +@fa-var-search: "\f002"; +@fa-var-search-minus: "\f010"; +@fa-var-search-plus: "\f00e"; +@fa-var-sellsy: "\f213"; +@fa-var-send: "\f1d8"; +@fa-var-send-o: "\f1d9"; +@fa-var-server: "\f233"; +@fa-var-share: "\f064"; +@fa-var-share-alt: "\f1e0"; +@fa-var-share-alt-square: "\f1e1"; +@fa-var-share-square: "\f14d"; +@fa-var-share-square-o: "\f045"; +@fa-var-shekel: "\f20b"; +@fa-var-sheqel: "\f20b"; +@fa-var-shield: "\f132"; +@fa-var-ship: "\f21a"; +@fa-var-shirtsinbulk: "\f214"; +@fa-var-shopping-bag: "\f290"; +@fa-var-shopping-basket: "\f291"; +@fa-var-shopping-cart: "\f07a"; +@fa-var-shower: "\f2cc"; +@fa-var-sign-in: "\f090"; +@fa-var-sign-language: "\f2a7"; +@fa-var-sign-out: "\f08b"; +@fa-var-signal: "\f012"; +@fa-var-signing: "\f2a7"; +@fa-var-simplybuilt: "\f215"; +@fa-var-sitemap: "\f0e8"; +@fa-var-skyatlas: "\f216"; +@fa-var-skype: "\f17e"; +@fa-var-slack: "\f198"; +@fa-var-sliders: "\f1de"; +@fa-var-slideshare: "\f1e7"; +@fa-var-smile-o: "\f118"; +@fa-var-snapchat: "\f2ab"; +@fa-var-snapchat-ghost: "\f2ac"; +@fa-var-snapchat-square: "\f2ad"; +@fa-var-snowflake-o: "\f2dc"; +@fa-var-soccer-ball-o: "\f1e3"; +@fa-var-sort: "\f0dc"; +@fa-var-sort-alpha-asc: "\f15d"; +@fa-var-sort-alpha-desc: "\f15e"; +@fa-var-sort-amount-asc: "\f160"; +@fa-var-sort-amount-desc: "\f161"; +@fa-var-sort-asc: "\f0de"; +@fa-var-sort-desc: "\f0dd"; +@fa-var-sort-down: "\f0dd"; +@fa-var-sort-numeric-asc: "\f162"; +@fa-var-sort-numeric-desc: "\f163"; +@fa-var-sort-up: "\f0de"; +@fa-var-soundcloud: "\f1be"; +@fa-var-space-shuttle: "\f197"; +@fa-var-spinner: "\f110"; +@fa-var-spoon: "\f1b1"; +@fa-var-spotify: "\f1bc"; +@fa-var-square: "\f0c8"; +@fa-var-square-o: "\f096"; +@fa-var-stack-exchange: "\f18d"; +@fa-var-stack-overflow: "\f16c"; +@fa-var-star: "\f005"; +@fa-var-star-half: "\f089"; +@fa-var-star-half-empty: "\f123"; +@fa-var-star-half-full: "\f123"; +@fa-var-star-half-o: "\f123"; +@fa-var-star-o: "\f006"; +@fa-var-steam: "\f1b6"; +@fa-var-steam-square: "\f1b7"; +@fa-var-step-backward: "\f048"; +@fa-var-step-forward: "\f051"; +@fa-var-stethoscope: "\f0f1"; +@fa-var-sticky-note: "\f249"; +@fa-var-sticky-note-o: "\f24a"; +@fa-var-stop: "\f04d"; +@fa-var-stop-circle: "\f28d"; +@fa-var-stop-circle-o: "\f28e"; +@fa-var-street-view: "\f21d"; +@fa-var-strikethrough: "\f0cc"; +@fa-var-stumbleupon: "\f1a4"; +@fa-var-stumbleupon-circle: "\f1a3"; +@fa-var-subscript: "\f12c"; +@fa-var-subway: "\f239"; +@fa-var-suitcase: "\f0f2"; +@fa-var-sun-o: "\f185"; +@fa-var-superpowers: "\f2dd"; +@fa-var-superscript: "\f12b"; +@fa-var-support: "\f1cd"; +@fa-var-table: "\f0ce"; +@fa-var-tablet: "\f10a"; +@fa-var-tachometer: "\f0e4"; +@fa-var-tag: "\f02b"; +@fa-var-tags: "\f02c"; +@fa-var-tasks: "\f0ae"; +@fa-var-taxi: "\f1ba"; +@fa-var-telegram: "\f2c6"; +@fa-var-television: "\f26c"; +@fa-var-tencent-weibo: "\f1d5"; +@fa-var-terminal: "\f120"; +@fa-var-text-height: "\f034"; +@fa-var-text-width: "\f035"; +@fa-var-th: "\f00a"; +@fa-var-th-large: "\f009"; +@fa-var-th-list: "\f00b"; +@fa-var-themeisle: "\f2b2"; +@fa-var-thermometer: "\f2c7"; +@fa-var-thermometer-0: "\f2cb"; +@fa-var-thermometer-1: "\f2ca"; +@fa-var-thermometer-2: "\f2c9"; +@fa-var-thermometer-3: "\f2c8"; +@fa-var-thermometer-4: "\f2c7"; +@fa-var-thermometer-empty: "\f2cb"; +@fa-var-thermometer-full: "\f2c7"; +@fa-var-thermometer-half: "\f2c9"; +@fa-var-thermometer-quarter: "\f2ca"; +@fa-var-thermometer-three-quarters: "\f2c8"; +@fa-var-thumb-tack: "\f08d"; +@fa-var-thumbs-down: "\f165"; +@fa-var-thumbs-o-down: "\f088"; +@fa-var-thumbs-o-up: "\f087"; +@fa-var-thumbs-up: "\f164"; +@fa-var-ticket: "\f145"; +@fa-var-times: "\f00d"; +@fa-var-times-circle: "\f057"; +@fa-var-times-circle-o: "\f05c"; +@fa-var-times-rectangle: "\f2d3"; +@fa-var-times-rectangle-o: "\f2d4"; +@fa-var-tint: "\f043"; +@fa-var-toggle-down: "\f150"; +@fa-var-toggle-left: "\f191"; +@fa-var-toggle-off: "\f204"; +@fa-var-toggle-on: "\f205"; +@fa-var-toggle-right: "\f152"; +@fa-var-toggle-up: "\f151"; +@fa-var-trademark: "\f25c"; +@fa-var-train: "\f238"; +@fa-var-transgender: "\f224"; +@fa-var-transgender-alt: "\f225"; +@fa-var-trash: "\f1f8"; +@fa-var-trash-o: "\f014"; +@fa-var-tree: "\f1bb"; +@fa-var-trello: "\f181"; +@fa-var-tripadvisor: "\f262"; +@fa-var-trophy: "\f091"; +@fa-var-truck: "\f0d1"; +@fa-var-try: "\f195"; +@fa-var-tty: "\f1e4"; +@fa-var-tumblr: "\f173"; +@fa-var-tumblr-square: "\f174"; +@fa-var-turkish-lira: "\f195"; +@fa-var-tv: "\f26c"; +@fa-var-twitch: "\f1e8"; +@fa-var-twitter: "\f099"; +@fa-var-twitter-square: "\f081"; +@fa-var-umbrella: "\f0e9"; +@fa-var-underline: "\f0cd"; +@fa-var-undo: "\f0e2"; +@fa-var-universal-access: "\f29a"; +@fa-var-university: "\f19c"; +@fa-var-unlink: "\f127"; +@fa-var-unlock: "\f09c"; +@fa-var-unlock-alt: "\f13e"; +@fa-var-unsorted: "\f0dc"; +@fa-var-upload: "\f093"; +@fa-var-usb: "\f287"; +@fa-var-usd: "\f155"; +@fa-var-user: "\f007"; +@fa-var-user-circle: "\f2bd"; +@fa-var-user-circle-o: "\f2be"; +@fa-var-user-md: "\f0f0"; +@fa-var-user-o: "\f2c0"; +@fa-var-user-plus: "\f234"; +@fa-var-user-secret: "\f21b"; +@fa-var-user-times: "\f235"; +@fa-var-users: "\f0c0"; +@fa-var-vcard: "\f2bb"; +@fa-var-vcard-o: "\f2bc"; +@fa-var-venus: "\f221"; +@fa-var-venus-double: "\f226"; +@fa-var-venus-mars: "\f228"; +@fa-var-viacoin: "\f237"; +@fa-var-viadeo: "\f2a9"; +@fa-var-viadeo-square: "\f2aa"; +@fa-var-video-camera: "\f03d"; +@fa-var-vimeo: "\f27d"; +@fa-var-vimeo-square: "\f194"; +@fa-var-vine: "\f1ca"; +@fa-var-vk: "\f189"; +@fa-var-volume-control-phone: "\f2a0"; +@fa-var-volume-down: "\f027"; +@fa-var-volume-off: "\f026"; +@fa-var-volume-up: "\f028"; +@fa-var-warning: "\f071"; +@fa-var-wechat: "\f1d7"; +@fa-var-weibo: "\f18a"; +@fa-var-weixin: "\f1d7"; +@fa-var-whatsapp: "\f232"; +@fa-var-wheelchair: "\f193"; +@fa-var-wheelchair-alt: "\f29b"; +@fa-var-wifi: "\f1eb"; +@fa-var-wikipedia-w: "\f266"; +@fa-var-window-close: "\f2d3"; +@fa-var-window-close-o: "\f2d4"; +@fa-var-window-maximize: "\f2d0"; +@fa-var-window-minimize: "\f2d1"; +@fa-var-window-restore: "\f2d2"; +@fa-var-windows: "\f17a"; +@fa-var-won: "\f159"; +@fa-var-wordpress: "\f19a"; +@fa-var-wpbeginner: "\f297"; +@fa-var-wpexplorer: "\f2de"; +@fa-var-wpforms: "\f298"; +@fa-var-wrench: "\f0ad"; +@fa-var-xing: "\f168"; +@fa-var-xing-square: "\f169"; +@fa-var-y-combinator: "\f23b"; +@fa-var-y-combinator-square: "\f1d4"; +@fa-var-yahoo: "\f19e"; +@fa-var-yc: "\f23b"; +@fa-var-yc-square: "\f1d4"; +@fa-var-yelp: "\f1e9"; +@fa-var-yen: "\f157"; +@fa-var-yoast: "\f2b1"; +@fa-var-youtube: "\f167"; +@fa-var-youtube-play: "\f16a"; +@fa-var-youtube-square: "\f166"; + diff --git a/_gh_pages/assets/font-awesome/scss/_animated.scss b/_gh_pages/assets/font-awesome/scss/_animated.scss new file mode 100644 index 000000000..8a020dbff --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_animated.scss @@ -0,0 +1,34 @@ +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} + +.#{$fa-css-prefix}-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} + +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/_gh_pages/assets/font-awesome/scss/_bordered-pulled.scss b/_gh_pages/assets/font-awesome/scss/_bordered-pulled.scss new file mode 100644 index 000000000..d4b85a02f --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_bordered-pulled.scss @@ -0,0 +1,25 @@ +// Bordered & Pulled +// ------------------------- + +.#{$fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em $fa-border-color; + border-radius: .1em; +} + +.#{$fa-css-prefix}-pull-left { float: left; } +.#{$fa-css-prefix}-pull-right { float: right; } + +.#{$fa-css-prefix} { + &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } + &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.#{$fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/_gh_pages/assets/font-awesome/scss/_core.scss b/_gh_pages/assets/font-awesome/scss/_core.scss new file mode 100644 index 000000000..7425ef85f --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_core.scss @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} diff --git a/_gh_pages/assets/font-awesome/scss/_fixed-width.scss b/_gh_pages/assets/font-awesome/scss/_fixed-width.scss new file mode 100644 index 000000000..b221c9813 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_fixed-width.scss @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/_gh_pages/assets/font-awesome/scss/_icons.scss b/_gh_pages/assets/font-awesome/scss/_icons.scss new file mode 100644 index 000000000..e63e702c4 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_icons.scss @@ -0,0 +1,789 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } +.#{$fa-css-prefix}-music:before { content: $fa-var-music; } +.#{$fa-css-prefix}-search:before { content: $fa-var-search; } +.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; } +.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; } +.#{$fa-css-prefix}-star:before { content: $fa-var-star; } +.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; } +.#{$fa-css-prefix}-user:before { content: $fa-var-user; } +.#{$fa-css-prefix}-film:before { content: $fa-var-film; } +.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; } +.#{$fa-css-prefix}-th:before { content: $fa-var-th; } +.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; } +.#{$fa-css-prefix}-check:before { content: $fa-var-check; } +.#{$fa-css-prefix}-remove:before, +.#{$fa-css-prefix}-close:before, +.#{$fa-css-prefix}-times:before { content: $fa-var-times; } +.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; } +.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; } +.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; } +.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; } +.#{$fa-css-prefix}-gear:before, +.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; } +.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; } +.#{$fa-css-prefix}-home:before { content: $fa-var-home; } +.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; } +.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; } +.#{$fa-css-prefix}-road:before { content: $fa-var-road; } +.#{$fa-css-prefix}-download:before { content: $fa-var-download; } +.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; } +.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; } +.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; } +.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; } +.#{$fa-css-prefix}-rotate-right:before, +.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; } +.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; } +.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; } +.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; } +.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; } +.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; } +.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; } +.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; } +.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; } +.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; } +.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; } +.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; } +.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; } +.#{$fa-css-prefix}-book:before { content: $fa-var-book; } +.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; } +.#{$fa-css-prefix}-print:before { content: $fa-var-print; } +.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; } +.#{$fa-css-prefix}-font:before { content: $fa-var-font; } +.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; } +.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; } +.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; } +.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; } +.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; } +.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; } +.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; } +.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; } +.#{$fa-css-prefix}-list:before { content: $fa-var-list; } +.#{$fa-css-prefix}-dedent:before, +.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } +.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } +.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } +.#{$fa-css-prefix}-photo:before, +.#{$fa-css-prefix}-image:before, +.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; } +.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; } +.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; } +.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; } +.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; } +.#{$fa-css-prefix}-edit:before, +.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; } +.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; } +.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; } +.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; } +.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; } +.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; } +.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; } +.#{$fa-css-prefix}-play:before { content: $fa-var-play; } +.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; } +.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; } +.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; } +.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; } +.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; } +.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; } +.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; } +.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; } +.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; } +.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; } +.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; } +.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; } +.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; } +.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; } +.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; } +.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; } +.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; } +.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; } +.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; } +.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; } +.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; } +.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; } +.#{$fa-css-prefix}-mail-forward:before, +.#{$fa-css-prefix}-share:before { content: $fa-var-share; } +.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; } +.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; } +.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; } +.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; } +.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; } +.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; } +.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; } +.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; } +.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; } +.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; } +.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; } +.#{$fa-css-prefix}-warning:before, +.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; } +.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; } +.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; } +.#{$fa-css-prefix}-random:before { content: $fa-var-random; } +.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; } +.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; } +.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; } +.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; } +.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; } +.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; } +.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; } +.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; } +.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; } +.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; } +.#{$fa-css-prefix}-bar-chart-o:before, +.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; } +.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; } +.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; } +.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; } +.#{$fa-css-prefix}-key:before { content: $fa-var-key; } +.#{$fa-css-prefix}-gears:before, +.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; } +.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; } +.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; } +.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; } +.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; } +.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; } +.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; } +.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; } +.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; } +.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; } +.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; } +.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; } +.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; } +.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; } +.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; } +.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; } +.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; } +.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; } +.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; } +.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; } +.#{$fa-css-prefix}-facebook-f:before, +.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; } +.#{$fa-css-prefix}-github:before { content: $fa-var-github; } +.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } +.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } +.#{$fa-css-prefix}-feed:before, +.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } +.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } +.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } +.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } +.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } +.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; } +.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; } +.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; } +.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; } +.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; } +.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; } +.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; } +.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; } +.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; } +.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; } +.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; } +.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; } +.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; } +.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; } +.#{$fa-css-prefix}-group:before, +.#{$fa-css-prefix}-users:before { content: $fa-var-users; } +.#{$fa-css-prefix}-chain:before, +.#{$fa-css-prefix}-link:before { content: $fa-var-link; } +.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; } +.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; } +.#{$fa-css-prefix}-cut:before, +.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; } +.#{$fa-css-prefix}-copy:before, +.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; } +.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; } +.#{$fa-css-prefix}-save:before, +.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; } +.#{$fa-css-prefix}-square:before { content: $fa-var-square; } +.#{$fa-css-prefix}-navicon:before, +.#{$fa-css-prefix}-reorder:before, +.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; } +.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; } +.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; } +.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; } +.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; } +.#{$fa-css-prefix}-table:before { content: $fa-var-table; } +.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; } +.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; } +.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; } +.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; } +.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; } +.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; } +.#{$fa-css-prefix}-money:before { content: $fa-var-money; } +.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; } +.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; } +.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; } +.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; } +.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; } +.#{$fa-css-prefix}-unsorted:before, +.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; } +.#{$fa-css-prefix}-sort-down:before, +.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; } +.#{$fa-css-prefix}-sort-up:before, +.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } +.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } +.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; } +.#{$fa-css-prefix}-rotate-left:before, +.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; } +.#{$fa-css-prefix}-legal:before, +.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; } +.#{$fa-css-prefix}-dashboard:before, +.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; } +.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; } +.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; } +.#{$fa-css-prefix}-flash:before, +.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; } +.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; } +.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; } +.#{$fa-css-prefix}-paste:before, +.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; } +.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; } +.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; } +.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; } +.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; } +.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; } +.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; } +.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; } +.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; } +.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; } +.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; } +.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; } +.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; } +.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; } +.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; } +.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; } +.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; } +.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; } +.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; } +.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; } +.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; } +.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; } +.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; } +.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; } +.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; } +.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; } +.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; } +.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; } +.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; } +.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; } +.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; } +.#{$fa-css-prefix}-mobile-phone:before, +.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; } +.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; } +.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; } +.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; } +.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; } +.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; } +.#{$fa-css-prefix}-mail-reply:before, +.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; } +.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; } +.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; } +.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; } +.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; } +.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; } +.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; } +.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; } +.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; } +.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; } +.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; } +.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; } +.#{$fa-css-prefix}-code:before { content: $fa-var-code; } +.#{$fa-css-prefix}-mail-reply-all:before, +.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; } +.#{$fa-css-prefix}-star-half-empty:before, +.#{$fa-css-prefix}-star-half-full:before, +.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; } +.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; } +.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; } +.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; } +.#{$fa-css-prefix}-unlink:before, +.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; } +.#{$fa-css-prefix}-question:before { content: $fa-var-question; } +.#{$fa-css-prefix}-info:before { content: $fa-var-info; } +.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; } +.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; } +.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; } +.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; } +.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; } +.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; } +.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; } +.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; } +.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; } +.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; } +.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; } +.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; } +.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; } +.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; } +.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; } +.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; } +.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; } +.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; } +.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; } +.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; } +.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; } +.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; } +.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; } +.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; } +.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; } +.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; } +.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; } +.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; } +.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; } +.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; } +.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; } +.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; } +.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; } +.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; } +.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; } +.#{$fa-css-prefix}-toggle-down:before, +.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; } +.#{$fa-css-prefix}-toggle-up:before, +.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; } +.#{$fa-css-prefix}-toggle-right:before, +.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; } +.#{$fa-css-prefix}-euro:before, +.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; } +.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; } +.#{$fa-css-prefix}-dollar:before, +.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; } +.#{$fa-css-prefix}-rupee:before, +.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; } +.#{$fa-css-prefix}-cny:before, +.#{$fa-css-prefix}-rmb:before, +.#{$fa-css-prefix}-yen:before, +.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; } +.#{$fa-css-prefix}-ruble:before, +.#{$fa-css-prefix}-rouble:before, +.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; } +.#{$fa-css-prefix}-won:before, +.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; } +.#{$fa-css-prefix}-bitcoin:before, +.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; } +.#{$fa-css-prefix}-file:before { content: $fa-var-file; } +.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; } +.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; } +.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; } +.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; } +.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; } +.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; } +.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; } +.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; } +.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; } +.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; } +.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; } +.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; } +.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; } +.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; } +.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; } +.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; } +.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; } +.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; } +.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; } +.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; } +.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; } +.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; } +.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; } +.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; } +.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; } +.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; } +.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; } +.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; } +.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; } +.#{$fa-css-prefix}-android:before { content: $fa-var-android; } +.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; } +.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; } +.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; } +.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; } +.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; } +.#{$fa-css-prefix}-female:before { content: $fa-var-female; } +.#{$fa-css-prefix}-male:before { content: $fa-var-male; } +.#{$fa-css-prefix}-gittip:before, +.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; } +.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; } +.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; } +.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; } +.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; } +.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; } +.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; } +.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; } +.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; } +.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; } +.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; } +.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; } +.#{$fa-css-prefix}-toggle-left:before, +.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; } +.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; } +.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; } +.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; } +.#{$fa-css-prefix}-turkish-lira:before, +.#{$fa-css-prefix}-try:before { content: $fa-var-try; } +.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; } +.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; } +.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; } +.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; } +.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; } +.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; } +.#{$fa-css-prefix}-institution:before, +.#{$fa-css-prefix}-bank:before, +.#{$fa-css-prefix}-university:before { content: $fa-var-university; } +.#{$fa-css-prefix}-mortar-board:before, +.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; } +.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; } +.#{$fa-css-prefix}-google:before { content: $fa-var-google; } +.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; } +.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; } +.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; } +.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; } +.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; } +.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; } +.#{$fa-css-prefix}-pied-piper-pp:before { content: $fa-var-pied-piper-pp; } +.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; } +.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; } +.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; } +.#{$fa-css-prefix}-language:before { content: $fa-var-language; } +.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; } +.#{$fa-css-prefix}-building:before { content: $fa-var-building; } +.#{$fa-css-prefix}-child:before { content: $fa-var-child; } +.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; } +.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; } +.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; } +.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; } +.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; } +.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; } +.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; } +.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; } +.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; } +.#{$fa-css-prefix}-automobile:before, +.#{$fa-css-prefix}-car:before { content: $fa-var-car; } +.#{$fa-css-prefix}-cab:before, +.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; } +.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; } +.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; } +.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; } +.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; } +.#{$fa-css-prefix}-database:before { content: $fa-var-database; } +.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; } +.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; } +.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; } +.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; } +.#{$fa-css-prefix}-file-photo-o:before, +.#{$fa-css-prefix}-file-picture-o:before, +.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; } +.#{$fa-css-prefix}-file-zip-o:before, +.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; } +.#{$fa-css-prefix}-file-sound-o:before, +.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; } +.#{$fa-css-prefix}-file-movie-o:before, +.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; } +.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; } +.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; } +.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; } +.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; } +.#{$fa-css-prefix}-life-bouy:before, +.#{$fa-css-prefix}-life-buoy:before, +.#{$fa-css-prefix}-life-saver:before, +.#{$fa-css-prefix}-support:before, +.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; } +.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; } +.#{$fa-css-prefix}-ra:before, +.#{$fa-css-prefix}-resistance:before, +.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; } +.#{$fa-css-prefix}-ge:before, +.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; } +.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; } +.#{$fa-css-prefix}-git:before { content: $fa-var-git; } +.#{$fa-css-prefix}-y-combinator-square:before, +.#{$fa-css-prefix}-yc-square:before, +.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; } +.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; } +.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; } +.#{$fa-css-prefix}-wechat:before, +.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; } +.#{$fa-css-prefix}-send:before, +.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; } +.#{$fa-css-prefix}-send-o:before, +.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; } +.#{$fa-css-prefix}-history:before { content: $fa-var-history; } +.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; } +.#{$fa-css-prefix}-header:before { content: $fa-var-header; } +.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; } +.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; } +.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; } +.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; } +.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; } +.#{$fa-css-prefix}-soccer-ball-o:before, +.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; } +.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; } +.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; } +.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; } +.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; } +.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; } +.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; } +.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; } +.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; } +.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; } +.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; } +.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; } +.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; } +.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; } +.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; } +.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; } +.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; } +.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; } +.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; } +.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; } +.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; } +.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; } +.#{$fa-css-prefix}-at:before { content: $fa-var-at; } +.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; } +.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; } +.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; } +.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; } +.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; } +.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; } +.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; } +.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; } +.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; } +.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; } +.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; } +.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; } +.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; } +.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; } +.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; } +.#{$fa-css-prefix}-shekel:before, +.#{$fa-css-prefix}-sheqel:before, +.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; } +.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; } +.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; } +.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; } +.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; } +.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; } +.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; } +.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; } +.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; } +.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; } +.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; } +.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; } +.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; } +.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; } +.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; } +.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; } +.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; } +.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; } +.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; } +.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; } +.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; } +.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; } +.#{$fa-css-prefix}-intersex:before, +.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; } +.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; } +.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; } +.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; } +.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; } +.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; } +.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; } +.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; } +.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; } +.#{$fa-css-prefix}-genderless:before { content: $fa-var-genderless; } +.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; } +.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; } +.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; } +.#{$fa-css-prefix}-server:before { content: $fa-var-server; } +.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; } +.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; } +.#{$fa-css-prefix}-hotel:before, +.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; } +.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; } +.#{$fa-css-prefix}-train:before { content: $fa-var-train; } +.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; } +.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; } +.#{$fa-css-prefix}-yc:before, +.#{$fa-css-prefix}-y-combinator:before { content: $fa-var-y-combinator; } +.#{$fa-css-prefix}-optin-monster:before { content: $fa-var-optin-monster; } +.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; } +.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; } +.#{$fa-css-prefix}-battery-4:before, +.#{$fa-css-prefix}-battery:before, +.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; } +.#{$fa-css-prefix}-battery-3:before, +.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; } +.#{$fa-css-prefix}-battery-2:before, +.#{$fa-css-prefix}-battery-half:before { content: $fa-var-battery-half; } +.#{$fa-css-prefix}-battery-1:before, +.#{$fa-css-prefix}-battery-quarter:before { content: $fa-var-battery-quarter; } +.#{$fa-css-prefix}-battery-0:before, +.#{$fa-css-prefix}-battery-empty:before { content: $fa-var-battery-empty; } +.#{$fa-css-prefix}-mouse-pointer:before { content: $fa-var-mouse-pointer; } +.#{$fa-css-prefix}-i-cursor:before { content: $fa-var-i-cursor; } +.#{$fa-css-prefix}-object-group:before { content: $fa-var-object-group; } +.#{$fa-css-prefix}-object-ungroup:before { content: $fa-var-object-ungroup; } +.#{$fa-css-prefix}-sticky-note:before { content: $fa-var-sticky-note; } +.#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; } +.#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; } +.#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; } +.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; } +.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; } +.#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; } +.#{$fa-css-prefix}-hourglass-1:before, +.#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; } +.#{$fa-css-prefix}-hourglass-2:before, +.#{$fa-css-prefix}-hourglass-half:before { content: $fa-var-hourglass-half; } +.#{$fa-css-prefix}-hourglass-3:before, +.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; } +.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; } +.#{$fa-css-prefix}-hand-grab-o:before, +.#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; } +.#{$fa-css-prefix}-hand-stop-o:before, +.#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; } +.#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; } +.#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; } +.#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; } +.#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; } +.#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; } +.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; } +.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; } +.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; } +.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; } +.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; } +.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; } +.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; } +.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; } +.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; } +.#{$fa-css-prefix}-wikipedia-w:before { content: $fa-var-wikipedia-w; } +.#{$fa-css-prefix}-safari:before { content: $fa-var-safari; } +.#{$fa-css-prefix}-chrome:before { content: $fa-var-chrome; } +.#{$fa-css-prefix}-firefox:before { content: $fa-var-firefox; } +.#{$fa-css-prefix}-opera:before { content: $fa-var-opera; } +.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; } +.#{$fa-css-prefix}-tv:before, +.#{$fa-css-prefix}-television:before { content: $fa-var-television; } +.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; } +.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; } +.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; } +.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; } +.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; } +.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; } +.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; } +.#{$fa-css-prefix}-industry:before { content: $fa-var-industry; } +.#{$fa-css-prefix}-map-pin:before { content: $fa-var-map-pin; } +.#{$fa-css-prefix}-map-signs:before { content: $fa-var-map-signs; } +.#{$fa-css-prefix}-map-o:before { content: $fa-var-map-o; } +.#{$fa-css-prefix}-map:before { content: $fa-var-map; } +.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; } +.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; } +.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; } +.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; } +.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; } +.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; } +.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; } +.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; } +.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; } +.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; } +.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; } +.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; } +.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; } +.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; } +.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; } +.#{$fa-css-prefix}-scribd:before { content: $fa-var-scribd; } +.#{$fa-css-prefix}-pause-circle:before { content: $fa-var-pause-circle; } +.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; } +.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; } +.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; } +.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; } +.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; } +.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; } +.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; } +.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; } +.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; } +.#{$fa-css-prefix}-gitlab:before { content: $fa-var-gitlab; } +.#{$fa-css-prefix}-wpbeginner:before { content: $fa-var-wpbeginner; } +.#{$fa-css-prefix}-wpforms:before { content: $fa-var-wpforms; } +.#{$fa-css-prefix}-envira:before { content: $fa-var-envira; } +.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; } +.#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; } +.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; } +.#{$fa-css-prefix}-blind:before { content: $fa-var-blind; } +.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; } +.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; } +.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; } +.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; } +.#{$fa-css-prefix}-asl-interpreting:before, +.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: $fa-var-american-sign-language-interpreting; } +.#{$fa-css-prefix}-deafness:before, +.#{$fa-css-prefix}-hard-of-hearing:before, +.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; } +.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; } +.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; } +.#{$fa-css-prefix}-signing:before, +.#{$fa-css-prefix}-sign-language:before { content: $fa-var-sign-language; } +.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; } +.#{$fa-css-prefix}-viadeo:before { content: $fa-var-viadeo; } +.#{$fa-css-prefix}-viadeo-square:before { content: $fa-var-viadeo-square; } +.#{$fa-css-prefix}-snapchat:before { content: $fa-var-snapchat; } +.#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; } +.#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; } +.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; } +.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; } +.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; } +.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; } +.#{$fa-css-prefix}-google-plus-circle:before, +.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; } +.#{$fa-css-prefix}-fa:before, +.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; } +.#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; } +.#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; } +.#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; } +.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; } +.#{$fa-css-prefix}-address-book:before { content: $fa-var-address-book; } +.#{$fa-css-prefix}-address-book-o:before { content: $fa-var-address-book-o; } +.#{$fa-css-prefix}-vcard:before, +.#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; } +.#{$fa-css-prefix}-vcard-o:before, +.#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; } +.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; } +.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; } +.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; } +.#{$fa-css-prefix}-id-badge:before { content: $fa-var-id-badge; } +.#{$fa-css-prefix}-drivers-license:before, +.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; } +.#{$fa-css-prefix}-drivers-license-o:before, +.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; } +.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; } +.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; } +.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; } +.#{$fa-css-prefix}-thermometer-4:before, +.#{$fa-css-prefix}-thermometer:before, +.#{$fa-css-prefix}-thermometer-full:before { content: $fa-var-thermometer-full; } +.#{$fa-css-prefix}-thermometer-3:before, +.#{$fa-css-prefix}-thermometer-three-quarters:before { content: $fa-var-thermometer-three-quarters; } +.#{$fa-css-prefix}-thermometer-2:before, +.#{$fa-css-prefix}-thermometer-half:before { content: $fa-var-thermometer-half; } +.#{$fa-css-prefix}-thermometer-1:before, +.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; } +.#{$fa-css-prefix}-thermometer-0:before, +.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; } +.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; } +.#{$fa-css-prefix}-bathtub:before, +.#{$fa-css-prefix}-s15:before, +.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; } +.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; } +.#{$fa-css-prefix}-window-maximize:before { content: $fa-var-window-maximize; } +.#{$fa-css-prefix}-window-minimize:before { content: $fa-var-window-minimize; } +.#{$fa-css-prefix}-window-restore:before { content: $fa-var-window-restore; } +.#{$fa-css-prefix}-times-rectangle:before, +.#{$fa-css-prefix}-window-close:before { content: $fa-var-window-close; } +.#{$fa-css-prefix}-times-rectangle-o:before, +.#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; } +.#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; } +.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; } +.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; } +.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; } +.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; } +.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; } +.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; } +.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; } +.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; } +.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; } +.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; } diff --git a/_gh_pages/assets/font-awesome/scss/_larger.scss b/_gh_pages/assets/font-awesome/scss/_larger.scss new file mode 100644 index 000000000..41e9a8184 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_larger.scss @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.#{$fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.#{$fa-css-prefix}-2x { font-size: 2em; } +.#{$fa-css-prefix}-3x { font-size: 3em; } +.#{$fa-css-prefix}-4x { font-size: 4em; } +.#{$fa-css-prefix}-5x { font-size: 5em; } diff --git a/_gh_pages/assets/font-awesome/scss/_list.scss b/_gh_pages/assets/font-awesome/scss/_list.scss new file mode 100644 index 000000000..7d1e4d54d --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_list.scss @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.#{$fa-css-prefix}-ul { + padding-left: 0; + margin-left: $fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.#{$fa-css-prefix}-li { + position: absolute; + left: -$fa-li-width; + width: $fa-li-width; + top: (2em / 14); + text-align: center; + &.#{$fa-css-prefix}-lg { + left: -$fa-li-width + (4em / 14); + } +} diff --git a/_gh_pages/assets/font-awesome/scss/_mixins.scss b/_gh_pages/assets/font-awesome/scss/_mixins.scss new file mode 100644 index 000000000..c3bbd5745 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_mixins.scss @@ -0,0 +1,60 @@ +// Mixins +// -------------------------- + +@mixin fa-icon() { + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +@mixin fa-icon-rotate($degrees, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})"; + -webkit-transform: rotate($degrees); + -ms-transform: rotate($degrees); + transform: rotate($degrees); +} + +@mixin fa-icon-flip($horiz, $vert, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)"; + -webkit-transform: scale($horiz, $vert); + -ms-transform: scale($horiz, $vert); + transform: scale($horiz, $vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +@mixin sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +@mixin sr-only-focusable { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/_gh_pages/assets/font-awesome/scss/_path.scss b/_gh_pages/assets/font-awesome/scss/_path.scss new file mode 100644 index 000000000..bb457c23a --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_path.scss @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: 'FontAwesome'; + src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); + src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), + url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), + url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), + url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); +// src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/_gh_pages/assets/font-awesome/scss/_rotated-flipped.scss b/_gh_pages/assets/font-awesome/scss/_rotated-flipped.scss new file mode 100644 index 000000000..a3558fd09 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_rotated-flipped.scss @@ -0,0 +1,20 @@ +// Rotated & Flipped Icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } +.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } +.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } + +.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } +.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .#{$fa-css-prefix}-rotate-90, +:root .#{$fa-css-prefix}-rotate-180, +:root .#{$fa-css-prefix}-rotate-270, +:root .#{$fa-css-prefix}-flip-horizontal, +:root .#{$fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/_gh_pages/assets/font-awesome/scss/_screen-reader.scss b/_gh_pages/assets/font-awesome/scss/_screen-reader.scss new file mode 100644 index 000000000..637426f0d --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_screen-reader.scss @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { @include sr-only(); } +.sr-only-focusable { @include sr-only-focusable(); } diff --git a/_gh_pages/assets/font-awesome/scss/_stacked.scss b/_gh_pages/assets/font-awesome/scss/_stacked.scss new file mode 100644 index 000000000..aef740366 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_stacked.scss @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.#{$fa-css-prefix}-stack-1x { line-height: inherit; } +.#{$fa-css-prefix}-stack-2x { font-size: 2em; } +.#{$fa-css-prefix}-inverse { color: $fa-inverse; } diff --git a/_gh_pages/assets/font-awesome/scss/_variables.scss b/_gh_pages/assets/font-awesome/scss/_variables.scss new file mode 100644 index 000000000..498fc4a08 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/_variables.scss @@ -0,0 +1,800 @@ +// Variables +// -------------------------- + +$fa-font-path: "../fonts" !default; +$fa-font-size-base: 14px !default; +$fa-line-height-base: 1 !default; +//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly +$fa-css-prefix: fa !default; +$fa-version: "4.7.0" !default; +$fa-border-color: #eee !default; +$fa-inverse: #fff !default; +$fa-li-width: (30em / 14) !default; + +$fa-var-500px: "\f26e"; +$fa-var-address-book: "\f2b9"; +$fa-var-address-book-o: "\f2ba"; +$fa-var-address-card: "\f2bb"; +$fa-var-address-card-o: "\f2bc"; +$fa-var-adjust: "\f042"; +$fa-var-adn: "\f170"; +$fa-var-align-center: "\f037"; +$fa-var-align-justify: "\f039"; +$fa-var-align-left: "\f036"; +$fa-var-align-right: "\f038"; +$fa-var-amazon: "\f270"; +$fa-var-ambulance: "\f0f9"; +$fa-var-american-sign-language-interpreting: "\f2a3"; +$fa-var-anchor: "\f13d"; +$fa-var-android: "\f17b"; +$fa-var-angellist: "\f209"; +$fa-var-angle-double-down: "\f103"; +$fa-var-angle-double-left: "\f100"; +$fa-var-angle-double-right: "\f101"; +$fa-var-angle-double-up: "\f102"; +$fa-var-angle-down: "\f107"; +$fa-var-angle-left: "\f104"; +$fa-var-angle-right: "\f105"; +$fa-var-angle-up: "\f106"; +$fa-var-apple: "\f179"; +$fa-var-archive: "\f187"; +$fa-var-area-chart: "\f1fe"; +$fa-var-arrow-circle-down: "\f0ab"; +$fa-var-arrow-circle-left: "\f0a8"; +$fa-var-arrow-circle-o-down: "\f01a"; +$fa-var-arrow-circle-o-left: "\f190"; +$fa-var-arrow-circle-o-right: "\f18e"; +$fa-var-arrow-circle-o-up: "\f01b"; +$fa-var-arrow-circle-right: "\f0a9"; +$fa-var-arrow-circle-up: "\f0aa"; +$fa-var-arrow-down: "\f063"; +$fa-var-arrow-left: "\f060"; +$fa-var-arrow-right: "\f061"; +$fa-var-arrow-up: "\f062"; +$fa-var-arrows: "\f047"; +$fa-var-arrows-alt: "\f0b2"; +$fa-var-arrows-h: "\f07e"; +$fa-var-arrows-v: "\f07d"; +$fa-var-asl-interpreting: "\f2a3"; +$fa-var-assistive-listening-systems: "\f2a2"; +$fa-var-asterisk: "\f069"; +$fa-var-at: "\f1fa"; +$fa-var-audio-description: "\f29e"; +$fa-var-automobile: "\f1b9"; +$fa-var-backward: "\f04a"; +$fa-var-balance-scale: "\f24e"; +$fa-var-ban: "\f05e"; +$fa-var-bandcamp: "\f2d5"; +$fa-var-bank: "\f19c"; +$fa-var-bar-chart: "\f080"; +$fa-var-bar-chart-o: "\f080"; +$fa-var-barcode: "\f02a"; +$fa-var-bars: "\f0c9"; +$fa-var-bath: "\f2cd"; +$fa-var-bathtub: "\f2cd"; +$fa-var-battery: "\f240"; +$fa-var-battery-0: "\f244"; +$fa-var-battery-1: "\f243"; +$fa-var-battery-2: "\f242"; +$fa-var-battery-3: "\f241"; +$fa-var-battery-4: "\f240"; +$fa-var-battery-empty: "\f244"; +$fa-var-battery-full: "\f240"; +$fa-var-battery-half: "\f242"; +$fa-var-battery-quarter: "\f243"; +$fa-var-battery-three-quarters: "\f241"; +$fa-var-bed: "\f236"; +$fa-var-beer: "\f0fc"; +$fa-var-behance: "\f1b4"; +$fa-var-behance-square: "\f1b5"; +$fa-var-bell: "\f0f3"; +$fa-var-bell-o: "\f0a2"; +$fa-var-bell-slash: "\f1f6"; +$fa-var-bell-slash-o: "\f1f7"; +$fa-var-bicycle: "\f206"; +$fa-var-binoculars: "\f1e5"; +$fa-var-birthday-cake: "\f1fd"; +$fa-var-bitbucket: "\f171"; +$fa-var-bitbucket-square: "\f172"; +$fa-var-bitcoin: "\f15a"; +$fa-var-black-tie: "\f27e"; +$fa-var-blind: "\f29d"; +$fa-var-bluetooth: "\f293"; +$fa-var-bluetooth-b: "\f294"; +$fa-var-bold: "\f032"; +$fa-var-bolt: "\f0e7"; +$fa-var-bomb: "\f1e2"; +$fa-var-book: "\f02d"; +$fa-var-bookmark: "\f02e"; +$fa-var-bookmark-o: "\f097"; +$fa-var-braille: "\f2a1"; +$fa-var-briefcase: "\f0b1"; +$fa-var-btc: "\f15a"; +$fa-var-bug: "\f188"; +$fa-var-building: "\f1ad"; +$fa-var-building-o: "\f0f7"; +$fa-var-bullhorn: "\f0a1"; +$fa-var-bullseye: "\f140"; +$fa-var-bus: "\f207"; +$fa-var-buysellads: "\f20d"; +$fa-var-cab: "\f1ba"; +$fa-var-calculator: "\f1ec"; +$fa-var-calendar: "\f073"; +$fa-var-calendar-check-o: "\f274"; +$fa-var-calendar-minus-o: "\f272"; +$fa-var-calendar-o: "\f133"; +$fa-var-calendar-plus-o: "\f271"; +$fa-var-calendar-times-o: "\f273"; +$fa-var-camera: "\f030"; +$fa-var-camera-retro: "\f083"; +$fa-var-car: "\f1b9"; +$fa-var-caret-down: "\f0d7"; +$fa-var-caret-left: "\f0d9"; +$fa-var-caret-right: "\f0da"; +$fa-var-caret-square-o-down: "\f150"; +$fa-var-caret-square-o-left: "\f191"; +$fa-var-caret-square-o-right: "\f152"; +$fa-var-caret-square-o-up: "\f151"; +$fa-var-caret-up: "\f0d8"; +$fa-var-cart-arrow-down: "\f218"; +$fa-var-cart-plus: "\f217"; +$fa-var-cc: "\f20a"; +$fa-var-cc-amex: "\f1f3"; +$fa-var-cc-diners-club: "\f24c"; +$fa-var-cc-discover: "\f1f2"; +$fa-var-cc-jcb: "\f24b"; +$fa-var-cc-mastercard: "\f1f1"; +$fa-var-cc-paypal: "\f1f4"; +$fa-var-cc-stripe: "\f1f5"; +$fa-var-cc-visa: "\f1f0"; +$fa-var-certificate: "\f0a3"; +$fa-var-chain: "\f0c1"; +$fa-var-chain-broken: "\f127"; +$fa-var-check: "\f00c"; +$fa-var-check-circle: "\f058"; +$fa-var-check-circle-o: "\f05d"; +$fa-var-check-square: "\f14a"; +$fa-var-check-square-o: "\f046"; +$fa-var-chevron-circle-down: "\f13a"; +$fa-var-chevron-circle-left: "\f137"; +$fa-var-chevron-circle-right: "\f138"; +$fa-var-chevron-circle-up: "\f139"; +$fa-var-chevron-down: "\f078"; +$fa-var-chevron-left: "\f053"; +$fa-var-chevron-right: "\f054"; +$fa-var-chevron-up: "\f077"; +$fa-var-child: "\f1ae"; +$fa-var-chrome: "\f268"; +$fa-var-circle: "\f111"; +$fa-var-circle-o: "\f10c"; +$fa-var-circle-o-notch: "\f1ce"; +$fa-var-circle-thin: "\f1db"; +$fa-var-clipboard: "\f0ea"; +$fa-var-clock-o: "\f017"; +$fa-var-clone: "\f24d"; +$fa-var-close: "\f00d"; +$fa-var-cloud: "\f0c2"; +$fa-var-cloud-download: "\f0ed"; +$fa-var-cloud-upload: "\f0ee"; +$fa-var-cny: "\f157"; +$fa-var-code: "\f121"; +$fa-var-code-fork: "\f126"; +$fa-var-codepen: "\f1cb"; +$fa-var-codiepie: "\f284"; +$fa-var-coffee: "\f0f4"; +$fa-var-cog: "\f013"; +$fa-var-cogs: "\f085"; +$fa-var-columns: "\f0db"; +$fa-var-comment: "\f075"; +$fa-var-comment-o: "\f0e5"; +$fa-var-commenting: "\f27a"; +$fa-var-commenting-o: "\f27b"; +$fa-var-comments: "\f086"; +$fa-var-comments-o: "\f0e6"; +$fa-var-compass: "\f14e"; +$fa-var-compress: "\f066"; +$fa-var-connectdevelop: "\f20e"; +$fa-var-contao: "\f26d"; +$fa-var-copy: "\f0c5"; +$fa-var-copyright: "\f1f9"; +$fa-var-creative-commons: "\f25e"; +$fa-var-credit-card: "\f09d"; +$fa-var-credit-card-alt: "\f283"; +$fa-var-crop: "\f125"; +$fa-var-crosshairs: "\f05b"; +$fa-var-css3: "\f13c"; +$fa-var-cube: "\f1b2"; +$fa-var-cubes: "\f1b3"; +$fa-var-cut: "\f0c4"; +$fa-var-cutlery: "\f0f5"; +$fa-var-dashboard: "\f0e4"; +$fa-var-dashcube: "\f210"; +$fa-var-database: "\f1c0"; +$fa-var-deaf: "\f2a4"; +$fa-var-deafness: "\f2a4"; +$fa-var-dedent: "\f03b"; +$fa-var-delicious: "\f1a5"; +$fa-var-desktop: "\f108"; +$fa-var-deviantart: "\f1bd"; +$fa-var-diamond: "\f219"; +$fa-var-digg: "\f1a6"; +$fa-var-dollar: "\f155"; +$fa-var-dot-circle-o: "\f192"; +$fa-var-download: "\f019"; +$fa-var-dribbble: "\f17d"; +$fa-var-drivers-license: "\f2c2"; +$fa-var-drivers-license-o: "\f2c3"; +$fa-var-dropbox: "\f16b"; +$fa-var-drupal: "\f1a9"; +$fa-var-edge: "\f282"; +$fa-var-edit: "\f044"; +$fa-var-eercast: "\f2da"; +$fa-var-eject: "\f052"; +$fa-var-ellipsis-h: "\f141"; +$fa-var-ellipsis-v: "\f142"; +$fa-var-empire: "\f1d1"; +$fa-var-envelope: "\f0e0"; +$fa-var-envelope-o: "\f003"; +$fa-var-envelope-open: "\f2b6"; +$fa-var-envelope-open-o: "\f2b7"; +$fa-var-envelope-square: "\f199"; +$fa-var-envira: "\f299"; +$fa-var-eraser: "\f12d"; +$fa-var-etsy: "\f2d7"; +$fa-var-eur: "\f153"; +$fa-var-euro: "\f153"; +$fa-var-exchange: "\f0ec"; +$fa-var-exclamation: "\f12a"; +$fa-var-exclamation-circle: "\f06a"; +$fa-var-exclamation-triangle: "\f071"; +$fa-var-expand: "\f065"; +$fa-var-expeditedssl: "\f23e"; +$fa-var-external-link: "\f08e"; +$fa-var-external-link-square: "\f14c"; +$fa-var-eye: "\f06e"; +$fa-var-eye-slash: "\f070"; +$fa-var-eyedropper: "\f1fb"; +$fa-var-fa: "\f2b4"; +$fa-var-facebook: "\f09a"; +$fa-var-facebook-f: "\f09a"; +$fa-var-facebook-official: "\f230"; +$fa-var-facebook-square: "\f082"; +$fa-var-fast-backward: "\f049"; +$fa-var-fast-forward: "\f050"; +$fa-var-fax: "\f1ac"; +$fa-var-feed: "\f09e"; +$fa-var-female: "\f182"; +$fa-var-fighter-jet: "\f0fb"; +$fa-var-file: "\f15b"; +$fa-var-file-archive-o: "\f1c6"; +$fa-var-file-audio-o: "\f1c7"; +$fa-var-file-code-o: "\f1c9"; +$fa-var-file-excel-o: "\f1c3"; +$fa-var-file-image-o: "\f1c5"; +$fa-var-file-movie-o: "\f1c8"; +$fa-var-file-o: "\f016"; +$fa-var-file-pdf-o: "\f1c1"; +$fa-var-file-photo-o: "\f1c5"; +$fa-var-file-picture-o: "\f1c5"; +$fa-var-file-powerpoint-o: "\f1c4"; +$fa-var-file-sound-o: "\f1c7"; +$fa-var-file-text: "\f15c"; +$fa-var-file-text-o: "\f0f6"; +$fa-var-file-video-o: "\f1c8"; +$fa-var-file-word-o: "\f1c2"; +$fa-var-file-zip-o: "\f1c6"; +$fa-var-files-o: "\f0c5"; +$fa-var-film: "\f008"; +$fa-var-filter: "\f0b0"; +$fa-var-fire: "\f06d"; +$fa-var-fire-extinguisher: "\f134"; +$fa-var-firefox: "\f269"; +$fa-var-first-order: "\f2b0"; +$fa-var-flag: "\f024"; +$fa-var-flag-checkered: "\f11e"; +$fa-var-flag-o: "\f11d"; +$fa-var-flash: "\f0e7"; +$fa-var-flask: "\f0c3"; +$fa-var-flickr: "\f16e"; +$fa-var-floppy-o: "\f0c7"; +$fa-var-folder: "\f07b"; +$fa-var-folder-o: "\f114"; +$fa-var-folder-open: "\f07c"; +$fa-var-folder-open-o: "\f115"; +$fa-var-font: "\f031"; +$fa-var-font-awesome: "\f2b4"; +$fa-var-fonticons: "\f280"; +$fa-var-fort-awesome: "\f286"; +$fa-var-forumbee: "\f211"; +$fa-var-forward: "\f04e"; +$fa-var-foursquare: "\f180"; +$fa-var-free-code-camp: "\f2c5"; +$fa-var-frown-o: "\f119"; +$fa-var-futbol-o: "\f1e3"; +$fa-var-gamepad: "\f11b"; +$fa-var-gavel: "\f0e3"; +$fa-var-gbp: "\f154"; +$fa-var-ge: "\f1d1"; +$fa-var-gear: "\f013"; +$fa-var-gears: "\f085"; +$fa-var-genderless: "\f22d"; +$fa-var-get-pocket: "\f265"; +$fa-var-gg: "\f260"; +$fa-var-gg-circle: "\f261"; +$fa-var-gift: "\f06b"; +$fa-var-git: "\f1d3"; +$fa-var-git-square: "\f1d2"; +$fa-var-github: "\f09b"; +$fa-var-github-alt: "\f113"; +$fa-var-github-square: "\f092"; +$fa-var-gitlab: "\f296"; +$fa-var-gittip: "\f184"; +$fa-var-glass: "\f000"; +$fa-var-glide: "\f2a5"; +$fa-var-glide-g: "\f2a6"; +$fa-var-globe: "\f0ac"; +$fa-var-google: "\f1a0"; +$fa-var-google-plus: "\f0d5"; +$fa-var-google-plus-circle: "\f2b3"; +$fa-var-google-plus-official: "\f2b3"; +$fa-var-google-plus-square: "\f0d4"; +$fa-var-google-wallet: "\f1ee"; +$fa-var-graduation-cap: "\f19d"; +$fa-var-gratipay: "\f184"; +$fa-var-grav: "\f2d6"; +$fa-var-group: "\f0c0"; +$fa-var-h-square: "\f0fd"; +$fa-var-hacker-news: "\f1d4"; +$fa-var-hand-grab-o: "\f255"; +$fa-var-hand-lizard-o: "\f258"; +$fa-var-hand-o-down: "\f0a7"; +$fa-var-hand-o-left: "\f0a5"; +$fa-var-hand-o-right: "\f0a4"; +$fa-var-hand-o-up: "\f0a6"; +$fa-var-hand-paper-o: "\f256"; +$fa-var-hand-peace-o: "\f25b"; +$fa-var-hand-pointer-o: "\f25a"; +$fa-var-hand-rock-o: "\f255"; +$fa-var-hand-scissors-o: "\f257"; +$fa-var-hand-spock-o: "\f259"; +$fa-var-hand-stop-o: "\f256"; +$fa-var-handshake-o: "\f2b5"; +$fa-var-hard-of-hearing: "\f2a4"; +$fa-var-hashtag: "\f292"; +$fa-var-hdd-o: "\f0a0"; +$fa-var-header: "\f1dc"; +$fa-var-headphones: "\f025"; +$fa-var-heart: "\f004"; +$fa-var-heart-o: "\f08a"; +$fa-var-heartbeat: "\f21e"; +$fa-var-history: "\f1da"; +$fa-var-home: "\f015"; +$fa-var-hospital-o: "\f0f8"; +$fa-var-hotel: "\f236"; +$fa-var-hourglass: "\f254"; +$fa-var-hourglass-1: "\f251"; +$fa-var-hourglass-2: "\f252"; +$fa-var-hourglass-3: "\f253"; +$fa-var-hourglass-end: "\f253"; +$fa-var-hourglass-half: "\f252"; +$fa-var-hourglass-o: "\f250"; +$fa-var-hourglass-start: "\f251"; +$fa-var-houzz: "\f27c"; +$fa-var-html5: "\f13b"; +$fa-var-i-cursor: "\f246"; +$fa-var-id-badge: "\f2c1"; +$fa-var-id-card: "\f2c2"; +$fa-var-id-card-o: "\f2c3"; +$fa-var-ils: "\f20b"; +$fa-var-image: "\f03e"; +$fa-var-imdb: "\f2d8"; +$fa-var-inbox: "\f01c"; +$fa-var-indent: "\f03c"; +$fa-var-industry: "\f275"; +$fa-var-info: "\f129"; +$fa-var-info-circle: "\f05a"; +$fa-var-inr: "\f156"; +$fa-var-instagram: "\f16d"; +$fa-var-institution: "\f19c"; +$fa-var-internet-explorer: "\f26b"; +$fa-var-intersex: "\f224"; +$fa-var-ioxhost: "\f208"; +$fa-var-italic: "\f033"; +$fa-var-joomla: "\f1aa"; +$fa-var-jpy: "\f157"; +$fa-var-jsfiddle: "\f1cc"; +$fa-var-key: "\f084"; +$fa-var-keyboard-o: "\f11c"; +$fa-var-krw: "\f159"; +$fa-var-language: "\f1ab"; +$fa-var-laptop: "\f109"; +$fa-var-lastfm: "\f202"; +$fa-var-lastfm-square: "\f203"; +$fa-var-leaf: "\f06c"; +$fa-var-leanpub: "\f212"; +$fa-var-legal: "\f0e3"; +$fa-var-lemon-o: "\f094"; +$fa-var-level-down: "\f149"; +$fa-var-level-up: "\f148"; +$fa-var-life-bouy: "\f1cd"; +$fa-var-life-buoy: "\f1cd"; +$fa-var-life-ring: "\f1cd"; +$fa-var-life-saver: "\f1cd"; +$fa-var-lightbulb-o: "\f0eb"; +$fa-var-line-chart: "\f201"; +$fa-var-link: "\f0c1"; +$fa-var-linkedin: "\f0e1"; +$fa-var-linkedin-square: "\f08c"; +$fa-var-linode: "\f2b8"; +$fa-var-linux: "\f17c"; +$fa-var-list: "\f03a"; +$fa-var-list-alt: "\f022"; +$fa-var-list-ol: "\f0cb"; +$fa-var-list-ul: "\f0ca"; +$fa-var-location-arrow: "\f124"; +$fa-var-lock: "\f023"; +$fa-var-long-arrow-down: "\f175"; +$fa-var-long-arrow-left: "\f177"; +$fa-var-long-arrow-right: "\f178"; +$fa-var-long-arrow-up: "\f176"; +$fa-var-low-vision: "\f2a8"; +$fa-var-magic: "\f0d0"; +$fa-var-magnet: "\f076"; +$fa-var-mail-forward: "\f064"; +$fa-var-mail-reply: "\f112"; +$fa-var-mail-reply-all: "\f122"; +$fa-var-male: "\f183"; +$fa-var-map: "\f279"; +$fa-var-map-marker: "\f041"; +$fa-var-map-o: "\f278"; +$fa-var-map-pin: "\f276"; +$fa-var-map-signs: "\f277"; +$fa-var-mars: "\f222"; +$fa-var-mars-double: "\f227"; +$fa-var-mars-stroke: "\f229"; +$fa-var-mars-stroke-h: "\f22b"; +$fa-var-mars-stroke-v: "\f22a"; +$fa-var-maxcdn: "\f136"; +$fa-var-meanpath: "\f20c"; +$fa-var-medium: "\f23a"; +$fa-var-medkit: "\f0fa"; +$fa-var-meetup: "\f2e0"; +$fa-var-meh-o: "\f11a"; +$fa-var-mercury: "\f223"; +$fa-var-microchip: "\f2db"; +$fa-var-microphone: "\f130"; +$fa-var-microphone-slash: "\f131"; +$fa-var-minus: "\f068"; +$fa-var-minus-circle: "\f056"; +$fa-var-minus-square: "\f146"; +$fa-var-minus-square-o: "\f147"; +$fa-var-mixcloud: "\f289"; +$fa-var-mobile: "\f10b"; +$fa-var-mobile-phone: "\f10b"; +$fa-var-modx: "\f285"; +$fa-var-money: "\f0d6"; +$fa-var-moon-o: "\f186"; +$fa-var-mortar-board: "\f19d"; +$fa-var-motorcycle: "\f21c"; +$fa-var-mouse-pointer: "\f245"; +$fa-var-music: "\f001"; +$fa-var-navicon: "\f0c9"; +$fa-var-neuter: "\f22c"; +$fa-var-newspaper-o: "\f1ea"; +$fa-var-object-group: "\f247"; +$fa-var-object-ungroup: "\f248"; +$fa-var-odnoklassniki: "\f263"; +$fa-var-odnoklassniki-square: "\f264"; +$fa-var-opencart: "\f23d"; +$fa-var-openid: "\f19b"; +$fa-var-opera: "\f26a"; +$fa-var-optin-monster: "\f23c"; +$fa-var-outdent: "\f03b"; +$fa-var-pagelines: "\f18c"; +$fa-var-paint-brush: "\f1fc"; +$fa-var-paper-plane: "\f1d8"; +$fa-var-paper-plane-o: "\f1d9"; +$fa-var-paperclip: "\f0c6"; +$fa-var-paragraph: "\f1dd"; +$fa-var-paste: "\f0ea"; +$fa-var-pause: "\f04c"; +$fa-var-pause-circle: "\f28b"; +$fa-var-pause-circle-o: "\f28c"; +$fa-var-paw: "\f1b0"; +$fa-var-paypal: "\f1ed"; +$fa-var-pencil: "\f040"; +$fa-var-pencil-square: "\f14b"; +$fa-var-pencil-square-o: "\f044"; +$fa-var-percent: "\f295"; +$fa-var-phone: "\f095"; +$fa-var-phone-square: "\f098"; +$fa-var-photo: "\f03e"; +$fa-var-picture-o: "\f03e"; +$fa-var-pie-chart: "\f200"; +$fa-var-pied-piper: "\f2ae"; +$fa-var-pied-piper-alt: "\f1a8"; +$fa-var-pied-piper-pp: "\f1a7"; +$fa-var-pinterest: "\f0d2"; +$fa-var-pinterest-p: "\f231"; +$fa-var-pinterest-square: "\f0d3"; +$fa-var-plane: "\f072"; +$fa-var-play: "\f04b"; +$fa-var-play-circle: "\f144"; +$fa-var-play-circle-o: "\f01d"; +$fa-var-plug: "\f1e6"; +$fa-var-plus: "\f067"; +$fa-var-plus-circle: "\f055"; +$fa-var-plus-square: "\f0fe"; +$fa-var-plus-square-o: "\f196"; +$fa-var-podcast: "\f2ce"; +$fa-var-power-off: "\f011"; +$fa-var-print: "\f02f"; +$fa-var-product-hunt: "\f288"; +$fa-var-puzzle-piece: "\f12e"; +$fa-var-qq: "\f1d6"; +$fa-var-qrcode: "\f029"; +$fa-var-question: "\f128"; +$fa-var-question-circle: "\f059"; +$fa-var-question-circle-o: "\f29c"; +$fa-var-quora: "\f2c4"; +$fa-var-quote-left: "\f10d"; +$fa-var-quote-right: "\f10e"; +$fa-var-ra: "\f1d0"; +$fa-var-random: "\f074"; +$fa-var-ravelry: "\f2d9"; +$fa-var-rebel: "\f1d0"; +$fa-var-recycle: "\f1b8"; +$fa-var-reddit: "\f1a1"; +$fa-var-reddit-alien: "\f281"; +$fa-var-reddit-square: "\f1a2"; +$fa-var-refresh: "\f021"; +$fa-var-registered: "\f25d"; +$fa-var-remove: "\f00d"; +$fa-var-renren: "\f18b"; +$fa-var-reorder: "\f0c9"; +$fa-var-repeat: "\f01e"; +$fa-var-reply: "\f112"; +$fa-var-reply-all: "\f122"; +$fa-var-resistance: "\f1d0"; +$fa-var-retweet: "\f079"; +$fa-var-rmb: "\f157"; +$fa-var-road: "\f018"; +$fa-var-rocket: "\f135"; +$fa-var-rotate-left: "\f0e2"; +$fa-var-rotate-right: "\f01e"; +$fa-var-rouble: "\f158"; +$fa-var-rss: "\f09e"; +$fa-var-rss-square: "\f143"; +$fa-var-rub: "\f158"; +$fa-var-ruble: "\f158"; +$fa-var-rupee: "\f156"; +$fa-var-s15: "\f2cd"; +$fa-var-safari: "\f267"; +$fa-var-save: "\f0c7"; +$fa-var-scissors: "\f0c4"; +$fa-var-scribd: "\f28a"; +$fa-var-search: "\f002"; +$fa-var-search-minus: "\f010"; +$fa-var-search-plus: "\f00e"; +$fa-var-sellsy: "\f213"; +$fa-var-send: "\f1d8"; +$fa-var-send-o: "\f1d9"; +$fa-var-server: "\f233"; +$fa-var-share: "\f064"; +$fa-var-share-alt: "\f1e0"; +$fa-var-share-alt-square: "\f1e1"; +$fa-var-share-square: "\f14d"; +$fa-var-share-square-o: "\f045"; +$fa-var-shekel: "\f20b"; +$fa-var-sheqel: "\f20b"; +$fa-var-shield: "\f132"; +$fa-var-ship: "\f21a"; +$fa-var-shirtsinbulk: "\f214"; +$fa-var-shopping-bag: "\f290"; +$fa-var-shopping-basket: "\f291"; +$fa-var-shopping-cart: "\f07a"; +$fa-var-shower: "\f2cc"; +$fa-var-sign-in: "\f090"; +$fa-var-sign-language: "\f2a7"; +$fa-var-sign-out: "\f08b"; +$fa-var-signal: "\f012"; +$fa-var-signing: "\f2a7"; +$fa-var-simplybuilt: "\f215"; +$fa-var-sitemap: "\f0e8"; +$fa-var-skyatlas: "\f216"; +$fa-var-skype: "\f17e"; +$fa-var-slack: "\f198"; +$fa-var-sliders: "\f1de"; +$fa-var-slideshare: "\f1e7"; +$fa-var-smile-o: "\f118"; +$fa-var-snapchat: "\f2ab"; +$fa-var-snapchat-ghost: "\f2ac"; +$fa-var-snapchat-square: "\f2ad"; +$fa-var-snowflake-o: "\f2dc"; +$fa-var-soccer-ball-o: "\f1e3"; +$fa-var-sort: "\f0dc"; +$fa-var-sort-alpha-asc: "\f15d"; +$fa-var-sort-alpha-desc: "\f15e"; +$fa-var-sort-amount-asc: "\f160"; +$fa-var-sort-amount-desc: "\f161"; +$fa-var-sort-asc: "\f0de"; +$fa-var-sort-desc: "\f0dd"; +$fa-var-sort-down: "\f0dd"; +$fa-var-sort-numeric-asc: "\f162"; +$fa-var-sort-numeric-desc: "\f163"; +$fa-var-sort-up: "\f0de"; +$fa-var-soundcloud: "\f1be"; +$fa-var-space-shuttle: "\f197"; +$fa-var-spinner: "\f110"; +$fa-var-spoon: "\f1b1"; +$fa-var-spotify: "\f1bc"; +$fa-var-square: "\f0c8"; +$fa-var-square-o: "\f096"; +$fa-var-stack-exchange: "\f18d"; +$fa-var-stack-overflow: "\f16c"; +$fa-var-star: "\f005"; +$fa-var-star-half: "\f089"; +$fa-var-star-half-empty: "\f123"; +$fa-var-star-half-full: "\f123"; +$fa-var-star-half-o: "\f123"; +$fa-var-star-o: "\f006"; +$fa-var-steam: "\f1b6"; +$fa-var-steam-square: "\f1b7"; +$fa-var-step-backward: "\f048"; +$fa-var-step-forward: "\f051"; +$fa-var-stethoscope: "\f0f1"; +$fa-var-sticky-note: "\f249"; +$fa-var-sticky-note-o: "\f24a"; +$fa-var-stop: "\f04d"; +$fa-var-stop-circle: "\f28d"; +$fa-var-stop-circle-o: "\f28e"; +$fa-var-street-view: "\f21d"; +$fa-var-strikethrough: "\f0cc"; +$fa-var-stumbleupon: "\f1a4"; +$fa-var-stumbleupon-circle: "\f1a3"; +$fa-var-subscript: "\f12c"; +$fa-var-subway: "\f239"; +$fa-var-suitcase: "\f0f2"; +$fa-var-sun-o: "\f185"; +$fa-var-superpowers: "\f2dd"; +$fa-var-superscript: "\f12b"; +$fa-var-support: "\f1cd"; +$fa-var-table: "\f0ce"; +$fa-var-tablet: "\f10a"; +$fa-var-tachometer: "\f0e4"; +$fa-var-tag: "\f02b"; +$fa-var-tags: "\f02c"; +$fa-var-tasks: "\f0ae"; +$fa-var-taxi: "\f1ba"; +$fa-var-telegram: "\f2c6"; +$fa-var-television: "\f26c"; +$fa-var-tencent-weibo: "\f1d5"; +$fa-var-terminal: "\f120"; +$fa-var-text-height: "\f034"; +$fa-var-text-width: "\f035"; +$fa-var-th: "\f00a"; +$fa-var-th-large: "\f009"; +$fa-var-th-list: "\f00b"; +$fa-var-themeisle: "\f2b2"; +$fa-var-thermometer: "\f2c7"; +$fa-var-thermometer-0: "\f2cb"; +$fa-var-thermometer-1: "\f2ca"; +$fa-var-thermometer-2: "\f2c9"; +$fa-var-thermometer-3: "\f2c8"; +$fa-var-thermometer-4: "\f2c7"; +$fa-var-thermometer-empty: "\f2cb"; +$fa-var-thermometer-full: "\f2c7"; +$fa-var-thermometer-half: "\f2c9"; +$fa-var-thermometer-quarter: "\f2ca"; +$fa-var-thermometer-three-quarters: "\f2c8"; +$fa-var-thumb-tack: "\f08d"; +$fa-var-thumbs-down: "\f165"; +$fa-var-thumbs-o-down: "\f088"; +$fa-var-thumbs-o-up: "\f087"; +$fa-var-thumbs-up: "\f164"; +$fa-var-ticket: "\f145"; +$fa-var-times: "\f00d"; +$fa-var-times-circle: "\f057"; +$fa-var-times-circle-o: "\f05c"; +$fa-var-times-rectangle: "\f2d3"; +$fa-var-times-rectangle-o: "\f2d4"; +$fa-var-tint: "\f043"; +$fa-var-toggle-down: "\f150"; +$fa-var-toggle-left: "\f191"; +$fa-var-toggle-off: "\f204"; +$fa-var-toggle-on: "\f205"; +$fa-var-toggle-right: "\f152"; +$fa-var-toggle-up: "\f151"; +$fa-var-trademark: "\f25c"; +$fa-var-train: "\f238"; +$fa-var-transgender: "\f224"; +$fa-var-transgender-alt: "\f225"; +$fa-var-trash: "\f1f8"; +$fa-var-trash-o: "\f014"; +$fa-var-tree: "\f1bb"; +$fa-var-trello: "\f181"; +$fa-var-tripadvisor: "\f262"; +$fa-var-trophy: "\f091"; +$fa-var-truck: "\f0d1"; +$fa-var-try: "\f195"; +$fa-var-tty: "\f1e4"; +$fa-var-tumblr: "\f173"; +$fa-var-tumblr-square: "\f174"; +$fa-var-turkish-lira: "\f195"; +$fa-var-tv: "\f26c"; +$fa-var-twitch: "\f1e8"; +$fa-var-twitter: "\f099"; +$fa-var-twitter-square: "\f081"; +$fa-var-umbrella: "\f0e9"; +$fa-var-underline: "\f0cd"; +$fa-var-undo: "\f0e2"; +$fa-var-universal-access: "\f29a"; +$fa-var-university: "\f19c"; +$fa-var-unlink: "\f127"; +$fa-var-unlock: "\f09c"; +$fa-var-unlock-alt: "\f13e"; +$fa-var-unsorted: "\f0dc"; +$fa-var-upload: "\f093"; +$fa-var-usb: "\f287"; +$fa-var-usd: "\f155"; +$fa-var-user: "\f007"; +$fa-var-user-circle: "\f2bd"; +$fa-var-user-circle-o: "\f2be"; +$fa-var-user-md: "\f0f0"; +$fa-var-user-o: "\f2c0"; +$fa-var-user-plus: "\f234"; +$fa-var-user-secret: "\f21b"; +$fa-var-user-times: "\f235"; +$fa-var-users: "\f0c0"; +$fa-var-vcard: "\f2bb"; +$fa-var-vcard-o: "\f2bc"; +$fa-var-venus: "\f221"; +$fa-var-venus-double: "\f226"; +$fa-var-venus-mars: "\f228"; +$fa-var-viacoin: "\f237"; +$fa-var-viadeo: "\f2a9"; +$fa-var-viadeo-square: "\f2aa"; +$fa-var-video-camera: "\f03d"; +$fa-var-vimeo: "\f27d"; +$fa-var-vimeo-square: "\f194"; +$fa-var-vine: "\f1ca"; +$fa-var-vk: "\f189"; +$fa-var-volume-control-phone: "\f2a0"; +$fa-var-volume-down: "\f027"; +$fa-var-volume-off: "\f026"; +$fa-var-volume-up: "\f028"; +$fa-var-warning: "\f071"; +$fa-var-wechat: "\f1d7"; +$fa-var-weibo: "\f18a"; +$fa-var-weixin: "\f1d7"; +$fa-var-whatsapp: "\f232"; +$fa-var-wheelchair: "\f193"; +$fa-var-wheelchair-alt: "\f29b"; +$fa-var-wifi: "\f1eb"; +$fa-var-wikipedia-w: "\f266"; +$fa-var-window-close: "\f2d3"; +$fa-var-window-close-o: "\f2d4"; +$fa-var-window-maximize: "\f2d0"; +$fa-var-window-minimize: "\f2d1"; +$fa-var-window-restore: "\f2d2"; +$fa-var-windows: "\f17a"; +$fa-var-won: "\f159"; +$fa-var-wordpress: "\f19a"; +$fa-var-wpbeginner: "\f297"; +$fa-var-wpexplorer: "\f2de"; +$fa-var-wpforms: "\f298"; +$fa-var-wrench: "\f0ad"; +$fa-var-xing: "\f168"; +$fa-var-xing-square: "\f169"; +$fa-var-y-combinator: "\f23b"; +$fa-var-y-combinator-square: "\f1d4"; +$fa-var-yahoo: "\f19e"; +$fa-var-yc: "\f23b"; +$fa-var-yc-square: "\f1d4"; +$fa-var-yelp: "\f1e9"; +$fa-var-yen: "\f157"; +$fa-var-yoast: "\f2b1"; +$fa-var-youtube: "\f167"; +$fa-var-youtube-play: "\f16a"; +$fa-var-youtube-square: "\f166"; + diff --git a/_gh_pages/assets/font-awesome/scss/font-awesome.scss b/_gh_pages/assets/font-awesome/scss/font-awesome.scss new file mode 100644 index 000000000..f1c83aaa5 --- /dev/null +++ b/_gh_pages/assets/font-awesome/scss/font-awesome.scss @@ -0,0 +1,18 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */ + +@import "variables"; +@import "mixins"; +@import "path"; +@import "core"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered-pulled"; +@import "animated"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; +@import "screen-reader"; diff --git a/_gh_pages/assets/ico/favicon.ico b/_gh_pages/assets/ico/favicon.ico new file mode 100644 index 000000000..481ac2576 Binary files /dev/null and b/_gh_pages/assets/ico/favicon.ico differ diff --git a/_gh_pages/assets/img/algolia.png b/_gh_pages/assets/img/algolia.png new file mode 100644 index 000000000..f5a89619b Binary files /dev/null and b/_gh_pages/assets/img/algolia.png differ diff --git a/_gh_pages/assets/img/logo-themeisle.png b/_gh_pages/assets/img/logo-themeisle.png new file mode 100644 index 000000000..c0f432867 Binary files /dev/null and b/_gh_pages/assets/img/logo-themeisle.png differ diff --git a/_gh_pages/assets/img/logo-wpbeginner.png b/_gh_pages/assets/img/logo-wpbeginner.png new file mode 100644 index 000000000..c0711153f Binary files /dev/null and b/_gh_pages/assets/img/logo-wpbeginner.png differ diff --git a/_gh_pages/assets/js/ZeroClipboard-1.1.7.min.js b/_gh_pages/assets/js/ZeroClipboard-1.1.7.min.js new file mode 100644 index 000000000..32535fddf --- /dev/null +++ b/_gh_pages/assets/js/ZeroClipboard-1.1.7.min.js @@ -0,0 +1,8 @@ +/*! + * zeroclipboard + * The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. + * Copyright 2012 Jon Rohan, James M. Greene, . + * Released under the MIT license + * http://jonrohan.github.com/ZeroClipboard/ + * v1.1.7 + */(function(){"use strict";var a=function(a,b){var c=a.style[b];a.currentStyle?c=a.currentStyle[b]:window.getComputedStyle&&(c=document.defaultView.getComputedStyle(a,null).getPropertyValue(b));if(c=="auto"&&b=="cursor"){var d=["a"];for(var e=0;e=0?"&":"?")+"nocache="+(new Date).getTime()},i=function(a){var b=[];return a.trustedDomains&&(typeof a.trustedDomains=="string"?b.push("trustedDomain="+a.trustedDomains):b.push("trustedDomain="+a.trustedDomains.join(","))),b.join("&")},j=function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c ';b=document.createElement("div"),b.id="global-zeroclipboard-html-bridge",b.setAttribute("class","global-zeroclipboard-container"),b.setAttribute("data-clipboard-ready",!1),b.style.position="absolute",b.style.left="-9999px",b.style.top="-9999px",b.style.width="15px",b.style.height="15px",b.style.zIndex="9999",b.innerHTML=c,document.body.appendChild(b)}a.htmlBridge=b,a.flashBridge=document["global-zeroclipboard-flash-bridge"]||b.children[0].lastElementChild};l.prototype.resetBridge=function(){this.htmlBridge.style.left="-9999px",this.htmlBridge.style.top="-9999px",this.htmlBridge.removeAttribute("title"),this.htmlBridge.removeAttribute("data-clipboard-text"),f(m,this.options.activeClass),m=null,this.options.text=null},l.prototype.ready=function(){var a=this.htmlBridge.getAttribute("data-clipboard-ready");return a==="true"||a===!0},l.prototype.reposition=function(){if(!m)return!1;var a=g(m);this.htmlBridge.style.top=a.top+"px",this.htmlBridge.style.left=a.left+"px",this.htmlBridge.style.width=a.width+"px",this.htmlBridge.style.height=a.height+"px",this.htmlBridge.style.zIndex=a.zIndex+1,this.setSize(a.width,a.height)},l.dispatch=function(a,b){l.prototype._singleton.receiveEvent(a,b)},l.prototype.on=function(a,b){var c=a.toString().split(/\s/g);for(var d=0;darticle,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}"; +c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode|| +"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",version:"3.6.2pre",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment(); +for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d0)fulllink=l[0]+'?segment='+window['_bsa_queue'][2]+';';else fulllink=l[0];fulllink=fulllink.replace('[publisher]',window['_bsa_queue'][2]);fulllink=fulllink.replace('[timestamp]',time);return fulllink},drop:function(output,target,elType,idName){var div=document.createElement(elType);div.id=idName;div.innerHTML=output;if(!this.isset(target))where='body';for(i=0;i0)return true;if(obj.length===0)return false;for(var key in obj)if(hasOwnProperty.call(obj,key))return true;return false},getAttr:function(v,id){return document.getElementById(id).getAttribute('data-'+v)},getUrlVar:function(el,name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)",regex=new RegExp(regexS),results=regex.exec(el.src);if(results==null)return'';else return results[1]}};var _bsa_go=function(json){if(window['_bsa_queue'][0])if((window['_bsa_queue'][0][3]&&window['_bsa_queue'][0][3].platforms.indexOf('mobile')>-1&&_bsa.isMobile())||(window['_bsa_queue'][0][3]&&window['_bsa_queue'][0][3].platforms.indexOf('desktop')>-1&&!_bsa.isMobile()))for(i=json['ads'].length-1;i>=0;i--)if(json['ads'][i].statlink==null)json['ads'].splice(i,1);if(_bsa.isset(json['ads'][0].statlink)){for(var i=0;i=0?c.substring(i+w.length+1).split(';')[0]+',':'',d=new Date();d.setTime(days*3600000+d);data=existing+data;data=data.substring(0,2048);document.cookie=w+'='+data+'; expires='+d.toGMTString()+'; path=\/'};if(freqcap){append('_bsap_daycap',banner,1);append('_bsap_lifecap',banner,365)}};_bsa.default=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.default.elID=function(options){return(options&&options.id)?options.id:'_default_'};_bsa.default.align=function(options){return(options&&options.align)?options.align:'vertical'};function css(colors){var c='';return c}function template(ads){var c='ad';for(var i=0;i'+ads[i].title+''+ads[i].description+''+(_bsa.isset(ads[i].pixel)?'':'')+'';return c}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),options.target,'div',_bsa.default.elID(options));_bsa.clearQueue()}};_bsa.default.readyToInit=true;_bsa.default.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/80x80/000/1a1b1c',title:'This is a title',description:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAFVBMVEUAAAAaGxwJCgoDAwMNDQ4GBgcQEBGUR2suAAAAb0lEQVR4Ae3RMYoGMQxDYeEnz/2PvIGw05gpXP6grwoPVATrJ0VERERERBWSur/7jsHogee7b1BSH/cldDD7grut0mFJWDKjb1SV5XeIzegbhYSLd2jPvnEn1P89DR59xVXmfvBoJJh9ioiIiIiIPyBgActqvt8OAAAAAElFTkSuQmCC'}]};_bsa.imageonly=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.default.elID=function(options){return(options&&options.id)?options.id:zoneKey};_bsa.default.align=function(options){return(options&&options.align)?options.align:'vertical'};function css(colors){var c='';return c}function template(ads){var c='';for(var i=0;i'+ads[i].alt+''+(_bsa.isset(ads[i].pixel)?'':'')+'';return c}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),options.target,'div',_bsa.default.elID(options));_bsa.clearQueue()}};_bsa.imageonly.readyToInit=true;_bsa.imageonly.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/80x80/000/1a1b1c',title:'This is a title',description:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAFVBMVEUAAAAaGxwJCgoDAwMNDQ4GBgcQEBGUR2suAAAAb0lEQVR4Ae3RMYoGMQxDYeEnz/2PvIGw05gpXP6grwoPVATrJ0VERERERBWSur/7jsHogee7b1BSH/cldDD7grut0mFJWDKjb1SV5XeIzegbhYSLd2jPvnEn1P89DR59xVXmfvBoJJh9ioiIiIiIPyBgActqvt8OAAAAAElFTkSuQmCC'}]};_bsa.fancybar=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.fancybar.elID=function(options){return(options&&options.id)?options.id:'_fbn_'};function css(colors){var c=colors[0],barcolor=_bsa.isset(c)&&_bsa.isHex(c.barcolor)?c.barcolor:_bsa.fancybar.testData.ads[0].barcolor,barcolorHover=_bsa.isset(c)&&_bsa.isHex(c.barcolorHover)?c.barcolorHover:_bsa.fancybar.testData.ads[0].barcolorHover,callToActionTextColor=_bsa.isset(c)&&_bsa.isHex(c.callToActionTextColor)?c.callToActionTextColor:_bsa.fancybar.testData.ads[0].callToActionTextColor,callToActionColor=_bsa.isset(c)&&_bsa.isHex(c.callToActionColor)?c.callToActionColor:_bsa.fancybar.testData.ads[0].callToActionColor,callToActionColorHover=_bsa.isset(c)&&_bsa.isHex(c.callToActionColorHover)?c.callToActionColorHover:_bsa.fancybar.testData.ads[0].callToActionColorHover,callToActionTextColorHover=_bsa.isset(c)&&_bsa.isHex(c.callToActionTextColorHover)?c.callToActionTextColorHover:_bsa.fancybar.testData.ads[0].callToActionTextColorHover,textcolor=_bsa.isset(c)&&_bsa.isHex(c.textcolor)?c.textcolor:_bsa.fancybar.testData.ads[0].textcolor,textcolorHover=_bsa.isset(c)&&_bsa.isHex(c.textcolorHover)?c.textcolorHover:_bsa.fancybar.testData.ads[0].textcolorHover,barcolorHover=_bsa.isset(c)&&_bsa.isHex(c.barcolorHover)?c.barcolorHover:_bsa.fancybar.testData.ads[0].barcolorHover;return''}function template(ads){var a=ads[0],link=_bsa.isset(a)&&_bsa.isset(a.statlink)?_bsa.link(a.statlink):_bsa.fancybar.testData.ads[0].statlink,image=_bsa.isset(a)&&_bsa.isset(a.image)?a.image:_bsa.fancybar.testData.ads[0].image,base64=_bsa.isset(a)&&_bsa.isset(a.base64)?a.base64:_bsa.fancybar.testData.ads[0].base64,text=_bsa.isset(a)&&_bsa.isset(a.text)?a.text:_bsa.fancybar.testData.ads[0].text,calltoaction=_bsa.isset(a)&&_bsa.isset(a.calltoaction)?a.calltoaction:_bsa.fancybar.testData.ads[0].calltoaction,pixel=_bsa.isset(a)&&_bsa.isset(a.pixel)?a.pixel:null,time=Date.now()/1000|0;return'
    x'+calltoaction+''+text+''+(_bsa.isset(pixel)?'':'')+'
    '}if(!_bsa.getCookie(_bsa.fancybar.elID(options))){var _fancybar_didScroll;var _fancybar_didDrop=false;window.onscroll=function(){_fancybar_didScroll=true};var _fancybar_scrollInterval=setInterval(function(){if(_fancybar_didScroll&&!_bsa.getCookie(_bsa.fancybar.elID(options))){_fancybar_didScroll=false;var scrollTop=(window.pageYOffset!==undefined)?window.pageYOffset:(document.documentElement||document.body.parentNode||document.body).scrollTop;if(scrollTop>=100&&!document.getElementById(_bsa.fancybar.elID(options))){_bsa.fancybar.readyToInit=true;_bsa.init('fancybar',zoneKey,segment,options)}else if(scrollTop>=100){_bsa.show(_bsa.fancybar.elID(options))}if(scrollTop<100){_bsa.hide(_bsa.fancybar.elID(options))}}},500)}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),'body','div',_bsa.fancybar.elID(options));_bsa.clearQueue()}};_bsa.fancybar.readyToInit=false;_bsa.fancybar.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/125x50/000/1a1b1c',text:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAyBAMAAACDoMmvAAAAG1BMVEUAAAAaGxwGBgcNDQ4QEBEWFxgJCgoDAwMTFBUu0R9eAAABlElEQVRIie2TsVLCQBCGjyQkluIIUh6jqKWoKGVmEGqQMVIeM2AsAQdtkQjDY7ubDclxSbSwsLl/JrfH7X67e5vAmJaWltZfdYqLM9520d6ArpQAEw8xpvUl0rhZwrURvDSfwR5n8IU28aPu+Xqa4jsjXH14tlDiJKPBGUHGEWNWT3Uu3JoU5xxm8WSK2NdA8TkDFvNFwYwsviaZieKzxT4f92cKzO7itk4nLekuGelhTpzZy90PowLLIhzlK520wxo8n4fe7FVneB8dC7xcyJ89BVB2g/sDkc970HXVf+/wXQNUnjU2H+PH0A28+nIT3oS7O5xseO5Hw57D0/ydr+1G45ExSlIszHbzM4+fB+mBjNMXSZDlsiDKk8PXY88tmcV1JQkyXUpb4Dm84cUHVB+/rKQY1J9IxdK8FEuZYPhG0gD0PeNx7jRvx7dndi8qLyeF4tZSHpLCN3m4N33mNMKtiYM2lri9m7I35IZTNkmPn/gSCjr+HPZXasBleV3FnFa576m+lObpPwhzLvatlpbW/+obifk8WyshfY8AAAAASUVORK5CYII='}]}; \ No newline at end of file diff --git a/_gh_pages/assets/js/prettify.min.js b/_gh_pages/assets/js/prettify.min.js new file mode 100644 index 000000000..eef5ad7e6 --- /dev/null +++ b/_gh_pages/assets/js/prettify.min.js @@ -0,0 +1,28 @@ +var q=null;window.PR_SHOULD_USE_CONTINUATION=!0; +(function(){function L(a){function m(a){var f=a.charCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=b&&b<="7"?parseInt(a.substring(1),8):b==="u"||b==="x"?parseInt(a.substring(2),16):a.charCodeAt(1)}function e(a){if(a<32)return(a<16?"\\x0":"\\x")+a.toString(16);a=String.fromCharCode(a);if(a==="\\"||a==="-"||a==="["||a==="]")a="\\"+a;return a}function h(a){for(var f=a.substring(1,a.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),a= +[],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;ci[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]");return b.join("")}function y(a){for(var f=a.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),b=f.length,d=[],c=0,i=0;c=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return f.join("")}for(var t=0,s=!1,l=!1,p=0,d=a.length;p=5&&"lang-"===b.substring(0,5))&&!(o&&typeof o[1]==="string"))c=!1,b="src";c||(r[f]=b)}i=d;d+=f.length;if(c){c=o[1];var j=f.indexOf(c),k=j+c.length;o[2]&&(k=f.length-o[2].length,j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p}var h={},y;(function(){for(var e=a.concat(m), +l=[],p={},d=0,g=e.length;d=0;)h[n.charAt(k)]=r;r=r[1];n=""+r;p.hasOwnProperty(n)||(l.push(r),p[n]=q)}l.push(/[\S\s]/);y=L(l)})();var t=m.length;return e}function u(a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?m.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/, +q,"'\"`"]):m.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&e.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push(["com",/^#[^\n\r]*/, +q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g, +"");a.length&&e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/,q," \r\n\t\xa0"]);e.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return x(m,e)}function D(a,m){function e(a){switch(a.nodeType){case 1:if(k.test(a.className))break;if("BR"===a.nodeName)h(a), +a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)e(a);break;case 3:case 4:if(p){var b=a.nodeValue,d=b.match(t);if(d){var c=b.substring(0,d.index);a.nodeValue=c;(b=b.substring(d.index+d[0].length))&&a.parentNode.insertBefore(s.createTextNode(b),a.nextSibling);h(a);c||a.parentNode.removeChild(a)}}}}function h(a){function b(a,d){var e=d?a.cloneNode(!1):a,f=a.parentNode;if(f){var f=b(f,1),g=a.nextSibling;f.appendChild(e);for(var h=g;h;h=g)g=h.nextSibling,f.appendChild(h)}return e} +for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"], +"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"], +H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"], +J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+ +I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]), +["default-markup","htm","html","mxml","xhtml","xml","xsl"]);k(x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css", +/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}), +["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes", +hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p=0){var k=k.match(g),f,b;if(b= +!k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p #mq-test-1 { width: 42px; }',d.insertBefore(f,e),c=42===g.offsetWidth,d.removeChild(f),{matches:c,media:a}}}(document); + +/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ +(function(a){"use strict";function x(){u(!0)}var b={};a.respond=b,b.update=function(){},b.mediaQueriesSupported=a.matchMedia&&a.matchMedia("only all").matches,b.mediaQueriesSupported;var q,r,t,c=a.document,d=c.documentElement,e=[],f=[],g=[],h={},i=30,j=c.getElementsByTagName("head")[0]||d,k=c.getElementsByTagName("base")[0],l=j.getElementsByTagName("link"),m=[],n=function(){for(var b=0;l.length>b;b++){var c=l[b],d=c.href,e=c.media,f=c.rel&&"stylesheet"===c.rel.toLowerCase();d&&f&&!h[d]&&(c.styleSheet&&c.styleSheet.rawCssText?(p(c.styleSheet.rawCssText,d,e),h[d]=!0):(!/^([a-zA-Z:]*\/\/)/.test(d)&&!k||d.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&m.push({href:d,media:e}))}o()},o=function(){if(m.length){var a=m.shift();v(a.href,function(b){p(b,a.href,a.media),h[a.href]=!0,setTimeout(function(){o()},0)})}},p=function(a,b,c){var d=a.match(/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi),g=d&&d.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,"$1"+b+"$2$3")},i=!g&&c;b.length&&(b+="/"),i&&(g=1);for(var j=0;g>j;j++){var k,l,m,n;i?(k=c,f.push(h(a))):(k=d[j].match(/@media *([^\{]+)\{([\S\s]+?)$/)&&RegExp.$1,f.push(RegExp.$2&&h(RegExp.$2))),m=k.split(","),n=m.length;for(var o=0;n>o;o++)l=m[o],e.push({media:l.split("(")[0].match(/(only\s+)?([a-zA-Z]+)\s?/)&&RegExp.$2||"all",rules:f.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},s=function(){var a,b=c.createElement("div"),e=c.body,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",e||(e=f=c.createElement("body"),e.style.background="none"),e.appendChild(b),d.insertBefore(e,d.firstChild),a=b.offsetWidth,f?d.removeChild(e):e.removeChild(b),a=t=parseFloat(a)},u=function(a){var b="clientWidth",h=d[b],k="CSS1Compat"===c.compatMode&&h||c.body[b]||h,m={},n=l[l.length-1],o=(new Date).getTime();if(a&&q&&i>o-q)return clearTimeout(r),r=setTimeout(u,i),void 0;q=o;for(var p in e)if(e.hasOwnProperty(p)){var v=e[p],w=v.minw,x=v.maxw,y=null===w,z=null===x,A="em";w&&(w=parseFloat(w)*(w.indexOf(A)>-1?t||s():1)),x&&(x=parseFloat(x)*(x.indexOf(A)>-1?t||s():1)),v.hasquery&&(y&&z||!(y||k>=w)||!(z||x>=k))||(m[v.media]||(m[v.media]=[]),m[v.media].push(f[v.rules]))}for(var B in g)g.hasOwnProperty(B)&&g[B]&&g[B].parentNode===j&&j.removeChild(g[B]);for(var C in m)if(m.hasOwnProperty(C)){var D=c.createElement("style"),E=m[C].join("\n");D.type="text/css",D.media=C,j.insertBefore(D,n.nextSibling),D.styleSheet?D.styleSheet.cssText=E:D.appendChild(c.createTextNode(E)),g.push(D)}},v=function(a,b){var c=w();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},w=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}();n(),b.update=n,a.addEventListener?a.addEventListener("resize",x,!1):a.attachEvent&&a.attachEvent("onresize",x)})(this); diff --git a/_gh_pages/assets/js/search.js b/_gh_pages/assets/js/search.js new file mode 100644 index 000000000..1c4d447f1 --- /dev/null +++ b/_gh_pages/assets/js/search.js @@ -0,0 +1,92 @@ +$(function() { + var SearchView = Backbone.View.extend({ + events: { + "click #search-clear": "clear" + }, + + initialize: function() { + this.algolia = algoliasearch("M19DXW5X0Q", "c79b2e61519372a99fa5890db070064c"); + this.algoliaHelper = algoliasearchHelper(this.algolia, "font_awesome"); + this.template = _.template($("#results-template").html()); + + this.$searchInput = this.$("#search-input"); + this.$searchResultsSection = this.$("#search-results"); + this.$searchInputClear = this.$("#search-clear"); + this.$iconsSection = this.$("#icons"); + + this.$searchInput.on("keyup", _.debounce(_.bind(this.search, this), 200)); + this.algoliaHelper.on("result", _.bind(this.showResults, this)); + }, + + search: function(event) { + var query = this.$searchInput.val(); + + if (query !== "") { + this. algoliaHelper.setQuery(query).search(); + } else { + this.clearResults(); + } + }, + + clear: function(event) { + event.preventDefault(); + + this.clearResults(); + }, + + showResults: function(content, state) { + this.$searchResultsSection.html(""); + this.$searchResultsSection.removeClass("hide"); + this.$searchInputClear.removeClass("hide"); + this.$iconsSection.addClass("hide"); + + var results = []; + + _.each(content.hits, function(result) { + results.push(new SearchResultView({ result: result }).render()) + }); + + this.$searchResultsSection.html(this.template({ content: content, results: results.join("") })); + }, + + clearResults: function() { + this.$searchInput.val("").focus(); + this.$searchResultsSection.addClass("hide"); + this.$searchResultsSection.html(""); + this.$searchInputClear.addClass("hide"); + this.$iconsSection.removeClass("hide"); + } + }); + + var SearchResultView = Backbone.View.extend({ + initialize: function(options) { + this.template = _.template($("#result-template").html()); + this.result = options.result + }, + + render: function() { + var matches = []; + + this.pullMatches(matches, this.result._highlightResult.aliases); + this.pullMatches(matches, this.result._highlightResult.synonyms); + + return this.template({ result: this.result, matches: matches }); + }, + + pullMatches: function(matches, list) { + if (list !== undefined) { + _.each(list, function(highlight) { + if (highlight.matchLevel !== "none") { + matches.push(highlight.value) + } + }) + } + } + }); + + var $searchViewElement = $("[data-view=search]"); + + if ($searchViewElement.length > 0) { + new SearchView({ el: $searchViewElement }); + } +}); diff --git a/_gh_pages/assets/js/site.js b/_gh_pages/assets/js/site.js new file mode 100644 index 000000000..cff7af431 --- /dev/null +++ b/_gh_pages/assets/js/site.js @@ -0,0 +1,84 @@ +$(function () { + $("#newsletter").validate(); + + var ads = [ + { + quote: "Looking for the best icon sets? Check out Symbolset, now from the maker of Font Awesome.", + class: "symbolset", + url: "https://symbolset.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_1_best_icons&utm_campaign=promo_4.7_update", + btn_text: "Gimme Some!" + }, + { + quote: "Need a different look for your icons? Check out Symbolset, now from the maker of Font Awesome.", + class: "symbolset", + url: "https://symbolset.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_2_different_look&utm_campaign=promo_4.7_update", + btn_text: "Gimme Some!" + }, + { + quote: "Take your icon game to the next level. Check out Fort Awesome, from the maker of Font Awesome.", + class: "fort-awesome", + url: "https://fortawesome.com/start?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_1_next_level&utm_campaign=promo_4.7_update", + btn_text: "Gimme Some!" + }, + { + quote: "Make your icons load 10x faster! Check out Fort Awesome, from the maker of Font Awesome.", + class: "fort-awesome", + url: "https://fortawesome.com/start?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_3_faster_loading&utm_campaign=promo_4.7_update", + btn_text: "Gimme Some!" + }, + { + quote: "Want to add your own icon? Check out Fort Awesome, from the maker of Font Awesome.", + class: "fort-awesome", + url: "https://fortawesome.com/start?utm_source=font_awesome_homepage&utm_medium=display&utm_content=ad_6_your_own_icon&utm_campaign=promo_4.7_update", + btn_text: "Gimme Some!" + } + ]; + + selectAd(); + + // start the icon carousel + $('#icon-carousel').carousel({ + interval: 5000 + }); + + $('[data-toggle="tooltip"]').tooltip(); + $('[data-toggle="popover"]').popover(); + + if (storageAvailable('localStorage') && !localStorage.seenFA5Modal) { + $('#modal-fa5') + .modal('toggle') + .on('hidden.bs.modal', function (e) { + $('#fa5-iframe').remove(); + }); + ; + } + + if (storageAvailable('localStorage')) { + localStorage.seenFA5Modal = true; + // Yippee! We can use localStorage awesomeness + } + + function storageAvailable(type) { + try { + var storage = window[type], + x = '__storage_test__'; + storage.setItem(x, x); + storage.removeItem(x); + return true; + } + catch(e) { + return false; + } + } + + function selectAd() { + random_number = Math.floor(Math.random() * ads.length); + random_ad = ads[random_number]; + + $('#banner').addClass(random_ad.class); + $('#rotating-message').html(random_ad.quote); + $('#rotating-url').attr("href", random_ad.url); + $('#rotating-url').html(random_ad.btn_text); + $('#banner').collapse('show'); + } +}); diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/alerts.less b/_gh_pages/assets/less/bootstrap-3.3.5/alerts.less new file mode 100644 index 000000000..c4199db92 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/alerts.less @@ -0,0 +1,73 @@ +// +// Alerts +// -------------------------------------------------- + + +// Base styles +// ------------------------- + +.alert { + padding: @alert-padding; + margin-bottom: @line-height-computed; + border: 1px solid transparent; + border-radius: @alert-border-radius; + + // Headings for larger alerts + h4 { + margin-top: 0; + // Specified for the h4 to prevent conflicts of changing @headings-color + color: inherit; + } + + // Provide class for links that match alerts + .alert-link { + font-weight: @alert-link-font-weight; + } + + // Improve alignment and spacing of inner content + > p, + > ul { + margin-bottom: 0; + } + + > p + p { + margin-top: 5px; + } +} + +// Dismissible alerts +// +// Expand the right padding and account for the close button's positioning. + +.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0. +.alert-dismissible { + padding-right: (@alert-padding + 20); + + // Adjust close link position + .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; + } +} + +// Alternate styles +// +// Generate contextual modifier classes for colorizing the alert. + +.alert-success { + .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); +} + +.alert-info { + .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); +} + +.alert-warning { + .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); +} + +.alert-danger { + .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/badges.less b/_gh_pages/assets/less/bootstrap-3.3.5/badges.less new file mode 100644 index 000000000..6ee16dca4 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/badges.less @@ -0,0 +1,66 @@ +// +// Badges +// -------------------------------------------------- + + +// Base class +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: @font-size-small; + font-weight: @badge-font-weight; + color: @badge-color; + line-height: @badge-line-height; + vertical-align: middle; + white-space: nowrap; + text-align: center; + background-color: @badge-bg; + border-radius: @badge-border-radius; + + // Empty badges collapse automatically (not available in IE8) + &:empty { + display: none; + } + + // Quick fix for badges in buttons + .btn & { + position: relative; + top: -1px; + } + + .btn-xs &, + .btn-group-xs > .btn & { + top: 0; + padding: 1px 5px; + } + + // Hover state, but only for links + a& { + &:hover, + &:focus { + color: @badge-link-hover-color; + text-decoration: none; + cursor: pointer; + } + } + + // Account for badges in navs + .list-group-item.active > &, + .nav-pills > .active > a > & { + color: @badge-active-color; + background-color: @badge-active-bg; + } + + .list-group-item > & { + float: right; + } + + .list-group-item > & + & { + margin-right: 5px; + } + + .nav-pills > li > a > & { + margin-left: 3px; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/bootstrap.less b/_gh_pages/assets/less/bootstrap-3.3.5/bootstrap.less new file mode 100644 index 000000000..4b9916e6c --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/bootstrap.less @@ -0,0 +1,56 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// Core variables and mixins +@import "variables.less"; +@import "mixins.less"; + +// Reset and dependencies +@import "normalize.less"; +@import "print.less"; +@import "glyphicons.less"; + +// Core CSS +@import "scaffolding.less"; +@import "type.less"; +@import "code.less"; +@import "grid.less"; +@import "tables.less"; +@import "forms.less"; +@import "buttons.less"; + +// Components +@import "component-animations.less"; +@import "dropdowns.less"; +@import "button-groups.less"; +@import "input-groups.less"; +@import "navs.less"; +@import "navbar.less"; +@import "breadcrumbs.less"; +@import "pagination.less"; +@import "pager.less"; +@import "labels.less"; +@import "badges.less"; +@import "jumbotron.less"; +@import "thumbnails.less"; +@import "alerts.less"; +@import "progress-bars.less"; +@import "media.less"; +@import "list-group.less"; +@import "panels.less"; +@import "responsive-embed.less"; +@import "wells.less"; +@import "close.less"; + +// Components w/ JavaScript +@import "modals.less"; +@import "tooltip.less"; +@import "popovers.less"; +@import "carousel.less"; + +// Utility classes +@import "utilities.less"; +@import "responsive-utilities.less"; diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/breadcrumbs.less b/_gh_pages/assets/less/bootstrap-3.3.5/breadcrumbs.less new file mode 100644 index 000000000..cb01d503f --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/breadcrumbs.less @@ -0,0 +1,26 @@ +// +// Breadcrumbs +// -------------------------------------------------- + + +.breadcrumb { + padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; + margin-bottom: @line-height-computed; + list-style: none; + background-color: @breadcrumb-bg; + border-radius: @border-radius-base; + + > li { + display: inline-block; + + + li:before { + content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space + padding: 0 5px; + color: @breadcrumb-color; + } + } + + > .active { + color: @breadcrumb-active-color; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/button-groups.less b/_gh_pages/assets/less/bootstrap-3.3.5/button-groups.less new file mode 100644 index 000000000..6a0c5a865 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/button-groups.less @@ -0,0 +1,244 @@ +// +// Button groups +// -------------------------------------------------- + +// Make the div behave like a button +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; // match .btn alignment given font-size hack above + > .btn { + position: relative; + float: left; + // Bring the "active" button to the front + &:hover, + &:focus, + &:active, + &.active { + z-index: 2; + } + } +} + +// Prevent double borders when buttons are next to each other +.btn-group { + .btn + .btn, + .btn + .btn-group, + .btn-group + .btn, + .btn-group + .btn-group { + margin-left: -1px; + } +} + +// Optional: Group multiple button groups together for a toolbar +.btn-toolbar { + margin-left: -5px; // Offset the first child's margin + &:extend(.clearfix all); + + .btn, + .btn-group, + .input-group { + float: left; + } + > .btn, + > .btn-group, + > .input-group { + margin-left: 5px; + } +} + +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} + +// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match +.btn-group > .btn:first-child { + margin-left: 0; + &:not(:last-child):not(.dropdown-toggle) { + .border-right-radius(0); + } +} +// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + .border-left-radius(0); +} + +// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group) +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child:not(:last-child) { + > .btn:last-child, + > .dropdown-toggle { + .border-right-radius(0); + } +} +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + .border-left-radius(0); +} + +// On active and open, don't show outline +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + + +// Sizing +// +// Remix the default button sizing classes into new ones for easier manipulation. + +.btn-group-xs > .btn { &:extend(.btn-xs); } +.btn-group-sm > .btn { &:extend(.btn-sm); } +.btn-group-lg > .btn { &:extend(.btn-lg); } + + +// Split button dropdowns +// ---------------------- + +// Give the line between buttons some depth +.btn-group > .btn + .dropdown-toggle { + padding-left: 8px; + padding-right: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-left: 12px; + padding-right: 12px; +} + +// The clickable button for toggling the menu +// Remove the gradient and set the same inset shadow as the :active state +.btn-group.open .dropdown-toggle { + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + + // Show no shadow for `.btn-link` since it has no other button styles. + &.btn-link { + .box-shadow(none); + } +} + + +// Reposition the caret +.btn .caret { + margin-left: 0; +} +// Carets in other button sizes +.btn-lg .caret { + border-width: @caret-width-large @caret-width-large 0; + border-bottom-width: 0; +} +// Upside down carets for .dropup +.dropup .btn-lg .caret { + border-width: 0 @caret-width-large @caret-width-large; +} + + +// Vertical button groups +// ---------------------- + +.btn-group-vertical { + > .btn, + > .btn-group, + > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; + } + + // Clear floats so dropdown menus can be properly placed + > .btn-group { + &:extend(.clearfix all); + > .btn { + float: none; + } + } + + > .btn + .btn, + > .btn + .btn-group, + > .btn-group + .btn, + > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; + } +} + +.btn-group-vertical > .btn { + &:not(:first-child):not(:last-child) { + border-radius: 0; + } + &:first-child:not(:last-child) { + border-top-right-radius: @btn-border-radius-base; + .border-bottom-radius(0); + } + &:last-child:not(:first-child) { + border-bottom-left-radius: @btn-border-radius-base; + .border-top-radius(0); + } +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) { + > .btn:last-child, + > .dropdown-toggle { + .border-bottom-radius(0); + } +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + .border-top-radius(0); +} + + +// Justified button groups +// ---------------------- + +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; + > .btn, + > .btn-group { + float: none; + display: table-cell; + width: 1%; + } + > .btn-group .btn { + width: 100%; + } + + > .btn-group .dropdown-menu { + left: auto; + } +} + + +// Checkbox and radio options +// +// In order to support the browser's form validation feedback, powered by the +// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use +// `display: none;` or `visibility: hidden;` as that also hides the popover. +// Simply visually hiding the inputs via `opacity` would leave them clickable in +// certain cases which is prevented by using `clip` and `pointer-events`. +// This way, we ensure a DOM element is visible to position the popover from. +// +// See https://github.com/twbs/bootstrap/pull/12794 and +// https://github.com/twbs/bootstrap/pull/14559 for more information. + +[data-toggle="buttons"] { + > .btn, + > .btn-group > .btn { + input[type="radio"], + input[type="checkbox"] { + position: absolute; + clip: rect(0,0,0,0); + pointer-events: none; + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/buttons.less b/_gh_pages/assets/less/bootstrap-3.3.5/buttons.less new file mode 100644 index 000000000..9cbb8f416 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/buttons.less @@ -0,0 +1,166 @@ +// +// Buttons +// -------------------------------------------------- + + +// Base styles +// -------------------------------------------------- + +.btn { + display: inline-block; + margin-bottom: 0; // For input.btn + font-weight: @btn-font-weight; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid transparent; + white-space: nowrap; + .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base); + .user-select(none); + + &, + &:active, + &.active { + &:focus, + &.focus { + .tab-focus(); + } + } + + &:hover, + &:focus, + &.focus { + color: @btn-default-color; + text-decoration: none; + } + + &:active, + &.active { + outline: 0; + background-image: none; + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + cursor: @cursor-disabled; + .opacity(.65); + .box-shadow(none); + } + + a& { + &.disabled, + fieldset[disabled] & { + pointer-events: none; // Future-proof disabling of clicks on `` elements + } + } +} + + +// Alternate buttons +// -------------------------------------------------- + +.btn-default { + .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border); +} +.btn-primary { + .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border); +} +// Success appears as green +.btn-success { + .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border); +} +// Info appears as blue-green +.btn-info { + .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border); +} +// Warning appears as orange +.btn-warning { + .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border); +} +// Danger and error appear as red +.btn-danger { + .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border); +} + + +// Link buttons +// ------------------------- + +// Make a button look and behave like a link +.btn-link { + color: @link-color; + font-weight: normal; + border-radius: 0; + + &, + &:active, + &.active, + &[disabled], + fieldset[disabled] & { + background-color: transparent; + .box-shadow(none); + } + &, + &:hover, + &:focus, + &:active { + border-color: transparent; + } + &:hover, + &:focus { + color: @link-hover-color; + text-decoration: @link-hover-decoration; + background-color: transparent; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @btn-link-disabled-color; + text-decoration: none; + } + } +} + + +// Button Sizes +// -------------------------------------------------- + +.btn-lg { + // line-height: ensure even-numbered height of button next to large input + .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large); +} +.btn-sm { + // line-height: ensure proper height of button next to small input + .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); +} +.btn-xs { + .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); +} + + +// Block button +// -------------------------------------------------- + +.btn-block { + display: block; + width: 100%; +} + +// Vertically space out multiple block buttons +.btn-block + .btn-block { + margin-top: 5px; +} + +// Specificity overrides +input[type="submit"], +input[type="reset"], +input[type="button"] { + &.btn-block { + width: 100%; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/carousel.less b/_gh_pages/assets/less/bootstrap-3.3.5/carousel.less new file mode 100644 index 000000000..87ed6961d --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/carousel.less @@ -0,0 +1,269 @@ +// +// Carousel +// -------------------------------------------------- + + +// Wrapper for the slide container and indicators +.carousel { + position: relative; +} + +.carousel-inner { + position: relative; + overflow: hidden; + width: 100%; + + > .item { + display: none; + position: relative; + .transition(.6s ease-in-out left); + + // Account for jankitude on images + > img, + > a > img { + &:extend(.img-responsive); + line-height: 1; + } + + // WebKit CSS3 transforms for supported devices + @media all and (transform-3d), (-webkit-transform-3d) { + .transition-transform(~'0.6s ease-in-out'); + .backface-visibility(~'hidden'); + .perspective(1000px); + + &.next, + &.active.right { + .translate3d(100%, 0, 0); + left: 0; + } + &.prev, + &.active.left { + .translate3d(-100%, 0, 0); + left: 0; + } + &.next.left, + &.prev.right, + &.active { + .translate3d(0, 0, 0); + left: 0; + } + } + } + + > .active, + > .next, + > .prev { + display: block; + } + + > .active { + left: 0; + } + + > .next, + > .prev { + position: absolute; + top: 0; + width: 100%; + } + + > .next { + left: 100%; + } + > .prev { + left: -100%; + } + > .next.left, + > .prev.right { + left: 0; + } + + > .active.left { + left: -100%; + } + > .active.right { + left: 100%; + } + +} + +// Left/right controls for nav +// --------------------------- + +.carousel-control { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: @carousel-control-width; + .opacity(@carousel-control-opacity); + font-size: @carousel-control-font-size; + color: @carousel-control-color; + text-align: center; + text-shadow: @carousel-text-shadow; + // We can't have this transition here because WebKit cancels the carousel + // animation if you trip this while in the middle of another animation. + + // Set gradients for backgrounds + &.left { + #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001)); + } + &.right { + left: auto; + right: 0; + #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5)); + } + + // Hover/focus state + &:hover, + &:focus { + outline: 0; + color: @carousel-control-color; + text-decoration: none; + .opacity(.9); + } + + // Toggles + .icon-prev, + .icon-next, + .glyphicon-chevron-left, + .glyphicon-chevron-right { + position: absolute; + top: 50%; + margin-top: -10px; + z-index: 5; + display: inline-block; + } + .icon-prev, + .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; + } + .icon-next, + .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; + } + .icon-prev, + .icon-next { + width: 20px; + height: 20px; + line-height: 1; + font-family: serif; + } + + + .icon-prev { + &:before { + content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) + } + } + .icon-next { + &:before { + content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) + } + } +} + +// Optional indicator pips +// +// Add an unordered list with the following class and add a list item for each +// slide your carousel holds. + +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + margin-left: -30%; + padding-left: 0; + list-style: none; + text-align: center; + + li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + border: 1px solid @carousel-indicator-border-color; + border-radius: 10px; + cursor: pointer; + + // IE8-9 hack for event handling + // + // Internet Explorer 8-9 does not support clicks on elements without a set + // `background-color`. We cannot use `filter` since that's not viewed as a + // background color by the browser. Thus, a hack is needed. + // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer + // + // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we + // set alpha transparency for the best results possible. + background-color: #000 \9; // IE8 + background-color: rgba(0,0,0,0); // IE9 + } + .active { + margin: 0; + width: 12px; + height: 12px; + background-color: @carousel-indicator-active-bg; + } +} + +// Optional captions +// ----------------------------- +// Hidden by default for smaller viewports +.carousel-caption { + position: absolute; + left: 15%; + right: 15%; + bottom: 20px; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: @carousel-caption-color; + text-align: center; + text-shadow: @carousel-text-shadow; + & .btn { + text-shadow: none; // No shadow for button elements in carousel-caption + } +} + + +// Scale up controls for tablets and up +@media screen and (min-width: @screen-sm-min) { + + // Scale up the controls a smidge + .carousel-control { + .glyphicon-chevron-left, + .glyphicon-chevron-right, + .icon-prev, + .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } + .glyphicon-chevron-left, + .icon-prev { + margin-left: -15px; + } + .glyphicon-chevron-right, + .icon-next { + margin-right: -15px; + } + } + + // Show and left align the captions + .carousel-caption { + left: 20%; + right: 20%; + padding-bottom: 30px; + } + + // Move up the indicators + .carousel-indicators { + bottom: 20px; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/close.less b/_gh_pages/assets/less/bootstrap-3.3.5/close.less new file mode 100644 index 000000000..6d5bfe087 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/close.less @@ -0,0 +1,34 @@ +// +// Close icons +// -------------------------------------------------- + + +.close { + float: right; + font-size: (@font-size-base * 1.5); + font-weight: @close-font-weight; + line-height: 1; + color: @close-color; + text-shadow: @close-text-shadow; + .opacity(.2); + + &:hover, + &:focus { + color: @close-color; + text-decoration: none; + cursor: pointer; + .opacity(.5); + } + + // Additional properties for button version + // iOS requires the button element instead of an anchor tag. + // If you want the anchor version, it requires `href="#"`. + // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile + button& { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/code.less b/_gh_pages/assets/less/bootstrap-3.3.5/code.less new file mode 100644 index 000000000..a08b4d48c --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/code.less @@ -0,0 +1,69 @@ +// +// Code (inline and block) +// -------------------------------------------------- + + +// Inline and block code styles +code, +kbd, +pre, +samp { + font-family: @font-family-monospace; +} + +// Inline code +code { + padding: 2px 4px; + font-size: 90%; + color: @code-color; + background-color: @code-bg; + border-radius: @border-radius-base; +} + +// User input typically entered via keyboard +kbd { + padding: 2px 4px; + font-size: 90%; + color: @kbd-color; + background-color: @kbd-bg; + border-radius: @border-radius-small; + box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); + + kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + box-shadow: none; + } +} + +// Blocks of code +pre { + display: block; + padding: ((@line-height-computed - 1) / 2); + margin: 0 0 (@line-height-computed / 2); + font-size: (@font-size-base - 1); // 14px to 13px + line-height: @line-height-base; + word-break: break-all; + word-wrap: break-word; + color: @pre-color; + background-color: @pre-bg; + border: 1px solid @pre-border-color; + border-radius: @border-radius-base; + + // Account for some code outputs that place code tags in pre tags + code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; + } +} + +// Enable scrollable blocks of code +.pre-scrollable { + max-height: @pre-scrollable-max-height; + overflow-y: scroll; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/component-animations.less b/_gh_pages/assets/less/bootstrap-3.3.5/component-animations.less new file mode 100644 index 000000000..0bcee910a --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/component-animations.less @@ -0,0 +1,33 @@ +// +// Component animations +// -------------------------------------------------- + +// Heads up! +// +// We don't use the `.opacity()` mixin here since it causes a bug with text +// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552. + +.fade { + opacity: 0; + .transition(opacity .15s linear); + &.in { + opacity: 1; + } +} + +.collapse { + display: none; + + &.in { display: block; } + tr&.in { display: table-row; } + tbody&.in { display: table-row-group; } +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + .transition-property(~"height, visibility"); + .transition-duration(.35s); + .transition-timing-function(ease); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/dropdowns.less b/_gh_pages/assets/less/bootstrap-3.3.5/dropdowns.less new file mode 100644 index 000000000..f6876c1a9 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/dropdowns.less @@ -0,0 +1,216 @@ +// +// Dropdown menus +// -------------------------------------------------- + + +// Dropdown arrow/caret +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: @caret-width-base dashed; + border-top: @caret-width-base solid ~"\9"; // IE8 + border-right: @caret-width-base solid transparent; + border-left: @caret-width-base solid transparent; +} + +// The dropdown wrapper (div) +.dropup, +.dropdown { + position: relative; +} + +// Prevent the focus on the dropdown toggle when closing dropdowns +.dropdown-toggle:focus { + outline: 0; +} + +// The dropdown menu (ul) +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: @zindex-dropdown; + display: none; // none by default, but block on "open" of the menu + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; // override default ul + list-style: none; + font-size: @font-size-base; + text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) + background-color: @dropdown-bg; + border: 1px solid @dropdown-fallback-border; // IE8 fallback + border: 1px solid @dropdown-border; + border-radius: @border-radius-base; + .box-shadow(0 6px 12px rgba(0,0,0,.175)); + background-clip: padding-box; + + // Aligns the dropdown menu to right + // + // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]` + &.pull-right { + right: 0; + left: auto; + } + + // Dividers (basically an hr) within the dropdown + .divider { + .nav-divider(@dropdown-divider-bg); + } + + // Links within the dropdown menu + > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: @line-height-base; + color: @dropdown-link-color; + white-space: nowrap; // prevent links from randomly breaking onto new lines + } +} + +// Hover/Focus state +.dropdown-menu > li > a { + &:hover, + &:focus { + text-decoration: none; + color: @dropdown-link-hover-color; + background-color: @dropdown-link-hover-bg; + } +} + +// Active state +.dropdown-menu > .active > a { + &, + &:hover, + &:focus { + color: @dropdown-link-active-color; + text-decoration: none; + outline: 0; + background-color: @dropdown-link-active-bg; + } +} + +// Disabled state +// +// Gray out text and ensure the hover/focus state remains gray + +.dropdown-menu > .disabled > a { + &, + &:hover, + &:focus { + color: @dropdown-link-disabled-color; + } + + // Nuke hover/focus effects + &:hover, + &:focus { + text-decoration: none; + background-color: transparent; + background-image: none; // Remove CSS gradient + .reset-filter(); + cursor: @cursor-disabled; + } +} + +// Open state for the dropdown +.open { + // Show the menu + > .dropdown-menu { + display: block; + } + + // Remove the outline when :focus is triggered + > a { + outline: 0; + } +} + +// Menu positioning +// +// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown +// menu with the parent. +.dropdown-menu-right { + left: auto; // Reset the default from `.dropdown-menu` + right: 0; +} +// With v3, we enabled auto-flipping if you have a dropdown within a right +// aligned nav component. To enable the undoing of that, we provide an override +// to restore the default dropdown menu alignment. +// +// This is only for left-aligning a dropdown menu within a `.navbar-right` or +// `.pull-right` nav component. +.dropdown-menu-left { + left: 0; + right: auto; +} + +// Dropdown section headers +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: @font-size-small; + line-height: @line-height-base; + color: @dropdown-header-color; + white-space: nowrap; // as with > li > a +} + +// Backdrop to catch body clicks on mobile, etc. +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: (@zindex-dropdown - 10); +} + +// Right aligned dropdowns +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +// Allow for dropdowns to go bottom up (aka, dropup-menu) +// +// Just add .dropup after the standard .dropdown class and you're set, bro. +// TODO: abstract this so that the navbar fixed styles are not placed here? + +.dropup, +.navbar-fixed-bottom .dropdown { + // Reverse the caret + .caret { + border-top: 0; + border-bottom: @caret-width-base dashed; + border-bottom: @caret-width-base solid ~"\9"; // IE8 + content: ""; + } + // Different positioning for bottom up menu + .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; + } +} + + +// Component alignment +// +// Reiterate per navbar.less and the modified component alignment there. + +@media (min-width: @grid-float-breakpoint) { + .navbar-right { + .dropdown-menu { + .dropdown-menu-right(); + } + // Necessary for overrides of the default right aligned menu. + // Will remove come v4 in all likelihood. + .dropdown-menu-left { + .dropdown-menu-left(); + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/forms.less b/_gh_pages/assets/less/bootstrap-3.3.5/forms.less new file mode 100644 index 000000000..910c1e13b --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/forms.less @@ -0,0 +1,613 @@ +// +// Forms +// -------------------------------------------------- + + +// Normalize non-controls +// +// Restyle and baseline non-control form elements. + +fieldset { + padding: 0; + margin: 0; + border: 0; + // Chrome and Firefox set a `min-width: min-content;` on fieldsets, + // so we reset that to ensure it behaves more like a standard block element. + // See https://github.com/twbs/bootstrap/issues/12359. + min-width: 0; +} + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: @line-height-computed; + font-size: (@font-size-base * 1.5); + line-height: inherit; + color: @legend-color; + border: 0; + border-bottom: 1px solid @legend-border-color; +} + +label { + display: inline-block; + max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) + margin-bottom: 5px; + font-weight: bold; +} + + +// Normalize form controls +// +// While most of our form styles require extra classes, some basic normalization +// is required to ensure optimum display with or without those classes to better +// address browser inconsistencies. + +// Override content-box in Normalize (* isn't specific enough) +input[type="search"] { + .box-sizing(border-box); +} + +// Position radios and checkboxes better +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; // IE8-9 + line-height: normal; +} + +input[type="file"] { + display: block; +} + +// Make range inputs behave like textual form controls +input[type="range"] { + display: block; + width: 100%; +} + +// Make multiple select elements height not fixed +select[multiple], +select[size] { + height: auto; +} + +// Focus for file, radio, and checkbox +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + .tab-focus(); +} + +// Adjust output element +output { + display: block; + padding-top: (@padding-base-vertical + 1); + font-size: @font-size-base; + line-height: @line-height-base; + color: @input-color; +} + + +// Common form controls +// +// Shared size and type resets for form controls. Apply `.form-control` to any +// of the following form controls: +// +// select +// textarea +// input[type="text"] +// input[type="password"] +// input[type="datetime"] +// input[type="datetime-local"] +// input[type="date"] +// input[type="month"] +// input[type="time"] +// input[type="week"] +// input[type="number"] +// input[type="email"] +// input[type="url"] +// input[type="search"] +// input[type="tel"] +// input[type="color"] + +.form-control { + display: block; + width: 100%; + height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border) + padding: @padding-base-vertical @padding-base-horizontal; + font-size: @font-size-base; + line-height: @line-height-base; + color: @input-color; + background-color: @input-bg; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid @input-border; + border-radius: @input-border-radius; // Note: This has no effect on s in CSS. + .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); + .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s"); + + // Customize the `:focus` state to imitate native WebKit styles. + .form-control-focus(); + + // Placeholder + .placeholder(); + + // Unstyle the caret on `` +// element gets special love because it's special, and that's a fact! +.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { + height: @input-height; + padding: @padding-vertical @padding-horizontal; + font-size: @font-size; + line-height: @line-height; + border-radius: @border-radius; + + select& { + height: @input-height; + line-height: @input-height; + } + + textarea&, + select[multiple]& { + height: auto; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/gradients.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/gradients.less new file mode 100644 index 000000000..0b88a89cc --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/gradients.less @@ -0,0 +1,59 @@ +// Gradients + +#gradient { + + // Horizontal gradient, from left to right + // + // Creates two color stops, start and end, by specifying a color and position for each color stop. + // Color stops are not available in IE9 and below. + .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { + background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12 + background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + background-repeat: repeat-x; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down + } + + // Vertical gradient, from top to bottom + // + // Creates two color stops, start and end, by specifying a color and position for each color stop. + // Color stops are not available in IE9 and below. + .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { + background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12 + background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + background-repeat: repeat-x; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down + } + + .directional(@start-color: #555; @end-color: #333; @deg: 45deg) { + background-repeat: repeat-x; + background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12 + background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + } + .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { + background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); + background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); + background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color); + background-repeat: no-repeat; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + } + .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { + background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-repeat: no-repeat; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + } + .radial(@inner-color: #555; @outer-color: #333) { + background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color); + background-image: radial-gradient(circle, @inner-color, @outer-color); + background-repeat: no-repeat; + } + .striped(@color: rgba(255,255,255,.15); @angle: 45deg) { + background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid-framework.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid-framework.less new file mode 100644 index 000000000..8c23eed24 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid-framework.less @@ -0,0 +1,91 @@ +// Framework grid generation +// +// Used only by Bootstrap to generate the correct number of grid classes given +// any value of `@grid-columns`. + +.make-grid-columns() { + // Common styles for all sizes of grid columns, widths 1-12 + .col(@index) { // initial + @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; + .col((@index + 1), @item); + } + .col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo + @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; + .col((@index + 1), ~"@{list}, @{item}"); + } + .col(@index, @list) when (@index > @grid-columns) { // terminal + @{list} { + position: relative; + // Prevent columns from collapsing when empty + min-height: 1px; + // Inner gutter via padding + padding-left: ceil((@grid-gutter-width / 2)); + padding-right: floor((@grid-gutter-width / 2)); + } + } + .col(1); // kickstart it +} + +.float-grid-columns(@class) { + .col(@index) { // initial + @item: ~".col-@{class}-@{index}"; + .col((@index + 1), @item); + } + .col(@index, @list) when (@index =< @grid-columns) { // general + @item: ~".col-@{class}-@{index}"; + .col((@index + 1), ~"@{list}, @{item}"); + } + .col(@index, @list) when (@index > @grid-columns) { // terminal + @{list} { + float: left; + } + } + .col(1); // kickstart it +} + +.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) { + .col-@{class}-@{index} { + width: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) { + .col-@{class}-push-@{index} { + left: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) { + .col-@{class}-push-0 { + left: auto; + } +} +.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) { + .col-@{class}-pull-@{index} { + right: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) { + .col-@{class}-pull-0 { + right: auto; + } +} +.calc-grid-column(@index, @class, @type) when (@type = offset) { + .col-@{class}-offset-@{index} { + margin-left: percentage((@index / @grid-columns)); + } +} + +// Basic looping in LESS +.loop-grid-columns(@index, @class, @type) when (@index >= 0) { + .calc-grid-column(@index, @class, @type); + // next iteration + .loop-grid-columns((@index - 1), @class, @type); +} + +// Create grid for specific class +.make-grid(@class) { + .float-grid-columns(@class); + .loop-grid-columns(@grid-columns, @class, width); + .loop-grid-columns(@grid-columns, @class, pull); + .loop-grid-columns(@grid-columns, @class, push); + .loop-grid-columns(@grid-columns, @class, offset); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid.less new file mode 100644 index 000000000..f144c15f4 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/grid.less @@ -0,0 +1,122 @@ +// Grid system +// +// Generate semantic grid columns with these mixins. + +// Centered container element +.container-fixed(@gutter: @grid-gutter-width) { + margin-right: auto; + margin-left: auto; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + &:extend(.clearfix all); +} + +// Creates a wrapper for a series of columns +.make-row(@gutter: @grid-gutter-width) { + margin-left: ceil((@gutter / -2)); + margin-right: floor((@gutter / -2)); + &:extend(.clearfix all); +} + +// Generate the extra small columns +.make-xs-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + float: left; + width: percentage((@columns / @grid-columns)); + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); +} +.make-xs-column-offset(@columns) { + margin-left: percentage((@columns / @grid-columns)); +} +.make-xs-column-push(@columns) { + left: percentage((@columns / @grid-columns)); +} +.make-xs-column-pull(@columns) { + right: percentage((@columns / @grid-columns)); +} + +// Generate the small columns +.make-sm-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-sm-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-offset(@columns) { + @media (min-width: @screen-sm-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-push(@columns) { + @media (min-width: @screen-sm-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-pull(@columns) { + @media (min-width: @screen-sm-min) { + right: percentage((@columns / @grid-columns)); + } +} + +// Generate the medium columns +.make-md-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-md-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-md-column-offset(@columns) { + @media (min-width: @screen-md-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-md-column-push(@columns) { + @media (min-width: @screen-md-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-md-column-pull(@columns) { + @media (min-width: @screen-md-min) { + right: percentage((@columns / @grid-columns)); + } +} + +// Generate the large columns +.make-lg-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-lg-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-offset(@columns) { + @media (min-width: @screen-lg-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-push(@columns) { + @media (min-width: @screen-lg-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-pull(@columns) { + @media (min-width: @screen-lg-min) { + right: percentage((@columns / @grid-columns)); + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/hide-text.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/hide-text.less new file mode 100644 index 000000000..bc7011850 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/hide-text.less @@ -0,0 +1,21 @@ +// CSS image replacement +// +// Heads up! v3 launched with only `.hide-text()`, but per our pattern for +// mixins being reused as classes with the same name, this doesn't hold up. As +// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. +// +// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 + +// Deprecated as of v3.0.1 (will be removed in v4) +.hide-text() { + font: ~"0/0" a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +// New mixin to use as of v3.0.1 +.text-hide() { + .hide-text(); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/image.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/image.less new file mode 100644 index 000000000..f233cb3e1 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/image.less @@ -0,0 +1,33 @@ +// Image Mixins +// - Responsive image +// - Retina image + + +// Responsive image +// +// Keep images from scaling beyond the width of their parents. +.img-responsive(@display: block) { + display: @display; + max-width: 100%; // Part 1: Set a maximum relative to the parent + height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching +} + + +// Retina image +// +// Short retina mixin for setting background-image and -size. Note that the +// spelling of `min--moz-device-pixel-ratio` is intentional. +.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { + background-image: url("@{file-1x}"); + + @media + only screen and (-webkit-min-device-pixel-ratio: 2), + only screen and ( min--moz-device-pixel-ratio: 2), + only screen and ( -o-min-device-pixel-ratio: 2/1), + only screen and ( min-device-pixel-ratio: 2), + only screen and ( min-resolution: 192dpi), + only screen and ( min-resolution: 2dppx) { + background-image: url("@{file-2x}"); + background-size: @width-1x @height-1x; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/labels.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/labels.less new file mode 100644 index 000000000..9f7a67ee3 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/labels.less @@ -0,0 +1,12 @@ +// Labels + +.label-variant(@color) { + background-color: @color; + + &[href] { + &:hover, + &:focus { + background-color: darken(@color, 10%); + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/list-group.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/list-group.less new file mode 100644 index 000000000..03aa19069 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/list-group.less @@ -0,0 +1,30 @@ +// List Groups + +.list-group-item-variant(@state; @background; @color) { + .list-group-item-@{state} { + color: @color; + background-color: @background; + + a&, + button& { + color: @color; + + .list-group-item-heading { + color: inherit; + } + + &:hover, + &:focus { + color: @color; + background-color: darken(@background, 5%); + } + &.active, + &.active:hover, + &.active:focus { + color: #fff; + background-color: @color; + border-color: @color; + } + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-divider.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-divider.less new file mode 100644 index 000000000..feb1e9ed0 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-divider.less @@ -0,0 +1,10 @@ +// Horizontal dividers +// +// Dividers (basically an hr) within dropdowns and nav lists + +.nav-divider(@color: #e5e5e5) { + height: 1px; + margin: ((@line-height-computed / 2) - 1) 0; + overflow: hidden; + background-color: @color; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less new file mode 100644 index 000000000..d458c7861 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less @@ -0,0 +1,9 @@ +// Navbar vertical align +// +// Vertically center elements in the navbar. +// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. + +.navbar-vertical-align(@element-height) { + margin-top: ((@navbar-height - @element-height) / 2); + margin-bottom: ((@navbar-height - @element-height) / 2); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/opacity.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/opacity.less new file mode 100644 index 000000000..33ed25ce6 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/opacity.less @@ -0,0 +1,8 @@ +// Opacity + +.opacity(@opacity) { + opacity: @opacity; + // IE8 filter + @opacity-ie: (@opacity * 100); + filter: ~"alpha(opacity=@{opacity-ie})"; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/pagination.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/pagination.less new file mode 100644 index 000000000..618804f2d --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/pagination.less @@ -0,0 +1,24 @@ +// Pagination + +.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { + > li { + > a, + > span { + padding: @padding-vertical @padding-horizontal; + font-size: @font-size; + line-height: @line-height; + } + &:first-child { + > a, + > span { + .border-left-radius(@border-radius); + } + } + &:last-child { + > a, + > span { + .border-right-radius(@border-radius); + } + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/panels.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/panels.less new file mode 100644 index 000000000..49ee10d4a --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/panels.less @@ -0,0 +1,24 @@ +// Panels + +.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { + border-color: @border; + + & > .panel-heading { + color: @heading-text-color; + background-color: @heading-bg-color; + border-color: @heading-border; + + + .panel-collapse > .panel-body { + border-top-color: @border; + } + .badge { + color: @heading-bg-color; + background-color: @heading-text-color; + } + } + & > .panel-footer { + + .panel-collapse > .panel-body { + border-bottom-color: @border; + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/progress-bar.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/progress-bar.less new file mode 100644 index 000000000..f07996a34 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/progress-bar.less @@ -0,0 +1,10 @@ +// Progress bars + +.progress-bar-variant(@color) { + background-color: @color; + + // Deprecated parent class requirement as of v3.2.0 + .progress-striped & { + #gradient > .striped(); + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-filter.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-filter.less new file mode 100644 index 000000000..68cdb5e18 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-filter.less @@ -0,0 +1,8 @@ +// Reset filters for IE +// +// When you need to remove a gradient background, do not forget to use this to reset +// the IE filter for IE9 and below. + +.reset-filter() { + filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-text.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-text.less new file mode 100644 index 000000000..58dd4d19b --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/reset-text.less @@ -0,0 +1,18 @@ +.reset-text() { + font-family: @font-family-base; + // We deliberately do NOT reset font-size. + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: @line-height-base; + text-align: left; // Fallback for where `start` is not supported + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/resize.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/resize.less new file mode 100644 index 000000000..3acd3afdb --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/resize.less @@ -0,0 +1,6 @@ +// Resize anything + +.resizable(@direction) { + resize: @direction; // Options: horizontal, vertical, both + overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less new file mode 100644 index 000000000..ecf1e979f --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less @@ -0,0 +1,15 @@ +// Responsive utilities + +// +// More easily include all the states for responsive-utilities.less. +.responsive-visibility() { + display: block !important; + table& { display: table !important; } + tr& { display: table-row !important; } + th&, + td& { display: table-cell !important; } +} + +.responsive-invisibility() { + display: none !important; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/size.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/size.less new file mode 100644 index 000000000..a8be65089 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/size.less @@ -0,0 +1,10 @@ +// Sizing shortcuts + +.size(@width; @height) { + width: @width; + height: @height; +} + +.square(@size) { + .size(@size; @size); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/tab-focus.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/tab-focus.less new file mode 100644 index 000000000..1f1f05ab0 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/tab-focus.less @@ -0,0 +1,9 @@ +// WebKit-style focus + +.tab-focus() { + // Default + outline: thin dotted; + // WebKit + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/table-row.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/table-row.less new file mode 100644 index 000000000..0f287f1a8 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/table-row.less @@ -0,0 +1,28 @@ +// Tables + +.table-row-variant(@state; @background) { + // Exact selectors below required to override `.table-striped` and prevent + // inheritance to nested tables. + .table > thead > tr, + .table > tbody > tr, + .table > tfoot > tr { + > td.@{state}, + > th.@{state}, + &.@{state} > td, + &.@{state} > th { + background-color: @background; + } + } + + // Hover states for `.table-hover` + // Note: this is not available for cells or rows within `thead` or `tfoot`. + .table-hover > tbody > tr { + > td.@{state}:hover, + > th.@{state}:hover, + &.@{state}:hover > td, + &:hover > .@{state}, + &.@{state}:hover > th { + background-color: darken(@background, 5%); + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less new file mode 100644 index 000000000..9e8a77a69 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less @@ -0,0 +1,9 @@ +// Typography + +.text-emphasis-variant(@color) { + color: @color; + a&:hover, + a&:focus { + color: darken(@color, 10%); + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-overflow.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-overflow.less new file mode 100644 index 000000000..c11ad2fb7 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/text-overflow.less @@ -0,0 +1,8 @@ +// Text overflow +// Requires inline-block or block for proper styling + +.text-overflow() { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less new file mode 100644 index 000000000..afd3331c3 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less @@ -0,0 +1,227 @@ +// Vendor Prefixes +// +// All vendor mixins are deprecated as of v3.2.0 due to the introduction of +// Autoprefixer in our Gruntfile. They will be removed in v4. + +// - Animations +// - Backface visibility +// - Box shadow +// - Box sizing +// - Content columns +// - Hyphens +// - Placeholder text +// - Transformations +// - Transitions +// - User Select + + +// Animations +.animation(@animation) { + -webkit-animation: @animation; + -o-animation: @animation; + animation: @animation; +} +.animation-name(@name) { + -webkit-animation-name: @name; + animation-name: @name; +} +.animation-duration(@duration) { + -webkit-animation-duration: @duration; + animation-duration: @duration; +} +.animation-timing-function(@timing-function) { + -webkit-animation-timing-function: @timing-function; + animation-timing-function: @timing-function; +} +.animation-delay(@delay) { + -webkit-animation-delay: @delay; + animation-delay: @delay; +} +.animation-iteration-count(@iteration-count) { + -webkit-animation-iteration-count: @iteration-count; + animation-iteration-count: @iteration-count; +} +.animation-direction(@direction) { + -webkit-animation-direction: @direction; + animation-direction: @direction; +} +.animation-fill-mode(@fill-mode) { + -webkit-animation-fill-mode: @fill-mode; + animation-fill-mode: @fill-mode; +} + +// Backface visibility +// Prevent browsers from flickering when using CSS 3D transforms. +// Default value is `visible`, but can be changed to `hidden` + +.backface-visibility(@visibility){ + -webkit-backface-visibility: @visibility; + -moz-backface-visibility: @visibility; + backface-visibility: @visibility; +} + +// Drop shadows +// +// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's +// supported browsers that have box shadow capabilities now support it. + +.box-shadow(@shadow) { + -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1 + box-shadow: @shadow; +} + +// Box sizing +.box-sizing(@boxmodel) { + -webkit-box-sizing: @boxmodel; + -moz-box-sizing: @boxmodel; + box-sizing: @boxmodel; +} + +// CSS3 Content Columns +.content-columns(@column-count; @column-gap: @grid-gutter-width) { + -webkit-column-count: @column-count; + -moz-column-count: @column-count; + column-count: @column-count; + -webkit-column-gap: @column-gap; + -moz-column-gap: @column-gap; + column-gap: @column-gap; +} + +// Optional hyphenation +.hyphens(@mode: auto) { + word-wrap: break-word; + -webkit-hyphens: @mode; + -moz-hyphens: @mode; + -ms-hyphens: @mode; // IE10+ + -o-hyphens: @mode; + hyphens: @mode; +} + +// Placeholder text +.placeholder(@color: @input-color-placeholder) { + // Firefox + &::-moz-placeholder { + color: @color; + opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526 + } + &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ + &::-webkit-input-placeholder { color: @color; } // Safari and Chrome +} + +// Transformations +.scale(@ratio) { + -webkit-transform: scale(@ratio); + -ms-transform: scale(@ratio); // IE9 only + -o-transform: scale(@ratio); + transform: scale(@ratio); +} +.scale(@ratioX; @ratioY) { + -webkit-transform: scale(@ratioX, @ratioY); + -ms-transform: scale(@ratioX, @ratioY); // IE9 only + -o-transform: scale(@ratioX, @ratioY); + transform: scale(@ratioX, @ratioY); +} +.scaleX(@ratio) { + -webkit-transform: scaleX(@ratio); + -ms-transform: scaleX(@ratio); // IE9 only + -o-transform: scaleX(@ratio); + transform: scaleX(@ratio); +} +.scaleY(@ratio) { + -webkit-transform: scaleY(@ratio); + -ms-transform: scaleY(@ratio); // IE9 only + -o-transform: scaleY(@ratio); + transform: scaleY(@ratio); +} +.skew(@x; @y) { + -webkit-transform: skewX(@x) skewY(@y); + -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+ + -o-transform: skewX(@x) skewY(@y); + transform: skewX(@x) skewY(@y); +} +.translate(@x; @y) { + -webkit-transform: translate(@x, @y); + -ms-transform: translate(@x, @y); // IE9 only + -o-transform: translate(@x, @y); + transform: translate(@x, @y); +} +.translate3d(@x; @y; @z) { + -webkit-transform: translate3d(@x, @y, @z); + transform: translate3d(@x, @y, @z); +} +.rotate(@degrees) { + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); // IE9 only + -o-transform: rotate(@degrees); + transform: rotate(@degrees); +} +.rotateX(@degrees) { + -webkit-transform: rotateX(@degrees); + -ms-transform: rotateX(@degrees); // IE9 only + -o-transform: rotateX(@degrees); + transform: rotateX(@degrees); +} +.rotateY(@degrees) { + -webkit-transform: rotateY(@degrees); + -ms-transform: rotateY(@degrees); // IE9 only + -o-transform: rotateY(@degrees); + transform: rotateY(@degrees); +} +.perspective(@perspective) { + -webkit-perspective: @perspective; + -moz-perspective: @perspective; + perspective: @perspective; +} +.perspective-origin(@perspective) { + -webkit-perspective-origin: @perspective; + -moz-perspective-origin: @perspective; + perspective-origin: @perspective; +} +.transform-origin(@origin) { + -webkit-transform-origin: @origin; + -moz-transform-origin: @origin; + -ms-transform-origin: @origin; // IE9 only + transform-origin: @origin; +} + + +// Transitions + +.transition(@transition) { + -webkit-transition: @transition; + -o-transition: @transition; + transition: @transition; +} +.transition-property(@transition-property) { + -webkit-transition-property: @transition-property; + transition-property: @transition-property; +} +.transition-delay(@transition-delay) { + -webkit-transition-delay: @transition-delay; + transition-delay: @transition-delay; +} +.transition-duration(@transition-duration) { + -webkit-transition-duration: @transition-duration; + transition-duration: @transition-duration; +} +.transition-timing-function(@timing-function) { + -webkit-transition-timing-function: @timing-function; + transition-timing-function: @timing-function; +} +.transition-transform(@transition) { + -webkit-transition: -webkit-transform @transition; + -moz-transition: -moz-transform @transition; + -o-transition: -o-transform @transition; + transition: transform @transition; +} + + +// User select +// For selecting text on the page + +.user-select(@select) { + -webkit-user-select: @select; + -moz-user-select: @select; + -ms-user-select: @select; // IE10+ + user-select: @select; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/modals.less b/_gh_pages/assets/less/bootstrap-3.3.5/modals.less new file mode 100644 index 000000000..1de622050 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/modals.less @@ -0,0 +1,150 @@ +// +// Modals +// -------------------------------------------------- + +// .modal-open - body class for killing the scroll +// .modal - container to scroll within +// .modal-dialog - positioning shell for the actual modal +// .modal-content - actual modal w/ bg and corners and shit + +// Kill the scroll on the body +.modal-open { + overflow: hidden; +} + +// Container that the modal scrolls within +.modal { + display: none; + overflow: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: @zindex-modal; + -webkit-overflow-scrolling: touch; + + // Prevent Chrome on Windows from adding a focus outline. For details, see + // https://github.com/twbs/bootstrap/pull/10951. + outline: 0; + + // When fading in the modal, animate it to slide down + &.fade .modal-dialog { + .translate(0, -25%); + .transition-transform(~"0.3s ease-out"); + } + &.in .modal-dialog { .translate(0, 0) } +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +// Shell div to position the modal with bottom padding +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} + +// Actual modal +.modal-content { + position: relative; + background-color: @modal-content-bg; + border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc) + border: 1px solid @modal-content-border-color; + border-radius: @border-radius-large; + .box-shadow(0 3px 9px rgba(0,0,0,.5)); + background-clip: padding-box; + // Remove focus outline from opened modal + outline: 0; +} + +// Modal background +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: @zindex-modal-background; + background-color: @modal-backdrop-bg; + // Fade for backdrop + &.fade { .opacity(0); } + &.in { .opacity(@modal-backdrop-opacity); } +} + +// Modal header +// Top section of the modal w/ title and dismiss +.modal-header { + padding: @modal-title-padding; + border-bottom: 1px solid @modal-header-border-color; + min-height: (@modal-title-padding + @modal-title-line-height); +} +// Close icon +.modal-header .close { + margin-top: -2px; +} + +// Title text within header +.modal-title { + margin: 0; + line-height: @modal-title-line-height; +} + +// Modal body +// Where all modal content resides (sibling of .modal-header and .modal-footer) +.modal-body { + position: relative; + padding: @modal-inner-padding; +} + +// Footer (for actions) +.modal-footer { + padding: @modal-inner-padding; + text-align: right; // right align buttons + border-top: 1px solid @modal-footer-border-color; + &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons + + // Properly space out buttons + .btn + .btn { + margin-left: 5px; + margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs + } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } + // and override it for block buttons as well + .btn-block + .btn-block { + margin-left: 0; + } +} + +// Measure scrollbar width for padding body during modal show/hide +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +// Scale up the modal +@media (min-width: @screen-sm-min) { + // Automatically set modal's width for larger viewports + .modal-dialog { + width: @modal-md; + margin: 30px auto; + } + .modal-content { + .box-shadow(0 5px 15px rgba(0,0,0,.5)); + } + + // Modal sizes + .modal-sm { width: @modal-sm; } +} + +@media (min-width: @screen-md-min) { + .modal-lg { width: @modal-lg; } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/navbar.less b/_gh_pages/assets/less/bootstrap-3.3.5/navbar.less new file mode 100644 index 000000000..6d751bb9c --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/navbar.less @@ -0,0 +1,660 @@ +// +// Navbars +// -------------------------------------------------- + + +// Wrapper and base class +// +// Provide a static navbar from which we expand to create full-width, fixed, and +// other navbar variations. + +.navbar { + position: relative; + min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode) + margin-bottom: @navbar-margin-bottom; + border: 1px solid transparent; + + // Prevent floats from breaking the navbar + &:extend(.clearfix all); + + @media (min-width: @grid-float-breakpoint) { + border-radius: @navbar-border-radius; + } +} + + +// Navbar heading +// +// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy +// styling of responsive aspects. + +.navbar-header { + &:extend(.clearfix all); + + @media (min-width: @grid-float-breakpoint) { + float: left; + } +} + + +// Navbar collapse (body) +// +// Group your navbar content into this for easy collapsing and expanding across +// various device sizes. By default, this content is collapsed when <768px, but +// will expand past that for a horizontal display. +// +// To start (on mobile devices) the navbar links, forms, and buttons are stacked +// vertically and include a `max-height` to overflow in case you have too much +// content for the user's viewport. + +.navbar-collapse { + overflow-x: visible; + padding-right: @navbar-padding-horizontal; + padding-left: @navbar-padding-horizontal; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255,255,255,.1); + &:extend(.clearfix all); + -webkit-overflow-scrolling: touch; + + &.in { + overflow-y: auto; + } + + @media (min-width: @grid-float-breakpoint) { + width: auto; + border-top: 0; + box-shadow: none; + + &.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; // Override default setting + overflow: visible !important; + } + + &.in { + overflow-y: visible; + } + + // Undo the collapse side padding for navbars with containers to ensure + // alignment of right-aligned contents. + .navbar-fixed-top &, + .navbar-static-top &, + .navbar-fixed-bottom & { + padding-left: 0; + padding-right: 0; + } + } +} + +.navbar-fixed-top, +.navbar-fixed-bottom { + .navbar-collapse { + max-height: @navbar-collapse-max-height; + + @media (max-device-width: @screen-xs-min) and (orientation: landscape) { + max-height: 200px; + } + } +} + + +// Both navbar header and collapse +// +// When a container is present, change the behavior of the header and collapse. + +.container, +.container-fluid { + > .navbar-header, + > .navbar-collapse { + margin-right: -@navbar-padding-horizontal; + margin-left: -@navbar-padding-horizontal; + + @media (min-width: @grid-float-breakpoint) { + margin-right: 0; + margin-left: 0; + } + } +} + + +// +// Navbar alignment options +// +// Display the navbar across the entirety of the page or fixed it to the top or +// bottom of the page. + +// Static top (unfixed, but 100% wide) navbar +.navbar-static-top { + z-index: @zindex-navbar; + border-width: 0 0 1px; + + @media (min-width: @grid-float-breakpoint) { + border-radius: 0; + } +} + +// Fix the top/bottom navbars when screen real estate supports it +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: @zindex-navbar-fixed; + + // Undo the rounded corners + @media (min-width: @grid-float-breakpoint) { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; // override .navbar defaults + border-width: 1px 0 0; +} + + +// Brand/project name + +.navbar-brand { + float: left; + padding: @navbar-padding-vertical @navbar-padding-horizontal; + font-size: @font-size-large; + line-height: @line-height-computed; + height: @navbar-height; + + &:hover, + &:focus { + text-decoration: none; + } + + > img { + display: block; + } + + @media (min-width: @grid-float-breakpoint) { + .navbar > .container &, + .navbar > .container-fluid & { + margin-left: -@navbar-padding-horizontal; + } + } +} + + +// Navbar toggle +// +// Custom button for toggling the `.navbar-collapse`, powered by the collapse +// JavaScript plugin. + +.navbar-toggle { + position: relative; + float: right; + margin-right: @navbar-padding-horizontal; + padding: 9px 10px; + .navbar-vertical-align(34px); + background-color: transparent; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid transparent; + border-radius: @border-radius-base; + + // We remove the `outline` here, but later compensate by attaching `:hover` + // styles to `:focus`. + &:focus { + outline: 0; + } + + // Bars + .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; + } + .icon-bar + .icon-bar { + margin-top: 4px; + } + + @media (min-width: @grid-float-breakpoint) { + display: none; + } +} + + +// Navbar nav links +// +// Builds on top of the `.nav` components with its own modifier class to make +// the nav the full height of the horizontal nav (above 768px). + +.navbar-nav { + margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal; + + > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: @line-height-computed; + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display when collapsed + .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + > li > a, + .dropdown-header { + padding: 5px 15px 5px 25px; + } + > li > a { + line-height: @line-height-computed; + &:hover, + &:focus { + background-image: none; + } + } + } + } + + // Uncollapse the nav + @media (min-width: @grid-float-breakpoint) { + float: left; + margin: 0; + + > li { + float: left; + > a { + padding-top: @navbar-padding-vertical; + padding-bottom: @navbar-padding-vertical; + } + } + } +} + + +// Navbar form +// +// Extension of the `.form-inline` with some extra flavor for optimum display in +// our navbars. + +.navbar-form { + margin-left: -@navbar-padding-horizontal; + margin-right: -@navbar-padding-horizontal; + padding: 10px @navbar-padding-horizontal; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); + .box-shadow(@shadow); + + // Mixin behavior for optimum display + .form-inline(); + + .form-group { + @media (max-width: @grid-float-breakpoint-max) { + margin-bottom: 5px; + + &:last-child { + margin-bottom: 0; + } + } + } + + // Vertically center in expanded, horizontal navbar + .navbar-vertical-align(@input-height-base); + + // Undo 100% width for pull classes + @media (min-width: @grid-float-breakpoint) { + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + .box-shadow(none); + } +} + + +// Dropdown menus + +// Menu position and menu carets +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + .border-top-radius(0); +} +// Menu position and menu caret support for dropups via extra dropup class +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + .border-top-radius(@navbar-border-radius); + .border-bottom-radius(0); +} + + +// Buttons in navbars +// +// Vertically center a button within a navbar (when *not* in a form). + +.navbar-btn { + .navbar-vertical-align(@input-height-base); + + &.btn-sm { + .navbar-vertical-align(@input-height-small); + } + &.btn-xs { + .navbar-vertical-align(22); + } +} + + +// Text in navbars +// +// Add a class to make any element properly align itself vertically within the navbars. + +.navbar-text { + .navbar-vertical-align(@line-height-computed); + + @media (min-width: @grid-float-breakpoint) { + float: left; + margin-left: @navbar-padding-horizontal; + margin-right: @navbar-padding-horizontal; + } +} + + +// Component alignment +// +// Repurpose the pull utilities as their own navbar utilities to avoid specificity +// issues with parents and chaining. Only do this when the navbar is uncollapsed +// though so that navbar contents properly stack and align in mobile. +// +// Declared after the navbar components to ensure more specificity on the margins. + +@media (min-width: @grid-float-breakpoint) { + .navbar-left { .pull-left(); } + .navbar-right { + .pull-right(); + margin-right: -@navbar-padding-horizontal; + + ~ .navbar-right { + margin-right: 0; + } + } +} + + +// Alternate navbars +// -------------------------------------------------- + +// Default navbar +.navbar-default { + background-color: @navbar-default-bg; + border-color: @navbar-default-border; + + .navbar-brand { + color: @navbar-default-brand-color; + &:hover, + &:focus { + color: @navbar-default-brand-hover-color; + background-color: @navbar-default-brand-hover-bg; + } + } + + .navbar-text { + color: @navbar-default-color; + } + + .navbar-nav { + > li > a { + color: @navbar-default-link-color; + + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + background-color: @navbar-default-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-active-color; + background-color: @navbar-default-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + background-color: @navbar-default-link-disabled-bg; + } + } + } + + .navbar-toggle { + border-color: @navbar-default-toggle-border-color; + &:hover, + &:focus { + background-color: @navbar-default-toggle-hover-bg; + } + .icon-bar { + background-color: @navbar-default-toggle-icon-bar-bg; + } + } + + .navbar-collapse, + .navbar-form { + border-color: @navbar-default-border; + } + + // Dropdown menu items + .navbar-nav { + // Remove background color from open dropdown + > .open > a { + &, + &:hover, + &:focus { + background-color: @navbar-default-link-active-bg; + color: @navbar-default-link-active-color; + } + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display when collapsed + .open .dropdown-menu { + > li > a { + color: @navbar-default-link-color; + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + background-color: @navbar-default-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-active-color; + background-color: @navbar-default-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + background-color: @navbar-default-link-disabled-bg; + } + } + } + } + } + + + // Links in navbars + // + // Add a class to ensure links outside the navbar nav are colored correctly. + + .navbar-link { + color: @navbar-default-link-color; + &:hover { + color: @navbar-default-link-hover-color; + } + } + + .btn-link { + color: @navbar-default-link-color; + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + } + } + } +} + +// Inverse navbar + +.navbar-inverse { + background-color: @navbar-inverse-bg; + border-color: @navbar-inverse-border; + + .navbar-brand { + color: @navbar-inverse-brand-color; + &:hover, + &:focus { + color: @navbar-inverse-brand-hover-color; + background-color: @navbar-inverse-brand-hover-bg; + } + } + + .navbar-text { + color: @navbar-inverse-color; + } + + .navbar-nav { + > li > a { + color: @navbar-inverse-link-color; + + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + background-color: @navbar-inverse-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-active-color; + background-color: @navbar-inverse-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + background-color: @navbar-inverse-link-disabled-bg; + } + } + } + + // Darken the responsive nav toggle + .navbar-toggle { + border-color: @navbar-inverse-toggle-border-color; + &:hover, + &:focus { + background-color: @navbar-inverse-toggle-hover-bg; + } + .icon-bar { + background-color: @navbar-inverse-toggle-icon-bar-bg; + } + } + + .navbar-collapse, + .navbar-form { + border-color: darken(@navbar-inverse-bg, 7%); + } + + // Dropdowns + .navbar-nav { + > .open > a { + &, + &:hover, + &:focus { + background-color: @navbar-inverse-link-active-bg; + color: @navbar-inverse-link-active-color; + } + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display + .open .dropdown-menu { + > .dropdown-header { + border-color: @navbar-inverse-border; + } + .divider { + background-color: @navbar-inverse-border; + } + > li > a { + color: @navbar-inverse-link-color; + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + background-color: @navbar-inverse-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-active-color; + background-color: @navbar-inverse-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + background-color: @navbar-inverse-link-disabled-bg; + } + } + } + } + } + + .navbar-link { + color: @navbar-inverse-link-color; + &:hover { + color: @navbar-inverse-link-hover-color; + } + } + + .btn-link { + color: @navbar-inverse-link-color; + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + } + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/navs.less b/_gh_pages/assets/less/bootstrap-3.3.5/navs.less new file mode 100644 index 000000000..a3d11b136 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/navs.less @@ -0,0 +1,242 @@ +// +// Navs +// -------------------------------------------------- + + +// Base class +// -------------------------------------------------- + +.nav { + margin-bottom: 0; + padding-left: 0; // Override default ul/ol + list-style: none; + &:extend(.clearfix all); + + > li { + position: relative; + display: block; + + > a { + position: relative; + display: block; + padding: @nav-link-padding; + &:hover, + &:focus { + text-decoration: none; + background-color: @nav-link-hover-bg; + } + } + + // Disabled state sets text to gray and nukes hover/tab effects + &.disabled > a { + color: @nav-disabled-link-color; + + &:hover, + &:focus { + color: @nav-disabled-link-hover-color; + text-decoration: none; + background-color: transparent; + cursor: @cursor-disabled; + } + } + } + + // Open dropdowns + .open > a { + &, + &:hover, + &:focus { + background-color: @nav-link-hover-bg; + border-color: @link-color; + } + } + + // Nav dividers (deprecated with v3.0.1) + // + // This should have been removed in v3 with the dropping of `.nav-list`, but + // we missed it. We don't currently support this anywhere, but in the interest + // of maintaining backward compatibility in case you use it, it's deprecated. + .nav-divider { + .nav-divider(); + } + + // Prevent IE8 from misplacing imgs + // + // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 + > li > a > img { + max-width: none; + } +} + + +// Tabs +// ------------------------- + +// Give the tabs something to sit on +.nav-tabs { + border-bottom: 1px solid @nav-tabs-border-color; + > li { + float: left; + // Make the list-items overlay the bottom border + margin-bottom: -1px; + + // Actual tabs (as links) + > a { + margin-right: 2px; + line-height: @line-height-base; + border: 1px solid transparent; + border-radius: @border-radius-base @border-radius-base 0 0; + &:hover { + border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color; + } + } + + // Active state, and its :hover to override normal :hover + &.active > a { + &, + &:hover, + &:focus { + color: @nav-tabs-active-link-hover-color; + background-color: @nav-tabs-active-link-hover-bg; + border: 1px solid @nav-tabs-active-link-hover-border-color; + border-bottom-color: transparent; + cursor: default; + } + } + } + // pulling this in mainly for less shorthand + &.nav-justified { + .nav-justified(); + .nav-tabs-justified(); + } +} + + +// Pills +// ------------------------- +.nav-pills { + > li { + float: left; + + // Links rendered as pills + > a { + border-radius: @nav-pills-border-radius; + } + + li { + margin-left: 2px; + } + + // Active state + &.active > a { + &, + &:hover, + &:focus { + color: @nav-pills-active-link-hover-color; + background-color: @nav-pills-active-link-hover-bg; + } + } + } +} + + +// Stacked pills +.nav-stacked { + > li { + float: none; + + li { + margin-top: 2px; + margin-left: 0; // no need for this gap between nav items + } + } +} + + +// Nav variations +// -------------------------------------------------- + +// Justified nav links +// ------------------------- + +.nav-justified { + width: 100%; + + > li { + float: none; + > a { + text-align: center; + margin-bottom: 5px; + } + } + + > .dropdown .dropdown-menu { + top: auto; + left: auto; + } + + @media (min-width: @screen-sm-min) { + > li { + display: table-cell; + width: 1%; + > a { + margin-bottom: 0; + } + } + } +} + +// Move borders to anchors instead of bottom of list +// +// Mixin for adding on top the shared `.nav-justified` styles for our tabs +.nav-tabs-justified { + border-bottom: 0; + + > li > a { + // Override margin from .nav-tabs + margin-right: 0; + border-radius: @border-radius-base; + } + + > .active > a, + > .active > a:hover, + > .active > a:focus { + border: 1px solid @nav-tabs-justified-link-border-color; + } + + @media (min-width: @screen-sm-min) { + > li > a { + border-bottom: 1px solid @nav-tabs-justified-link-border-color; + border-radius: @border-radius-base @border-radius-base 0 0; + } + > .active > a, + > .active > a:hover, + > .active > a:focus { + border-bottom-color: @nav-tabs-justified-active-link-border-color; + } + } +} + + +// Tabbable tabs +// ------------------------- + +// Hide tabbable panes to start, show them when `.active` +.tab-content { + > .tab-pane { + display: none; + } + > .active { + display: block; + } +} + + +// Dropdowns +// ------------------------- + +// Specific dropdowns +.nav-tabs .dropdown-menu { + // make dropdown border overlap tab border + margin-top: -1px; + // Remove the top rounded corners here since there is a hard edge above the menu + .border-top-radius(0); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/normalize.less b/_gh_pages/assets/less/bootstrap-3.3.5/normalize.less new file mode 100644 index 000000000..9dddf73ad --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/normalize.less @@ -0,0 +1,424 @@ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ + +// +// 1. Set default font family to sans-serif. +// 2. Prevent iOS and IE text size adjust after device orientation change, +// without disabling user zoom. +// + +html { + font-family: sans-serif; // 1 + -ms-text-size-adjust: 100%; // 2 + -webkit-text-size-adjust: 100%; // 2 +} + +// +// Remove default margin. +// + +body { + margin: 0; +} + +// HTML5 display definitions +// ========================================================================== + +// +// Correct `block` display not defined for any HTML5 element in IE 8/9. +// Correct `block` display not defined for `details` or `summary` in IE 10/11 +// and Firefox. +// Correct `block` display not defined for `main` in IE 11. +// + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +// +// 1. Correct `inline-block` display not defined in IE 8/9. +// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. +// + +audio, +canvas, +progress, +video { + display: inline-block; // 1 + vertical-align: baseline; // 2 +} + +// +// Prevent modern browsers from displaying `audio` without controls. +// Remove excess height in iOS 5 devices. +// + +audio:not([controls]) { + display: none; + height: 0; +} + +// +// Address `[hidden]` styling not present in IE 8/9/10. +// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. +// + +[hidden], +template { + display: none; +} + +// Links +// ========================================================================== + +// +// Remove the gray background color from active links in IE 10. +// + +a { + background-color: transparent; +} + +// +// Improve readability of focused elements when they are also in an +// active/hover state. +// + +a:active, +a:hover { + outline: 0; +} + +// Text-level semantics +// ========================================================================== + +// +// Address styling not present in IE 8/9/10/11, Safari, and Chrome. +// + +abbr[title] { + border-bottom: 1px dotted; +} + +// +// Address style set to `bolder` in Firefox 4+, Safari, and Chrome. +// + +b, +strong { + font-weight: bold; +} + +// +// Address styling not present in Safari and Chrome. +// + +dfn { + font-style: italic; +} + +// +// Address variable `h1` font-size and margin within `section` and `article` +// contexts in Firefox 4+, Safari, and Chrome. +// + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +// +// Address styling not present in IE 8/9. +// + +mark { + background: #ff0; + color: #000; +} + +// +// Address inconsistent and variable font size in all browsers. +// + +small { + font-size: 80%; +} + +// +// Prevent `sub` and `sup` affecting `line-height` in all browsers. +// + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +// Embedded content +// ========================================================================== + +// +// Remove border when inside `a` element in IE 8/9/10. +// + +img { + border: 0; +} + +// +// Correct overflow not hidden in IE 9/10/11. +// + +svg:not(:root) { + overflow: hidden; +} + +// Grouping content +// ========================================================================== + +// +// Address margin not present in IE 8/9 and Safari. +// + +figure { + margin: 1em 40px; +} + +// +// Address differences between Firefox and other browsers. +// + +hr { + box-sizing: content-box; + height: 0; +} + +// +// Contain overflow in all browsers. +// + +pre { + overflow: auto; +} + +// +// Address odd `em`-unit font size rendering in all browsers. +// + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +// Forms +// ========================================================================== + +// +// Known limitation: by default, Chrome and Safari on OS X allow very limited +// styling of `select`, unless a `border` property is set. +// + +// +// 1. Correct color not being inherited. +// Known issue: affects color of disabled elements. +// 2. Correct font properties not being inherited. +// 3. Address margins set differently in Firefox 4+, Safari, and Chrome. +// + +button, +input, +optgroup, +select, +textarea { + color: inherit; // 1 + font: inherit; // 2 + margin: 0; // 3 +} + +// +// Address `overflow` set to `hidden` in IE 8/9/10/11. +// + +button { + overflow: visible; +} + +// +// Address inconsistent `text-transform` inheritance for `button` and `select`. +// All other form control elements do not inherit `text-transform` values. +// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. +// Correct `select` style inheritance in Firefox. +// + +button, +select { + text-transform: none; +} + +// +// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` +// and `video` controls. +// 2. Correct inability to style clickable `input` types in iOS. +// 3. Improve usability and consistency of cursor style between image-type +// `input` and others. +// + +button, +html input[type="button"], // 1 +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; // 2 + cursor: pointer; // 3 +} + +// +// Re-set default cursor for disabled elements. +// + +button[disabled], +html input[disabled] { + cursor: default; +} + +// +// Remove inner padding and border in Firefox 4+. +// + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +// +// Address Firefox 4+ setting `line-height` on `input` using `!important` in +// the UA stylesheet. +// + +input { + line-height: normal; +} + +// +// It's recommended that you don't attempt to style these elements. +// Firefox's implementation doesn't respect box-sizing, padding, or width. +// +// 1. Address box sizing set to `content-box` in IE 8/9/10. +// 2. Remove excess padding in IE 8/9/10. +// + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; // 1 + padding: 0; // 2 +} + +// +// Fix the cursor style for Chrome's increment/decrement buttons. For certain +// `font-size` values of the `input`, it causes the cursor style of the +// decrement button to change from `default` to `text`. +// + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +// +// 1. Address `appearance` set to `searchfield` in Safari and Chrome. +// 2. Address `box-sizing` set to `border-box` in Safari and Chrome. +// + +input[type="search"] { + -webkit-appearance: textfield; // 1 + box-sizing: content-box; //2 +} + +// +// Remove inner padding and search cancel button in Safari and Chrome on OS X. +// Safari (but not Chrome) clips the cancel button when the search input has +// padding (and `textfield` appearance). +// + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +// +// Define consistent border, margin, and padding. +// + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +// +// 1. Correct `color` not being inherited in IE 8/9/10/11. +// 2. Remove padding so people aren't caught out if they zero out fieldsets. +// + +legend { + border: 0; // 1 + padding: 0; // 2 +} + +// +// Remove default vertical scrollbar in IE 8/9/10/11. +// + +textarea { + overflow: auto; +} + +// +// Don't inherit the `font-weight` (applied by a rule above). +// NOTE: the default cannot safely be changed in Chrome and Safari on OS X. +// + +optgroup { + font-weight: bold; +} + +// Tables +// ========================================================================== + +// +// Remove most spacing between table cells. +// + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/pager.less b/_gh_pages/assets/less/bootstrap-3.3.5/pager.less new file mode 100644 index 000000000..41abaaadc --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/pager.less @@ -0,0 +1,54 @@ +// +// Pager pagination +// -------------------------------------------------- + + +.pager { + padding-left: 0; + margin: @line-height-computed 0; + list-style: none; + text-align: center; + &:extend(.clearfix all); + li { + display: inline; + > a, + > span { + display: inline-block; + padding: 5px 14px; + background-color: @pager-bg; + border: 1px solid @pager-border; + border-radius: @pager-border-radius; + } + + > a:hover, + > a:focus { + text-decoration: none; + background-color: @pager-hover-bg; + } + } + + .next { + > a, + > span { + float: right; + } + } + + .previous { + > a, + > span { + float: left; + } + } + + .disabled { + > a, + > a:hover, + > a:focus, + > span { + color: @pager-disabled-color; + background-color: @pager-bg; + cursor: @cursor-disabled; + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/pagination.less b/_gh_pages/assets/less/bootstrap-3.3.5/pagination.less new file mode 100644 index 000000000..31f77aae4 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/pagination.less @@ -0,0 +1,89 @@ +// +// Pagination (multiple pages) +// -------------------------------------------------- +.pagination { + display: inline-block; + padding-left: 0; + margin: @line-height-computed 0; + border-radius: @border-radius-base; + + > li { + display: inline; // Remove list-style and block-level defaults + > a, + > span { + position: relative; + float: left; // Collapse white-space + padding: @padding-base-vertical @padding-base-horizontal; + line-height: @line-height-base; + text-decoration: none; + color: @pagination-color; + background-color: @pagination-bg; + border: 1px solid @pagination-border; + margin-left: -1px; + } + &:first-child { + > a, + > span { + margin-left: 0; + .border-left-radius(@border-radius-base); + } + } + &:last-child { + > a, + > span { + .border-right-radius(@border-radius-base); + } + } + } + + > li > a, + > li > span { + &:hover, + &:focus { + z-index: 2; + color: @pagination-hover-color; + background-color: @pagination-hover-bg; + border-color: @pagination-hover-border; + } + } + + > .active > a, + > .active > span { + &, + &:hover, + &:focus { + z-index: 3; + color: @pagination-active-color; + background-color: @pagination-active-bg; + border-color: @pagination-active-border; + cursor: default; + } + } + + > .disabled { + > span, + > span:hover, + > span:focus, + > a, + > a:hover, + > a:focus { + color: @pagination-disabled-color; + background-color: @pagination-disabled-bg; + border-color: @pagination-disabled-border; + cursor: @cursor-disabled; + } + } +} + +// Sizing +// -------------------------------------------------- + +// Large +.pagination-lg { + .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); +} + +// Small +.pagination-sm { + .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/panels.less b/_gh_pages/assets/less/bootstrap-3.3.5/panels.less new file mode 100644 index 000000000..425eb5e64 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/panels.less @@ -0,0 +1,271 @@ +// +// Panels +// -------------------------------------------------- + + +// Base class +.panel { + margin-bottom: @line-height-computed; + background-color: @panel-bg; + border: 1px solid transparent; + border-radius: @panel-border-radius; + .box-shadow(0 1px 1px rgba(0,0,0,.05)); +} + +// Panel contents +.panel-body { + padding: @panel-body-padding; + &:extend(.clearfix all); +} + +// Optional heading +.panel-heading { + padding: @panel-heading-padding; + border-bottom: 1px solid transparent; + .border-top-radius((@panel-border-radius - 1)); + + > .dropdown .dropdown-toggle { + color: inherit; + } +} + +// Within heading, strip any `h*` tag of its default margins for spacing. +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: ceil((@font-size-base * 1.125)); + color: inherit; + + > a, + > small, + > .small, + > small > a, + > .small > a { + color: inherit; + } +} + +// Optional footer (stays gray in every modifier class) +.panel-footer { + padding: @panel-footer-padding; + background-color: @panel-footer-bg; + border-top: 1px solid @panel-inner-border; + .border-bottom-radius((@panel-border-radius - 1)); +} + + +// List groups in panels +// +// By default, space out list group content from panel headings to account for +// any kind of custom content between the two. + +.panel { + > .list-group, + > .panel-collapse > .list-group { + margin-bottom: 0; + + .list-group-item { + border-width: 1px 0; + border-radius: 0; + } + + // Add border top radius for first one + &:first-child { + .list-group-item:first-child { + border-top: 0; + .border-top-radius((@panel-border-radius - 1)); + } + } + + // Add border bottom radius for last one + &:last-child { + .list-group-item:last-child { + border-bottom: 0; + .border-bottom-radius((@panel-border-radius - 1)); + } + } + } + > .panel-heading + .panel-collapse > .list-group { + .list-group-item:first-child { + .border-top-radius(0); + } + } +} +// Collapse space between when there's no additional content. +.panel-heading + .list-group { + .list-group-item:first-child { + border-top-width: 0; + } +} +.list-group + .panel-footer { + border-top-width: 0; +} + +// Tables in panels +// +// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and +// watch it go full width. + +.panel { + > .table, + > .table-responsive > .table, + > .panel-collapse > .table { + margin-bottom: 0; + + caption { + padding-left: @panel-body-padding; + padding-right: @panel-body-padding; + } + } + // Add border top radius for first one + > .table:first-child, + > .table-responsive:first-child > .table:first-child { + .border-top-radius((@panel-border-radius - 1)); + + > thead:first-child, + > tbody:first-child { + > tr:first-child { + border-top-left-radius: (@panel-border-radius - 1); + border-top-right-radius: (@panel-border-radius - 1); + + td:first-child, + th:first-child { + border-top-left-radius: (@panel-border-radius - 1); + } + td:last-child, + th:last-child { + border-top-right-radius: (@panel-border-radius - 1); + } + } + } + } + // Add border bottom radius for last one + > .table:last-child, + > .table-responsive:last-child > .table:last-child { + .border-bottom-radius((@panel-border-radius - 1)); + + > tbody:last-child, + > tfoot:last-child { + > tr:last-child { + border-bottom-left-radius: (@panel-border-radius - 1); + border-bottom-right-radius: (@panel-border-radius - 1); + + td:first-child, + th:first-child { + border-bottom-left-radius: (@panel-border-radius - 1); + } + td:last-child, + th:last-child { + border-bottom-right-radius: (@panel-border-radius - 1); + } + } + } + } + > .panel-body + .table, + > .panel-body + .table-responsive, + > .table + .panel-body, + > .table-responsive + .panel-body { + border-top: 1px solid @table-border-color; + } + > .table > tbody:first-child > tr:first-child th, + > .table > tbody:first-child > tr:first-child td { + border-top: 0; + } + > .table-bordered, + > .table-responsive > .table-bordered { + border: 0; + > thead, + > tbody, + > tfoot { + > tr { + > th:first-child, + > td:first-child { + border-left: 0; + } + > th:last-child, + > td:last-child { + border-right: 0; + } + } + } + > thead, + > tbody { + > tr:first-child { + > td, + > th { + border-bottom: 0; + } + } + } + > tbody, + > tfoot { + > tr:last-child { + > td, + > th { + border-bottom: 0; + } + } + } + } + > .table-responsive { + border: 0; + margin-bottom: 0; + } +} + + +// Collapsable panels (aka, accordion) +// +// Wrap a series of panels in `.panel-group` to turn them into an accordion with +// the help of our collapse JavaScript plugin. + +.panel-group { + margin-bottom: @line-height-computed; + + // Tighten up margin so it's only between panels + .panel { + margin-bottom: 0; + border-radius: @panel-border-radius; + + + .panel { + margin-top: 5px; + } + } + + .panel-heading { + border-bottom: 0; + + + .panel-collapse > .panel-body, + + .panel-collapse > .list-group { + border-top: 1px solid @panel-inner-border; + } + } + + .panel-footer { + border-top: 0; + + .panel-collapse .panel-body { + border-bottom: 1px solid @panel-inner-border; + } + } +} + + +// Contextual variations +.panel-default { + .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border); +} +.panel-primary { + .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border); +} +.panel-success { + .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border); +} +.panel-info { + .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border); +} +.panel-warning { + .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border); +} +.panel-danger { + .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/popovers.less b/_gh_pages/assets/less/bootstrap-3.3.5/popovers.less new file mode 100644 index 000000000..3a62a6455 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/popovers.less @@ -0,0 +1,131 @@ +// +// Popovers +// -------------------------------------------------- + + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: @zindex-popover; + display: none; + max-width: @popover-max-width; + padding: 1px; + // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element. + // So reset our font and text properties to avoid inheriting weird values. + .reset-text(); + font-size: @font-size-base; + + background-color: @popover-bg; + background-clip: padding-box; + border: 1px solid @popover-fallback-border-color; + border: 1px solid @popover-border-color; + border-radius: @border-radius-large; + .box-shadow(0 5px 10px rgba(0,0,0,.2)); + + // Offset the popover to account for the popover arrow + &.top { margin-top: -@popover-arrow-width; } + &.right { margin-left: @popover-arrow-width; } + &.bottom { margin-top: @popover-arrow-width; } + &.left { margin-left: -@popover-arrow-width; } +} + +.popover-title { + margin: 0; // reset heading margin + padding: 8px 14px; + font-size: @font-size-base; + background-color: @popover-title-bg; + border-bottom: 1px solid darken(@popover-title-bg, 5%); + border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0; +} + +.popover-content { + padding: 9px 14px; +} + +// Arrows +// +// .arrow is outer, .arrow:after is inner + +.popover > .arrow { + &, + &:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + } +} +.popover > .arrow { + border-width: @popover-arrow-outer-width; +} +.popover > .arrow:after { + border-width: @popover-arrow-width; + content: ""; +} + +.popover { + &.top > .arrow { + left: 50%; + margin-left: -@popover-arrow-outer-width; + border-bottom-width: 0; + border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-top-color: @popover-arrow-outer-color; + bottom: -@popover-arrow-outer-width; + &:after { + content: " "; + bottom: 1px; + margin-left: -@popover-arrow-width; + border-bottom-width: 0; + border-top-color: @popover-arrow-color; + } + } + &.right > .arrow { + top: 50%; + left: -@popover-arrow-outer-width; + margin-top: -@popover-arrow-outer-width; + border-left-width: 0; + border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-right-color: @popover-arrow-outer-color; + &:after { + content: " "; + left: 1px; + bottom: -@popover-arrow-width; + border-left-width: 0; + border-right-color: @popover-arrow-color; + } + } + &.bottom > .arrow { + left: 50%; + margin-left: -@popover-arrow-outer-width; + border-top-width: 0; + border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-bottom-color: @popover-arrow-outer-color; + top: -@popover-arrow-outer-width; + &:after { + content: " "; + top: 1px; + margin-left: -@popover-arrow-width; + border-top-width: 0; + border-bottom-color: @popover-arrow-color; + } + } + + &.left > .arrow { + top: 50%; + right: -@popover-arrow-outer-width; + margin-top: -@popover-arrow-outer-width; + border-right-width: 0; + border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-left-color: @popover-arrow-outer-color; + &:after { + content: " "; + right: 1px; + border-right-width: 0; + border-left-color: @popover-arrow-color; + bottom: -@popover-arrow-width; + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/print.less b/_gh_pages/assets/less/bootstrap-3.3.5/print.less new file mode 100644 index 000000000..66e54ab48 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/print.less @@ -0,0 +1,101 @@ +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ + +// ========================================================================== +// Print styles. +// Inlined to avoid the additional HTTP request: h5bp.com/r +// ========================================================================== + +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; // Black prints faster: h5bp.com/s + box-shadow: none !important; + text-shadow: none !important; + } + + a, + a:visited { + text-decoration: underline; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + // Don't show links that are fragment identifiers, + // or use the `javascript:` pseudo protocol + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; + } + + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; // h5bp.com/t + } + + tr, + img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + h2, + h3 { + page-break-after: avoid; + } + + // Bootstrap specific changes start + + // Bootstrap components + .navbar { + display: none; + } + .btn, + .dropup > .btn { + > .caret { + border-top-color: #000 !important; + } + } + .label { + border: 1px solid #000; + } + + .table { + border-collapse: collapse !important; + + td, + th { + background-color: #fff !important; + } + } + .table-bordered { + th, + td { + border: 1px solid #ddd !important; + } + } + + // Bootstrap specific changes end +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/progress-bars.less b/_gh_pages/assets/less/bootstrap-3.3.5/progress-bars.less new file mode 100644 index 000000000..8868a1fee --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/progress-bars.less @@ -0,0 +1,87 @@ +// +// Progress bars +// -------------------------------------------------- + + +// Bar animations +// ------------------------- + +// WebKit +@-webkit-keyframes progress-bar-stripes { + from { background-position: 40px 0; } + to { background-position: 0 0; } +} + +// Spec and IE10+ +@keyframes progress-bar-stripes { + from { background-position: 40px 0; } + to { background-position: 0 0; } +} + + +// Bar itself +// ------------------------- + +// Outer container +.progress { + overflow: hidden; + height: @line-height-computed; + margin-bottom: @line-height-computed; + background-color: @progress-bg; + border-radius: @progress-border-radius; + .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); +} + +// Bar of progress +.progress-bar { + float: left; + width: 0%; + height: 100%; + font-size: @font-size-small; + line-height: @line-height-computed; + color: @progress-bar-color; + text-align: center; + background-color: @progress-bar-bg; + .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); + .transition(width .6s ease); +} + +// Striped bars +// +// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the +// `.progress-bar-striped` class, which you just add to an existing +// `.progress-bar`. +.progress-striped .progress-bar, +.progress-bar-striped { + #gradient > .striped(); + background-size: 40px 40px; +} + +// Call animation for the active one +// +// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the +// `.progress-bar.active` approach. +.progress.active .progress-bar, +.progress-bar.active { + .animation(progress-bar-stripes 2s linear infinite); +} + + +// Variations +// ------------------------- + +.progress-bar-success { + .progress-bar-variant(@progress-bar-success-bg); +} + +.progress-bar-info { + .progress-bar-variant(@progress-bar-info-bg); +} + +.progress-bar-warning { + .progress-bar-variant(@progress-bar-warning-bg); +} + +.progress-bar-danger { + .progress-bar-variant(@progress-bar-danger-bg); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/responsive-embed.less b/_gh_pages/assets/less/bootstrap-3.3.5/responsive-embed.less new file mode 100644 index 000000000..080a5118f --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/responsive-embed.less @@ -0,0 +1,35 @@ +// Embeds responsive +// +// Credit: Nicolas Gallagher and SUIT CSS. + +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; + + .embed-responsive-item, + iframe, + embed, + object, + video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; + } +} + +// Modifier class for 16:9 aspect ratio +.embed-responsive-16by9 { + padding-bottom: 56.25%; +} + +// Modifier class for 4:3 aspect ratio +.embed-responsive-4by3 { + padding-bottom: 75%; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/responsive-utilities.less b/_gh_pages/assets/less/bootstrap-3.3.5/responsive-utilities.less new file mode 100644 index 000000000..b1db31d7b --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/responsive-utilities.less @@ -0,0 +1,194 @@ +// +// Responsive: Utility classes +// -------------------------------------------------- + + +// IE10 in Windows (Phone) 8 +// +// Support for responsive views via media queries is kind of borked in IE10, for +// Surface/desktop in split view and for Windows Phone 8. This particular fix +// must be accompanied by a snippet of JavaScript to sniff the user agent and +// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at +// our Getting Started page for more information on this bug. +// +// For more information, see the following: +// +// Issue: https://github.com/twbs/bootstrap/issues/10497 +// Docs: http://getbootstrap.com/getting-started/#support-ie10-width +// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ +// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ + +@-ms-viewport { + width: device-width; +} + + +// Visibility utilities +// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0 +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + .responsive-invisibility(); +} + +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} + +.visible-xs { + @media (max-width: @screen-xs-max) { + .responsive-visibility(); + } +} +.visible-xs-block { + @media (max-width: @screen-xs-max) { + display: block !important; + } +} +.visible-xs-inline { + @media (max-width: @screen-xs-max) { + display: inline !important; + } +} +.visible-xs-inline-block { + @media (max-width: @screen-xs-max) { + display: inline-block !important; + } +} + +.visible-sm { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + .responsive-visibility(); + } +} +.visible-sm-block { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: block !important; + } +} +.visible-sm-inline { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: inline !important; + } +} +.visible-sm-inline-block { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: inline-block !important; + } +} + +.visible-md { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + .responsive-visibility(); + } +} +.visible-md-block { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: block !important; + } +} +.visible-md-inline { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: inline !important; + } +} +.visible-md-inline-block { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: inline-block !important; + } +} + +.visible-lg { + @media (min-width: @screen-lg-min) { + .responsive-visibility(); + } +} +.visible-lg-block { + @media (min-width: @screen-lg-min) { + display: block !important; + } +} +.visible-lg-inline { + @media (min-width: @screen-lg-min) { + display: inline !important; + } +} +.visible-lg-inline-block { + @media (min-width: @screen-lg-min) { + display: inline-block !important; + } +} + +.hidden-xs { + @media (max-width: @screen-xs-max) { + .responsive-invisibility(); + } +} +.hidden-sm { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + .responsive-invisibility(); + } +} +.hidden-md { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + .responsive-invisibility(); + } +} +.hidden-lg { + @media (min-width: @screen-lg-min) { + .responsive-invisibility(); + } +} + + +// Print utilities +// +// Media queries are placed on the inside to be mixin-friendly. + +// Note: Deprecated .visible-print as of v3.2.0 +.visible-print { + .responsive-invisibility(); + + @media print { + .responsive-visibility(); + } +} +.visible-print-block { + display: none !important; + + @media print { + display: block !important; + } +} +.visible-print-inline { + display: none !important; + + @media print { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; + + @media print { + display: inline-block !important; + } +} + +.hidden-print { + @media print { + .responsive-invisibility(); + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/scaffolding.less b/_gh_pages/assets/less/bootstrap-3.3.5/scaffolding.less new file mode 100644 index 000000000..1929bfc5c --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/scaffolding.less @@ -0,0 +1,161 @@ +// +// Scaffolding +// -------------------------------------------------- + + +// Reset the box-sizing +// +// Heads up! This reset may cause conflicts with some third-party widgets. +// For recommendations on resolving such conflicts, see +// http://getbootstrap.com/getting-started/#third-box-sizing +* { + .box-sizing(border-box); +} +*:before, +*:after { + .box-sizing(border-box); +} + + +// Body reset + +html { + font-size: 10px; + -webkit-tap-highlight-color: rgba(0,0,0,0); +} + +body { + font-family: @font-family-base; + font-size: @font-size-base; + line-height: @line-height-base; + color: @text-color; + background-color: @body-bg; +} + +// Reset fonts for relevant elements +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + + +// Links + +a { + color: @link-color; + text-decoration: none; + + &:hover, + &:focus { + color: @link-hover-color; + text-decoration: @link-hover-decoration; + } + + &:focus { + .tab-focus(); + } +} + + +// Figures +// +// We reset this here because previously Normalize had no `figure` margins. This +// ensures we don't break anyone's use of the element. + +figure { + margin: 0; +} + + +// Images + +img { + vertical-align: middle; +} + +// Responsive images (ensure images don't scale beyond their parents) +.img-responsive { + .img-responsive(); +} + +// Rounded corners +.img-rounded { + border-radius: @border-radius-large; +} + +// Image thumbnails +// +// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`. +.img-thumbnail { + padding: @thumbnail-padding; + line-height: @line-height-base; + background-color: @thumbnail-bg; + border: 1px solid @thumbnail-border; + border-radius: @thumbnail-border-radius; + .transition(all .2s ease-in-out); + + // Keep them at most 100% wide + .img-responsive(inline-block); +} + +// Perfect circle +.img-circle { + border-radius: 50%; // set radius in percents +} + + +// Horizontal rules + +hr { + margin-top: @line-height-computed; + margin-bottom: @line-height-computed; + border: 0; + border-top: 1px solid @hr-border; +} + + +// Only display content to screen readers +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// Credit: HTML5 Boilerplate + +.sr-only-focusable { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} + + +// iOS "clickable elements" fix for role="button" +// +// Fixes "clickability" issue (and more generally, the firing of events such as focus as well) +// for traditionally non-focusable elements with role="button" +// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile + +[role="button"] { + cursor: pointer; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/tables.less b/_gh_pages/assets/less/bootstrap-3.3.5/tables.less new file mode 100644 index 000000000..2242c0368 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/tables.less @@ -0,0 +1,234 @@ +// +// Tables +// -------------------------------------------------- + + +table { + background-color: @table-bg; +} +caption { + padding-top: @table-cell-padding; + padding-bottom: @table-cell-padding; + color: @text-muted; + text-align: left; +} +th { + text-align: left; +} + + +// Baseline styles + +.table { + width: 100%; + max-width: 100%; + margin-bottom: @line-height-computed; + // Cells + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + padding: @table-cell-padding; + line-height: @line-height-base; + vertical-align: top; + border-top: 1px solid @table-border-color; + } + } + } + // Bottom align for column headings + > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid @table-border-color; + } + // Remove top border from thead by default + > caption + thead, + > colgroup + thead, + > thead:first-child { + > tr:first-child { + > th, + > td { + border-top: 0; + } + } + } + // Account for multiple tbody instances + > tbody + tbody { + border-top: 2px solid @table-border-color; + } + + // Nesting + .table { + background-color: @body-bg; + } +} + + +// Condensed table w/ half padding + +.table-condensed { + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + padding: @table-condensed-cell-padding; + } + } + } +} + + +// Bordered version +// +// Add borders all around the table and between all the columns. + +.table-bordered { + border: 1px solid @table-border-color; + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + border: 1px solid @table-border-color; + } + } + } + > thead > tr { + > th, + > td { + border-bottom-width: 2px; + } + } +} + + +// Zebra-striping +// +// Default zebra-stripe styles (alternating gray and transparent backgrounds) + +.table-striped { + > tbody > tr:nth-of-type(odd) { + background-color: @table-bg-accent; + } +} + + +// Hover effect +// +// Placed here since it has to come after the potential zebra striping + +.table-hover { + > tbody > tr:hover { + background-color: @table-bg-hover; + } +} + + +// Table cell sizing +// +// Reset default table behavior + +table col[class*="col-"] { + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) + float: none; + display: table-column; +} +table { + td, + th { + &[class*="col-"] { + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) + float: none; + display: table-cell; + } + } +} + + +// Table backgrounds +// +// Exact selectors below required to override `.table-striped` and prevent +// inheritance to nested tables. + +// Generate the contextual variants +.table-row-variant(active; @table-bg-active); +.table-row-variant(success; @state-success-bg); +.table-row-variant(info; @state-info-bg); +.table-row-variant(warning; @state-warning-bg); +.table-row-variant(danger; @state-danger-bg); + + +// Responsive tables +// +// Wrap your tables in `.table-responsive` and we'll make them mobile friendly +// by enabling horizontal scrolling. Only applies <768px. Everything above that +// will display normally. + +.table-responsive { + overflow-x: auto; + min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) + + @media screen and (max-width: @screen-xs-max) { + width: 100%; + margin-bottom: (@line-height-computed * 0.75); + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid @table-border-color; + + // Tighten up spacing + > .table { + margin-bottom: 0; + + // Ensure the content doesn't wrap + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + white-space: nowrap; + } + } + } + } + + // Special overrides for the bordered tables + > .table-bordered { + border: 0; + + // Nuke the appropriate borders so that the parent can handle them + > thead, + > tbody, + > tfoot { + > tr { + > th:first-child, + > td:first-child { + border-left: 0; + } + > th:last-child, + > td:last-child { + border-right: 0; + } + } + } + + // Only nuke the last row's bottom-border in `tbody` and `tfoot` since + // chances are there will be only one `tr` in a `thead` and that would + // remove the border altogether. + > tbody, + > tfoot { + > tr:last-child { + > th, + > td { + border-bottom: 0; + } + } + } + + } + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/theme.less b/_gh_pages/assets/less/bootstrap-3.3.5/theme.less new file mode 100644 index 000000000..8371872b0 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/theme.less @@ -0,0 +1,291 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// +// Load core variables and mixins +// -------------------------------------------------- + +@import "variables.less"; +@import "mixins.less"; + + +// +// Buttons +// -------------------------------------------------- + +// Common styles +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0,0,0,.2); + @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075); + .box-shadow(@shadow); + + // Reset the shadow + &:active, + &.active { + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + .box-shadow(none); + } + + .badge { + text-shadow: none; + } +} + +// Mixin for generating new styles +.btn-styles(@btn-color: #555) { + #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%)); + .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620 + background-repeat: repeat-x; + border-color: darken(@btn-color, 14%); + + &:hover, + &:focus { + background-color: darken(@btn-color, 12%); + background-position: 0 -15px; + } + + &:active, + &.active { + background-color: darken(@btn-color, 12%); + border-color: darken(@btn-color, 14%); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + &, + &:hover, + &:focus, + &.focus, + &:active, + &.active { + background-color: darken(@btn-color, 12%); + background-image: none; + } + } +} + +// Common styles +.btn { + // Remove the gradient for the pressed/active state + &:active, + &.active { + background-image: none; + } +} + +// Apply the mixin to the buttons +.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; } +.btn-primary { .btn-styles(@btn-primary-bg); } +.btn-success { .btn-styles(@btn-success-bg); } +.btn-info { .btn-styles(@btn-info-bg); } +.btn-warning { .btn-styles(@btn-warning-bg); } +.btn-danger { .btn-styles(@btn-danger-bg); } + + +// +// Images +// -------------------------------------------------- + +.thumbnail, +.img-thumbnail { + .box-shadow(0 1px 2px rgba(0,0,0,.075)); +} + + +// +// Dropdowns +// -------------------------------------------------- + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%)); + background-color: darken(@dropdown-link-hover-bg, 5%); +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); + background-color: darken(@dropdown-link-active-bg, 5%); +} + + +// +// Navbar +// -------------------------------------------------- + +// Default navbar +.navbar-default { + #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg); + .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered + border-radius: @navbar-border-radius; + @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075); + .box-shadow(@shadow); + + .navbar-nav > .open > a, + .navbar-nav > .active > a { + #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%)); + .box-shadow(inset 0 3px 9px rgba(0,0,0,.075)); + } +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255,255,255,.25); +} + +// Inverted navbar +.navbar-inverse { + #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg); + .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257 + border-radius: @navbar-border-radius; + .navbar-nav > .open > a, + .navbar-nav > .active > a { + #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%)); + .box-shadow(inset 0 3px 9px rgba(0,0,0,.25)); + } + + .navbar-brand, + .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0,0,0,.25); + } +} + +// Undo rounded corners in static and fixed navbars +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} + +// Fix active state of dropdown items in collapsed mode +@media (max-width: @grid-float-breakpoint-max) { + .navbar .navbar-nav .open .dropdown-menu > .active > a { + &, + &:hover, + &:focus { + color: #fff; + #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); + } + } +} + + +// +// Alerts +// -------------------------------------------------- + +// Common styles +.alert { + text-shadow: 0 1px 0 rgba(255,255,255,.2); + @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05); + .box-shadow(@shadow); +} + +// Mixin for generating new styles +.alert-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%)); + border-color: darken(@color, 15%); +} + +// Apply the mixin to the alerts +.alert-success { .alert-styles(@alert-success-bg); } +.alert-info { .alert-styles(@alert-info-bg); } +.alert-warning { .alert-styles(@alert-warning-bg); } +.alert-danger { .alert-styles(@alert-danger-bg); } + + +// +// Progress bars +// -------------------------------------------------- + +// Give the progress background some depth +.progress { + #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg) +} + +// Mixin for generating new styles +.progress-bar-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%)); +} + +// Apply the mixin to the progress bars +.progress-bar { .progress-bar-styles(@progress-bar-bg); } +.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); } +.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); } +.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); } +.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); } + +// Reset the striped class because our mixins don't do multiple gradients and +// the above custom styles override the new `.progress-bar-striped` in v3.2.0. +.progress-bar-striped { + #gradient > .striped(); +} + + +// +// List groups +// -------------------------------------------------- + +.list-group { + border-radius: @border-radius-base; + .box-shadow(0 1px 2px rgba(0,0,0,.075)); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%); + #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%)); + border-color: darken(@list-group-active-border, 7.5%); + + .badge { + text-shadow: none; + } +} + + +// +// Panels +// -------------------------------------------------- + +// Common styles +.panel { + .box-shadow(0 1px 2px rgba(0,0,0,.05)); +} + +// Mixin for generating new styles +.panel-heading-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%)); +} + +// Apply the mixin to the panel headings only +.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); } +.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); } +.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); } +.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); } +.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); } +.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); } + + +// +// Wells +// -------------------------------------------------- + +.well { + #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg); + border-color: darken(@well-bg, 10%); + @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1); + .box-shadow(@shadow); +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/thumbnails.less b/_gh_pages/assets/less/bootstrap-3.3.5/thumbnails.less new file mode 100644 index 000000000..0713e67d0 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/thumbnails.less @@ -0,0 +1,36 @@ +// +// Thumbnails +// -------------------------------------------------- + + +// Mixin and adjust the regular image class +.thumbnail { + display: block; + padding: @thumbnail-padding; + margin-bottom: @line-height-computed; + line-height: @line-height-base; + background-color: @thumbnail-bg; + border: 1px solid @thumbnail-border; + border-radius: @thumbnail-border-radius; + .transition(border .2s ease-in-out); + + > img, + a > img { + &:extend(.img-responsive); + margin-left: auto; + margin-right: auto; + } + + // Add a hover state for linked versions only + a&:hover, + a&:focus, + a&.active { + border-color: @link-color; + } + + // Image captions + .caption { + padding: @thumbnail-caption-padding; + color: @thumbnail-caption-color; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/tooltip.less b/_gh_pages/assets/less/bootstrap-3.3.5/tooltip.less new file mode 100644 index 000000000..b48d63e07 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/tooltip.less @@ -0,0 +1,101 @@ +// +// Tooltips +// -------------------------------------------------- + + +// Base class +.tooltip { + position: absolute; + z-index: @zindex-tooltip; + display: block; + // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element. + // So reset our font and text properties to avoid inheriting weird values. + .reset-text(); + font-size: @font-size-small; + + .opacity(0); + + &.in { .opacity(@tooltip-opacity); } + &.top { margin-top: -3px; padding: @tooltip-arrow-width 0; } + &.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; } + &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; } + &.left { margin-left: -3px; padding: 0 @tooltip-arrow-width; } +} + +// Wrapper for the tooltip content +.tooltip-inner { + max-width: @tooltip-max-width; + padding: 3px 8px; + color: @tooltip-color; + text-align: center; + background-color: @tooltip-bg; + border-radius: @border-radius-base; +} + +// Arrows +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1 +.tooltip { + &.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.top-left .tooltip-arrow { + bottom: 0; + right: @tooltip-arrow-width; + margin-bottom: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.top-right .tooltip-arrow { + bottom: 0; + left: @tooltip-arrow-width; + margin-bottom: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0; + border-right-color: @tooltip-arrow-color; + } + &.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width; + border-left-color: @tooltip-arrow-color; + } + &.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } + &.bottom-left .tooltip-arrow { + top: 0; + right: @tooltip-arrow-width; + margin-top: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } + &.bottom-right .tooltip-arrow { + top: 0; + left: @tooltip-arrow-width; + margin-top: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/type.less b/_gh_pages/assets/less/bootstrap-3.3.5/type.less new file mode 100644 index 000000000..0d4fee484 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/type.less @@ -0,0 +1,302 @@ +// +// Typography +// -------------------------------------------------- + + +// Headings +// ------------------------- + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + font-family: @headings-font-family; + font-weight: @headings-font-weight; + line-height: @headings-line-height; + color: @headings-color; + + small, + .small { + font-weight: normal; + line-height: 1; + color: @headings-small-color; + } +} + +h1, .h1, +h2, .h2, +h3, .h3 { + margin-top: @line-height-computed; + margin-bottom: (@line-height-computed / 2); + + small, + .small { + font-size: 65%; + } +} +h4, .h4, +h5, .h5, +h6, .h6 { + margin-top: (@line-height-computed / 2); + margin-bottom: (@line-height-computed / 2); + + small, + .small { + font-size: 75%; + } +} + +h1, .h1 { font-size: @font-size-h1; } +h2, .h2 { font-size: @font-size-h2; } +h3, .h3 { font-size: @font-size-h3; } +h4, .h4 { font-size: @font-size-h4; } +h5, .h5 { font-size: @font-size-h5; } +h6, .h6 { font-size: @font-size-h6; } + + +// Body text +// ------------------------- + +p { + margin: 0 0 (@line-height-computed / 2); +} + +.lead { + margin-bottom: @line-height-computed; + font-size: floor((@font-size-base * 1.15)); + font-weight: 300; + line-height: 1.4; + + @media (min-width: @screen-sm-min) { + font-size: (@font-size-base * 1.5); + } +} + + +// Emphasis & misc +// ------------------------- + +// Ex: (12px small font / 14px base font) * 100% = about 85% +small, +.small { + font-size: floor((100% * @font-size-small / @font-size-base)); +} + +mark, +.mark { + background-color: @state-warning-bg; + padding: .2em; +} + +// Alignment +.text-left { text-align: left; } +.text-right { text-align: right; } +.text-center { text-align: center; } +.text-justify { text-align: justify; } +.text-nowrap { white-space: nowrap; } + +// Transformation +.text-lowercase { text-transform: lowercase; } +.text-uppercase { text-transform: uppercase; } +.text-capitalize { text-transform: capitalize; } + +// Contextual colors +.text-muted { + color: @text-muted; +} +.text-primary { + .text-emphasis-variant(@brand-primary); +} +.text-success { + .text-emphasis-variant(@state-success-text); +} +.text-info { + .text-emphasis-variant(@state-info-text); +} +.text-warning { + .text-emphasis-variant(@state-warning-text); +} +.text-danger { + .text-emphasis-variant(@state-danger-text); +} + +// Contextual backgrounds +// For now we'll leave these alongside the text classes until v4 when we can +// safely shift things around (per SemVer rules). +.bg-primary { + // Given the contrast here, this is the only class to have its color inverted + // automatically. + color: #fff; + .bg-variant(@brand-primary); +} +.bg-success { + .bg-variant(@state-success-bg); +} +.bg-info { + .bg-variant(@state-info-bg); +} +.bg-warning { + .bg-variant(@state-warning-bg); +} +.bg-danger { + .bg-variant(@state-danger-bg); +} + + +// Page header +// ------------------------- + +.page-header { + padding-bottom: ((@line-height-computed / 2) - 1); + margin: (@line-height-computed * 2) 0 @line-height-computed; + border-bottom: 1px solid @page-header-border-color; +} + + +// Lists +// ------------------------- + +// Unordered and Ordered lists +ul, +ol { + margin-top: 0; + margin-bottom: (@line-height-computed / 2); + ul, + ol { + margin-bottom: 0; + } +} + +// List options + +// Unstyled keeps list items block level, just removes default browser padding and list-style +.list-unstyled { + padding-left: 0; + list-style: none; +} + +// Inline turns list items into inline-block +.list-inline { + .list-unstyled(); + margin-left: -5px; + + > li { + display: inline-block; + padding-left: 5px; + padding-right: 5px; + } +} + +// Description Lists +dl { + margin-top: 0; // Remove browser default + margin-bottom: @line-height-computed; +} +dt, +dd { + line-height: @line-height-base; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; // Undo browser default +} + +// Horizontal description lists +// +// Defaults to being stacked without any of the below styles applied, until the +// grid breakpoint is reached (default of ~768px). + +.dl-horizontal { + dd { + &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present + } + + @media (min-width: @dl-horizontal-breakpoint) { + dt { + float: left; + width: (@dl-horizontal-offset - 20); + clear: left; + text-align: right; + .text-overflow(); + } + dd { + margin-left: @dl-horizontal-offset; + } + } +} + + +// Misc +// ------------------------- + +// Abbreviations and acronyms +abbr[title], +// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted @abbr-border-color; +} +.initialism { + font-size: 90%; + .text-uppercase(); +} + +// Blockquotes +blockquote { + padding: (@line-height-computed / 2) @line-height-computed; + margin: 0 0 @line-height-computed; + font-size: @blockquote-font-size; + border-left: 5px solid @blockquote-border-color; + + p, + ul, + ol { + &:last-child { + margin-bottom: 0; + } + } + + // Note: Deprecated small and .small as of v3.1.0 + // Context: https://github.com/twbs/bootstrap/issues/11660 + footer, + small, + .small { + display: block; + font-size: 80%; // back to default font-size + line-height: @line-height-base; + color: @blockquote-small-color; + + &:before { + content: '\2014 \00A0'; // em dash, nbsp + } + } +} + +// Opposite alignment of blockquote +// +// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0. +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid @blockquote-border-color; + border-left: 0; + text-align: right; + + // Account for citation + footer, + small, + .small { + &:before { content: ''; } + &:after { + content: '\00A0 \2014'; // nbsp, em dash + } + } +} + +// Addresses +address { + margin-bottom: @line-height-computed; + font-style: normal; + line-height: @line-height-base; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/utilities.less b/_gh_pages/assets/less/bootstrap-3.3.5/utilities.less new file mode 100644 index 000000000..7a8ca27a8 --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/utilities.less @@ -0,0 +1,55 @@ +// +// Utility classes +// -------------------------------------------------- + + +// Floats +// ------------------------- + +.clearfix { + .clearfix(); +} +.center-block { + .center-block(); +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} + + +// Toggling content +// ------------------------- + +// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + .text-hide(); +} + + +// Hide from screenreaders and browsers +// +// Credit: HTML5 Boilerplate + +.hidden { + display: none !important; +} + + +// For Affix plugin +// ------------------------- + +.affix { + position: fixed; +} diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/variables.less b/_gh_pages/assets/less/bootstrap-3.3.5/variables.less new file mode 100644 index 000000000..b057ef5bf --- /dev/null +++ b/_gh_pages/assets/less/bootstrap-3.3.5/variables.less @@ -0,0 +1,869 @@ +// +// Variables +// -------------------------------------------------- + + +//== Colors +// +//## Gray and brand colors for use across Bootstrap. + +@gray-base: #000; +@gray-darker: lighten(@gray-base, 13.5%); // #222 +@gray-dark: lighten(@gray-base, 20%); // #333 +@gray: lighten(@gray-base, 33.5%); // #555 +@gray-light: lighten(@gray-base, 46.7%); // #777 +@gray-lighter: lighten(@gray-base, 93.5%); // #eee + +@brand-primary: darken(#428bca, 6.5%); // #337ab7 +@brand-success: #5cb85c; +@brand-info: #5bc0de; +@brand-warning: #f0ad4e; +@brand-danger: #d9534f; + + +//== Scaffolding +// +//## Settings for some of the most global styles. + +//** Background color for ``. +@body-bg: #fff; +//** Global text color on ``. +@text-color: @gray-dark; + +//** Global textual link color. +@link-color: @brand-primary; +//** Link hover color set via `darken()` function. +@link-hover-color: darken(@link-color, 15%); +//** Link hover decoration. +@link-hover-decoration: underline; + + +//== Typography +// +//## Font, line-height, and color for body text, headings, and more. + +@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +@font-family-serif: Georgia, "Times New Roman", Times, serif; +//** Default monospace fonts for ``, ``, and `
    `.
    +@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
    +@font-family-base:        @font-family-sans-serif;
    +
    +@font-size-base:          14px;
    +@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px
    +@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px
    +
    +@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px
    +@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px
    +@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px
    +@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px
    +@font-size-h5:            @font-size-base;
    +@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px
    +
    +//** Unit-less `line-height` for use in components like buttons.
    +@line-height-base:        1.428571429; // 20/14
    +//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
    +@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px
    +
    +//** By default, this inherits from the ``.
    +@headings-font-family:    inherit;
    +@headings-font-weight:    500;
    +@headings-line-height:    1.1;
    +@headings-color:          inherit;
    +
    +
    +//== Iconography
    +//
    +//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
    +
    +//** Load fonts from this directory.
    +@icon-font-path:          "../fonts/";
    +//** File name for all font files.
    +@icon-font-name:          "glyphicons-halflings-regular";
    +//** Element ID within SVG icon file.
    +@icon-font-svg-id:        "glyphicons_halflingsregular";
    +
    +
    +//== Components
    +//
    +//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
    +
    +@padding-base-vertical:     6px;
    +@padding-base-horizontal:   12px;
    +
    +@padding-large-vertical:    10px;
    +@padding-large-horizontal:  16px;
    +
    +@padding-small-vertical:    5px;
    +@padding-small-horizontal:  10px;
    +
    +@padding-xs-vertical:       1px;
    +@padding-xs-horizontal:     5px;
    +
    +@line-height-large:         1.3333333; // extra decimals for Win 8.1 Chrome
    +@line-height-small:         1.5;
    +
    +@border-radius-base:        4px;
    +@border-radius-large:       6px;
    +@border-radius-small:       3px;
    +
    +//** Global color for active items (e.g., navs or dropdowns).
    +@component-active-color:    #fff;
    +//** Global background color for active items (e.g., navs or dropdowns).
    +@component-active-bg:       @brand-primary;
    +
    +//** Width of the `border` for generating carets that indicator dropdowns.
    +@caret-width-base:          4px;
    +//** Carets increase slightly in size for larger components.
    +@caret-width-large:         5px;
    +
    +
    +//== Tables
    +//
    +//## Customizes the `.table` component with basic values, each used across all table variations.
    +
    +//** Padding for ``s and ``s.
    +@table-cell-padding:            8px;
    +//** Padding for cells in `.table-condensed`.
    +@table-condensed-cell-padding:  5px;
    +
    +//** Default background color used for all tables.
    +@table-bg:                      transparent;
    +//** Background color used for `.table-striped`.
    +@table-bg-accent:               #f9f9f9;
    +//** Background color used for `.table-hover`.
    +@table-bg-hover:                #f5f5f5;
    +@table-bg-active:               @table-bg-hover;
    +
    +//** Border color for table and cell borders.
    +@table-border-color:            #ddd;
    +
    +
    +//== Buttons
    +//
    +//## For each of Bootstrap's buttons, define text, background and border color.
    +
    +@btn-font-weight:                normal;
    +
    +@btn-default-color:              #333;
    +@btn-default-bg:                 #fff;
    +@btn-default-border:             #ccc;
    +
    +@btn-primary-color:              #fff;
    +@btn-primary-bg:                 @brand-primary;
    +@btn-primary-border:             darken(@btn-primary-bg, 5%);
    +
    +@btn-success-color:              #fff;
    +@btn-success-bg:                 @brand-success;
    +@btn-success-border:             darken(@btn-success-bg, 5%);
    +
    +@btn-info-color:                 #fff;
    +@btn-info-bg:                    @brand-info;
    +@btn-info-border:                darken(@btn-info-bg, 5%);
    +
    +@btn-warning-color:              #fff;
    +@btn-warning-bg:                 @brand-warning;
    +@btn-warning-border:             darken(@btn-warning-bg, 5%);
    +
    +@btn-danger-color:               #fff;
    +@btn-danger-bg:                  @brand-danger;
    +@btn-danger-border:              darken(@btn-danger-bg, 5%);
    +
    +@btn-link-disabled-color:        @gray-light;
    +
    +// Allows for customizing button radius independently from global border radius
    +@btn-border-radius-base:         @border-radius-base;
    +@btn-border-radius-large:        @border-radius-large;
    +@btn-border-radius-small:        @border-radius-small;
    +
    +
    +//== Forms
    +//
    +//##
    +
    +//** `` background color
    +@input-bg:                       #fff;
    +//** `` background color
    +@input-bg-disabled:              @gray-lighter;
    +
    +//** Text color for ``s
    +@input-color:                    @gray;
    +//** `` border color
    +@input-border:                   #ccc;
    +
    +// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
    +//** Default `.form-control` border radius
    +// This has no effect on ``s in CSS.
    +@input-border-radius:            @border-radius-base;
    +//** Large `.form-control` border radius
    +@input-border-radius-large:      @border-radius-large;
    +//** Small `.form-control` border radius
    +@input-border-radius-small:      @border-radius-small;
    +
    +//** Border color for inputs on focus
    +@input-border-focus:             #66afe9;
    +
    +//** Placeholder text color
    +@input-color-placeholder:        #999;
    +
    +//** Default `.form-control` height
    +@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);
    +//** Large `.form-control` height
    +@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
    +//** Small `.form-control` height
    +@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
    +
    +//** `.form-group` margin
    +@form-group-margin-bottom:       15px;
    +
    +@legend-color:                   @gray-dark;
    +@legend-border-color:            #e5e5e5;
    +
    +//** Background color for textual input addons
    +@input-group-addon-bg:           @gray-lighter;
    +//** Border color for textual input addons
    +@input-group-addon-border-color: @input-border;
    +
    +//** Disabled cursor for form controls and buttons.
    +@cursor-disabled:                not-allowed;
    +
    +
    +//== Dropdowns
    +//
    +//## Dropdown menu container and contents.
    +
    +//** Background for the dropdown menu.
    +@dropdown-bg:                    #fff;
    +//** Dropdown menu `border-color`.
    +@dropdown-border:                rgba(0,0,0,.15);
    +//** Dropdown menu `border-color` **for IE8**.
    +@dropdown-fallback-border:       #ccc;
    +//** Divider color for between dropdown items.
    +@dropdown-divider-bg:            #e5e5e5;
    +
    +//** Dropdown link text color.
    +@dropdown-link-color:            @gray-dark;
    +//** Hover color for dropdown links.
    +@dropdown-link-hover-color:      darken(@gray-dark, 5%);
    +//** Hover background for dropdown links.
    +@dropdown-link-hover-bg:         #f5f5f5;
    +
    +//** Active dropdown menu item text color.
    +@dropdown-link-active-color:     @component-active-color;
    +//** Active dropdown menu item background color.
    +@dropdown-link-active-bg:        @component-active-bg;
    +
    +//** Disabled dropdown menu item background color.
    +@dropdown-link-disabled-color:   @gray-light;
    +
    +//** Text color for headers within dropdown menus.
    +@dropdown-header-color:          @gray-light;
    +
    +//** Deprecated `@dropdown-caret-color` as of v3.1.0
    +@dropdown-caret-color:           #000;
    +
    +
    +//-- Z-index master list
    +//
    +// Warning: Avoid customizing these values. They're used for a bird's eye view
    +// of components dependent on the z-axis and are designed to all work together.
    +//
    +// Note: These variables are not generated into the Customizer.
    +
    +@zindex-navbar:            1000;
    +@zindex-dropdown:          1000;
    +@zindex-popover:           1060;
    +@zindex-tooltip:           1070;
    +@zindex-navbar-fixed:      1030;
    +@zindex-modal-background:  1040;
    +@zindex-modal:             1050;
    +
    +
    +//== Media queries breakpoints
    +//
    +//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
    +
    +// Extra small screen / phone
    +//** Deprecated `@screen-xs` as of v3.0.1
    +@screen-xs:                  480px;
    +//** Deprecated `@screen-xs-min` as of v3.2.0
    +@screen-xs-min:              @screen-xs;
    +//** Deprecated `@screen-phone` as of v3.0.1
    +@screen-phone:               @screen-xs-min;
    +
    +// Small screen / tablet
    +//** Deprecated `@screen-sm` as of v3.0.1
    +@screen-sm:                  768px;
    +@screen-sm-min:              @screen-sm;
    +//** Deprecated `@screen-tablet` as of v3.0.1
    +@screen-tablet:              @screen-sm-min;
    +
    +// Medium screen / desktop
    +//** Deprecated `@screen-md` as of v3.0.1
    +@screen-md:                  992px;
    +@screen-md-min:              @screen-md;
    +//** Deprecated `@screen-desktop` as of v3.0.1
    +@screen-desktop:             @screen-md-min;
    +
    +// Large screen / wide desktop
    +//** Deprecated `@screen-lg` as of v3.0.1
    +@screen-lg:                  1200px;
    +@screen-lg-min:              @screen-lg;
    +//** Deprecated `@screen-lg-desktop` as of v3.0.1
    +@screen-lg-desktop:          @screen-lg-min;
    +
    +// So media queries don't overlap when required, provide a maximum
    +@screen-xs-max:              (@screen-sm-min - 1);
    +@screen-sm-max:              (@screen-md-min - 1);
    +@screen-md-max:              (@screen-lg-min - 1);
    +
    +
    +//== Grid system
    +//
    +//## Define your custom responsive grid.
    +
    +//** Number of columns in the grid.
    +@grid-columns:              12;
    +//** Padding between columns. Gets divided in half for the left and right.
    +@grid-gutter-width:         30px;
    +// Navbar collapse
    +//** Point at which the navbar becomes uncollapsed.
    +@grid-float-breakpoint:     @screen-sm-min;
    +//** Point at which the navbar begins collapsing.
    +@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
    +
    +
    +//== Container sizes
    +//
    +//## Define the maximum width of `.container` for different screen sizes.
    +
    +// Small screen / tablet
    +@container-tablet:             (720px + @grid-gutter-width);
    +//** For `@screen-sm-min` and up.
    +@container-sm:                 @container-tablet;
    +
    +// Medium screen / desktop
    +@container-desktop:            (940px + @grid-gutter-width);
    +//** For `@screen-md-min` and up.
    +@container-md:                 @container-desktop;
    +
    +// Large screen / wide desktop
    +@container-large-desktop:      (1140px + @grid-gutter-width);
    +//** For `@screen-lg-min` and up.
    +@container-lg:                 @container-large-desktop;
    +
    +
    +//== Navbar
    +//
    +//##
    +
    +// Basics of a navbar
    +@navbar-height:                    50px;
    +@navbar-margin-bottom:             @line-height-computed;
    +@navbar-border-radius:             @border-radius-base;
    +@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
    +@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);
    +@navbar-collapse-max-height:       340px;
    +
    +@navbar-default-color:             #777;
    +@navbar-default-bg:                #f8f8f8;
    +@navbar-default-border:            darken(@navbar-default-bg, 6.5%);
    +
    +// Navbar links
    +@navbar-default-link-color:                #777;
    +@navbar-default-link-hover-color:          #333;
    +@navbar-default-link-hover-bg:             transparent;
    +@navbar-default-link-active-color:         #555;
    +@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);
    +@navbar-default-link-disabled-color:       #ccc;
    +@navbar-default-link-disabled-bg:          transparent;
    +
    +// Navbar brand label
    +@navbar-default-brand-color:               @navbar-default-link-color;
    +@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);
    +@navbar-default-brand-hover-bg:            transparent;
    +
    +// Navbar toggle
    +@navbar-default-toggle-hover-bg:           #ddd;
    +@navbar-default-toggle-icon-bar-bg:        #888;
    +@navbar-default-toggle-border-color:       #ddd;
    +
    +
    +//=== Inverted navbar
    +// Reset inverted navbar basics
    +@navbar-inverse-color:                      lighten(@gray-light, 15%);
    +@navbar-inverse-bg:                         #222;
    +@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);
    +
    +// Inverted navbar links
    +@navbar-inverse-link-color:                 lighten(@gray-light, 15%);
    +@navbar-inverse-link-hover-color:           #fff;
    +@navbar-inverse-link-hover-bg:              transparent;
    +@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;
    +@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);
    +@navbar-inverse-link-disabled-color:        #444;
    +@navbar-inverse-link-disabled-bg:           transparent;
    +
    +// Inverted navbar brand label
    +@navbar-inverse-brand-color:                @navbar-inverse-link-color;
    +@navbar-inverse-brand-hover-color:          #fff;
    +@navbar-inverse-brand-hover-bg:             transparent;
    +
    +// Inverted navbar toggle
    +@navbar-inverse-toggle-hover-bg:            #333;
    +@navbar-inverse-toggle-icon-bar-bg:         #fff;
    +@navbar-inverse-toggle-border-color:        #333;
    +
    +
    +//== Navs
    +//
    +//##
    +
    +//=== Shared nav styles
    +@nav-link-padding:                          10px 15px;
    +@nav-link-hover-bg:                         @gray-lighter;
    +
    +@nav-disabled-link-color:                   @gray-light;
    +@nav-disabled-link-hover-color:             @gray-light;
    +
    +//== Tabs
    +@nav-tabs-border-color:                     #ddd;
    +
    +@nav-tabs-link-hover-border-color:          @gray-lighter;
    +
    +@nav-tabs-active-link-hover-bg:             @body-bg;
    +@nav-tabs-active-link-hover-color:          @gray;
    +@nav-tabs-active-link-hover-border-color:   #ddd;
    +
    +@nav-tabs-justified-link-border-color:            #ddd;
    +@nav-tabs-justified-active-link-border-color:     @body-bg;
    +
    +//== Pills
    +@nav-pills-border-radius:                   @border-radius-base;
    +@nav-pills-active-link-hover-bg:            @component-active-bg;
    +@nav-pills-active-link-hover-color:         @component-active-color;
    +
    +
    +//== Pagination
    +//
    +//##
    +
    +@pagination-color:                     @link-color;
    +@pagination-bg:                        #fff;
    +@pagination-border:                    #ddd;
    +
    +@pagination-hover-color:               @link-hover-color;
    +@pagination-hover-bg:                  @gray-lighter;
    +@pagination-hover-border:              #ddd;
    +
    +@pagination-active-color:              #fff;
    +@pagination-active-bg:                 @brand-primary;
    +@pagination-active-border:             @brand-primary;
    +
    +@pagination-disabled-color:            @gray-light;
    +@pagination-disabled-bg:               #fff;
    +@pagination-disabled-border:           #ddd;
    +
    +
    +//== Pager
    +//
    +//##
    +
    +@pager-bg:                             @pagination-bg;
    +@pager-border:                         @pagination-border;
    +@pager-border-radius:                  15px;
    +
    +@pager-hover-bg:                       @pagination-hover-bg;
    +
    +@pager-active-bg:                      @pagination-active-bg;
    +@pager-active-color:                   @pagination-active-color;
    +
    +@pager-disabled-color:                 @pagination-disabled-color;
    +
    +
    +//== Jumbotron
    +//
    +//##
    +
    +@jumbotron-padding:              30px;
    +@jumbotron-color:                inherit;
    +@jumbotron-bg:                   @gray-lighter;
    +@jumbotron-heading-color:        inherit;
    +@jumbotron-font-size:            ceil((@font-size-base * 1.5));
    +@jumbotron-heading-font-size:    ceil((@font-size-base * 4.5));
    +
    +
    +//== Form states and alerts
    +//
    +//## Define colors for form feedback states and, by default, alerts.
    +
    +@state-success-text:             #3c763d;
    +@state-success-bg:               #dff0d8;
    +@state-success-border:           darken(spin(@state-success-bg, -10), 5%);
    +
    +@state-info-text:                #31708f;
    +@state-info-bg:                  #d9edf7;
    +@state-info-border:              darken(spin(@state-info-bg, -10), 7%);
    +
    +@state-warning-text:             #8a6d3b;
    +@state-warning-bg:               #fcf8e3;
    +@state-warning-border:           darken(spin(@state-warning-bg, -10), 5%);
    +
    +@state-danger-text:              #a94442;
    +@state-danger-bg:                #f2dede;
    +@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);
    +
    +
    +//== Tooltips
    +//
    +//##
    +
    +//** Tooltip max width
    +@tooltip-max-width:           200px;
    +//** Tooltip text color
    +@tooltip-color:               #fff;
    +//** Tooltip background color
    +@tooltip-bg:                  #000;
    +@tooltip-opacity:             .9;
    +
    +//** Tooltip arrow width
    +@tooltip-arrow-width:         5px;
    +//** Tooltip arrow color
    +@tooltip-arrow-color:         @tooltip-bg;
    +
    +
    +//== Popovers
    +//
    +//##
    +
    +//** Popover body background color
    +@popover-bg:                          #fff;
    +//** Popover maximum width
    +@popover-max-width:                   276px;
    +//** Popover border color
    +@popover-border-color:                rgba(0,0,0,.2);
    +//** Popover fallback border color
    +@popover-fallback-border-color:       #ccc;
    +
    +//** Popover title background color
    +@popover-title-bg:                    darken(@popover-bg, 3%);
    +
    +//** Popover arrow width
    +@popover-arrow-width:                 10px;
    +//** Popover arrow color
    +@popover-arrow-color:                 @popover-bg;
    +
    +//** Popover outer arrow width
    +@popover-arrow-outer-width:           (@popover-arrow-width + 1);
    +//** Popover outer arrow color
    +@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);
    +//** Popover outer arrow fallback color
    +@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);
    +
    +
    +//== Labels
    +//
    +//##
    +
    +//** Default label background color
    +@label-default-bg:            @gray-light;
    +//** Primary label background color
    +@label-primary-bg:            @brand-primary;
    +//** Success label background color
    +@label-success-bg:            @brand-success;
    +//** Info label background color
    +@label-info-bg:               @brand-info;
    +//** Warning label background color
    +@label-warning-bg:            @brand-warning;
    +//** Danger label background color
    +@label-danger-bg:             @brand-danger;
    +
    +//** Default label text color
    +@label-color:                 #fff;
    +//** Default text color of a linked label
    +@label-link-hover-color:      #fff;
    +
    +
    +//== Modals
    +//
    +//##
    +
    +//** Padding applied to the modal body
    +@modal-inner-padding:         15px;
    +
    +//** Padding applied to the modal title
    +@modal-title-padding:         15px;
    +//** Modal title line-height
    +@modal-title-line-height:     @line-height-base;
    +
    +//** Background color of modal content area
    +@modal-content-bg:                             #fff;
    +//** Modal content border color
    +@modal-content-border-color:                   rgba(0,0,0,.2);
    +//** Modal content border color **for IE8**
    +@modal-content-fallback-border-color:          #999;
    +
    +//** Modal backdrop background color
    +@modal-backdrop-bg:           #000;
    +//** Modal backdrop opacity
    +@modal-backdrop-opacity:      .5;
    +//** Modal header border color
    +@modal-header-border-color:   #e5e5e5;
    +//** Modal footer border color
    +@modal-footer-border-color:   @modal-header-border-color;
    +
    +@modal-lg:                    900px;
    +@modal-md:                    600px;
    +@modal-sm:                    300px;
    +
    +
    +//== Alerts
    +//
    +//## Define alert colors, border radius, and padding.
    +
    +@alert-padding:               15px;
    +@alert-border-radius:         @border-radius-base;
    +@alert-link-font-weight:      bold;
    +
    +@alert-success-bg:            @state-success-bg;
    +@alert-success-text:          @state-success-text;
    +@alert-success-border:        @state-success-border;
    +
    +@alert-info-bg:               @state-info-bg;
    +@alert-info-text:             @state-info-text;
    +@alert-info-border:           @state-info-border;
    +
    +@alert-warning-bg:            @state-warning-bg;
    +@alert-warning-text:          @state-warning-text;
    +@alert-warning-border:        @state-warning-border;
    +
    +@alert-danger-bg:             @state-danger-bg;
    +@alert-danger-text:           @state-danger-text;
    +@alert-danger-border:         @state-danger-border;
    +
    +
    +//== Progress bars
    +//
    +//##
    +
    +//** Background color of the whole progress component
    +@progress-bg:                 #f5f5f5;
    +//** Progress bar text color
    +@progress-bar-color:          #fff;
    +//** Variable for setting rounded corners on progress bar.
    +@progress-border-radius:      @border-radius-base;
    +
    +//** Default progress bar color
    +@progress-bar-bg:             @brand-primary;
    +//** Success progress bar color
    +@progress-bar-success-bg:     @brand-success;
    +//** Warning progress bar color
    +@progress-bar-warning-bg:     @brand-warning;
    +//** Danger progress bar color
    +@progress-bar-danger-bg:      @brand-danger;
    +//** Info progress bar color
    +@progress-bar-info-bg:        @brand-info;
    +
    +
    +//== List group
    +//
    +//##
    +
    +//** Background color on `.list-group-item`
    +@list-group-bg:                 #fff;
    +//** `.list-group-item` border color
    +@list-group-border:             #ddd;
    +//** List group border radius
    +@list-group-border-radius:      @border-radius-base;
    +
    +//** Background color of single list items on hover
    +@list-group-hover-bg:           #f5f5f5;
    +//** Text color of active list items
    +@list-group-active-color:       @component-active-color;
    +//** Background color of active list items
    +@list-group-active-bg:          @component-active-bg;
    +//** Border color of active list elements
    +@list-group-active-border:      @list-group-active-bg;
    +//** Text color for content within active list items
    +@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
    +
    +//** Text color of disabled list items
    +@list-group-disabled-color:      @gray-light;
    +//** Background color of disabled list items
    +@list-group-disabled-bg:         @gray-lighter;
    +//** Text color for content within disabled list items
    +@list-group-disabled-text-color: @list-group-disabled-color;
    +
    +@list-group-link-color:         #555;
    +@list-group-link-hover-color:   @list-group-link-color;
    +@list-group-link-heading-color: #333;
    +
    +
    +//== Panels
    +//
    +//##
    +
    +@panel-bg:                    #fff;
    +@panel-body-padding:          15px;
    +@panel-heading-padding:       10px 15px;
    +@panel-footer-padding:        @panel-heading-padding;
    +@panel-border-radius:         @border-radius-base;
    +
    +//** Border color for elements within panels
    +@panel-inner-border:          #ddd;
    +@panel-footer-bg:             #f5f5f5;
    +
    +@panel-default-text:          @gray-dark;
    +@panel-default-border:        #ddd;
    +@panel-default-heading-bg:    #f5f5f5;
    +
    +@panel-primary-text:          #fff;
    +@panel-primary-border:        @brand-primary;
    +@panel-primary-heading-bg:    @brand-primary;
    +
    +@panel-success-text:          @state-success-text;
    +@panel-success-border:        @state-success-border;
    +@panel-success-heading-bg:    @state-success-bg;
    +
    +@panel-info-text:             @state-info-text;
    +@panel-info-border:           @state-info-border;
    +@panel-info-heading-bg:       @state-info-bg;
    +
    +@panel-warning-text:          @state-warning-text;
    +@panel-warning-border:        @state-warning-border;
    +@panel-warning-heading-bg:    @state-warning-bg;
    +
    +@panel-danger-text:           @state-danger-text;
    +@panel-danger-border:         @state-danger-border;
    +@panel-danger-heading-bg:     @state-danger-bg;
    +
    +
    +//== Thumbnails
    +//
    +//##
    +
    +//** Padding around the thumbnail image
    +@thumbnail-padding:           4px;
    +//** Thumbnail background color
    +@thumbnail-bg:                @body-bg;
    +//** Thumbnail border color
    +@thumbnail-border:            #ddd;
    +//** Thumbnail border radius
    +@thumbnail-border-radius:     @border-radius-base;
    +
    +//** Custom text color for thumbnail captions
    +@thumbnail-caption-color:     @text-color;
    +//** Padding around the thumbnail caption
    +@thumbnail-caption-padding:   9px;
    +
    +
    +//== Wells
    +//
    +//##
    +
    +@well-bg:                     #f5f5f5;
    +@well-border:                 darken(@well-bg, 7%);
    +
    +
    +//== Badges
    +//
    +//##
    +
    +@badge-color:                 #fff;
    +//** Linked badge text color on hover
    +@badge-link-hover-color:      #fff;
    +@badge-bg:                    @gray-light;
    +
    +//** Badge text color in active nav link
    +@badge-active-color:          @link-color;
    +//** Badge background color in active nav link
    +@badge-active-bg:             #fff;
    +
    +@badge-font-weight:           bold;
    +@badge-line-height:           1;
    +@badge-border-radius:         10px;
    +
    +
    +//== Breadcrumbs
    +//
    +//##
    +
    +@breadcrumb-padding-vertical:   8px;
    +@breadcrumb-padding-horizontal: 15px;
    +//** Breadcrumb background color
    +@breadcrumb-bg:                 #f5f5f5;
    +//** Breadcrumb text color
    +@breadcrumb-color:              #ccc;
    +//** Text color of current page in the breadcrumb
    +@breadcrumb-active-color:       @gray-light;
    +//** Textual separator for between breadcrumb elements
    +@breadcrumb-separator:          "/";
    +
    +
    +//== Carousel
    +//
    +//##
    +
    +@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);
    +
    +@carousel-control-color:                      #fff;
    +@carousel-control-width:                      15%;
    +@carousel-control-opacity:                    .5;
    +@carousel-control-font-size:                  20px;
    +
    +@carousel-indicator-active-bg:                #fff;
    +@carousel-indicator-border-color:             #fff;
    +
    +@carousel-caption-color:                      #fff;
    +
    +
    +//== Close
    +//
    +//##
    +
    +@close-font-weight:           bold;
    +@close-color:                 #000;
    +@close-text-shadow:           0 1px 0 #fff;
    +
    +
    +//== Code
    +//
    +//##
    +
    +@code-color:                  #c7254e;
    +@code-bg:                     #f9f2f4;
    +
    +@kbd-color:                   #fff;
    +@kbd-bg:                      #333;
    +
    +@pre-bg:                      #f5f5f5;
    +@pre-color:                   @gray-dark;
    +@pre-border-color:            #ccc;
    +@pre-scrollable-max-height:   340px;
    +
    +
    +//== Type
    +//
    +//##
    +
    +//** Horizontal offset for forms and lists.
    +@component-offset-horizontal: 180px;
    +//** Text muted color
    +@text-muted:                  @gray-light;
    +//** Abbreviations and acronyms border color
    +@abbr-border-color:           @gray-light;
    +//** Headings small color
    +@headings-small-color:        @gray-light;
    +//** Blockquote small color
    +@blockquote-small-color:      @gray-light;
    +//** Blockquote font size
    +@blockquote-font-size:        (@font-size-base * 1.25);
    +//** Blockquote border color
    +@blockquote-border-color:     @gray-lighter;
    +//** Page header border color
    +@page-header-border-color:    @gray-lighter;
    +//** Width of horizontal description list titles
    +@dl-horizontal-offset:        @component-offset-horizontal;
    +//** Point at which .dl-horizontal becomes horizontal
    +@dl-horizontal-breakpoint:    @grid-float-breakpoint;
    +//** Horizontal line color.
    +@hr-border:                   @gray-lighter;
    diff --git a/_gh_pages/assets/less/bootstrap-3.3.5/wells.less b/_gh_pages/assets/less/bootstrap-3.3.5/wells.less
    new file mode 100644
    index 000000000..15d072b0c
    --- /dev/null
    +++ b/_gh_pages/assets/less/bootstrap-3.3.5/wells.less
    @@ -0,0 +1,29 @@
    +//
    +// Wells
    +// --------------------------------------------------
    +
    +
    +// Base class
    +.well {
    +  min-height: 20px;
    +  padding: 19px;
    +  margin-bottom: 20px;
    +  background-color: @well-bg;
    +  border: 1px solid @well-border;
    +  border-radius: @border-radius-base;
    +  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
    +  blockquote {
    +    border-color: #ddd;
    +    border-color: rgba(0,0,0,.15);
    +  }
    +}
    +
    +// Sizes
    +.well-lg {
    +  padding: 24px;
    +  border-radius: @border-radius-large;
    +}
    +.well-sm {
    +  padding: 9px;
    +  border-radius: @border-radius-small;
    +}
    diff --git a/_gh_pages/assets/less/gandy-grid/grid.less b/_gh_pages/assets/less/gandy-grid/grid.less
    new file mode 100644
    index 000000000..7aca7dbb7
    --- /dev/null
    +++ b/_gh_pages/assets/less/gandy-grid/grid.less
    @@ -0,0 +1,43 @@
    +.gg { .gg(); }
    +.gg-fixed { table-layout: fixed; }
    +.gg-col { .gg-col(); }
    +.gg-row { display: table-row; }
    +.gg-min-width { width: 1%; }
    +
    +.gg-top    { vertical-align: top; }
    +.gg-middle { vertical-align: middle; }
    +.gg-bottom { vertical-align: bottom; }
    +
    +.gg-padded {
    +  margin-left: -1rem;
    +  margin-right: -1rem;
    +  .gg { border-spacing: 1rem 0; }
    +}
    +
    +.gg-col-1,
    +.gg-col-2,
    +.gg-col-3,
    +.gg-col-4,
    +.gg-col-5,
    +.gg-col-6,
    +.gg-col-7,
    +.gg-col-8,
    +.gg-col-9,
    +.gg-col-10,
    +.gg-col-11,
    +.gg-col-12 {
    +  .gg-col();
    +}
    +
    +.gg-col-1  { .gg-make-col(1,12); }
    +.gg-col-2  { .gg-make-col(2,12); }
    +.gg-col-3  { .gg-make-col(3,12); }
    +.gg-col-4  { .gg-make-col(4,12); }
    +.gg-col-5  { .gg-make-col(5,12); }
    +.gg-col-6  { .gg-make-col(6,12); }
    +.gg-col-7  { .gg-make-col(7,12); }
    +.gg-col-8  { .gg-make-col(8,12); }
    +.gg-col-9  { .gg-make-col(9,12); }
    +.gg-col-10 { .gg-make-col(10,12); }
    +.gg-col-11 { .gg-make-col(11,12); }
    +.gg-col-12 { .gg-make-col(12,12); }
    diff --git a/_gh_pages/assets/less/gandy-grid/mixins.less b/_gh_pages/assets/less/gandy-grid/mixins.less
    new file mode 100644
    index 000000000..49c774998
    --- /dev/null
    +++ b/_gh_pages/assets/less/gandy-grid/mixins.less
    @@ -0,0 +1,18 @@
    +.gg {
    +  display: table;
    +  width: 100%;
    +  vertical-align: middle;
    +}
    +
    +.gg-col {
    +  display: table-cell;
    +  vertical-align: inherit;
    +}
    +
    +.gg-vertical-align(@align) {
    +  vertical-align: @align;
    +}
    +
    +.gg-make-col(@column-width, @total-columns) {
    +  width: (100% / @total-columns * @column-width);
    +}
    diff --git a/_gh_pages/assets/less/site.less b/_gh_pages/assets/less/site.less
    new file mode 100644
    index 000000000..9696848d1
    --- /dev/null
    +++ b/_gh_pages/assets/less/site.less
    @@ -0,0 +1,44 @@
    +@import "bootstrap-3.3.5/bootstrap";
    +
    +@import "gandy-grid/mixins";
    +@import "gandy-grid/grid";
    +
    +@import "site/bootstrap/variables";
    +@import "site/bootstrap/navbar";
    +@import "site/bootstrap/buttons";
    +@import "site/bootstrap/jumbotron";
    +@import "site/bootstrap/wells";
    +@import "site/bootstrap/labels";
    +@import "site/bootstrap/type";
    +@import "site/bootstrap/alerts";
    +@import "site/bootstrap/tooltip";
    +@import "site/bootstrap/panels";
    +@import "site/bootstrap/modals";
    +
    +@import "site/layout";
    +@import "site/social-buttons";
    +@import "site/jumbotron-carousel";
    +@import "site/stripe-ad";
    +@import "site/search";
    +@import "site/fontawesome-icon-list";
    +@import "site/feature-list";
    +@import "site/example-rating";
    +@import "site/footer";
    +@import "site/lazy";
    +@import "site/textured-bg";
    +@import "site/banner-ad";
    +@import "site/carbon-ad";
    +@import "site/bsap-ad";
    +@import "site/sumome";
    +@import "site/algolia";
    +@import "site/fa5";
    +@import "site/newsletter";
    +
    +@import "site/views";
    +@import "site/store";
    +
    +@import "site/responsive/screen-lg";
    +@import "site/responsive/screen-md";
    +@import "site/responsive/screen-sm";
    +@import "site/responsive/screen-sm-up";
    +@import "site/responsive/screen-xs";
    diff --git a/_gh_pages/assets/less/site/algolia.less b/_gh_pages/assets/less/site/algolia.less
    new file mode 100644
    index 000000000..d97fe5950
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/algolia.less
    @@ -0,0 +1,12 @@
    +.algolia {
    +  margin-top: -20px;
    +  padding-top: 49px;
    +  a {
    +    color: @text-color;
    +    &:hover { color: @link-hover-color; }
    +  }
    +  .fas-algolia {
    +    font-size: 32px;
    +    vertical-align: middle;
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/banner-ad.less b/_gh_pages/assets/less/site/banner-ad.less
    new file mode 100644
    index 000000000..dd12f4b51
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/banner-ad.less
    @@ -0,0 +1,213 @@
    +#banner {
    +  color: #fff;
    +  .message-container {
    +    display: table;
    +    width: auto;
    +    margin: 0 auto;
    +    padding: 15px 0;
    +  }
    +  .tagline, .action {
    +    display: table-cell;
    +    vertical-align: middle;
    +  }
    +  .tagline {
    +    font-weight: 200;
    +    font-size: 16px;
    +    padding-right: 30px;
    +  }
    +
    +  &.font-awesome-survey {
    +    @survey-bg: #8E8F94;
    +    background-color: @survey-bg;
    +    border-bottom: solid 1px mix(@survey-bg, #fff, 95%);
    +
    +    .btn-primary {
    +      @color: mix(#fff,@survey-bg,80%);
    +      @background: darken(@survey-bg, 15%);
    +      @border: darken(@background, 15%);
    +      font-weight: bold;
    +      color: @color;
    +      background-color: @background;
    +      border-color: @border;
    +      border-bottom-width: 2px;
    +      text-shadow: none;
    +      border-radius: 4px;
    +
    +      &:hover,
    +      &:focus,
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        color: #fff;
    +        background-color: darken(@border, 10%);
    +        border-color: darken(@border, 20%);
    +        border-bottom-color: darken(@border, 30%);
    +      }
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        background-image: none;
    +      }
    +      &.disabled,
    +      &[disabled],
    +      fieldset[disabled] & {
    +        &,
    +        &:hover,
    +        &:focus,
    +        &:active,
    +        &.active {
    +          background-color: @background;
    +          border-color: @border;
    +        }
    +      }
    +    }
    +
    +
    +  }
    +
    +  &.black-tie {
    +    @black-tie-bg: #2E2E2E;
    +    background-color: @black-tie-bg;
    +    border-bottom: solid 1px mix(@black-tie-bg, #fff, 95%);
    +
    +    .btn-primary {
    +      @color: mix(#fff, @black-tie-bg, 85%);
    +      @background: darken(@black-tie-bg, 5%);
    +      @border: darken(@black-tie-bg, 10%);
    +      font-weight: bold;
    +      color: @color;
    +      background-color: @background;
    +      border-color: @border;
    +      border-bottom-width: 2px;
    +      text-shadow: none;
    +      border-radius: 4px;
    +
    +      &:hover,
    +      &:focus,
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        color: #fff;
    +        background-color: darken(@background, 5%);
    +        border-color: darken(@border, 12%);
    +        border-bottom-color: darken(@border, 18%);
    +      }
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        background-image: none;
    +      }
    +      &.disabled,
    +      &[disabled],
    +      fieldset[disabled] & {
    +        &,
    +        &:hover,
    +        &:focus,
    +        &:active,
    +        &.active {
    +          background-color: @background;
    +          border-color: @border;
    +        }
    +      }
    +    }
    +  }
    +
    +  &.fort-awesome {
    +    @fort-awesome-color: #1C1E29;
    +    @fort-awesome-color-accent: #525879;
    +    @fort-awesome-bg: #2d2f39;
    +    background-color: @fort-awesome-bg;
    +    border-bottom: solid 1px mix(@fort-awesome-bg, #000, 15%);
    +    .btn-primary {
    +      @color: #fff;
    +      @background: #ff8c52;
    +      @border: rgba(0,0,0,0.2);
    +      font-weight: bold;
    +      color: @color;
    +      background-color: @background;
    +      border-color: @border;
    +      border-bottom-width: 2px;
    +      text-shadow: none;
    +      border-radius: 4px;
    +
    +      &:hover,
    +      &:focus,
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        color: #fff;
    +        background-color: #e67e4a;
    +        border-color: rgba(0,0,0,0.296);
    +        border-bottom-color: rgba(0,0,0,0.296);
    +      }
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        background-image: none;
    +      }
    +      &.disabled,
    +      &[disabled],
    +      fieldset[disabled] & {
    +        &,
    +        &:hover,
    +        &:focus,
    +        &:active,
    +        &.active {
    +          background-color: @background;
    +          border-color: @border;
    +        }
    +      }
    +    }
    +  }
    +
    +  &.symbolset {
    +    @symbolset-bg: desaturate(#866cba,5%);
    +    background-color: @symbolset-bg;
    +    border-bottom: rgba(0,0,0,0.2);
    +    a:not(.btn) {
    +      text-decoration: underline;
    +      color: #fff;
    +      &:hover { color: rgba(255,255,255,.8); }
    +    }
    +    .btn-primary {
    +      @color: @symbolset-bg;
    +      @background: #fff;
    +      @border: mix(#000,@symbolset-bg,10%);
    +      font-weight: bold;
    +      color: @color;
    +      background-color: @background;
    +      border-color: @border;
    +      border-bottom-width: 2px;
    +      text-shadow: none;
    +      border-radius: 4px;
    +
    +      &:hover,
    +      &:focus,
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        color: #fff;
    +        background-color: rgba(0,0,0,0.2);
    +        border-color: rgba(0,0,0,0.2);
    +        border-bottom-color: rgba(0,0,0,0.2);
    +      }
    +      &:active,
    +      &.active,
    +      .open > &.dropdown-toggle {
    +        background-image: none;
    +      }
    +      &.disabled,
    +      &[disabled],
    +      fieldset[disabled] & {
    +        &,
    +        &:hover,
    +        &:focus,
    +        &:active,
    +        &.active {
    +          background-color: @background;
    +          border-color: @border;
    +        }
    +      }
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/alerts.less b/_gh_pages/assets/less/site/bootstrap/alerts.less
    new file mode 100644
    index 000000000..db79469e1
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/alerts.less
    @@ -0,0 +1,5 @@
    +.alert-link { text-decoration: underline; }
    +
    +.alert-default  { .alert-variant(@alert-default-bg, @alert-default-border, @alert-default-text); }
    +.alert-well     { .alert-variant(@alert-well-bg, @alert-well-border, @alert-well-text); }
    +.alert-well-alt { .alert-variant(@well-bg, @table-border-color, mix(@text-muted,@text-color,50%)); }
    diff --git a/_gh_pages/assets/less/site/bootstrap/buttons.less b/_gh_pages/assets/less/site/bootstrap/buttons.less
    new file mode 100644
    index 000000000..b61fea70d
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/buttons.less
    @@ -0,0 +1,3 @@
    +.btn { box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
    +.btn-default { text-shadow: 0 1px 0 #fff; }
    +.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info { text-shadow: 0 1px 0 rgba(0,0,0,0.2); }
    \ No newline at end of file
    diff --git a/_gh_pages/assets/less/site/bootstrap/jumbotron.less b/_gh_pages/assets/less/site/bootstrap/jumbotron.less
    new file mode 100644
    index 000000000..a04420b72
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/jumbotron.less
    @@ -0,0 +1,87 @@
    +.jumbotron {
    +  background-color: lighten(@jumbotron-bg, 2%);
    +  border-top: 1px solid mix(@jumbotron-bg, @jumbotron-color, 90%);
    +  border-bottom: 1px solid @jumbotron-border;
    +  margin-bottom: 0;
    +  &, h1 { color: @jumbotron-color; }
    +  padding: 50px 0 40px;
    +
    +  h1 {
    +    font-size: 80px;
    +    letter-spacing: -2px;
    +    line-height: 1;
    +    margin: 0 0 15px;
    +  }
    +  p {
    +    font-family: @font-family-alt;
    +    margin-top: 15px;
    +    margin-bottom: 15px;
    +    font-size: 24px;
    +    line-height: 1.3;
    +    font-weight: lighter;
    +  }
    +
    +  .list-group-item {
    +    border-color: mix(@jumbotron-color, @fa-green, 15%);
    +    background: transparent;
    +  }
    +
    +  .text-muted {
    +    color: mix(@jumbotron-color, @fa-green, 45%);
    +  }
    +}
    +
    +.jumbotron-ad, .jumbotron-carousel {
    +  h1 {
    +    text-shadow: 4px 3px 0px @jumbotron-bg, 9px 8px 0px rgba(0,0,0,0.15); // double text shadow
    +  }
    +  p {
    +    color: mix(@jumbotron-color, @jumbotron-bg, 75%);
    +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +  }
    +}
    +
    +.jumbotron-icon {
    +  padding: 30px 0 25px;
    +  background-color: @gray-lighter;
    +  color: @gray-darker;
    +  &, h1 { text-shadow: 0 1px 0 #fff; }
    +  border-bottom-color: mix(@gray-light, @gray-lighter, 25%);
    +  border-top-color: mix(#fff, @gray-lighter, 50%);
    +  h1 {
    +    color: @gray-darker;
    +    margin-top: @buffer-lg;
    +    small {
    +      letter-spacing: normal;
    +      font-family: @font-family-sans-serif;
    +      font-size: @font-size-base;
    +      margin-left: 20px;
    +    }
    +  }
    +
    +  .info-icons {
    +    font-size: @font-size-base;
    +  }
    +  .info-details {
    +    float: left;
    +    p {
    +      margin: 25px 0;
    +      font-weight: bold;
    +    }
    +    .dl-horizontal {
    +      dt { width: @component-offset-horizontal - 100; }
    +      dd { margin-left: @component-offset-horizontal - 85; }
    +    }
    +  }
    +  .fa-2 { font-size: 2em; }
    +  .fa-3 { font-size: 4em; }
    +  .fa-4 { font-size: 7em; }
    +  .fa-5 { font-size: 12em; }
    +  .fa-6 { font-size: 20em; }
    +
    +  .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 1/14em; }
    +}
    +
    +h1.info-class {
    +  font-size: 30px;
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/labels.less b/_gh_pages/assets/less/site/bootstrap/labels.less
    new file mode 100644
    index 000000000..d0d12dcf8
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/labels.less
    @@ -0,0 +1,21 @@
    +// reset
    +.label {
    +  padding: .3em .6em;
    +}
    +
    +// new types of labels
    +.label-brand {
    +  .label-variant(@label-brand-bg);
    +}
    +
    +.label-dark {
    +  .label-variant(@label-dark-bg);
    +}
    +
    +// labels inside of headings
    +h1, h2, h3, h4, h5, h6 {
    +
    +  .label {
    +    font-family: @font-family-sans-serif;
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/modals.less b/_gh_pages/assets/less/site/bootstrap/modals.less
    new file mode 100644
    index 000000000..275e40c8a
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/modals.less
    @@ -0,0 +1,6 @@
    +
    +// Scale up the modal
    +@media (min-width: @screen-sm-min) {
    +  // Modal sizes
    +  .modal-md { width: ((@modal-md + @modal-sm) / 2); }
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/navbar.less b/_gh_pages/assets/less/site/bootstrap/navbar.less
    new file mode 100644
    index 000000000..32167270f
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/navbar.less
    @@ -0,0 +1,179 @@
    +// SITE SPECIFIC NAVBAR STYLES
    +
    +.navbar { margin-bottom: 0; }
    +.navbar-inverse { background-color: lighten(@fa-green, 2%); }
    +.navbar-brand {
    +  font-family: @font-family-serif;
    +  font-weight: 300;
    +  font-size: 20px;
    +  i {
    +    font-size: 23px;
    +    padding-right: 3px;
    +    line-height: .75;
    +  }
    +}
    +.navbar-nav > li > a { padding: 11px 10px 9px; }
    +
    +// makes dropdowns closer for split dropdown
    +.navbar-nav > li {
    +  &.dropdown-split-right > a { padding-left: 7px; }
    +  &.dropdown-split-left > a { padding-right: 0; }
    +}
    +
    +.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: @jumbotron-border; }
    +
    +.navbar-inverse .navbar-toggle {
    +  color: @jumbotron-color;
    +  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +  padding: 4px 10px;
    +  margin-top: 5px;
    +  margin-bottom: 5px;
    +  &:hover {
    +    background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +    border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +    color: @jumbotron-bg;
    +    text-shadow: 0 -1px 0 @jumbotron-color;
    +  }
    +}
    +
    +.navbar-nav.navbar-right:last-child { margin-right: -10px; }
    +
    +
    +//
    +// FORT AWESOME ORG NAVBAR
    +// --------------------
    +//
    +.navbar-org {
    +  background-color: @navbar-inverse-link-active-bg;
    +  border-color: mix(#000, @fa-green, 20%);
    +  padding: 0;
    +
    +  .ficon-logo-flag, .ficon-log-fort { vertical-align: baseline; }
    +
    +  .navbar-text {
    +    color: mix(#fff, @fa-green, 60%);
    +    margin-top: 12px;
    +    margin-right: 30px;
    +  }
    +
    +  .navbar-nav {
    +    margin-right: -10px;
    +
    +    > li + li { margin-left: 15px; }
    +    > li > a {
    +      color: mix(#fff, @navbar-inverse-bg, 75%);
    +
    +      &:hover,
    +      &:focus {
    +        color: mix(#fff, @fa-green, 100%);
    +        background-color: transparent;
    +        border-bottom: solid 2px mix(#fff, @fa-green, 90%);
    +      }
    +    }
    +    > .active > a {
    +      &,
    +      &:hover,
    +      &:focus {
    +        color: mix(#fff, @navbar-inverse-bg, 75%);
    +        background-color: transparent;
    +        border-radius: 0;
    +        border-bottom: solid 2px mix(#fff, @navbar-inverse-bg, 65%);
    +      }
    +    }
    +    > .disabled > a {
    +      &,
    +      &:hover,
    +      &:focus {
    +        color: @navbar-inverse-link-disabled-color;
    +        background-color: @navbar-inverse-link-disabled-bg;
    +      }
    +    }
    +  }
    +
    +  // Darken the responsive nav toggle
    +  .navbar-toggle {
    +    border-color: @navbar-inverse-toggle-border-color;
    +    &:hover,
    +    &:focus {
    +      background-color: @navbar-inverse-toggle-hover-bg;
    +    }
    +    .icon-bar {
    +      background-color: @navbar-inverse-toggle-icon-bar-bg;
    +    }
    +  }
    +
    +  .navbar-collapse,
    +  .navbar-form {
    +    border-color: darken(@navbar-inverse-bg, 7%);
    +  }
    +
    +  // Dropdowns
    +  .navbar-nav {
    +    > .open > a {
    +      &,
    +      &:hover,
    +      &:focus {
    +        background-color: @navbar-inverse-link-active-bg;
    +        color: @navbar-inverse-link-active-color;
    +      }
    +    }
    +
    +    @media (max-width: @grid-float-breakpoint-max) {
    +      // Dropdowns get custom display
    +      .open .dropdown-menu {
    +        > .dropdown-header {
    +          border-color: @navbar-inverse-border;
    +        }
    +        .divider {
    +          background-color: @navbar-inverse-border;
    +        }
    +        > li > a {
    +          color: @navbar-inverse-link-color;
    +          &:hover,
    +          &:focus {
    +            color: @navbar-inverse-link-hover-color;
    +            background-color: @navbar-inverse-link-hover-bg;
    +          }
    +        }
    +        > .active > a {
    +          &,
    +          &:hover,
    +          &:focus {
    +            color: @navbar-inverse-link-active-color;
    +            background-color: @navbar-inverse-link-active-bg;
    +          }
    +        }
    +        > .disabled > a {
    +          &,
    +          &:hover,
    +          &:focus {
    +            color: @navbar-inverse-link-disabled-color;
    +            background-color: @navbar-inverse-link-disabled-bg;
    +          }
    +        }
    +      }
    +    }
    +  }
    +
    +  .navbar-link {
    +    color: @navbar-inverse-link-color;
    +    &:hover {
    +      color: @navbar-inverse-link-hover-color;
    +    }
    +  }
    +
    +  .btn-link {
    +    color: @navbar-inverse-link-color;
    +    &:hover,
    +    &:focus {
    +      color: @navbar-inverse-link-hover-color;
    +    }
    +    &[disabled],
    +    fieldset[disabled] & {
    +      &:hover,
    +      &:focus {
    +        color: @navbar-inverse-link-disabled-color;
    +      }
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/panels.less b/_gh_pages/assets/less/site/bootstrap/panels.less
    new file mode 100644
    index 000000000..f2dc21009
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/panels.less
    @@ -0,0 +1,15 @@
    +.panel {
    +  .box-shadow(none);
    +}
    +
    +.panel-heading {
    +  margin: -1px;
    +  border-bottom-width: 0;
    +  padding: 11px 15px;
    +}
    +
    +.panel-default .panel-heading {
    +  margin: 0;
    +  border-bottom-width: 1px;
    +  padding: 10px 15px;
    +}
    \ No newline at end of file
    diff --git a/_gh_pages/assets/less/site/bootstrap/tooltip.less b/_gh_pages/assets/less/site/bootstrap/tooltip.less
    new file mode 100644
    index 000000000..5a7087141
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/tooltip.less
    @@ -0,0 +1,8 @@
    +.tooltip {
    +  font-size: @font-size-base;
    +}
    +
    +// Wrapper for the tooltip content
    +.tooltip-inner {
    +  padding: 5px 10px;
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/type.less b/_gh_pages/assets/less/site/bootstrap/type.less
    new file mode 100644
    index 000000000..b7d5f9b03
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/type.less
    @@ -0,0 +1,26 @@
    +.small-caps {
    +  font-family: @font-family-alt;
    +}
    +
    +.hr {
    +  position: relative;
    +  text-align: center;
    +  font-size: @font-size-base;
    +  z-index: 1;
    +  min-height: 20px;
    +
    +  &:after {
    +    content: " ";
    +    position: absolute;
    +    top: 50%;
    +    left: 0;
    +    right: 0;
    +    border-top: 2px solid @hr-border;
    +    z-index: -1;
    +  }
    +  .hr-text {
    +    display: inline-block;
    +    background-color: #fff;
    +    padding: 0 .5em;
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/bootstrap/variables.less b/_gh_pages/assets/less/site/bootstrap/variables.less
    new file mode 100644
    index 000000000..88234a9d1
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/variables.less
    @@ -0,0 +1,169 @@
    +// SITE VARIABLES
    +// --------------
    +
    +// Blues
    +@blue-darker:           #003366;
    +@blue-dark:             #005f9b; // Pantone 3015 C
    +@blue:                  #009add; // Pantone 2925 C
    +@blue-light:            #b8dcf2;
    +@blue-lighter:          #f0f9ff;
    +
    +// Greens
    +@green-darker:          #41683b;
    +@green-dark:            #678943;
    +@green:                 #95bf52;
    +@green-light:           #ddefbd;
    +@green-lighter:         #f3f9e8;
    +
    +// Reds
    +@red-darker:            #702222;
    +@red-dark:              #ba4a4a;
    +@red:                   #dd7373;
    +@red-light:             #f2adb1;
    +@red-lighter:           #fff0f0;
    +
    +// Yellows
    +@yellow-darker:         #6f4215;
    +@yellow-dark:           #db8400;
    +@yellow:                #f9e27d;
    +@yellow-light:          #fff5bd;
    +@yellow-lighter:        #fffcee;
    +
    +// Oranges
    +@orange-darker:         #8c3900;
    +@orange-dark:           #cc5d11;
    +@orange:                #f4914e;
    +@orange-light:          #ffd0a6;
    +@orange-lighter:        #fff4e6;
    +
    +// Purples
    +@purple-darker:         #4a226d;
    +@purple-dark:           #7457ad;
    +@purple:                #9780d6;
    +@purple-light:          #c3b8f4;
    +@purple-lighter:        #fbf5ff;
    +
    +@fa-green:              #1d9d74;
    +@fa-green-dark:         darken(@fa-green, 10%);
    +
    +@jumbotron-border:      mix(@fa-green, @fa-green-dark, 75%);
    +@font-family-alt:       proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
    +
    +
    +// BOOTSTRAP OVERRIDES
    +// -------------------
    +
    +// Brand colors
    +@brand-success:         @fa-green;
    +
    +
    +// Links
    +@link-color:            lighten(@fa-green, 5%);
    +@link-hover-color:      darken(@fa-green, 5%);
    +
    +
    +// Typography
    +@font-family-sans-serif:  proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    +@font-family-serif:       museo-slab, Georgia, "Times New Roman", Times, serif;
    +@headings-font-family:    @font-family-serif;
    +
    +
    +// Components
    +@component-active-bg:            @fa-green;
    +
    +
    +// Labels
    +@label-brand-bg:                    @fa-green;
    +@label-dark-bg:                     @gray-dark;
    +
    +// Navbar
    +@navbar-height:                     40px;
    +@navbar-inverse-brand-color:        #fff;
    +
    +// Reset inverted navbar basics
    +@navbar-inverse-color:                      mix(@fa-green, #fff, 50%);
    +@navbar-inverse-bg:                         @fa-green;
    +@navbar-inverse-border:                     @jumbotron-border;
    +
    +// Inverted navbar links
    +@navbar-inverse-link-color:                 mix(@fa-green, #fff, 35%);
    +@navbar-inverse-link-hover-color:           #fff;
    +@navbar-inverse-link-active-bg:             @navbar-inverse-border;
    +
    +// Inverted navbar toggle
    +@navbar-inverse-toggle-hover-bg:            @jumbotron-color;
    +@navbar-inverse-toggle-border-color:        mix(@jumbotron-color, @fa-green, 75%);
    +
    +
    +// Jumbotron
    +@jumbotron-color:               #fff;
    +@jumbotron-bg:                  @fa-green;
    +
    +
    +// Form states and alerts
    +@state-success-text:            @fa-green;
    +@state-success-bg:              mix(@fa-green, #fff, 6%);
    +@state-success-border:          darken(spin(@state-success-bg, -10), 5%);
    +
    +@state-info-text:               mix(@blue-dark, @blue, 50%);
    +@state-info-bg:                 @blue-lighter;
    +@state-info-border:             darken(spin(@state-info-bg, -10), 7%);
    +
    +  @state-danger-text:              @brand-danger;
    +@state-danger-bg:                mix(@state-danger-text,#fff,10%);
    +@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);
    +
    +
    +// Carousel
    +@carousel-text-shadow:          0 1px 0 rgba(255,255,255,0.25);
    +
    +@carousel-control-color:        @fa-green-dark;
    +@carousel-control-font-size:    30px;
    +
    +
    +// Code
    +@pre-border-color:              #eee;
    +
    +
    +// Sections
    +@section-emphasized-bg:       #fff;
    +
    +//== Type
    +//** Text muted color
    +@text-muted:                  mix(@gray-light,@gray-lighter,50%);
    +
    +
    +@alert-well-bg:               @panel-default-heading-bg;
    +@alert-well-text:             @text-color;
    +@alert-well-border:           @panel-default-border;
    +
    +@alert-default-bg:            transparent;
    +@alert-default-text:          @text-color;
    +@alert-default-border:        mix(#fff,@panel-default-border,40%);
    +
    +
    +
    +
    +//@panel-default-text:          @gray-dark;
    +//@panel-default-border:        @panel-default-heading-bg;
    +//@panel-default-heading-bg:    #f5f5f5;
    +
    +@panel-primary-text:          #fff;
    +@panel-primary-border:        mix(#fff,@brand-primary,50%);
    +@panel-primary-heading-bg:    @brand-primary;
    +
    +@panel-success-text:          #fff;
    +@panel-success-border:        mix(#fff,@brand-success,50%);
    +@panel-success-heading-bg:    @brand-success;
    +
    +@panel-info-text:             #fff;
    +@panel-info-border:           mix(#fff,@brand-info,50%);
    +@panel-info-heading-bg:       @brand-info;
    +
    +@panel-warning-text:          #fff;
    +@panel-warning-border:        mix(#fff,@brand-warning,50%);
    +@panel-warning-heading-bg:    @brand-warning;
    +
    +@panel-danger-text:           #fff;
    +@panel-danger-border:         mix(#fff,@brand-danger,50%);
    +@panel-danger-heading-bg:     @brand-danger;
    diff --git a/_gh_pages/assets/less/site/bootstrap/wells.less b/_gh_pages/assets/less/site/bootstrap/wells.less
    new file mode 100644
    index 000000000..cd2b24ebd
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bootstrap/wells.less
    @@ -0,0 +1,10 @@
    +.well-transparent { background-color: transparent; }
    +
    +.well-lg {
    +  padding: @buffer-xl;
    +  font-size: @font-size-large + 3;
    +  h1 { font-size: 3em; }
    +  h2 { font-size: 2em; }
    +  h1, h2 { margin-top: 0; }
    +  p { margin-bottom: 30px; }
    +}
    diff --git a/_gh_pages/assets/less/site/bsap-ad.less b/_gh_pages/assets/less/site/bsap-ad.less
    new file mode 100644
    index 000000000..387f98e04
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/bsap-ad.less
    @@ -0,0 +1,15 @@
    +div.bsap {
    +  margin-bottom: 20px;
    +  a {
    +    display: inline-block !important;
    +    border-bottom: inherit !important;
    +    margin: 0 15px 20px !important;
    +  }
    +  a.adhere {
    +    background: inherit !important;
    +    border: 1px solid #ccc !important;
    +    &:hover {
    +      background: mix(#000,@jumbotron-bg,15%) !important;
    +    }
    +  }
    +}
    \ No newline at end of file
    diff --git a/_gh_pages/assets/less/site/carbon-ad.less b/_gh_pages/assets/less/site/carbon-ad.less
    new file mode 100644
    index 000000000..76b54d53c
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/carbon-ad.less
    @@ -0,0 +1,27 @@
    +#carbonads {
    +  float: right;
    +  width: 300px;
    +  margin-left: 30px;
    +  .carbon-img {
    +    float: left;
    +    padding-right: 10px;
    +  }
    +  .carbon-poweredby {
    +    color: @gray-light;
    +    margin-top: 2px;
    +    font-size: 12px;
    +    display: block;
    +  }
    +}
    +
    +.vertical-ad #carbonads {
    +  float: none;
    +  width: 130px;
    +  margin-left: 0;
    +  .carbon-img {
    +    float: none;
    +    display: block;
    +    padding-right: 0;
    +    padding-bottom: 10px;
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/example-rating.less b/_gh_pages/assets/less/site/example-rating.less
    new file mode 100644
    index 000000000..92fd968d0
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/example-rating.less
    @@ -0,0 +1,25 @@
    +.rating {
    +  unicode-bidi: bidi-override;
    +  direction: rtl;
    +
    +  font-size: 30px;
    +  span.star {
    +    font-family: FontAwesome;
    +    font-weight: normal;
    +    font-style: normal;
    +    display: inline-block;
    +    &:hover {
    +      cursor: pointer;
    +    }
    +  }
    +  span.star:before {
    +    content: "\f006"; // empty star
    +    padding-right: 5px;
    +    color: @gray-light;
    +  }
    +
    +  span.star:hover:before, span.star:hover ~ span.star:before {
    +    content: "\f005"; // solid star
    +    color: #e3cf7a;
    +  }
    +}
    diff --git a/assets/less/site/kickstarter.less b/_gh_pages/assets/less/site/fa5.less
    similarity index 65%
    rename from assets/less/site/kickstarter.less
    rename to _gh_pages/assets/less/site/fa5.less
    index 65b3cf8a6..55bf2bdc1 100644
    --- a/assets/less/site/kickstarter.less
    +++ b/_gh_pages/assets/less/site/fa5.less
    @@ -1,12 +1,7 @@
    -.btn-kickstarter {
    +.btn-fa5 {
       .button-variant(#fff, #489fdf, mix(#000,#489fdf,10%));
     }
     
    -#kickstarter-widget {
    -  margin: -30px auto -70px;
    -  width: 220px;
    -}
    -
     .jumbotron-ad .well {
       background-color: rgba(255,255,255,.3);
       border-color: rgba(255,255,255,.15);
    diff --git a/_gh_pages/assets/less/site/feature-list.less b/_gh_pages/assets/less/site/feature-list.less
    new file mode 100644
    index 000000000..e8d4fefc7
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/feature-list.less
    @@ -0,0 +1,19 @@
    +.feature-list {
    +  .col-md-4 { margin-bottom: 22px; }
    +  h4 {
    +    .fa:before {
    +      vertical-align: -10%;
    +      font-size: 28px;
    +      display: inline-block;
    +      width: 30/28em;
    +      text-align: center;
    +      margin-right: 5px;
    +      //      color: mix(@grayLight, @grayLighter, 70%);
    +
    +      // Gradient on the icons
    +      //      background: -webkit-linear-gradient(mix(@grayLight, @grayLighter, 50%), mix(@gray, @grayLight, 50%));
    +      //      -webkit-background-clip: text;
    +      //      -webkit-text-fill-color: transparent;
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/fontawesome-icon-list.less b/_gh_pages/assets/less/site/fontawesome-icon-list.less
    new file mode 100644
    index 000000000..49dc1b003
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/fontawesome-icon-list.less
    @@ -0,0 +1,33 @@
    +.fontawesome-icon-list {
    +  margin-top: 22px;
    +  .fa-hover {
    +    a {
    +      .text-ellipsis;
    +      display: block;
    +      color: @gray-darker;
    +      line-height: 32px;
    +      height: 32px;
    +      padding-left: 10px;
    +      border-radius: @border-radius-base;
    +
    +      .fa {
    +        width: 32px;
    +        font-size: 14px;
    +        display: inline-block;
    +        text-align: right;
    +        margin-right: 10px;
    +      }
    +
    +      &:hover {
    +        background-color: @fa-green;
    +        color: @jumbotron-color;
    +        text-decoration: none;
    +        .fa {
    +          font-size: 28px;
    +          vertical-align: -6px;
    +        }
    +        .text-muted { color: mix(@jumbotron-color, @fa-green, 70%); }
    +      }
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/footer.less b/_gh_pages/assets/less/site/footer.less
    new file mode 100644
    index 000000000..bf895b338
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/footer.less
    @@ -0,0 +1,55 @@
    +#footer {
    +  background-color: lighten(@fa-green, 2%);
    +  border-top: 1px solid @jumbotron-border;
    +  color: mix(@jumbotron-color, @fa-green, 60%);
    +  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +  margin-top: 60px;
    +  a {
    +    color: mix(@jumbotron-color, @fa-green, 80%);
    +    border-bottom: dotted 1px mix(@jumbotron-color, @fa-green, 60%);
    +    &:hover {
    +      color: @jumbotron-color;
    +      text-decoration: none;
    +      border-bottom: solid 1px @jumbotron-color;
    +    }
    +  }
    +  .container {
    +    padding-top: 50px;
    +    padding-bottom: 55px;
    +  }
    +  .project { margin-top: 10px; }
    +
    +  #inventory {
    +    a {
    +      width: 220px;
    +      overflow: hidden;
    +      display: inline-block;
    +      border-bottom: inherit;
    +      margin: 0 15px 20px;
    +
    +    }
    +    #CVADP2Y { display: inline; }
    +  }
    +}
    +
    +
    +// Sticky Footer Styles
    +// --------------------
    +
    +//html, body { height: 100%; }
    +//
    +//#wrap {
    +//  min-height: 100%;
    +//  height: auto !important;
    +//  height: 100%;
    +//}
    +//
    +//.sticky-footer();
    +//
    +//.sticky-footer(@footer-height: 356px, @footer-margin: 60px) {
    +//  #wrap {
    +//    margin: 0 auto -(@footer-height);
    +//    padding: 0 0 (@footer-height + @footer-margin);
    +//  }
    +//  #footer { height: @footer-height; }
    +//}
    diff --git a/_gh_pages/assets/less/site/jumbotron-carousel.less b/_gh_pages/assets/less/site/jumbotron-carousel.less
    new file mode 100644
    index 000000000..880f4c5a6
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/jumbotron-carousel.less
    @@ -0,0 +1,71 @@
    +@size: 220px;
    +#icon-carousel {
    +  margin-top: @buffer-sm;
    +  font-size: @size;
    +  text-align: center;
    +  line-height: @size + 30;
    +  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
    +}
    +.carousel-control {
    +  top: @size + 10px;
    +  .square(30px);
    +  border-width: 0;
    +  font-size: 30px;
    +  line-height: 25px;
    +  left: 300/2 - 36px;
    +  &.right {
    +    left: auto;
    +    right: 300/2 - 36px;
    +  }
    +  &.right, &.left {
    +    background-image: none;
    +    filter: none;
    +  }
    +}
    +
    +
    +.jumbotron-carousel {
    +  padding-top: 40px;
    +  .btn {
    +    margin-top: @buffer-lg;
    +    font-family: @font-family-serif;
    +    font-size: 24px;
    +    padding: 17px 30px;
    +    color: @jumbotron-color;
    +    border-color: mix(@jumbotron-color, @jumbotron-bg, 75%);
    +    background-color: transparent;
    +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +    &:hover {
    +      background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +      border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +      color: @jumbotron-bg;
    +      text-shadow: 0 -1px 0 @jumbotron-color;
    +    }
    +  }
    +  .shameless-self-promotion {
    +    margin-top: @buffer-lg;
    +    font-size: @font-size-base;
    +    line-height: @line-height-base;
    +    color: mix(@jumbotron-color, @jumbotron-bg, 60%);
    +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +    a {
    +      color: mix(@jumbotron-color, @jumbotron-bg, 80%);
    +      border-bottom: dotted 1px mix(@jumbotron-color, @jumbotron-bg, 50%);
    +      &:hover {
    +        color: @jumbotron-color;
    +        text-decoration: none;
    +        border-bottom: solid 1px @jumbotron-color;
    +      }
    +    }
    +  }
    +  a {
    +    color: mix(@jumbotron-color, @fa-green, 70%);
    +
    +    // STATE: hover, focus, active
    +    &:hover, &:focus, &:active {
    +      border-color: @fa-green-dark;
    +      background: @fa-green-dark;
    +      color: @jumbotron-color;
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/layout.less b/_gh_pages/assets/less/site/layout.less
    new file mode 100644
    index 000000000..69cc0b4d4
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/layout.less
    @@ -0,0 +1 @@
    +section { margin-top: 40px; }
    diff --git a/_gh_pages/assets/less/site/lazy.less b/_gh_pages/assets/less/site/lazy.less
    new file mode 100644
    index 000000000..5f6461d8f
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/lazy.less
    @@ -0,0 +1,113 @@
    +@buffer-none:         0px;
    +@buffer-sm:           5px;
    +@buffer-md:           10px;
    +@buffer-lg:           22px;
    +@buffer-xl:           40px;
    +
    +.padding-none         { padding: @buffer-none !important; }
    +.padding              { padding: @buffer-md !important; }
    +.padding-sm           { padding: @buffer-sm !important; }
    +.padding-lg           { padding: @buffer-lg !important; }
    +.padding-xl           { padding: @buffer-xl !important; }
    +
    +.padding-top-none     { padding-top: @buffer-none !important; }
    +.padding-top          { padding-top: @buffer-md !important; }
    +.padding-top-sm       { padding-top: @buffer-sm !important; }
    +.padding-top-lg       { padding-top: @buffer-lg !important; }
    +.padding-top-xl       { padding-top: @buffer-xl !important; }
    +
    +.padding-right-none   { padding-right: @buffer-none !important; }
    +.padding-right        { padding-right: @buffer-md !important; }
    +.padding-right-sm     { padding-right: @buffer-sm !important; }
    +.padding-right-lg     { padding-right: @buffer-lg !important; }
    +.padding-right-xl     { padding-right: @buffer-xl !important; }
    +
    +.padding-bottom-none  { padding-bottom: @buffer-none !important; }
    +.padding-bottom       { padding-bottom: @buffer-md !important; }
    +.padding-bottom-sm    { padding-bottom: @buffer-sm !important; }
    +.padding-bottom-lg    { padding-bottom: @buffer-lg !important; }
    +.padding-bottom-xl    { padding-bottom: @buffer-xl !important; }
    +
    +.padding-left-none    { padding-left: @buffer-none !important; }
    +.padding-left         { padding-left: @buffer-md !important; }
    +.padding-left-sm      { padding-left: @buffer-sm !important; }
    +.padding-left-lg      { padding-left: @buffer-lg !important; }
    +.padding-left-xl      { padding-left: @buffer-xl !important; }
    +
    +.margin-none          { margin: @buffer-none !important; }
    +.margin               { margin: @buffer-md !important; }
    +.margin-sm            { margin: @buffer-sm !important; }
    +.margin-lg            { margin: @buffer-lg !important; }
    +.margin-xl            { margin: @buffer-xl !important; }
    +
    +.margin-top-none      { margin-top: @buffer-none !important; }
    +.margin-top           { margin-top: @buffer-md !important; }
    +.margin-top-sm        { margin-top: @buffer-sm !important; }
    +.margin-top-lg        { margin-top: @buffer-lg !important; }
    +.margin-top-xl        { margin-top: @buffer-xl !important; }
    +
    +.margin-right-none    { margin-right: @buffer-none !important; }
    +.margin-right         { margin-right: @buffer-md !important; }
    +.margin-right-sm      { margin-right: @buffer-sm !important; }
    +.margin-right-lg      { margin-right: @buffer-lg !important; }
    +.margin-right-xl      { margin-right: @buffer-xl !important; }
    +
    +.margin-bottom-none   { margin-bottom: @buffer-none !important; }
    +.margin-bottom        { margin-bottom: @buffer-md !important; }
    +.margin-bottom-sm     { margin-bottom: @buffer-sm !important; }
    +.margin-bottom-lg     { margin-bottom: @buffer-lg !important; }
    +.margin-bottom-xl     { margin-bottom: @buffer-xl !important; }
    +
    +.margin-left-none     { margin-left: @buffer-none !important; }
    +.margin-left          { margin-left: @buffer-md !important; }
    +.margin-left-sm       { margin-left: @buffer-sm !important; }
    +.margin-left-lg       { margin-left: @buffer-lg !important; }
    +.margin-left-xl       { margin-left: @buffer-xl !important; }
    +
    +.border-left-none     { border-left: none !important; }
    +.border-right-none    { border-right: none !important; }
    +.border-bottom-none   { border-bottom: none !important; }
    +.border-top-none      { border-top: none !important; }
    +
    +.text-sm              { font-size: @font-size-small !important; }
    +.text-base            { font-size: @font-size-base !important; }
    +.text-md              { font-size: @font-size-base + 2 !important; }
    +.text-lg              { font-size: @font-size-large !important; }
    +
    +
    +.display-block { display: block; } // use to swap an anchor tag to span a whole row to make click target larger
    +.no-underline { text-decoration: none !important; }
    +.clickable { cursor: pointer; }
    +.strong { font-weight: bold; }
    +.em { font-style: italic; }
    +.small { font-size: 85%; } // Ex: 14px base font * 85% = about 12px
    +.no-link { color: @gray-dark; }
    +
    +.text-sans-serif { font-family: @font-family-sans-serif; }
    +.text-ellipsis { .text-overflow(); } // truncates text to a single line with an ellipsis at the end
    +.text-default {
    +  font-family: @font-family-base;
    +  font-size: @font-size-base;
    +  line-height: @line-height-base;
    +  font-weight: normal;
    +}
    +.text-color-default {
    +  color: @text-color;
    +}
    +.text-hilite {
    +  color: @link-color;
    +  &:hover {
    +    color: @link-hover-color;
    +    text-decoration: underline;
    +  }
    +}
    +.text-strike { text-decoration: line-through; }
    +.text-upper { text-transform: uppercase; }
    +.text-lower { text-transform: lowercase; }
    +
    +#no-search-results {
    +  display: none;
    +}
    +
    +.valign-baseline { vertical-align: baseline !important; }
    +.valign-middle { vertical-align: middle !important; }
    diff --git a/_gh_pages/assets/less/site/newsletter.less b/_gh_pages/assets/less/site/newsletter.less
    new file mode 100644
    index 000000000..6822f0151
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/newsletter.less
    @@ -0,0 +1,14 @@
    +.jumbotron-ad #newsletter {
    +  .btn {
    +    color: @jumbotron-color;
    +    border-color: mix(@jumbotron-color, @jumbotron-bg, 75%);
    +    background-color: transparent;
    +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    +    &:hover {
    +      background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +      border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
    +      color: @jumbotron-bg;
    +      text-shadow: 0 -1px 0 @jumbotron-color;
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/responsive/screen-lg.less b/_gh_pages/assets/less/site/responsive/screen-lg.less
    new file mode 100644
    index 000000000..ae404bb8e
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/responsive/screen-lg.less
    @@ -0,0 +1,58 @@
    +@media (min-width: @screen-lg) {
    +  #icon-carousel {
    +    @size: 240px;
    +    font-size: @size;
    +    line-height: @size + 35;
    +    margin-top: @buffer-lg;
    +  }
    +
    +  .carousel-control {
    +    top: @size + 35px;
    +    .square(40px);
    +    font-size: 40px;
    +    line-height: 40px;
    +    left: 370/2 - 52px;
    +    &.right {
    +      right: 370/2 - 52px;
    +    }
    +  }
    +
    +  .jumbotron-ad {
    +    padding: 50px 0;
    +    h1 {
    +      margin-top: 25px;
    +      font-size: 90px;
    +    }
    +    p {
    +      font-size: 28px;
    +      margin: 35px 0 20px;
    +    }
    +  }
    +
    +  .jumbotron-carousel {
    +    padding: 50px 0;
    +    h1 { font-size: 100px; }
    +    p {
    +      font-size: 32px;
    +      margin: 20px 0;
    +    }
    +    .btn-large {
    +      font-size: 30px;
    +      padding: 21px 35px;
    +    }
    +  }
    +
    +  .stripe-ad .lead { padding-top: 0; }
    +
    +  .lead {
    +    font-size: 26px;
    +    line-height: 36px;
    +  }
    +
    +  .fort-awesome {
    +    .tagline {  }
    +    .action { width: 18%; }
    +  }
    +
    +  .hide-lg { display: none; }
    +}
    diff --git a/_gh_pages/assets/less/site/responsive/screen-md.less b/_gh_pages/assets/less/site/responsive/screen-md.less
    new file mode 100644
    index 000000000..bc46917fb
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/responsive/screen-md.less
    @@ -0,0 +1,3 @@
    +@media (min-width: @screen-md) and (max-width: @screen-md-max) {
    +  .hide-md { display: none; }
    +}
    diff --git a/_gh_pages/assets/less/site/responsive/screen-sm-up.less b/_gh_pages/assets/less/site/responsive/screen-sm-up.less
    new file mode 100644
    index 000000000..5bc078fdc
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/responsive/screen-sm-up.less
    @@ -0,0 +1,17 @@
    +@media (min-width: @screen-sm) {
    +  .signup-input {
    +    padding-right: 0;
    +    input {
    +      border-top-right-radius: 0;
    +      border-bottom-right-radius: 0;
    +      border-right-width: 0;
    +    }
    +  }
    +  .signup-button {
    +    padding-left: 0;
    +    .btn {
    +      border-top-left-radius: 0;
    +      border-bottom-left-radius: 0;
    +    }
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/responsive/screen-sm.less b/_gh_pages/assets/less/site/responsive/screen-sm.less
    new file mode 100644
    index 000000000..676b2d688
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/responsive/screen-sm.less
    @@ -0,0 +1,48 @@
    +@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
    +  #icon-carousel {
    +    @size: 200px;
    +    font-size: @size;
    +    line-height: @size + 30;
    +  }
    +  .carousel-control {
    +    top: @size - 10px;
    +    .square(30px);
    +    left: 228/2 - 36px;
    +    &.right {
    +      right: 228/2 - 36px;
    +    }
    +  }
    +
    +  .jumbotron-carousel {
    +    padding: 50px 0;
    +    h1 { font-size: 65px; }
    +    p { font-size: 23px; }
    +    .shameless-self-promotion { font-size: 12px; }
    +  }
    +
    +  .jumbotron-ad {
    +    p { font-size: 24px; }
    +  }
    +
    +  .jumbotron-icon {
    +    h1 small {
    +      display: block;
    +      margin-top: 15px;
    +      margin-left: 0;
    +      line-height: 20px;
    +    }
    +  }
    +
    +  .stripe-ad .lead {
    +    margin: 0;
    +    padding-top: 0;
    +    font-size: 19px;
    +  }
    +
    +  .fort-awesome {
    +    .action { width: 33%; }
    +  }
    +
    +  .hide-sm { display: none; }
    +  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
    +}
    diff --git a/_gh_pages/assets/less/site/responsive/screen-xs.less b/_gh_pages/assets/less/site/responsive/screen-xs.less
    new file mode 100644
    index 000000000..da5030d48
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/responsive/screen-xs.less
    @@ -0,0 +1,94 @@
    +@media (max-width: @screen-xs-max) {
    +  #icon-carousel {
    +    @size: 180px;
    +    font-size: @size;
    +    line-height: @size + 30;
    +    width: 280px;
    +    margin: 30px auto 0;
    +  }
    +  .carousel-control {
    +    top: 40%;
    +    .square(44px);
    +    font-size: 44px;
    +    line-height: 44px;
    +    left: -7px;
    +    &.right { right: -7px; }
    +  }
    +
    +  .jumbotron-carousel {
    +    h1 { font-size: 58px; }
    +    p { font-size: 24px; }
    +    .btn-large {
    +      font-size: 20px;
    +      padding: 14px 26px;
    +    }
    +    .shameless-self-promotion { font-size: 12px; }
    +  }
    +
    +  .jumbotron-ad {
    +    h1 { font-size: 39px; }
    +    p {
    +      font-size: 20px;
    +      margin-bottom: 20px;
    +    }
    +  }
    +
    +  .jumbotron-icon {
    +    .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 0; }
    +    .fa-6 { font-size: 16em; }
    +    h1 small {
    +      display: block;
    +      margin-top: 15px;
    +      margin-left: 0;
    +      line-height: 20px;
    +    }
    +  }
    +
    +  .stripe-ad .lead {
    +    margin-top: @buffer-lg;
    +    padding: 0;
    +  }
    +
    +  #fusionads {
    +    float: none;
    +    display: block;
    +    margin-left: 0;
    +    .clearfix();
    +  }
    +
    +  .vertical-ad #fusionads {
    +    width: 300px;
    +    .fusion-img {
    +      float: left;
    +      padding-right: 10px;
    +    }
    +  }
    +
    +
    +  .fonticons {
    +    padding: 15px 0;
    +    .tagline, .action { display: block; }
    +    .tagline { margin-bottom: 10px; }
    +  }
    +
    +  .hide-xs { display: none; }
    +
    +  .block-xs { display: block; }
    +
    +  .modal-footer .block-xs + .block-xs {
    +    margin-left: 0;
    +    margin-top: 10px;
    +  }
    +
    +
    +  .navbar-org { display: none; }
    +  #banner {
    +    text-align: center;
    +    .message-container, .tagline, .action { display: block; }
    +    .tagline { padding-right: 0; }
    +    .btn-primary { margin-top: 10px; }
    +  }
    +
    +  .signup-button .btn { white-space: normal; }
    +  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
    +}
    diff --git a/_gh_pages/assets/less/site/search.less b/_gh_pages/assets/less/site/search.less
    new file mode 100644
    index 000000000..a9c8bb686
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/search.less
    @@ -0,0 +1,40 @@
    +#search {
    +  position: relative;
    +  font-size: 18px;
    +  padding-top: 40px;
    +  margin: -20px auto 0px;
    +
    +  label {
    +    position: absolute;
    +    left: 17px;
    +    top: 51px;
    +  }
    +
    +  #search-input, .hint {
    +    padding-left: 43px;
    +    padding-right: 43px;
    +    border-radius: 23px;
    +  }
    +
    +  .hint {
    +    color: #aaa;
    +  }
    +
    +  #search-clear {
    +    text-decoration: none;
    +    position: absolute;
    +    right: 18px;
    +    top: 54px;
    +    color: @text-muted;
    +    &:hover {
    +      color: mix(#000, @text-muted, 20%);
    +    }
    +  }
    +}
    +
    +#search-results {
    +  em {
    +    font-style: normal;
    +    text-decoration: underline;
    +  }
    +}
    diff --git a/_gh_pages/assets/less/site/social-buttons.less b/_gh_pages/assets/less/site/social-buttons.less
    new file mode 100644
    index 000000000..5b84d60d0
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/social-buttons.less
    @@ -0,0 +1,19 @@
    +#social-buttons {
    +  ul.list-inline { margin-bottom: 0; }
    +
    +  padding: 22px 0 17px;
    +  text-align: center;
    +  background-color: #f5f5f5;
    +  border-top: 1px solid #fff;
    +  border-bottom: 1px solid #eee;
    +}
    +
    +#subscribe {
    +  padding: 22px 0 17px;
    +  text-align: center;
    +}
    +
    +label.error {
    +  color: @state-danger-text;
    +  margin-top: 5px;
    +}
    diff --git a/_gh_pages/assets/less/site/store.less b/_gh_pages/assets/less/site/store.less
    new file mode 100644
    index 000000000..25daecc12
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/store.less
    @@ -0,0 +1,115 @@
    +// product vars
    +@shirt-kellygreen: #249265;
    +@shirt-black: #151010;
    +@shirt-royalblue: #2A4DB3;
    +@shirt-navy: #2E2737;
    +@shirt-silver: #D4D2D3;
    +@shirt-asphalt: #535059;
    +
    +.content-underlay {
    +  margin-bottom: -180px;
    +  border-bottom: 1px solid @jumbotron-border;
    +  padding-bottom: 100px;
    +  background-color: lighten(@jumbotron-bg, 2%);
    +}
    +
    +
    +.product {
    +  transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
    +  transform: scale(0.99);
    +  z-index: 2;
    +  position: relative;
    +  display: block;
    +  margin-top: @buffer-xl;
    +  color: @text-color;
    +  text-decoration: none;
    +  background-color: #fff;
    +  border-radius: @border-radius-small;
    +  padding: @buffer-lg;
    +  .box-shadow(0 4px 2px 0 rgba(127,127,127,.2));
    +
    +  &:hover, &:focus {
    +    transform: scale(1.0);
    +    .box-shadow(0 4px 2px 0 rgba(127,127,127,.4));
    +    text-decoration: none;
    +    color: @text-color;
    +
    +    .product-sizes {
    +      opacity: 0.75;
    +    }
    +  }
    +  img { max-width: 100%; }
    +  li {
    +    padding: @buffer-sm;
    +  }
    +  li.active {
    +    cursor: default;
    +    text-decoration: none;
    +  }
    +
    +  .swatch {
    +    display: inline-block;
    +    width: 30px;
    +    height: 30px;
    +
    +    &.swatch-kellygreen {
    +      background-color: @shirt-kellygreen;
    +    }
    +
    +    &.swatch-black {
    +      background-color: @shirt-black;
    +    }
    +
    +    &.swatch-navy {
    +      background-color: @shirt-navy;
    +    }
    +
    +    &.swatch-silver {
    +      background-color: @shirt-silver;
    +    }
    +
    +    &.swatch-asphalt {
    +      background-color: @shirt-asphalt;
    +    }
    +
    +    &.swatch-royalblue {
    +      background-color: @shirt-royalblue;
    +    }
    +  }
    +}
    +
    +.product-sizes {
    +  transition: opacity 0.25s ease-in-out;
    +  position: absolute;
    +  top: 6px;
    +  right: 6px;
    +  border-radius: @border-radius-base;
    +  background-color: #fff;
    +  font-size: 21px;
    +  line-height: 21px;
    +  padding: @buffer-sm @buffer-md;
    +  color: @text-muted;
    +  opacity: 0.25;
    +}
    +
    +.product-title {
    +  height: 52px;
    +}
    +
    +// calls-to-action
    +.product-cta {
    +  display: block;
    +  margin-top: @buffer-xl;
    +  color: @text-color;
    +  text-decoration: none;
    +  border-radius: @border-radius-base;
    +  padding: @buffer-lg;
    +}
    +
    +.cta-content {
    +  margin-bottom: @buffer-lg;
    +}
    +
    +.cta-fine-print {
    +  margin-top: @buffer-lg;
    +}
    diff --git a/_gh_pages/assets/less/site/stripe-ad.less b/_gh_pages/assets/less/site/stripe-ad.less
    new file mode 100644
    index 000000000..cef0aa04e
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/stripe-ad.less
    @@ -0,0 +1,4 @@
    +.stripe-ad {
    +  margin-bottom: 22px;
    +  .lead { padding-top: 5px; }
    +}
    diff --git a/_gh_pages/assets/less/site/sumome.less b/_gh_pages/assets/less/site/sumome.less
    new file mode 100644
    index 000000000..135f5ff26
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/sumome.less
    @@ -0,0 +1,4 @@
    +.sumome-popup .sumome-popup-content .sumome-popup-form h2.sumome-popup-heading {
    +  font-family: @font-family-base;
    +  text-align: left !important;
    +}
    diff --git a/_gh_pages/assets/less/site/textured-bg.less b/_gh_pages/assets/less/site/textured-bg.less
    new file mode 100644
    index 000000000..046b2db95
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/textured-bg.less
    @@ -0,0 +1,20 @@
    +.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .content-underlay {
    +  position: relative;
    +  &:after {
    +    content: '';
    +    display: block;
    +    position: absolute;
    +    top: 0;
    +    right: 0;
    +    bottom: 0;
    +    left: 0;
    +    opacity: .15;
    +    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAABGdBTUEAALGPC/xhBQAAAaRQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMalYaAAAAIx0Uk5TlhaTG6WwoBqyCx6sopscnacgq5cfmR2UkZwhlY4li5IjIiYpjYmQJ4iPJIyHhooog4WBfoSCKyx9gCotf3wuMjEwezN6L3l4NnI1dXd0djc4NHNwOXFvO2o8bjptPWw+aD9mQGtEZWlnQUJDRmNiZEVfYWBLXVxIV0lHTk9KXlJWWFlVVFtNTFpTUVCkyaWwAAAfsklEQVQYGQXBg6JsWYIg0Bh7WlVdVjrz5bN17Ygbto5t2977p3utXhseb5cOkcQlMSvlwcK1KN+kXuZFtaw8UKWGHiFOjR+F43DFHF/nyis8PMwvzc7QdS2qjnykhpWRQjtpLDpQTFUQhrP972J3uIwc3/WaHJF73IT3EHONyQqnTVQIxOGvt7JaF3K5XOM7dyDI1VQv1c0xv3T0lzAQ86iJX3cdkg41x1QCweVIKUGI1bm1XhO1cR+L/oaFys6joNLUSBbURm9bwK9yySmu+6MqCJ24VqSu5NofdmOlOGCp1ci5Ob8EObh89le18MLgAWbH/9ZUCR47kyJmcIUArlxGN2Ugzj/bN6fR9qJeC61niRtk516BTEF7QdOmB60uSSfTQ0TwrYLTiq/CFPBE+2AKf2eiGYkrWyQy44z/1CRs35oHxM4U8tBPNVTAGu4X0dq/5tcZs2TlDO7VVRolsSLyzO9t/aNh2FVvlJJQfLpVr0/qY6o37q0Yo3PxdGKWsibL6V8HxMcYGUev9C5qlrp/cDR1Llr8F8r4oToXReV3Rt8KA32bZwZ/4+38bTq5nqTPOmBjNJ8QK8KWQK8uxdyoNFxrle3Snen1ioqasN3qh+JNVdbGiid0Sbl2/TKfJQ+/cQuOMKw4mtKRN9TBhR1RtF67xTGJGQ8DnuKCq9mhpJgLJWqg9VfSb49kr3W0+DWjGaSSw0vQaapjdCyJoHEQykmbfVGDR90u41jAHpbuNfywT+mt6XpgJFeH4i4U0xRxm6Zu/rHSQv/+9+sG4rSnLJ2zrm75c33ohrzas+eJeBA8D2DBSWPsVGOIq5AsfEzUuNWD52wCbXh2XQyZENdvxrWzzCQk04N7slLfLyj+QZfCsixMS05gcNQwxfJZlkBiPZgC7zhVCjMOtV4weO994s/mVikag3ZnelFcdKVUb2kWMoJ1075OTiv4Wq/wlvvAnMFCN6Ic7MIujcr8b/NDQpaGbX78QR/GUFaTeQIK3OGkm9yxClW8FZvGsXs1Tpcz5WtNSdlDZbV6nglu6YZIfXoucMX99Me+/mYqMBEm4X2YhzRrhMbdL2i7YhttHXwOqWSb55ITmIXscoZzj76Kfa8rrZ0Ay/vhUKErGPfKlBRSyJfcWIidwlfoKnAevyxpUGpikcWZqnz6nDvZIxjGULjGmV+E5QscXHwX4I6MYHYsbEJgxPY6I3Y865Wwfl00a6TQHNPNF2d3k1Ztql4EciNK8/SVIf1+7sxkj5RM23h3nipnfF4U3X62c7VIVQk/twKoDTVwWB+nvlfLCa1bj3J+V3gn6SRqj4EqWOtwjYebhAph8NjHX+Db9mq75Hofkv9fsnrmLc+Cxthn1njneZNPdgfO4hnRGppVsqT/tAn2le397e3fN9E9ovzlL9e5DhdsFPACnKb5gYEZ7zDbrH5EufdFxxs/yxqX+DlXmmMq1HrLKs/z5H/pKj3NLfzhuHCCqg8liB0+vNGn7Sf+tChHoxPOP4cu/362qAtC0kNra8dVyzLP4Mgpf/Y3yAOeb5IyqSMRCXy3+mN2v9Flta4Yn1vBXimEZV/V1I3fRlU8Ed0q0/LQaNn2DOJlB45M5X0aajILyO0k9FJZA2o5ie+V1VwDGdgFebF1vrlT4ry4zQcedHIKBXkeVhsvkxsT8jW97S073GTf22Wm2yBN2TRDVaEldhl15MfHpDOllhIavGPJ+OB5Yje71SlEkGVz/6VEBT+fV9lFh9Od2xxK+a5ry0lU3yjQtcRPiCDSF0smi6c9ZDqbZso6afHA8L3Apl0LJJ7whAq3tY6+ZwkxYArATbCsYfe8U+9KNLtlW98Mbacuu7NR6NhOFzOcQKsA55FD15JuR7xsCCmuI7IO7qlDjxlLRmy02bpLxfoBncftvmGHUu6SYDOK+srqYwklx5dIjqUroTweFRrmQZZGiE5Z2eK2iXy/rD8d/+l5kcylD0Yht2mrdNmqDdgKURofrZWefrnJsVQsWnL48VGOY+AhZTf3qJpc6qhxYWyCNHrLCMnqPBgMulqj5CjaGH4/VajHzFIOK18eaVcu0XC/Cp148YVasVmi4zO9rTMjKhSAZmVvZ3l7bBVVvuQI0rP6XTudT24ZBVosD5PrR8nFMVEKPIJ/3K0qvq3TlG7ZFqkfWccRrGr7t5nGZleYH69t+yLaBKwEj7LtTHZRJkiDN9Kdt0J6BlOZeZh71maSHj4FikgDqcRmsUOsy3ZJhqFehZjNYgrd8utMC3KjYCOTICBQ7MQUILu3aDdxeVFOCNpVUcIX76jEKN9nSWYQ2PNTN3vdC8Qydo/dEWRi6OqW1ZxTNcYrgpeb09MHTZ3njxofDbBQtb6SDnL99QtwslhXy8jqLD8STMoTsbYdTxWwqSXJVmTAp0rZComyl7i6QY6a0iOaVIeBh0Zga4TzYmHN4hYY3Yw2jrNMdLya+rhdUHXkyJnXVfW+qQqbKCq7P8jbs82yX+OrVvKc31RBNPv6WNUiq32h13InyQrUcnlty4rTA3Z6N2nkK6NR+E91Q9tCtg19amUtZFPlF+GzJHj3Ew5TnswP6sFQNo0NK9aPNB1nBpGGRALr1PiN10oUIWfvVgXc1Mgd9ehTEh2MqiwtF1rvq9WMhZAeGx9okMJrWfPEkGkbpAuM6zRXEjcr/DY111+hvsdjXEawhkkcy6n0/z3urraN3gBE1+q2epXs+WTbTVMz44yqw/YZKBq8C2uT74W6H5MlaNZN6ibfZ8W+UCpSoaVl51TVo414nslTf5d3RC23QXov+keW33UzjztU0XFwjWAPrjZOQ1JrePpttq2T2AA89Yh+sVGtqmvPzoOm9+Adb2M1qAP0WHIcSPwkVkM+/pIqwZcWoI69l0UOo8LB2g7t9Tv3Vi3fMNdkZOWthWeVAe17/l9qUvWn60ZQm62fZtZLuVx+hCVRthL+Muadnt9VW91Zog+XeQXDQvNayj+JWgMDO1FMA104HNr7p4YZTs65g+PmYTMPSOMgWw44DVJF2qYv5WXfMCjj3WDXPSTC4rFsuyYfT3Y7Sl2YZaNoveCawhtnnR9MrfXS7GgTxLHrQvfndBk8GyTdKDDRZcYQiv1iL0nQ1tXtbUFxQdDySZRaEXYN+BtDeFt48raTnC6v7lrJqqyqTCuptqGjxv1el2eOOi/XUl6HVeXfyDZfJYVzWUbBIgpC6g1gaxgSIwqLpsJoYfnCGOyVg+ElTZfY98e7Tqq+P/DVpOqcZcIpbR5vfDLd3d5slkyodpDL7nuWrYcvdCOVeeXLg8n73rhuW+NaKOS4UjXHaaiSoW9e2RcL9fMnGvJck56aF3WAWOs8XWFVh3VQKBbG9PisEjmoWyy+ydXEtkmvwFu1nSFzuicrZbJT/1HCg5w3+MwWFFwyjbH26I0Tc6NJ20OXqEZKkeWjb2ceG7s0HTZ8Z0mLpEZhM9tZV5kEsM1macd4p47U9p1ppbLDpX57NPLlo5D0Bls7cNTPNpOgaxuD3cd/M0Mh0qrBFyPyqZd9o4FpHjQZpzhq0NXN3MtayO1duT3th/CC3ZY5cXnH7JWsKY15pFX4i8DeLuJ7PeJ3VhXtvKnS88Lvihto5BF0I2Dw2QF05HazFyxddvOH95draC9Ykfxr7uYyLKO62Yq//rYbCFYJjwJ3F7GHQiuOjAtJjbvk9ZQ1oiOKQCplBUtFjgodM07PqXd2/i6uujasmXTUNkE2NoESofFpdQxYC1Cla/hR0KjrrPqldoN8RJnjYvcQ3nmFATeVQ8c3L10K3u9RoVb2RbBCuIpLOe4Kb/xFdsSbtidaxfTO1O/L3Sqgp1HSiTHIVpKZZUX6hvnMXVSBV7hamutlu/VMikQ//HUi9+FWkpfJ8p6uxmJV1Cr/cJ5btknmghJbOTG35fUVXlgpzeyEpleuvU4/3iED30sCQ94PfrhPHSflunakZn2HKhh6HizLefn3ksOyCze6BfSwav6BgHi7AQtekhN2VGL+b09tw8jI+oqMcNDZTTxdPSd/qOafWHjS+9rmka+VpmC1rKOyCZwI9R/exB3NpeX/2XdjwY2ZQ7NuvrhXthcFxmfKlB+d6PiFVTcLfCmFo/jYDgKnDvYGaCYl49g1vCOHEPslDZJ4S30oux6cYQgox+mbtaaQsK2SomOSjYu0cGl2d1hQDmvNMy35ofp5SAQlS1Jd3XjWY+S/TKg2dD652JYjItaMg3m35fMdsSu7u01d123Z/kmxGTJlesmqCFxXn6n8bpcFEsE8EhwV2Yf7yjRqjC3moDUzr7yJVjnkE/vLgjJsKTPh1rltI75F72/xirBylLxyJS573DJZ6ThJQSuTokUK33+ItnXPCkoBVaJb3+FDw8OurIrjm5qbXq21n3zfRP3IOJJ3asbzU9/FVElp2KRUY4mCA5894qXzDj4qmXPgknUbcQcHzZmbom2ybBmqNZfav7Yw7RWGjFoRy4V1EYK2pXmE1pKUpokwPVCspoACXvIHRbtHNe2mbrCFvIOB437CUsaxk/ejf/2/mN9WtqfGfEWWgzQimpaDGsZXQl03cXTg6rL3zIy8K7FQaMOg0BjcA1H039QE5dJSLFV27t0XaDn9YX9QixC4puw9PEUTtpMf28y6DA3ol/xVQborN+2YnKxgg+Pawk+n/7ZOG7SCkyba5D0n5/Jnnk/HkV2wRWwfwYt3YTuxkn1pzvJMBGxM04w/3taOPYu9ff2DJZ7fBZXuHoO8DUCXJjtdeuDW8kqoxduypFa7MXAm1yPiUkrD1WB4HPaeJ7kp1Y5naGEgOKioLDM/IA19kxzSPPWkue8f9MYb8zfKzFKrKHSMhcQGAoQFMUyk9WvyYG6sBtzvw4EUnmPr2ze3bDztQONFUg0lO1LL3g80L0KtpPP4nK+xIo7q4NMozilxiwQGY1zc5T50ilRjMju+A1/r7N0wofxC2H1uMD11+L4hZyeP5/9u6nIjX20amyz05d2B2ueHcW757vJ3xHlv/D4z0AW4w99+VSop2VnZUtFAURmUMn0r4ofoHg+3bKoaKQlOK7rBfRavPwf17Gem8/ysQynXTvuQ2JdobPfnokPR/l1z/2Wf5PdiIMRJoMDeJfKNwMiU6JoKdHGzs9Qm1U34BbEx5GwUuXvmj5/CWu4gPB0xFyko4BhGVFtbfF12WKx+Bv/9mPhc48MA5Ll6jE72OVON6vFlxoXr268rtmB6MtprC39GGm6UdYcMCK6P4j/9mBKuY+60Yrs/0W/dztduFSdN932r3ej6dqG+uao23pd4kbIEGjsQfjPzn39k/VI2D/cL46Gv49v/mb8CuwwKftmT7rIQrXhXDmusMzvYlHGqz1wDg3/+aP0r5/kAWAvXPm4O0TJ4FcLZYkXYtrkOHXFDxSklG01Mj+rV0nqdQs7rAptbGcUg3Vd32tfQfp0Bmu9V7Gs8aUUxT8FwUeTV/kPu/dLJVVOzlO+Rqc18lknhD4NFHjasnIOpVobONhqTVRHV6p4efQDB9jYBlXZ9XBxfaYStOVhYFKoZFoeJ5yU8/rRXSQEGbQYWwgTGKvy4v072XqWo2ryFSudx8Of3J4sBmo8gP3fDhoClaNnATI9erIzx6h0H0gbbBxOc1fQs2DpwmPgF0RTxW4WKC5KzpVLrSedYV6rQvmqYWXIdMhH0z/LM9GOTAi0wvbKJLQJ7p4b3gUuzh3dpwG0s2GKH89Rso4NXRMmkfMRZbuRQQK0gDAt9G6TfZ+3Bp0lylA3Vspcw8syxSV+3qwSh6RUNbjxNkbiv/wyU1Y/JC/aPOv/4OL8gjarztqbD3dNTO0E5GUuCGiRSbl810vV1qt2I/FIUjxn2UTqdp0RNw1YH4mGeSGUvva6ZLsuiKm/2m4Of2nkHUSjM89JYXpEAOM/XElkoJIZFWHPVCfwTJPIgiremFnfDDp+YXfd4EO+PpbNZPhnV07oypat/Iiu7L9uauJoksdSrwq7RynZ9VhjA8qvaOR+X0n5d/+XsfNyyxy/7/xxfIlXjiPxV0t1IFLzcK12n4iu21d+JGX0kR+heWRNCVY2hQ1ZyYR4OyNmpXXzatE1zb4gF0fvVfoNVF9Z3lPOPT5KcVEFhbLTs5KEdoORurGYcYp+9O0Sv4peGU6MQT3lGk38+LDqyKeLSfD/5x2b/LxvWLnbQMk0sLHkGgtdh5we1knMAr1tJ7Xmry7uVyvWfLHA9hZ0WTwSf3aINPZp7TrN8y5tMUmxNxhRCPHDfJmI+H4fJDtRwWKAtKZNGE3pyEjNZ61NmmcqWhQtYsmKZutGyrXAJQ7uXFrv8A8Na47oObg0/216aUz0AwZ3i5vnj9nOOfTuXedNP9FVUrpsH82+2mIq/GiFU4jH4qaFxyTaVTACM2fongb/ErQE1tyNvtKtDO9U+h4nZw0JOrTdysbvDiLnHacLBrC+FV3mYvf1nGNYqBDjJJOaZZdWwZZUX2jVWKp05ttKzRs6Q/wJpsitdOTGsGrdvSQ3e1cqt081eSdeVjVLN4wUV9KQqEbISaTopru4VW8qlRhPPp/R0qtGqPsDl/gYkYodqgicd1Y2IG/jXx1hyvZuSX2htu1KtZkDe1XVDgQjuRPebUB/IqJUWTXcq8KHvAKtn+G3DtgilAZfNJl+tHDE1uXSeTPmohUluVGFf5FWnTty8+GnrRi7X5S7qLgrow2x+ZN8WMr2GlJh5XrKQbtYomRw/Y+a9+fGWd8QkeFr4jz1C3dsO0mqO7lnZgo04WGVpcXY3HPApZXmfrC8qt8iT5g128NLAjfXQgMKvbcMbfTQax0Q0WtUV75+Wvu5ELodhF2+7SyjyoRjFj2gfJCmm9KokrA4J08dqVLeEUdiVIzEczC8tRDzbe27Wr67tB0zRuwokD6n+lo0vjhpo9nYFuKX5QuILNjFor7zZ5lGHzhp42l/Y3b+7UDSjZBuUTZpJPcxS8qs1P1eZo0ZMAa8tj/IXvBPkxzpZa7Lg/oN5NFkt5j2zwaIms84KiohaPnKE49NWzLTTvXi3szrbiY3EPHn4c6ciJsqnljA4xldB39K9sBcFzyBC5BKIVxFE6/rRaWrWi4ykIjZuEajL68gw85TWyFZ9ilbvzuNCJ5QaIZ6nCfstuZ8d97umloSvnJFffD8zk1mq3afkh4GkjzwYfE3BEuvR3oUmX1S4HyStriBxrobRijsIJvMBeJau9P1a3YWaVQI0hg6o10CTO+TRl28syU/dkYd81f7chuBI3aJNSpTfyaNTUu7mqwVMim5yJ4B91os3hndehiP2C1HMwJufLt+a3ut8CoUZ9W350oljULvbX1SyYPg2FSDHsF5+ld8buR1ceDmHLfRdZBgdQLzXE/E+iZsTK5GCT1xXiIpINMXmp5jvpTdoOcxVrzCizDkX9aJTlgAhHXEoU0h5oTedbdEWb3nVh9IeP/0AC616ro5MZjDBPgNmWaM//qe0Fmv0kloLPk28i3+7XO36Yp1kGdPm+denVt7D6RHxBmlUU36IabbxluBRFktte0s7lvWV2pk3Z2GYelWbIsGfvL9zhEM0zt7lM9lcyEb4Y5zqUdRtPrdboKeub9KhECkje3rrnXN1wVCFdi71VnuwqaNcuLEsR5cwsYtosVHauaXUSaCYzr7grb9p4cv3wXP4Ak/q/Z8v/dQlrpXiO1oNJ9e8zrQfcDIXM81pXQdHMkPSBZCpnSq1yb1+ZeylXsPw/cPD6xvHWsNgCXERB0rafOt6bt7t7IHU1g5Lf5fk8QXNrXio6/9vGq9oHxQeEF2qXVbSt10EPKi82YYRY9LXYw2QqV+oyUI6dSFUKZj1DnbzRXG3hkSYHPQjKaOorUsdBw8tW+XMbg7uG8zxd3cW4NQsF3Ug7uNGL5jc+gN6HpqWeRy6WSdsVnt65uWAiwNlWDL7JPgZjcPkhf+r4B57qpmc3gnOzozM5k/TVTwL2tIS418X5eUmciP66sabjF6EPJp+b4kejrZVkp+0cYVIhE96dcJX0GNdTZbtJI8goUVh67KZ39WB1lVZBD9uHL/Xucfio79U7DDi5BPvF0SK40gvEG4+d4vB82CnWk08ccuYr6V2ls8RQ4Ac7hzfFSpa5daMZG8let59pIBSPNHuRkyp2sTZewClY9f9jym9AU/QXpW4dZqU2e1cR8LwEYndfWM2hV5P1tlcbn8+mQRFUpDZ96CV/6hK9J90Z6ElMzdfEnzV5LUTWEXWrUsAiOumitThkuAxC+77LOlkhkJpM9/rcRJi7GMOCeOBU4cdBp4FuSxbKZ6DzNaz+YPanyUuY8yDsu0sNoh16K44T0j7dHZxCysOds1J8M3qwNJ6mB0AJRBz5lUgji8b5/NBEym7aHpw2prPunQRckfDRvSY8VerSzZllUEXrA4BUk6DTG85VVAJvK22afONWEBlMFtBjHsO1DHFDYb+291tslhzU1IQxbasB8vIAI9MzCAX9Wo5vOipHaHWRtcQR/lAWsoafPINiFNEIhyTG5toHS3i0rY1FC9P61VnR9bV0G3dbplbV65cxSwC+bZtkyA3y5dv6PxtuymlhAlsd6vdcTVsi9TrVXI28pG9nZwsQXcs/WIa750ilhUxMkNm2XXs2Y8O2v+o51qiXQ8Vv+zjD3XmZfrdRs4kwuVXSCXTbver95vmOschGSrUhBnvAB/VuF6Rxa7ptXi5OBx00hflKonHi5RaPdDpJSzF7StHdcpnrDbtt9J4lww5VeECPhLsMBGq9+m95ASpFaMLNkTcxxQwqfq8VYLjeg3jwnY16YZORWRfN1bPK7SnsEmGESNQCrr7yJDEko7el9cgSMIgTUqhxFt3o95UWZiaWg1btxpFKEvqLQBoiIKcFnC3zczCbIagrlzX7fLURO2v6X4GA587rPDetvOLyCqHc6Yww2YcbG8X1aRYVCfVMdzTzM2aRqSZtnI4Lv6zdUKusbp9gf7h19TUZD/AC6JpJCaqSwF0H2roiTO0P/mWtiH/4L/rbj58rYnl9Gsv9H1vXia6XCd7sY0jzjtrKBCrH2aRSnDDsGMMfYcY7UN78avbBbqwS1IYgbij4IPq450Ud02hBFAeYVIFf/Q1Bc72B2LXn16OdipfhaXc9mItqdhEK0WxXZOVXzK+wYRPSMb1jLU10wVa10gPbIc6Owau5zKkr1e2GzZdB/+2VjJWV0PTYMIR7eL7YXuu1CEWsrFsDECmWYZbCshJ1JP0jmqobSRAcgDMHfJkOzZD95dq7ZQpS30XAImJ6qzslN1f/o7aHOrsWCaBSPjBnndHrK7f8hIfdHVk47rpfezvqrfOIyQ4HoXG0/tMrcVcjHsZOvHXnZ/V5XPQgDgMHoS0MKBbeC+MyVguwzkjy1XeDkT23uwOoTSrqpdKs2Nf/whUpvNKXrZnt5v3//UA6dPJCgtxOyrtD50ZfGfOoaEcpxTWO0lvX0zEzV2+n1i+GESda1iAZRuLgKCFVfckTh+9xi3T5g46wshk+iKR1Tre9pOFuQ8w72Q8qdj4L9ul5ePuljWHFw8qz8YM80cOorQlBLLWg8UBcMnP7Ndq9/Ug4kYWr2JzlO7atGkwbyGhSZU4QdMxydoa00Ze1MaVE2JadrtSJwGsfbrl7F0Y2YT3GdwMi3anTMMtD10ldys0b8Oovu1Fqi+Qj2yAOJaPRZrVepMVCBGVimkM8x6KArsu/Pd+ReLvS9df2OoJPffNwNaUB7Mfq7Etv9h3eZWiPjlAOSpaOBzn5KbuRZ3ZzqLQE42wZz6S3dr53KAOZtD5Cd/eLvpktUmePrphRxe2WuUL+62ySxKiWNQxAJHT5xXOU0eVDl2fHyoj0dV1nQn0l1EEKDH9cOs8z2bCA4w/n7EcleleT7aJTcV6jCmO8CO57r7fU/NJ6c8NM9WwMI8zstNVEuThtf0UcFVHiLKslx6uBcnkOHy2zLC4i+XyXOA/ez91G/M+W6f01br6VRU+/qWTIr1b7HsuXNnq2sBkpmnsA6EjYtGV6zrI6yxKyk3Ddqpbu447FTtDN0zrTE3B8L54PhXyB9aqTr3C52OtchdowMax3Uo2Q5370vt0vtCzojBTRwM9/eO0UGQRO5YHq1Nb2s9BlEHNRQ/oRtPKu/CiYBecIle1FAvZ8NUYkDy28ZHoEi/R9ZOGgvmju1FqX/M5P49uDWoPfJP6Js3uDX06qdeqZPaqzYPv73ztSe1eScFg9kCE4cMd+4WoYgTDQqPgExPNYqmSPLiKPn+LlnDT2V16zFKVDCBpzx+htzmWVhSXNTDJB9UHcmbYVqE8UFXwObMJvifnjDL9WOGaWeRsW4UEh0hHNvbvJm3/IKzF1WmWwsJMxer4kvnzWxBGmzkfzjIb/NDxCbcLuC6bujbJ41O0dVqhlY73zQoEjqHnsEQekqKzejcmAHEiEkHz7zsgatb0kH3pmoPgEk0St2AmKYip3MFk9V5Nm7q47sj8T8mIOTjTRt2LLBDp9UVFdI7Pa+p1ozeChH3WIQcar05/j8d2FhZqz1Q3kYMGQiHbLV2i1HEfw6qprmjfyGk+MI9Z3sjM2H+lg2a+q6V79RBx4qZeQi8xXOWnMsfu2tqxyqUuecL3+5ijd0F3Ff+14xx3RJSreZz2JOvYVjeyWLyCdnAp5AKRPLu/FWi9PgLhsQ9ja3bphs0nCimW6GkXEz6XFfbeFMTZxczcBwg4aQz7qDTLsv1s0VzZV+089PVDpMBF7LutaT32frEKnZSzEG40dq62Huqh8NyDBIXJv8tOa31DuRLhk7Byn+j9MByMC7Jd5EtzvXCksA0etm6TbcaQX2RzojFLZpiFebI8qMVyxaddkrvkzv4Pt7iFz9PXmP4AAAAASUVORK5CYII=);
    +    background-image: none\9;
    +  }
    +  .container {
    +    position: relative;
    +    z-index: 2;
    +  }
    +}
    +.jumbotron-icon:after { opacity: .1; }
    diff --git a/_gh_pages/assets/less/site/views.less b/_gh_pages/assets/less/site/views.less
    new file mode 100644
    index 000000000..f0cd3c993
    --- /dev/null
    +++ b/_gh_pages/assets/less/site/views.less
    @@ -0,0 +1,50 @@
    +// view-specific
    +
    +// reset background
    +.v-get-started,
    +.v-store,
    +.v-accessibility {
    +  background: @alert-well-bg; // resetting for depth
    +}
    +
    +// get started
    +.v-get-started {
    +
    +  .get-started-cdn {
    +    background: @section-emphasized-bg;
    +  }
    +
    +  .jumbotron {
    +    border-bottom: none;
    +  }
    +
    +  // sections
    +  .get-started-cdn {
    +    z-index: 2;
    +    position: relative;
    +    border-radius: @border-radius-base;
    +    padding: @buffer-sm @buffer-xl @buffer-lg @buffer-xl;
    +  }
    +
    +  .hr .hr-text {
    +    background:  @alert-well-bg;
    +    font-family: @font-family-serif;
    +    font-size: (@font-size-large*1.5);
    +  }
    +}
    +
    +// accessibility
    +.v-accessibility {
    +
    +  .accessibility-cdn {
    +    background: @section-emphasized-bg;
    +    border-radius: @border-radius-base;
    +    padding: @buffer-lg;
    +  }
    +
    +  .hr .hr-text {
    +    background:  @alert-well-bg;
    +    font-family: @font-family-serif;
    +    font-size: (@font-size-large*1.5);
    +  }
    +}
    diff --git a/_gh_pages/cdn/error/index.html b/_gh_pages/cdn/error/index.html
    new file mode 100644
    index 000000000..fe78d9340
    --- /dev/null
    +++ b/_gh_pages/cdn/error/index.html
    @@ -0,0 +1,335 @@
    +
    +
    +
    +  
    +  
    +  
    +  
    +  
    +  
    +  
    +
    +  Oh noes!
    +
    +  
    +  
    +  
    +  
    +
    +  
    +
    +  
    +
    +  
    +
    +
    +  
    + + + + + + + +
    +
    + +
    +
    +

    + + Oh Noes! +

    + +

    + Something bad happened on our end when sending your embed code. +

    + +

    + We've already been notified and are looking into it. Hang tight for just a bit and we should have things fixed up shortly. +

    +
    +
    + +
    + +
      +
    1. +
      + +
      +
      +

      If at first you don't succeed…

      + +

      + We'll be taking a look into things. But in the meantime, it may not hurt to try to request an embed code again. +

      + +
      +
      +
    2. + +
    3. +
      + +
      +
      +

      Been a while?

      + +

      + Still stuck and haven't heard from us? Let us know something is up. +

      + + + Contact us! + +
      +
    4. +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/cdn/success/index.html b/_gh_pages/cdn/success/index.html new file mode 100644 index 000000000..efafed444 --- /dev/null +++ b/_gh_pages/cdn/success/index.html @@ -0,0 +1,336 @@ + + + + + + + + + + + + Your Embed Code is on the way! + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    +
    +

    + + Great Success! +

    + +

    + Your embed code is on its way. +

    + +

    + We just sent you an email with your new Font Awesome CDN embed code and instructions for what to do next! +

    + +

    + If you don't see the email (sent by "Font Awesome") in your inbox, maybe check your spam folder first. Also, make sure you haven't previously unsubscribed. Still nothing? Try again or get some help. +

    +
    +
    + +
    + +

    Next Steps

    + +
      +
    1. +
      + +
      +
      +

      Check your email

      + +

      + Your embed code should be waiting there for you. From there you can also register a Font Awesome CDN account to help you manage your icons even more easily. +

      + +
      +
      +
    2. + +
    3. +
      + +
      +
      +

      Get ready to use Font Awesome

      + +

      + While you're waiting, dive into how to use Font Awesome. You'll want to add your embed code within the <head> of each template or page that you want to use Font Awesome on. Then, check out the Font Awesome icons and examples to learn how drop icons right into your UI. +

      +
      +
    4. +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/cheatsheet/index.html b/_gh_pages/cheatsheet/index.html new file mode 100644 index 000000000..fda2dbc15 --- /dev/null +++ b/_gh_pages/cheatsheet/index.html @@ -0,0 +1,6637 @@ + + + + + + + + + + + + Font Awesome Cheatsheet + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Cheatsheet

    +

    The complete Font Awesome 4.7.0 icon reference

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf, set it as the font in your application, and copy and paste the icons (not the unicode) directly from this page into your designs. +

    + +
    +
    + + + + +
    + + + +
    + 4.4 + + fa-500px + + [&#xf26e;] +
    + +
    + 4.7 + + fa-address-book + + [&#xf2b9;] +
    + +
    + 4.7 + + fa-address-book-o + + [&#xf2ba;] +
    + +
    + 4.7 + + fa-address-card + + [&#xf2bb;] +
    + +
    + 4.7 + + fa-address-card-o + + [&#xf2bc;] +
    + +
    + + + fa-adjust + + [&#xf042;] +
    + +
    + + + fa-adn + + [&#xf170;] +
    + +
    + + + fa-align-center + + [&#xf037;] +
    + +
    + + + fa-align-justify + + [&#xf039;] +
    + +
    + + + fa-align-left + + [&#xf036;] +
    + +
    + + + fa-align-right + + [&#xf038;] +
    + +
    + 4.4 + + fa-amazon + + [&#xf270;] +
    + +
    + + + fa-ambulance + + [&#xf0f9;] +
    + +
    + 4.6 + + fa-american-sign-language-interpreting + + [&#xf2a3;] +
    + +
    + + + fa-anchor + + [&#xf13d;] +
    + +
    + + + fa-android + + [&#xf17b;] +
    + +
    + 4.2 + + fa-angellist + + [&#xf209;] +
    + +
    + + + fa-angle-double-down + + [&#xf103;] +
    + +
    + + + fa-angle-double-left + + [&#xf100;] +
    + +
    + + + fa-angle-double-right + + [&#xf101;] +
    + +
    + + + fa-angle-double-up + + [&#xf102;] +
    + +
    + + + fa-angle-down + + [&#xf107;] +
    + +
    + + + fa-angle-left + + [&#xf104;] +
    + +
    + + + fa-angle-right + + [&#xf105;] +
    + +
    + + + fa-angle-up + + [&#xf106;] +
    + +
    + + + fa-apple + + [&#xf179;] +
    + +
    + + + fa-archive + + [&#xf187;] +
    + +
    + 4.2 + + fa-area-chart + + [&#xf1fe;] +
    + +
    + + + fa-arrow-circle-down + + [&#xf0ab;] +
    + +
    + + + fa-arrow-circle-left + + [&#xf0a8;] +
    + +
    + + + fa-arrow-circle-o-down + + [&#xf01a;] +
    + +
    + 4.0 + + fa-arrow-circle-o-left + + [&#xf190;] +
    + +
    + 4.0 + + fa-arrow-circle-o-right + + [&#xf18e;] +
    + +
    + + + fa-arrow-circle-o-up + + [&#xf01b;] +
    + +
    + + + fa-arrow-circle-right + + [&#xf0a9;] +
    + +
    + + + fa-arrow-circle-up + + [&#xf0aa;] +
    + +
    + + + fa-arrow-down + + [&#xf063;] +
    + +
    + + + fa-arrow-left + + [&#xf060;] +
    + +
    + + + fa-arrow-right + + [&#xf061;] +
    + +
    + + + fa-arrow-up + + [&#xf062;] +
    + +
    + + + fa-arrows + + [&#xf047;] +
    + +
    + + + fa-arrows-alt + + [&#xf0b2;] +
    + +
    + + + fa-arrows-h + + [&#xf07e;] +
    + +
    + + + fa-arrows-v + + [&#xf07d;] +
    + +
    + 4.6 + + fa-asl-interpreting + (alias) + [&#xf2a3;] +
    + +
    + 4.6 + + fa-assistive-listening-systems + + [&#xf2a2;] +
    + +
    + + + fa-asterisk + + [&#xf069;] +
    + +
    + 4.2 + + fa-at + + [&#xf1fa;] +
    + +
    + 4.6 + + fa-audio-description + + [&#xf29e;] +
    + +
    + 4.1 + + fa-automobile + (alias) + [&#xf1b9;] +
    + +
    + + + fa-backward + + [&#xf04a;] +
    + +
    + 4.4 + + fa-balance-scale + + [&#xf24e;] +
    + +
    + + + fa-ban + + [&#xf05e;] +
    + +
    + 4.7 + + fa-bandcamp + + [&#xf2d5;] +
    + +
    + 4.1 + + fa-bank + (alias) + [&#xf19c;] +
    + +
    + + + fa-bar-chart + + [&#xf080;] +
    + +
    + + + fa-bar-chart-o + (alias) + [&#xf080;] +
    + +
    + + + fa-barcode + + [&#xf02a;] +
    + +
    + + + fa-bars + + [&#xf0c9;] +
    + +
    + 4.7 + + fa-bath + + [&#xf2cd;] +
    + +
    + 4.7 + + fa-bathtub + (alias) + [&#xf2cd;] +
    + +
    + 4.4 + + fa-battery + (alias) + [&#xf240;] +
    + +
    + 4.4 + + fa-battery-0 + (alias) + [&#xf244;] +
    + +
    + 4.4 + + fa-battery-1 + (alias) + [&#xf243;] +
    + +
    + 4.4 + + fa-battery-2 + (alias) + [&#xf242;] +
    + +
    + 4.4 + + fa-battery-3 + (alias) + [&#xf241;] +
    + +
    + 4.4 + + fa-battery-4 + (alias) + [&#xf240;] +
    + +
    + 4.4 + + fa-battery-empty + + [&#xf244;] +
    + +
    + 4.4 + + fa-battery-full + + [&#xf240;] +
    + +
    + 4.4 + + fa-battery-half + + [&#xf242;] +
    + +
    + 4.4 + + fa-battery-quarter + + [&#xf243;] +
    + +
    + 4.4 + + fa-battery-three-quarters + + [&#xf241;] +
    + +
    + 4.3 + + fa-bed + + [&#xf236;] +
    + +
    + + + fa-beer + + [&#xf0fc;] +
    + +
    + 4.1 + + fa-behance + + [&#xf1b4;] +
    + +
    + 4.1 + + fa-behance-square + + [&#xf1b5;] +
    + +
    + + + fa-bell + + [&#xf0f3;] +
    + +
    + + + fa-bell-o + + [&#xf0a2;] +
    + +
    + 4.2 + + fa-bell-slash + + [&#xf1f6;] +
    + +
    + 4.2 + + fa-bell-slash-o + + [&#xf1f7;] +
    + +
    + 4.2 + + fa-bicycle + + [&#xf206;] +
    + +
    + 4.2 + + fa-binoculars + + [&#xf1e5;] +
    + +
    + 4.2 + + fa-birthday-cake + + [&#xf1fd;] +
    + +
    + + + fa-bitbucket + + [&#xf171;] +
    + +
    + + + fa-bitbucket-square + + [&#xf172;] +
    + +
    + + + fa-bitcoin + (alias) + [&#xf15a;] +
    + +
    + 4.4 + + fa-black-tie + + [&#xf27e;] +
    + +
    + 4.6 + + fa-blind + + [&#xf29d;] +
    + +
    + 4.5 + + fa-bluetooth + + [&#xf293;] +
    + +
    + 4.5 + + fa-bluetooth-b + + [&#xf294;] +
    + +
    + + + fa-bold + + [&#xf032;] +
    + +
    + + + fa-bolt + + [&#xf0e7;] +
    + +
    + 4.1 + + fa-bomb + + [&#xf1e2;] +
    + +
    + + + fa-book + + [&#xf02d;] +
    + +
    + + + fa-bookmark + + [&#xf02e;] +
    + +
    + + + fa-bookmark-o + + [&#xf097;] +
    + +
    + 4.6 + + fa-braille + + [&#xf2a1;] +
    + +
    + + + fa-briefcase + + [&#xf0b1;] +
    + +
    + + + fa-btc + + [&#xf15a;] +
    + +
    + + + fa-bug + + [&#xf188;] +
    + +
    + 4.1 + + fa-building + + [&#xf1ad;] +
    + +
    + + + fa-building-o + + [&#xf0f7;] +
    + +
    + + + fa-bullhorn + + [&#xf0a1;] +
    + +
    + + + fa-bullseye + + [&#xf140;] +
    + +
    + 4.2 + + fa-bus + + [&#xf207;] +
    + +
    + 4.3 + + fa-buysellads + + [&#xf20d;] +
    + +
    + 4.1 + + fa-cab + (alias) + [&#xf1ba;] +
    + +
    + 4.2 + + fa-calculator + + [&#xf1ec;] +
    + +
    + + + fa-calendar + + [&#xf073;] +
    + +
    + 4.4 + + fa-calendar-check-o + + [&#xf274;] +
    + +
    + 4.4 + + fa-calendar-minus-o + + [&#xf272;] +
    + +
    + + + fa-calendar-o + + [&#xf133;] +
    + +
    + 4.4 + + fa-calendar-plus-o + + [&#xf271;] +
    + +
    + 4.4 + + fa-calendar-times-o + + [&#xf273;] +
    + +
    + + + fa-camera + + [&#xf030;] +
    + +
    + + + fa-camera-retro + + [&#xf083;] +
    + +
    + 4.1 + + fa-car + + [&#xf1b9;] +
    + +
    + + + fa-caret-down + + [&#xf0d7;] +
    + +
    + + + fa-caret-left + + [&#xf0d9;] +
    + +
    + + + fa-caret-right + + [&#xf0da;] +
    + +
    + + + fa-caret-square-o-down + + [&#xf150;] +
    + +
    + 4.0 + + fa-caret-square-o-left + + [&#xf191;] +
    + +
    + + + fa-caret-square-o-right + + [&#xf152;] +
    + +
    + + + fa-caret-square-o-up + + [&#xf151;] +
    + +
    + + + fa-caret-up + + [&#xf0d8;] +
    + +
    + 4.3 + + fa-cart-arrow-down + + [&#xf218;] +
    + +
    + 4.3 + + fa-cart-plus + + [&#xf217;] +
    + +
    + 4.2 + + fa-cc + + [&#xf20a;] +
    + +
    + 4.2 + + fa-cc-amex + + [&#xf1f3;] +
    + +
    + 4.4 + + fa-cc-diners-club + + [&#xf24c;] +
    + +
    + 4.2 + + fa-cc-discover + + [&#xf1f2;] +
    + +
    + 4.4 + + fa-cc-jcb + + [&#xf24b;] +
    + +
    + 4.2 + + fa-cc-mastercard + + [&#xf1f1;] +
    + +
    + 4.2 + + fa-cc-paypal + + [&#xf1f4;] +
    + +
    + 4.2 + + fa-cc-stripe + + [&#xf1f5;] +
    + +
    + 4.2 + + fa-cc-visa + + [&#xf1f0;] +
    + +
    + + + fa-certificate + + [&#xf0a3;] +
    + +
    + + + fa-chain + (alias) + [&#xf0c1;] +
    + +
    + + + fa-chain-broken + + [&#xf127;] +
    + +
    + + + fa-check + + [&#xf00c;] +
    + +
    + + + fa-check-circle + + [&#xf058;] +
    + +
    + + + fa-check-circle-o + + [&#xf05d;] +
    + +
    + + + fa-check-square + + [&#xf14a;] +
    + +
    + + + fa-check-square-o + + [&#xf046;] +
    + +
    + + + fa-chevron-circle-down + + [&#xf13a;] +
    + +
    + + + fa-chevron-circle-left + + [&#xf137;] +
    + +
    + + + fa-chevron-circle-right + + [&#xf138;] +
    + +
    + + + fa-chevron-circle-up + + [&#xf139;] +
    + +
    + + + fa-chevron-down + + [&#xf078;] +
    + +
    + + + fa-chevron-left + + [&#xf053;] +
    + +
    + + + fa-chevron-right + + [&#xf054;] +
    + +
    + + + fa-chevron-up + + [&#xf077;] +
    + +
    + 4.1 + + fa-child + + [&#xf1ae;] +
    + +
    + 4.4 + + fa-chrome + + [&#xf268;] +
    + +
    + + + fa-circle + + [&#xf111;] +
    + +
    + + + fa-circle-o + + [&#xf10c;] +
    + +
    + 4.1 + + fa-circle-o-notch + + [&#xf1ce;] +
    + +
    + 4.1 + + fa-circle-thin + + [&#xf1db;] +
    + +
    + + + fa-clipboard + + [&#xf0ea;] +
    + +
    + + + fa-clock-o + + [&#xf017;] +
    + +
    + 4.4 + + fa-clone + + [&#xf24d;] +
    + +
    + + + fa-close + (alias) + [&#xf00d;] +
    + +
    + + + fa-cloud + + [&#xf0c2;] +
    + +
    + + + fa-cloud-download + + [&#xf0ed;] +
    + +
    + + + fa-cloud-upload + + [&#xf0ee;] +
    + +
    + + + fa-cny + (alias) + [&#xf157;] +
    + +
    + + + fa-code + + [&#xf121;] +
    + +
    + + + fa-code-fork + + [&#xf126;] +
    + +
    + 4.1 + + fa-codepen + + [&#xf1cb;] +
    + +
    + 4.5 + + fa-codiepie + + [&#xf284;] +
    + +
    + + + fa-coffee + + [&#xf0f4;] +
    + +
    + + + fa-cog + + [&#xf013;] +
    + +
    + + + fa-cogs + + [&#xf085;] +
    + +
    + + + fa-columns + + [&#xf0db;] +
    + +
    + + + fa-comment + + [&#xf075;] +
    + +
    + + + fa-comment-o + + [&#xf0e5;] +
    + +
    + 4.4 + + fa-commenting + + [&#xf27a;] +
    + +
    + 4.4 + + fa-commenting-o + + [&#xf27b;] +
    + +
    + + + fa-comments + + [&#xf086;] +
    + +
    + + + fa-comments-o + + [&#xf0e6;] +
    + +
    + + + fa-compass + + [&#xf14e;] +
    + +
    + + + fa-compress + + [&#xf066;] +
    + +
    + 4.3 + + fa-connectdevelop + + [&#xf20e;] +
    + +
    + 4.4 + + fa-contao + + [&#xf26d;] +
    + +
    + + + fa-copy + (alias) + [&#xf0c5;] +
    + +
    + 4.2 + + fa-copyright + + [&#xf1f9;] +
    + +
    + 4.4 + + fa-creative-commons + + [&#xf25e;] +
    + +
    + + + fa-credit-card + + [&#xf09d;] +
    + +
    + 4.5 + + fa-credit-card-alt + + [&#xf283;] +
    + +
    + + + fa-crop + + [&#xf125;] +
    + +
    + + + fa-crosshairs + + [&#xf05b;] +
    + +
    + + + fa-css3 + + [&#xf13c;] +
    + +
    + 4.1 + + fa-cube + + [&#xf1b2;] +
    + +
    + 4.1 + + fa-cubes + + [&#xf1b3;] +
    + +
    + + + fa-cut + (alias) + [&#xf0c4;] +
    + +
    + + + fa-cutlery + + [&#xf0f5;] +
    + +
    + + + fa-dashboard + (alias) + [&#xf0e4;] +
    + +
    + 4.3 + + fa-dashcube + + [&#xf210;] +
    + +
    + 4.1 + + fa-database + + [&#xf1c0;] +
    + +
    + 4.6 + + fa-deaf + + [&#xf2a4;] +
    + +
    + 4.6 + + fa-deafness + (alias) + [&#xf2a4;] +
    + +
    + + + fa-dedent + (alias) + [&#xf03b;] +
    + +
    + 4.1 + + fa-delicious + + [&#xf1a5;] +
    + +
    + + + fa-desktop + + [&#xf108;] +
    + +
    + 4.1 + + fa-deviantart + + [&#xf1bd;] +
    + +
    + 4.3 + + fa-diamond + + [&#xf219;] +
    + +
    + 4.1 + + fa-digg + + [&#xf1a6;] +
    + +
    + + + fa-dollar + (alias) + [&#xf155;] +
    + +
    + 4.0 + + fa-dot-circle-o + + [&#xf192;] +
    + +
    + + + fa-download + + [&#xf019;] +
    + +
    + + + fa-dribbble + + [&#xf17d;] +
    + +
    + 4.7 + + fa-drivers-license + (alias) + [&#xf2c2;] +
    + +
    + 4.7 + + fa-drivers-license-o + (alias) + [&#xf2c3;] +
    + +
    + + + fa-dropbox + + [&#xf16b;] +
    + +
    + 4.1 + + fa-drupal + + [&#xf1a9;] +
    + +
    + 4.5 + + fa-edge + + [&#xf282;] +
    + +
    + + + fa-edit + (alias) + [&#xf044;] +
    + +
    + 4.7 + + fa-eercast + + [&#xf2da;] +
    + +
    + + + fa-eject + + [&#xf052;] +
    + +
    + + + fa-ellipsis-h + + [&#xf141;] +
    + +
    + + + fa-ellipsis-v + + [&#xf142;] +
    + +
    + 4.1 + + fa-empire + + [&#xf1d1;] +
    + +
    + + + fa-envelope + + [&#xf0e0;] +
    + +
    + + + fa-envelope-o + + [&#xf003;] +
    + +
    + 4.7 + + fa-envelope-open + + [&#xf2b6;] +
    + +
    + 4.7 + + fa-envelope-open-o + + [&#xf2b7;] +
    + +
    + 4.1 + + fa-envelope-square + + [&#xf199;] +
    + +
    + 4.6 + + fa-envira + + [&#xf299;] +
    + +
    + + + fa-eraser + + [&#xf12d;] +
    + +
    + 4.7 + + fa-etsy + + [&#xf2d7;] +
    + +
    + + + fa-eur + + [&#xf153;] +
    + +
    + + + fa-euro + (alias) + [&#xf153;] +
    + +
    + + + fa-exchange + + [&#xf0ec;] +
    + +
    + + + fa-exclamation + + [&#xf12a;] +
    + +
    + + + fa-exclamation-circle + + [&#xf06a;] +
    + +
    + + + fa-exclamation-triangle + + [&#xf071;] +
    + +
    + + + fa-expand + + [&#xf065;] +
    + +
    + 4.4 + + fa-expeditedssl + + [&#xf23e;] +
    + +
    + + + fa-external-link + + [&#xf08e;] +
    + +
    + + + fa-external-link-square + + [&#xf14c;] +
    + +
    + + + fa-eye + + [&#xf06e;] +
    + +
    + + + fa-eye-slash + + [&#xf070;] +
    + +
    + 4.2 + + fa-eyedropper + + [&#xf1fb;] +
    + +
    + 4.6 + + fa-fa + (alias) + [&#xf2b4;] +
    + +
    + + + fa-facebook + + [&#xf09a;] +
    + +
    + + + fa-facebook-f + (alias) + [&#xf09a;] +
    + +
    + 4.3 + + fa-facebook-official + + [&#xf230;] +
    + +
    + + + fa-facebook-square + + [&#xf082;] +
    + +
    + + + fa-fast-backward + + [&#xf049;] +
    + +
    + + + fa-fast-forward + + [&#xf050;] +
    + +
    + 4.1 + + fa-fax + + [&#xf1ac;] +
    + +
    + + + fa-feed + (alias) + [&#xf09e;] +
    + +
    + + + fa-female + + [&#xf182;] +
    + +
    + + + fa-fighter-jet + + [&#xf0fb;] +
    + +
    + + + fa-file + + [&#xf15b;] +
    + +
    + 4.1 + + fa-file-archive-o + + [&#xf1c6;] +
    + +
    + 4.1 + + fa-file-audio-o + + [&#xf1c7;] +
    + +
    + 4.1 + + fa-file-code-o + + [&#xf1c9;] +
    + +
    + 4.1 + + fa-file-excel-o + + [&#xf1c3;] +
    + +
    + 4.1 + + fa-file-image-o + + [&#xf1c5;] +
    + +
    + 4.1 + + fa-file-movie-o + (alias) + [&#xf1c8;] +
    + +
    + + + fa-file-o + + [&#xf016;] +
    + +
    + 4.1 + + fa-file-pdf-o + + [&#xf1c1;] +
    + +
    + 4.1 + + fa-file-photo-o + (alias) + [&#xf1c5;] +
    + +
    + 4.1 + + fa-file-picture-o + (alias) + [&#xf1c5;] +
    + +
    + 4.1 + + fa-file-powerpoint-o + + [&#xf1c4;] +
    + +
    + 4.1 + + fa-file-sound-o + (alias) + [&#xf1c7;] +
    + +
    + + + fa-file-text + + [&#xf15c;] +
    + +
    + + + fa-file-text-o + + [&#xf0f6;] +
    + +
    + 4.1 + + fa-file-video-o + + [&#xf1c8;] +
    + +
    + 4.1 + + fa-file-word-o + + [&#xf1c2;] +
    + +
    + 4.1 + + fa-file-zip-o + (alias) + [&#xf1c6;] +
    + +
    + + + fa-files-o + + [&#xf0c5;] +
    + +
    + + + fa-film + + [&#xf008;] +
    + +
    + + + fa-filter + + [&#xf0b0;] +
    + +
    + + + fa-fire + + [&#xf06d;] +
    + +
    + + + fa-fire-extinguisher + + [&#xf134;] +
    + +
    + 4.4 + + fa-firefox + + [&#xf269;] +
    + +
    + 4.6 + + fa-first-order + + [&#xf2b0;] +
    + +
    + + + fa-flag + + [&#xf024;] +
    + +
    + + + fa-flag-checkered + + [&#xf11e;] +
    + +
    + + + fa-flag-o + + [&#xf11d;] +
    + +
    + + + fa-flash + (alias) + [&#xf0e7;] +
    + +
    + + + fa-flask + + [&#xf0c3;] +
    + +
    + + + fa-flickr + + [&#xf16e;] +
    + +
    + + + fa-floppy-o + + [&#xf0c7;] +
    + +
    + + + fa-folder + + [&#xf07b;] +
    + +
    + + + fa-folder-o + + [&#xf114;] +
    + +
    + + + fa-folder-open + + [&#xf07c;] +
    + +
    + + + fa-folder-open-o + + [&#xf115;] +
    + +
    + + + fa-font + + [&#xf031;] +
    + +
    + 4.6 + + fa-font-awesome + + [&#xf2b4;] +
    + +
    + 4.4 + + fa-fonticons + + [&#xf280;] +
    + +
    + 4.5 + + fa-fort-awesome + + [&#xf286;] +
    + +
    + 4.3 + + fa-forumbee + + [&#xf211;] +
    + +
    + + + fa-forward + + [&#xf04e;] +
    + +
    + + + fa-foursquare + + [&#xf180;] +
    + +
    + 4.7 + + fa-free-code-camp + + [&#xf2c5;] +
    + +
    + + + fa-frown-o + + [&#xf119;] +
    + +
    + 4.2 + + fa-futbol-o + + [&#xf1e3;] +
    + +
    + + + fa-gamepad + + [&#xf11b;] +
    + +
    + + + fa-gavel + + [&#xf0e3;] +
    + +
    + + + fa-gbp + + [&#xf154;] +
    + +
    + 4.1 + + fa-ge + (alias) + [&#xf1d1;] +
    + +
    + + + fa-gear + (alias) + [&#xf013;] +
    + +
    + + + fa-gears + (alias) + [&#xf085;] +
    + +
    + 4.4 + + fa-genderless + + [&#xf22d;] +
    + +
    + 4.4 + + fa-get-pocket + + [&#xf265;] +
    + +
    + 4.4 + + fa-gg + + [&#xf260;] +
    + +
    + 4.4 + + fa-gg-circle + + [&#xf261;] +
    + +
    + + + fa-gift + + [&#xf06b;] +
    + +
    + 4.1 + + fa-git + + [&#xf1d3;] +
    + +
    + 4.1 + + fa-git-square + + [&#xf1d2;] +
    + +
    + + + fa-github + + [&#xf09b;] +
    + +
    + + + fa-github-alt + + [&#xf113;] +
    + +
    + + + fa-github-square + + [&#xf092;] +
    + +
    + 4.6 + + fa-gitlab + + [&#xf296;] +
    + +
    + + + fa-gittip + (alias) + [&#xf184;] +
    + +
    + + + fa-glass + + [&#xf000;] +
    + +
    + 4.6 + + fa-glide + + [&#xf2a5;] +
    + +
    + 4.6 + + fa-glide-g + + [&#xf2a6;] +
    + +
    + + + fa-globe + + [&#xf0ac;] +
    + +
    + 4.1 + + fa-google + + [&#xf1a0;] +
    + +
    + + + fa-google-plus + + [&#xf0d5;] +
    + +
    + 4.6 + + fa-google-plus-circle + (alias) + [&#xf2b3;] +
    + +
    + 4.6 + + fa-google-plus-official + + [&#xf2b3;] +
    + +
    + + + fa-google-plus-square + + [&#xf0d4;] +
    + +
    + 4.2 + + fa-google-wallet + + [&#xf1ee;] +
    + +
    + 4.1 + + fa-graduation-cap + + [&#xf19d;] +
    + +
    + + + fa-gratipay + + [&#xf184;] +
    + +
    + 4.7 + + fa-grav + + [&#xf2d6;] +
    + +
    + + + fa-group + (alias) + [&#xf0c0;] +
    + +
    + + + fa-h-square + + [&#xf0fd;] +
    + +
    + 4.1 + + fa-hacker-news + + [&#xf1d4;] +
    + +
    + 4.4 + + fa-hand-grab-o + (alias) + [&#xf255;] +
    + +
    + 4.4 + + fa-hand-lizard-o + + [&#xf258;] +
    + +
    + + + fa-hand-o-down + + [&#xf0a7;] +
    + +
    + + + fa-hand-o-left + + [&#xf0a5;] +
    + +
    + + + fa-hand-o-right + + [&#xf0a4;] +
    + +
    + + + fa-hand-o-up + + [&#xf0a6;] +
    + +
    + 4.4 + + fa-hand-paper-o + + [&#xf256;] +
    + +
    + 4.4 + + fa-hand-peace-o + + [&#xf25b;] +
    + +
    + 4.4 + + fa-hand-pointer-o + + [&#xf25a;] +
    + +
    + 4.4 + + fa-hand-rock-o + + [&#xf255;] +
    + +
    + 4.4 + + fa-hand-scissors-o + + [&#xf257;] +
    + +
    + 4.4 + + fa-hand-spock-o + + [&#xf259;] +
    + +
    + 4.4 + + fa-hand-stop-o + (alias) + [&#xf256;] +
    + +
    + 4.7 + + fa-handshake-o + + [&#xf2b5;] +
    + +
    + 4.6 + + fa-hard-of-hearing + (alias) + [&#xf2a4;] +
    + +
    + 4.5 + + fa-hashtag + + [&#xf292;] +
    + +
    + + + fa-hdd-o + + [&#xf0a0;] +
    + +
    + 4.1 + + fa-header + + [&#xf1dc;] +
    + +
    + + + fa-headphones + + [&#xf025;] +
    + +
    + + + fa-heart + + [&#xf004;] +
    + +
    + + + fa-heart-o + + [&#xf08a;] +
    + +
    + 4.3 + + fa-heartbeat + + [&#xf21e;] +
    + +
    + 4.1 + + fa-history + + [&#xf1da;] +
    + +
    + + + fa-home + + [&#xf015;] +
    + +
    + + + fa-hospital-o + + [&#xf0f8;] +
    + +
    + 4.3 + + fa-hotel + (alias) + [&#xf236;] +
    + +
    + 4.4 + + fa-hourglass + + [&#xf254;] +
    + +
    + 4.4 + + fa-hourglass-1 + (alias) + [&#xf251;] +
    + +
    + 4.4 + + fa-hourglass-2 + (alias) + [&#xf252;] +
    + +
    + 4.4 + + fa-hourglass-3 + (alias) + [&#xf253;] +
    + +
    + 4.4 + + fa-hourglass-end + + [&#xf253;] +
    + +
    + 4.4 + + fa-hourglass-half + + [&#xf252;] +
    + +
    + 4.4 + + fa-hourglass-o + + [&#xf250;] +
    + +
    + 4.4 + + fa-hourglass-start + + [&#xf251;] +
    + +
    + 4.4 + + fa-houzz + + [&#xf27c;] +
    + +
    + + + fa-html5 + + [&#xf13b;] +
    + +
    + 4.4 + + fa-i-cursor + + [&#xf246;] +
    + +
    + 4.7 + + fa-id-badge + + [&#xf2c1;] +
    + +
    + 4.7 + + fa-id-card + + [&#xf2c2;] +
    + +
    + 4.7 + + fa-id-card-o + + [&#xf2c3;] +
    + +
    + 4.2 + + fa-ils + + [&#xf20b;] +
    + +
    + + + fa-image + (alias) + [&#xf03e;] +
    + +
    + 4.7 + + fa-imdb + + [&#xf2d8;] +
    + +
    + + + fa-inbox + + [&#xf01c;] +
    + +
    + + + fa-indent + + [&#xf03c;] +
    + +
    + 4.4 + + fa-industry + + [&#xf275;] +
    + +
    + + + fa-info + + [&#xf129;] +
    + +
    + + + fa-info-circle + + [&#xf05a;] +
    + +
    + + + fa-inr + + [&#xf156;] +
    + +
    + 4.6 + + fa-instagram + + [&#xf16d;] +
    + +
    + 4.1 + + fa-institution + (alias) + [&#xf19c;] +
    + +
    + 4.4 + + fa-internet-explorer + + [&#xf26b;] +
    + +
    + 4.3 + + fa-intersex + (alias) + [&#xf224;] +
    + +
    + 4.2 + + fa-ioxhost + + [&#xf208;] +
    + +
    + + + fa-italic + + [&#xf033;] +
    + +
    + 4.1 + + fa-joomla + + [&#xf1aa;] +
    + +
    + + + fa-jpy + + [&#xf157;] +
    + +
    + 4.1 + + fa-jsfiddle + + [&#xf1cc;] +
    + +
    + + + fa-key + + [&#xf084;] +
    + +
    + + + fa-keyboard-o + + [&#xf11c;] +
    + +
    + + + fa-krw + + [&#xf159;] +
    + +
    + 4.1 + + fa-language + + [&#xf1ab;] +
    + +
    + + + fa-laptop + + [&#xf109;] +
    + +
    + 4.2 + + fa-lastfm + + [&#xf202;] +
    + +
    + 4.2 + + fa-lastfm-square + + [&#xf203;] +
    + +
    + + + fa-leaf + + [&#xf06c;] +
    + +
    + 4.3 + + fa-leanpub + + [&#xf212;] +
    + +
    + + + fa-legal + (alias) + [&#xf0e3;] +
    + +
    + + + fa-lemon-o + + [&#xf094;] +
    + +
    + + + fa-level-down + + [&#xf149;] +
    + +
    + + + fa-level-up + + [&#xf148;] +
    + +
    + 4.1 + + fa-life-bouy + (alias) + [&#xf1cd;] +
    + +
    + 4.1 + + fa-life-buoy + (alias) + [&#xf1cd;] +
    + +
    + 4.1 + + fa-life-ring + + [&#xf1cd;] +
    + +
    + 4.1 + + fa-life-saver + (alias) + [&#xf1cd;] +
    + +
    + + + fa-lightbulb-o + + [&#xf0eb;] +
    + +
    + 4.2 + + fa-line-chart + + [&#xf201;] +
    + +
    + + + fa-link + + [&#xf0c1;] +
    + +
    + + + fa-linkedin + + [&#xf0e1;] +
    + +
    + + + fa-linkedin-square + + [&#xf08c;] +
    + +
    + 4.7 + + fa-linode + + [&#xf2b8;] +
    + +
    + + + fa-linux + + [&#xf17c;] +
    + +
    + + + fa-list + + [&#xf03a;] +
    + +
    + + + fa-list-alt + + [&#xf022;] +
    + +
    + + + fa-list-ol + + [&#xf0cb;] +
    + +
    + + + fa-list-ul + + [&#xf0ca;] +
    + +
    + + + fa-location-arrow + + [&#xf124;] +
    + +
    + + + fa-lock + + [&#xf023;] +
    + +
    + + + fa-long-arrow-down + + [&#xf175;] +
    + +
    + + + fa-long-arrow-left + + [&#xf177;] +
    + +
    + + + fa-long-arrow-right + + [&#xf178;] +
    + +
    + + + fa-long-arrow-up + + [&#xf176;] +
    + +
    + 4.6 + + fa-low-vision + + [&#xf2a8;] +
    + +
    + + + fa-magic + + [&#xf0d0;] +
    + +
    + + + fa-magnet + + [&#xf076;] +
    + +
    + + + fa-mail-forward + (alias) + [&#xf064;] +
    + +
    + + + fa-mail-reply + (alias) + [&#xf112;] +
    + +
    + + + fa-mail-reply-all + (alias) + [&#xf122;] +
    + +
    + + + fa-male + + [&#xf183;] +
    + +
    + 4.4 + + fa-map + + [&#xf279;] +
    + +
    + + + fa-map-marker + + [&#xf041;] +
    + +
    + 4.4 + + fa-map-o + + [&#xf278;] +
    + +
    + 4.4 + + fa-map-pin + + [&#xf276;] +
    + +
    + 4.4 + + fa-map-signs + + [&#xf277;] +
    + +
    + 4.3 + + fa-mars + + [&#xf222;] +
    + +
    + 4.3 + + fa-mars-double + + [&#xf227;] +
    + +
    + 4.3 + + fa-mars-stroke + + [&#xf229;] +
    + +
    + 4.3 + + fa-mars-stroke-h + + [&#xf22b;] +
    + +
    + 4.3 + + fa-mars-stroke-v + + [&#xf22a;] +
    + +
    + + + fa-maxcdn + + [&#xf136;] +
    + +
    + 4.2 + + fa-meanpath + + [&#xf20c;] +
    + +
    + 4.3 + + fa-medium + + [&#xf23a;] +
    + +
    + + + fa-medkit + + [&#xf0fa;] +
    + +
    + 4.7 + + fa-meetup + + [&#xf2e0;] +
    + +
    + + + fa-meh-o + + [&#xf11a;] +
    + +
    + 4.3 + + fa-mercury + + [&#xf223;] +
    + +
    + 4.7 + + fa-microchip + + [&#xf2db;] +
    + +
    + + + fa-microphone + + [&#xf130;] +
    + +
    + + + fa-microphone-slash + + [&#xf131;] +
    + +
    + + + fa-minus + + [&#xf068;] +
    + +
    + + + fa-minus-circle + + [&#xf056;] +
    + +
    + + + fa-minus-square + + [&#xf146;] +
    + +
    + + + fa-minus-square-o + + [&#xf147;] +
    + +
    + 4.5 + + fa-mixcloud + + [&#xf289;] +
    + +
    + + + fa-mobile + + [&#xf10b;] +
    + +
    + + + fa-mobile-phone + (alias) + [&#xf10b;] +
    + +
    + 4.5 + + fa-modx + + [&#xf285;] +
    + +
    + + + fa-money + + [&#xf0d6;] +
    + +
    + + + fa-moon-o + + [&#xf186;] +
    + +
    + 4.1 + + fa-mortar-board + (alias) + [&#xf19d;] +
    + +
    + 4.3 + + fa-motorcycle + + [&#xf21c;] +
    + +
    + 4.4 + + fa-mouse-pointer + + [&#xf245;] +
    + +
    + + + fa-music + + [&#xf001;] +
    + +
    + + + fa-navicon + (alias) + [&#xf0c9;] +
    + +
    + 4.3 + + fa-neuter + + [&#xf22c;] +
    + +
    + 4.2 + + fa-newspaper-o + + [&#xf1ea;] +
    + +
    + 4.4 + + fa-object-group + + [&#xf247;] +
    + +
    + 4.4 + + fa-object-ungroup + + [&#xf248;] +
    + +
    + 4.4 + + fa-odnoklassniki + + [&#xf263;] +
    + +
    + 4.4 + + fa-odnoklassniki-square + + [&#xf264;] +
    + +
    + 4.4 + + fa-opencart + + [&#xf23d;] +
    + +
    + 4.1 + + fa-openid + + [&#xf19b;] +
    + +
    + 4.4 + + fa-opera + + [&#xf26a;] +
    + +
    + 4.4 + + fa-optin-monster + + [&#xf23c;] +
    + +
    + + + fa-outdent + + [&#xf03b;] +
    + +
    + 4.0 + + fa-pagelines + + [&#xf18c;] +
    + +
    + 4.2 + + fa-paint-brush + + [&#xf1fc;] +
    + +
    + 4.1 + + fa-paper-plane + + [&#xf1d8;] +
    + +
    + 4.1 + + fa-paper-plane-o + + [&#xf1d9;] +
    + +
    + + + fa-paperclip + + [&#xf0c6;] +
    + +
    + 4.1 + + fa-paragraph + + [&#xf1dd;] +
    + +
    + + + fa-paste + (alias) + [&#xf0ea;] +
    + +
    + + + fa-pause + + [&#xf04c;] +
    + +
    + 4.5 + + fa-pause-circle + + [&#xf28b;] +
    + +
    + 4.5 + + fa-pause-circle-o + + [&#xf28c;] +
    + +
    + 4.1 + + fa-paw + + [&#xf1b0;] +
    + +
    + 4.2 + + fa-paypal + + [&#xf1ed;] +
    + +
    + + + fa-pencil + + [&#xf040;] +
    + +
    + + + fa-pencil-square + + [&#xf14b;] +
    + +
    + + + fa-pencil-square-o + + [&#xf044;] +
    + +
    + 4.5 + + fa-percent + + [&#xf295;] +
    + +
    + + + fa-phone + + [&#xf095;] +
    + +
    + + + fa-phone-square + + [&#xf098;] +
    + +
    + + + fa-photo + (alias) + [&#xf03e;] +
    + +
    + + + fa-picture-o + + [&#xf03e;] +
    + +
    + 4.2 + + fa-pie-chart + + [&#xf200;] +
    + +
    + 4.6 + + fa-pied-piper + + [&#xf2ae;] +
    + +
    + 4.1 + + fa-pied-piper-alt + + [&#xf1a8;] +
    + +
    + 4.1 + + fa-pied-piper-pp + + [&#xf1a7;] +
    + +
    + + + fa-pinterest + + [&#xf0d2;] +
    + +
    + 4.3 + + fa-pinterest-p + + [&#xf231;] +
    + +
    + + + fa-pinterest-square + + [&#xf0d3;] +
    + +
    + + + fa-plane + + [&#xf072;] +
    + +
    + + + fa-play + + [&#xf04b;] +
    + +
    + + + fa-play-circle + + [&#xf144;] +
    + +
    + + + fa-play-circle-o + + [&#xf01d;] +
    + +
    + 4.2 + + fa-plug + + [&#xf1e6;] +
    + +
    + + + fa-plus + + [&#xf067;] +
    + +
    + + + fa-plus-circle + + [&#xf055;] +
    + +
    + + + fa-plus-square + + [&#xf0fe;] +
    + +
    + 4.0 + + fa-plus-square-o + + [&#xf196;] +
    + +
    + 4.7 + + fa-podcast + + [&#xf2ce;] +
    + +
    + + + fa-power-off + + [&#xf011;] +
    + +
    + + + fa-print + + [&#xf02f;] +
    + +
    + 4.5 + + fa-product-hunt + + [&#xf288;] +
    + +
    + + + fa-puzzle-piece + + [&#xf12e;] +
    + +
    + 4.1 + + fa-qq + + [&#xf1d6;] +
    + +
    + + + fa-qrcode + + [&#xf029;] +
    + +
    + + + fa-question + + [&#xf128;] +
    + +
    + + + fa-question-circle + + [&#xf059;] +
    + +
    + 4.6 + + fa-question-circle-o + + [&#xf29c;] +
    + +
    + 4.7 + + fa-quora + + [&#xf2c4;] +
    + +
    + + + fa-quote-left + + [&#xf10d;] +
    + +
    + + + fa-quote-right + + [&#xf10e;] +
    + +
    + 4.1 + + fa-ra + (alias) + [&#xf1d0;] +
    + +
    + + + fa-random + + [&#xf074;] +
    + +
    + 4.7 + + fa-ravelry + + [&#xf2d9;] +
    + +
    + 4.1 + + fa-rebel + + [&#xf1d0;] +
    + +
    + 4.1 + + fa-recycle + + [&#xf1b8;] +
    + +
    + 4.1 + + fa-reddit + + [&#xf1a1;] +
    + +
    + 4.5 + + fa-reddit-alien + + [&#xf281;] +
    + +
    + 4.1 + + fa-reddit-square + + [&#xf1a2;] +
    + +
    + + + fa-refresh + + [&#xf021;] +
    + +
    + 4.4 + + fa-registered + + [&#xf25d;] +
    + +
    + + + fa-remove + (alias) + [&#xf00d;] +
    + +
    + + + fa-renren + + [&#xf18b;] +
    + +
    + + + fa-reorder + (alias) + [&#xf0c9;] +
    + +
    + + + fa-repeat + + [&#xf01e;] +
    + +
    + + + fa-reply + + [&#xf112;] +
    + +
    + + + fa-reply-all + + [&#xf122;] +
    + +
    + 4.1 + + fa-resistance + (alias) + [&#xf1d0;] +
    + +
    + + + fa-retweet + + [&#xf079;] +
    + +
    + + + fa-rmb + (alias) + [&#xf157;] +
    + +
    + + + fa-road + + [&#xf018;] +
    + +
    + + + fa-rocket + + [&#xf135;] +
    + +
    + + + fa-rotate-left + (alias) + [&#xf0e2;] +
    + +
    + + + fa-rotate-right + (alias) + [&#xf01e;] +
    + +
    + 4.0 + + fa-rouble + (alias) + [&#xf158;] +
    + +
    + + + fa-rss + + [&#xf09e;] +
    + +
    + + + fa-rss-square + + [&#xf143;] +
    + +
    + 4.0 + + fa-rub + + [&#xf158;] +
    + +
    + 4.0 + + fa-ruble + (alias) + [&#xf158;] +
    + +
    + + + fa-rupee + (alias) + [&#xf156;] +
    + +
    + 4.7 + + fa-s15 + (alias) + [&#xf2cd;] +
    + +
    + 4.4 + + fa-safari + + [&#xf267;] +
    + +
    + + + fa-save + (alias) + [&#xf0c7;] +
    + +
    + + + fa-scissors + + [&#xf0c4;] +
    + +
    + 4.5 + + fa-scribd + + [&#xf28a;] +
    + +
    + + + fa-search + + [&#xf002;] +
    + +
    + + + fa-search-minus + + [&#xf010;] +
    + +
    + + + fa-search-plus + + [&#xf00e;] +
    + +
    + 4.3 + + fa-sellsy + + [&#xf213;] +
    + +
    + 4.1 + + fa-send + (alias) + [&#xf1d8;] +
    + +
    + 4.1 + + fa-send-o + (alias) + [&#xf1d9;] +
    + +
    + 4.3 + + fa-server + + [&#xf233;] +
    + +
    + + + fa-share + + [&#xf064;] +
    + +
    + 4.1 + + fa-share-alt + + [&#xf1e0;] +
    + +
    + 4.1 + + fa-share-alt-square + + [&#xf1e1;] +
    + +
    + + + fa-share-square + + [&#xf14d;] +
    + +
    + + + fa-share-square-o + + [&#xf045;] +
    + +
    + 4.2 + + fa-shekel + (alias) + [&#xf20b;] +
    + +
    + 4.2 + + fa-sheqel + (alias) + [&#xf20b;] +
    + +
    + + + fa-shield + + [&#xf132;] +
    + +
    + 4.3 + + fa-ship + + [&#xf21a;] +
    + +
    + 4.3 + + fa-shirtsinbulk + + [&#xf214;] +
    + +
    + 4.5 + + fa-shopping-bag + + [&#xf290;] +
    + +
    + 4.5 + + fa-shopping-basket + + [&#xf291;] +
    + +
    + + + fa-shopping-cart + + [&#xf07a;] +
    + +
    + 4.7 + + fa-shower + + [&#xf2cc;] +
    + +
    + + + fa-sign-in + + [&#xf090;] +
    + +
    + 4.6 + + fa-sign-language + + [&#xf2a7;] +
    + +
    + + + fa-sign-out + + [&#xf08b;] +
    + +
    + + + fa-signal + + [&#xf012;] +
    + +
    + 4.6 + + fa-signing + (alias) + [&#xf2a7;] +
    + +
    + 4.3 + + fa-simplybuilt + + [&#xf215;] +
    + +
    + + + fa-sitemap + + [&#xf0e8;] +
    + +
    + 4.3 + + fa-skyatlas + + [&#xf216;] +
    + +
    + + + fa-skype + + [&#xf17e;] +
    + +
    + 4.1 + + fa-slack + + [&#xf198;] +
    + +
    + 4.1 + + fa-sliders + + [&#xf1de;] +
    + +
    + 4.2 + + fa-slideshare + + [&#xf1e7;] +
    + +
    + + + fa-smile-o + + [&#xf118;] +
    + +
    + 4.6 + + fa-snapchat + + [&#xf2ab;] +
    + +
    + 4.6 + + fa-snapchat-ghost + + [&#xf2ac;] +
    + +
    + 4.6 + + fa-snapchat-square + + [&#xf2ad;] +
    + +
    + 4.7 + + fa-snowflake-o + + [&#xf2dc;] +
    + +
    + 4.2 + + fa-soccer-ball-o + (alias) + [&#xf1e3;] +
    + +
    + + + fa-sort + + [&#xf0dc;] +
    + +
    + + + fa-sort-alpha-asc + + [&#xf15d;] +
    + +
    + + + fa-sort-alpha-desc + + [&#xf15e;] +
    + +
    + + + fa-sort-amount-asc + + [&#xf160;] +
    + +
    + + + fa-sort-amount-desc + + [&#xf161;] +
    + +
    + + + fa-sort-asc + + [&#xf0de;] +
    + +
    + + + fa-sort-desc + + [&#xf0dd;] +
    + +
    + + + fa-sort-down + (alias) + [&#xf0dd;] +
    + +
    + + + fa-sort-numeric-asc + + [&#xf162;] +
    + +
    + + + fa-sort-numeric-desc + + [&#xf163;] +
    + +
    + + + fa-sort-up + (alias) + [&#xf0de;] +
    + +
    + 4.1 + + fa-soundcloud + + [&#xf1be;] +
    + +
    + 4.1 + + fa-space-shuttle + + [&#xf197;] +
    + +
    + + + fa-spinner + + [&#xf110;] +
    + +
    + 4.1 + + fa-spoon + + [&#xf1b1;] +
    + +
    + 4.1 + + fa-spotify + + [&#xf1bc;] +
    + +
    + + + fa-square + + [&#xf0c8;] +
    + +
    + + + fa-square-o + + [&#xf096;] +
    + +
    + 4.0 + + fa-stack-exchange + + [&#xf18d;] +
    + +
    + + + fa-stack-overflow + + [&#xf16c;] +
    + +
    + + + fa-star + + [&#xf005;] +
    + +
    + + + fa-star-half + + [&#xf089;] +
    + +
    + + + fa-star-half-empty + (alias) + [&#xf123;] +
    + +
    + + + fa-star-half-full + (alias) + [&#xf123;] +
    + +
    + + + fa-star-half-o + + [&#xf123;] +
    + +
    + + + fa-star-o + + [&#xf006;] +
    + +
    + 4.1 + + fa-steam + + [&#xf1b6;] +
    + +
    + 4.1 + + fa-steam-square + + [&#xf1b7;] +
    + +
    + + + fa-step-backward + + [&#xf048;] +
    + +
    + + + fa-step-forward + + [&#xf051;] +
    + +
    + + + fa-stethoscope + + [&#xf0f1;] +
    + +
    + 4.4 + + fa-sticky-note + + [&#xf249;] +
    + +
    + 4.4 + + fa-sticky-note-o + + [&#xf24a;] +
    + +
    + + + fa-stop + + [&#xf04d;] +
    + +
    + 4.5 + + fa-stop-circle + + [&#xf28d;] +
    + +
    + 4.5 + + fa-stop-circle-o + + [&#xf28e;] +
    + +
    + 4.3 + + fa-street-view + + [&#xf21d;] +
    + +
    + + + fa-strikethrough + + [&#xf0cc;] +
    + +
    + 4.1 + + fa-stumbleupon + + [&#xf1a4;] +
    + +
    + 4.1 + + fa-stumbleupon-circle + + [&#xf1a3;] +
    + +
    + + + fa-subscript + + [&#xf12c;] +
    + +
    + 4.3 + + fa-subway + + [&#xf239;] +
    + +
    + + + fa-suitcase + + [&#xf0f2;] +
    + +
    + + + fa-sun-o + + [&#xf185;] +
    + +
    + 4.7 + + fa-superpowers + + [&#xf2dd;] +
    + +
    + + + fa-superscript + + [&#xf12b;] +
    + +
    + 4.1 + + fa-support + (alias) + [&#xf1cd;] +
    + +
    + + + fa-table + + [&#xf0ce;] +
    + +
    + + + fa-tablet + + [&#xf10a;] +
    + +
    + + + fa-tachometer + + [&#xf0e4;] +
    + +
    + + + fa-tag + + [&#xf02b;] +
    + +
    + + + fa-tags + + [&#xf02c;] +
    + +
    + + + fa-tasks + + [&#xf0ae;] +
    + +
    + 4.1 + + fa-taxi + + [&#xf1ba;] +
    + +
    + 4.7 + + fa-telegram + + [&#xf2c6;] +
    + +
    + 4.4 + + fa-television + + [&#xf26c;] +
    + +
    + 4.1 + + fa-tencent-weibo + + [&#xf1d5;] +
    + +
    + + + fa-terminal + + [&#xf120;] +
    + +
    + + + fa-text-height + + [&#xf034;] +
    + +
    + + + fa-text-width + + [&#xf035;] +
    + +
    + + + fa-th + + [&#xf00a;] +
    + +
    + + + fa-th-large + + [&#xf009;] +
    + +
    + + + fa-th-list + + [&#xf00b;] +
    + +
    + 4.6 + + fa-themeisle + + [&#xf2b2;] +
    + +
    + 4.7 + + fa-thermometer + (alias) + [&#xf2c7;] +
    + +
    + 4.7 + + fa-thermometer-0 + (alias) + [&#xf2cb;] +
    + +
    + 4.7 + + fa-thermometer-1 + (alias) + [&#xf2ca;] +
    + +
    + 4.7 + + fa-thermometer-2 + (alias) + [&#xf2c9;] +
    + +
    + 4.7 + + fa-thermometer-3 + (alias) + [&#xf2c8;] +
    + +
    + 4.7 + + fa-thermometer-4 + (alias) + [&#xf2c7;] +
    + +
    + 4.7 + + fa-thermometer-empty + + [&#xf2cb;] +
    + +
    + 4.7 + + fa-thermometer-full + + [&#xf2c7;] +
    + +
    + 4.7 + + fa-thermometer-half + + [&#xf2c9;] +
    + +
    + 4.7 + + fa-thermometer-quarter + + [&#xf2ca;] +
    + +
    + 4.7 + + fa-thermometer-three-quarters + + [&#xf2c8;] +
    + +
    + + + fa-thumb-tack + + [&#xf08d;] +
    + +
    + + + fa-thumbs-down + + [&#xf165;] +
    + +
    + + + fa-thumbs-o-down + + [&#xf088;] +
    + +
    + + + fa-thumbs-o-up + + [&#xf087;] +
    + +
    + + + fa-thumbs-up + + [&#xf164;] +
    + +
    + + + fa-ticket + + [&#xf145;] +
    + +
    + + + fa-times + + [&#xf00d;] +
    + +
    + + + fa-times-circle + + [&#xf057;] +
    + +
    + + + fa-times-circle-o + + [&#xf05c;] +
    + +
    + 4.7 + + fa-times-rectangle + (alias) + [&#xf2d3;] +
    + +
    + 4.7 + + fa-times-rectangle-o + (alias) + [&#xf2d4;] +
    + +
    + + + fa-tint + + [&#xf043;] +
    + +
    + + + fa-toggle-down + (alias) + [&#xf150;] +
    + +
    + 4.0 + + fa-toggle-left + (alias) + [&#xf191;] +
    + +
    + 4.2 + + fa-toggle-off + + [&#xf204;] +
    + +
    + 4.2 + + fa-toggle-on + + [&#xf205;] +
    + +
    + + + fa-toggle-right + (alias) + [&#xf152;] +
    + +
    + + + fa-toggle-up + (alias) + [&#xf151;] +
    + +
    + 4.4 + + fa-trademark + + [&#xf25c;] +
    + +
    + 4.3 + + fa-train + + [&#xf238;] +
    + +
    + 4.3 + + fa-transgender + + [&#xf224;] +
    + +
    + 4.3 + + fa-transgender-alt + + [&#xf225;] +
    + +
    + 4.2 + + fa-trash + + [&#xf1f8;] +
    + +
    + + + fa-trash-o + + [&#xf014;] +
    + +
    + 4.1 + + fa-tree + + [&#xf1bb;] +
    + +
    + + + fa-trello + + [&#xf181;] +
    + +
    + 4.4 + + fa-tripadvisor + + [&#xf262;] +
    + +
    + + + fa-trophy + + [&#xf091;] +
    + +
    + + + fa-truck + + [&#xf0d1;] +
    + +
    + 4.0 + + fa-try + + [&#xf195;] +
    + +
    + 4.2 + + fa-tty + + [&#xf1e4;] +
    + +
    + + + fa-tumblr + + [&#xf173;] +
    + +
    + + + fa-tumblr-square + + [&#xf174;] +
    + +
    + 4.0 + + fa-turkish-lira + (alias) + [&#xf195;] +
    + +
    + 4.4 + + fa-tv + (alias) + [&#xf26c;] +
    + +
    + 4.2 + + fa-twitch + + [&#xf1e8;] +
    + +
    + + + fa-twitter + + [&#xf099;] +
    + +
    + + + fa-twitter-square + + [&#xf081;] +
    + +
    + + + fa-umbrella + + [&#xf0e9;] +
    + +
    + + + fa-underline + + [&#xf0cd;] +
    + +
    + + + fa-undo + + [&#xf0e2;] +
    + +
    + 4.6 + + fa-universal-access + + [&#xf29a;] +
    + +
    + 4.1 + + fa-university + + [&#xf19c;] +
    + +
    + + + fa-unlink + (alias) + [&#xf127;] +
    + +
    + + + fa-unlock + + [&#xf09c;] +
    + +
    + + + fa-unlock-alt + + [&#xf13e;] +
    + +
    + + + fa-unsorted + (alias) + [&#xf0dc;] +
    + +
    + + + fa-upload + + [&#xf093;] +
    + +
    + 4.5 + + fa-usb + + [&#xf287;] +
    + +
    + + + fa-usd + + [&#xf155;] +
    + +
    + + + fa-user + + [&#xf007;] +
    + +
    + 4.7 + + fa-user-circle + + [&#xf2bd;] +
    + +
    + 4.7 + + fa-user-circle-o + + [&#xf2be;] +
    + +
    + + + fa-user-md + + [&#xf0f0;] +
    + +
    + 4.7 + + fa-user-o + + [&#xf2c0;] +
    + +
    + 4.3 + + fa-user-plus + + [&#xf234;] +
    + +
    + 4.3 + + fa-user-secret + + [&#xf21b;] +
    + +
    + 4.3 + + fa-user-times + + [&#xf235;] +
    + +
    + + + fa-users + + [&#xf0c0;] +
    + +
    + 4.7 + + fa-vcard + (alias) + [&#xf2bb;] +
    + +
    + 4.7 + + fa-vcard-o + (alias) + [&#xf2bc;] +
    + +
    + 4.3 + + fa-venus + + [&#xf221;] +
    + +
    + 4.3 + + fa-venus-double + + [&#xf226;] +
    + +
    + 4.3 + + fa-venus-mars + + [&#xf228;] +
    + +
    + 4.3 + + fa-viacoin + + [&#xf237;] +
    + +
    + 4.6 + + fa-viadeo + + [&#xf2a9;] +
    + +
    + 4.6 + + fa-viadeo-square + + [&#xf2aa;] +
    + +
    + + + fa-video-camera + + [&#xf03d;] +
    + +
    + 4.4 + + fa-vimeo + + [&#xf27d;] +
    + +
    + 4.0 + + fa-vimeo-square + + [&#xf194;] +
    + +
    + 4.1 + + fa-vine + + [&#xf1ca;] +
    + +
    + + + fa-vk + + [&#xf189;] +
    + +
    + 4.6 + + fa-volume-control-phone + + [&#xf2a0;] +
    + +
    + + + fa-volume-down + + [&#xf027;] +
    + +
    + + + fa-volume-off + + [&#xf026;] +
    + +
    + + + fa-volume-up + + [&#xf028;] +
    + +
    + + + fa-warning + (alias) + [&#xf071;] +
    + +
    + 4.1 + + fa-wechat + (alias) + [&#xf1d7;] +
    + +
    + + + fa-weibo + + [&#xf18a;] +
    + +
    + 4.1 + + fa-weixin + + [&#xf1d7;] +
    + +
    + 4.3 + + fa-whatsapp + + [&#xf232;] +
    + +
    + 4.0 + + fa-wheelchair + + [&#xf193;] +
    + +
    + 4.6 + + fa-wheelchair-alt + + [&#xf29b;] +
    + +
    + 4.2 + + fa-wifi + + [&#xf1eb;] +
    + +
    + 4.4 + + fa-wikipedia-w + + [&#xf266;] +
    + +
    + 4.7 + + fa-window-close + + [&#xf2d3;] +
    + +
    + 4.7 + + fa-window-close-o + + [&#xf2d4;] +
    + +
    + 4.7 + + fa-window-maximize + + [&#xf2d0;] +
    + +
    + 4.7 + + fa-window-minimize + + [&#xf2d1;] +
    + +
    + 4.7 + + fa-window-restore + + [&#xf2d2;] +
    + +
    + + + fa-windows + + [&#xf17a;] +
    + +
    + + + fa-won + (alias) + [&#xf159;] +
    + +
    + 4.1 + + fa-wordpress + + [&#xf19a;] +
    + +
    + 4.6 + + fa-wpbeginner + + [&#xf297;] +
    + +
    + 4.7 + + fa-wpexplorer + + [&#xf2de;] +
    + +
    + 4.6 + + fa-wpforms + + [&#xf298;] +
    + +
    + + + fa-wrench + + [&#xf0ad;] +
    + +
    + + + fa-xing + + [&#xf168;] +
    + +
    + + + fa-xing-square + + [&#xf169;] +
    + +
    + 4.4 + + fa-y-combinator + + [&#xf23b;] +
    + +
    + 4.1 + + fa-y-combinator-square + (alias) + [&#xf1d4;] +
    + +
    + 4.1 + + fa-yahoo + + [&#xf19e;] +
    + +
    + 4.4 + + fa-yc + (alias) + [&#xf23b;] +
    + +
    + 4.1 + + fa-yc-square + (alias) + [&#xf1d4;] +
    + +
    + 4.2 + + fa-yelp + + [&#xf1e9;] +
    + +
    + + + fa-yen + (alias) + [&#xf157;] +
    + +
    + 4.6 + + fa-yoast + + [&#xf2b1;] +
    + +
    + + + fa-youtube + + [&#xf167;] +
    + +
    + + + fa-youtube-play + + [&#xf16a;] +
    + +
    + + + fa-youtube-square + + [&#xf166;] +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/community/index.html b/_gh_pages/community/index.html new file mode 100644 index 000000000..185fda4ab --- /dev/null +++ b/_gh_pages/community/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + The Font Awesome Community + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Community

    +

    Lots of ways to get involved with Font Awesome

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + Font Awesome has a vibrant community of folks helping each other out. You can + get support, + report bugs, + request new icons, + submit pull requests, and + check upcoming milestones. +

    + +
    +
    + + +
    + +

    + Having trouble getting Font Awesome up and running? Something not working the way you think it should? I hate that + I don't have time to answer Font Awesome support emails anymore. So here are some things you might wanna do: +

    +
      +
    1. + Make sure you've read the latest version of how to get started. + It's been updated recently to make Font Awesome even easier to use. +
    2. +
    3. + Check out the existing questions tagged as + Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. +
    4. +
    5. + Can't find the answer to your question on Stack Overflow? + Ask a new question, then + send me an email and I might be able to take a look. +
    6. +
    +
    + +
    + +

    + New icons mostly start as requests by the + Font Awesome community on GitHub. Want to request a new + icon? Here are some things to keep in mind: +

    +
      +
    1. Please be nice. Font Awesome is a happy place.
    2. +
    3. Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
    4. +
    5. + Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +
    6. +
    7. + Please and thank you if you include the following: +
        +
      • + Title your new issue + Icon request: icon-name (e.g., Icon request: icon-car). +
      • +
      • Include a few use cases for your requested icon. How do you plan on using it?
      • +
      • Attach a single color image or two that represent the idea you're going for.
      • +
      +
    8. +
    9. + Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. +
    10. +
    +
    + +
    + +

    + Found a problem with Font Awesome? Feel free to submit an issue on the GitHub project. But please keep the following in mind: +

    +
      +
    1. Please be nice. Font Awesome is a happy place.
    2. +
    3. Please search to see if your bug was already reported.
    4. +
    5. + Before opening any issue, please read the generic issue + guidelines, by Nicolas Gallagher. +
    6. +
    7. + After doing everything above, feel free to + submit an issue. +
    8. +
    +
    + +
    + + Found a way to solve a bug in Font Awesome? Want to contribute new features? Here are a few things to remember: +
      +
    1. Please do not submit new icons.
    2. +
    3. Please submit all pull requests against *-wip branches.
    4. +
    5. All pull requests submitted against master will be summarily closed and this guide referenced.
    6. +
    7. + After doing everything above, feel free to + submit a pull request. +
    8. +
    +
    + +
    + +

    + Want to keep up with what's planned for Font Awesome? Check out our + milestones on the GitHub project. +

    +
    + + +
    + +
    +
    +

    + Thanks to @robmadole and + @supercodepoet for icon design + review, advice, some Jekyll help, and being all around badass coders. +

    +
    +
    +

    + HUGE thanks to @gtagliala for doing such a fantastic job managing + pull requests and issues on the Font Awesome + GitHub project. +

    +
    +
    +

    + Thanks to MaxCDN for providing the excellent + BootstrapCDN, the fastest and easiest way to + get started with Font Awesome. +

    +
    +
    +
    + +
    + +

    + Hopefully you think Font Awesome is awesome. I've put hundreds of hours into the project to give back to the + open source community. If you'd like, here are a couple of ways you can tell me thanks for all my hard work. +

    +
    +
    +

    Tip me on Gittip

    +

    + Gittip is a great way to let developers know you appreciate their work. +

    +
    +
    +

    My Amazon Wish List

    +

    + Or pick something straight + from my wish list. Gift cards are great. +

    +
    +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/design.html b/_gh_pages/design.html new file mode 100644 index 000000000..9c5830d74 --- /dev/null +++ b/_gh_pages/design.html @@ -0,0 +1 @@ + diff --git a/_gh_pages/examples/index.html b/_gh_pages/examples/index.html new file mode 100644 index 000000000..1f2cfd7d0 --- /dev/null +++ b/_gh_pages/examples/index.html @@ -0,0 +1,909 @@ + + + + + + + + + + + + Font Awesome Examples + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Examples

    +

    Lots of easy ways to use Font Awesome

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + After you get up and running, you can place Font Awesome icons just about + anywhere with the <i> tag. + Some examples appreciatively re-used from the Bootstrap documentation. +

    + +
    +
    + + +
    +
    + +
    +
    +

    The following examples are kept simple and assume use of Font Awesome CDN, which provides auto-accessibility support. If you are not using the Font Awesome CDN, please see the manual accessibility examples and read more about making your icons more awesome for all users

    +
    +
    + +
    + + +
    +
    +

    + + Example: basic icon + fa-camera-retro +

    +
    +
    +

    + You can place Font Awesome icons just about anywhere using the CSS Prefix fa and the icon's + name. Font Awesome is designed to be used with inline elements (we like the <i> tag for + brevity, but using a <span> is more semantically correct). +

    +
    <i class="fa fa-camera-retro"></i> fa-camera-retro
    +
    +
    +
      +
    • + + Example: basic icon + If you change the font-size of the icon's container, the icon gets bigger. Same things goes for color, + drop shadow, and anything else that gets inherited using CSS. +
    • +
    +
    +
    +
    +
    + +
    + +
    +
    +

    fa-lg

    +

    fa-2x

    +

    fa-3x

    +

    fa-4x

    +

    fa-5x

    +
    +
    +

    + To increase icon sizes relative to their container, use the fa-lg (33% increase), fa-2x, + fa-3x, fa-4x, or fa-5x classes. +

    +
    <i class="fa fa-camera-retro fa-lg"></i> fa-lg
    +<i class="fa fa-camera-retro fa-2x"></i> fa-2x
    +<i class="fa fa-camera-retro fa-3x"></i> fa-3x
    +<i class="fa fa-camera-retro fa-4x"></i> fa-4x
    +<i class="fa fa-camera-retro fa-5x"></i> fa-5x
    +
    +
    +
      +
    • + + If your icons are getting chopped off on top and bottom, make sure you have + sufficient line-height. +
    • +
    +
    +
    +
    +
    + +
    + +
    + +
    +

    + Use fa-fw to set icons at a fixed width. Great to use when different icon widths throw off alignment. + Especially useful in things like nav lists & list groups. +

    +
    <div class="list-group">
    +  <a class="list-group-item" href="#"><i class="fa fa-home fa-fw" aria-hidden="true"></i>&nbsp; Home</a>
    +  <a class="list-group-item" href="#"><i class="fa fa-book fa-fw" aria-hidden="true"></i>&nbsp; Library</a>
    +  <a class="list-group-item" href="#"><i class="fa fa-pencil fa-fw" aria-hidden="true"></i>&nbsp; Applications</a>
    +  <a class="list-group-item" href="#"><i class="fa fa-cog fa-fw" aria-hidden="true"></i>&nbsp; Settings</a>
    +</div>
    +
    +
    +
    +
    + +
    + +
    +
    +
      +
    • List icons
    • +
    • can be used
    • +
    • as bullets
    • +
    • in lists
    • +
    +
    +
    +

    Use fa-ul and fa-li to easily replace default bullets in unordered lists.

    +
    <ul class="fa-ul">
    +  <li><i class="fa-li fa fa-check-square"></i>List icons</li>
    +  <li><i class="fa-li fa fa-check-square"></i>can be used</li>
    +  <li><i class="fa-li fa fa-spinner fa-spin"></i>as bullets</li>
    +  <li><i class="fa-li fa fa-square"></i>in lists</li>
    +</ul>
    +
    +
    +
    +
    + +
    + +
    +
    +

    + + …tomorrow we will run faster, stretch out our arms farther… And then one fine morning— + So we beat on, boats against the current, borne back ceaselessly into the past. +

    +
    +
    +

    + Use fa-border and fa-pull-right or fa-pull-left for easy pull quotes or + article icons. +

    +
    <i class="fa fa-quote-left fa-3x fa-pull-left fa-border" aria-hidden="true"></i>
    +...tomorrow we will run faster, stretch out our arms farther...
    +And then one fine morning&mdash; So we beat on, boats against the
    +current, borne back ceaselessly into the past.
    +
    +
    +
    +
    + +
    + +
    +
    +

    + + Loading example (with fa-spinner icon) + + + Loading (with fa-circle-o-notch icon) + + + Loading example (with fa-refresh icon) + + + Loading example (with fa-cog icon) + + + Loading example (with fa-spinner icon) +

    +
    +
    +

    + Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate + with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. +

    +
    <i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>
    +<span class="sr-only">Loading...</span>
    +
    +<i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i>
    +<span class="sr-only">Loading...</span>
    +
    +<i class="fa fa-refresh fa-spin fa-3x fa-fw"></i>
    +<span class="sr-only">Loading...</span>
    +
    +<i class="fa fa-cog fa-spin fa-3x fa-fw"></i>
    +<span class="sr-only">Loading...</span>
    +
    +<i class="fa fa-spinner fa-pulse fa-3x fa-fw"></i>
    +<span class="sr-only">Loading...</span>
    +
    +

    + Note: + Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See + issue #671 + for examples and possible workarounds. +

    +

    + Note: CSS3 animations aren't supported in IE8 - IE9. +

    +
    +
    +
    + +
    + +
    +
    +

    +   normal
    +   fa-rotate-90
    +   fa-rotate-180
    +   fa-rotate-270
    +   fa-flip-horizontal
    +   fa-flip-vertical +

    +
    +
    +

    + To arbitrarily rotate and flip icons, use the fa-rotate-* and fa-flip-* classes. +

    +
    <i class="fa fa-shield"></i> normal<br>
    +<i class="fa fa-shield fa-rotate-90"></i> fa-rotate-90<br>
    +<i class="fa fa-shield fa-rotate-180"></i> fa-rotate-180<br>
    +<i class="fa fa-shield fa-rotate-270"></i> fa-rotate-270<br>
    +<i class="fa fa-shield fa-flip-horizontal"></i> fa-flip-horizontal<br>
    +<i class="fa fa-shield fa-flip-vertical"></i> fa-flip-vertical
    +
    +
    +
    +
    + +
    + +
    +
    +
    + + fa-twitter on fa-square-o
    + + fa-flag on fa-circle
    + + fa-terminal on fa-square
    + + fa-ban on fa-camera +
    +
    +
    +

    + To stack multiple icons, use the fa-stack class on the parent, the fa-stack-1x + for the regularly sized icon, and fa-stack-2x for the larger icon. fa-inverse + can be used as an alternative icon color. You can even throw larger icon classes on the parent + to get further control of sizing. +

    +
    <span class="fa-stack fa-lg">
    +  <i class="fa fa-square-o fa-stack-2x"></i>
    +  <i class="fa fa-twitter fa-stack-1x"></i>
    +</span>
    +fa-twitter on fa-square-o<br>
    +<span class="fa-stack fa-lg">
    +  <i class="fa fa-circle fa-stack-2x"></i>
    +  <i class="fa fa-flag fa-stack-1x fa-inverse"></i>
    +</span>
    +fa-flag on fa-circle<br>
    +<span class="fa-stack fa-lg">
    +  <i class="fa fa-square fa-stack-2x"></i>
    +  <i class="fa fa-terminal fa-stack-1x fa-inverse"></i>
    +</span>
    +fa-terminal on fa-square<br>
    +<span class="fa-stack fa-lg">
    +  <i class="fa fa-camera fa-stack-1x"></i>
    +  <i class="fa fa-ban fa-stack-2x text-danger"></i>
    +</span>
    +fa-ban on fa-camera
    +
    +
    +
    +
    + +
    + +
    +
    +

    + + Delete + + Settings +

    +

    + + Font Awesome
    Version 4.7.0
    +

    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +

    + Font Awesome works great with the full range of Bootstrap components. +

    +
    <a class="btn btn-danger" href="#">
    +  <i class="fa fa-trash-o fa-lg"></i> Delete</a>
    +<a class="btn btn-default btn-sm" href="#">
    +  <i class="fa fa-cog"></i> Settings</a>
    +
    +<a class="btn btn-lg btn-success" href="#">
    +  <i class="fa fa-flag fa-2x pull-left"></i> Font Awesome<br>Version 4.7.0</a>
    +
    +<div class="btn-group">
    +  <a class="btn btn-default" href="#">
    +    <i class="fa fa-align-left" title="Align Left"></i>
    +  </a>
    +  <a class="btn btn-default" href="#">
    +    <i class="fa fa-align-center" title="Align Center"></i>
    +  </a>
    +  <a class="btn btn-default" href="#">
    +    <i class="fa fa-align-right" title="Align Right"></i>
    +  </a>
    +  <a class="btn btn-default" href="#">
    +    <i class="fa fa-align-justify" title="Align Justify"></i>
    +  </a>
    +</div>
    +
    +<div class="input-group margin-bottom-sm">
    +  <span class="input-group-addon"><i class="fa fa-envelope-o fa-fw"></i></span>
    +  <input class="form-control" type="text" placeholder="Email address">
    +</div>
    +<div class="input-group">
    +  <span class="input-group-addon"><i class="fa fa-key fa-fw"></i></span>
    +  <input class="form-control" type="password" placeholder="Password">
    +</div>
    +
    +<div class="btn-group open">
    +  <a class="btn btn-primary" href="#"><i class="fa fa-user fa-fw"></i> User</a>
    +  <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
    +    <span class="fa fa-caret-down" title="Toggle dropdown menu"></span>
    +  </a>
    +  <ul class="dropdown-menu">
    +    <li><a href="#"><i class="fa fa-pencil fa-fw"></i> Edit</a></li>
    +    <li><a href="#"><i class="fa fa-trash-o fa-fw"></i> Delete</a></li>
    +    <li><a href="#"><i class="fa fa-ban fa-fw"></i> Ban</a></li>
    +    <li class="divider"></li>
    +    <li><a href="#"><i class="fa fa-unlock"></i> Make admin</a></li>
    +  </ul>
    +</div>
    +
    +
    +
    +
    + +
    + +
    +
    +

    Anything you can do with CSS font styles, you can do with Font Awesome.

    +
    +
    +

    Star Ratings (inspired by CSS Tricks)

    +
    + + + +
    +
    +
    +
    + +
    + +
    +
    +

    + + + + + + + + + + + +

    + +

    + + Refreshing... + + + Saving. Hang tight! +

    + +

    +

    + + +
    +
    + + +
    +

    + +

    + + + +

    + +

    + + Battery level: 50% +

    +
    +
    +

    + With our thoughts on icon accessibility in mind, If an icon only adds some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Alternatively, if an icon conveys meaning in your content or interface, ensure that this meaning is also conveyed to assistive technologies through alternative displays or text. +

    + +
    <a class="btn btn-default" href="path/to/settings" aria-label="Settings">
    +  <i class="fa fa-cog" aria-hidden="true"></i>
    +</a>
    +
    +<a class="btn btn-danger" href="path/to/settings" aria-label="Delete">
    +  <i class="fa fa-trash-o" aria-hidden="true"></i>
    +</a>
    +
    +<a class="btn btn-primary" href="#navigation-main" aria-label="Skip to main navigation">
    +  <i class="fa fa-bars" aria-hidden="true"></i>
    +</a>
    +
    + +
    <i class="fa fa-refresh fa-spin fa-3x fa-fw" aria-hidden="true"></i>
    +<span class="sr-only">Refreshing...</span>
    +
    +<i class="fa fa-cog fa-spin fa-3x fa-fw" aria-hidden="true"></i>
    +<span class="sr-only">Saving. Hang tight!</span>
    +
    + +
    <div class="input-group margin-bottom-sm">
    +  <span class="input-group-addon"><i class="fa fa-envelope-o fa-fw" aria-hidden="true"></i></span>
    +  <input class="form-control" type="text" placeholder="Email address">
    +</div>
    +<div class="input-group">
    +  <span class="input-group-addon"><i class="fa fa-key fa-fw" aria-hidden="true"></i></span>
    +  <input class="form-control" type="password" placeholder="Password">
    +</div>
    +
    + +
    <a href="path/to/shopping/cart" class="btn btn-primary" aria-label="View 3 items in your shopping cart">
    +  <i class="fa fa-shopping-cart" aria-hidden="true"></i>
    +</a>
    +
    + +
    <i class="fa fa-battery-half" aria-hidden="true"></i>
    +<span class="sr-only">Battery level: 50%</span>
    +
    +
    +
    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/get-started/index.html b/_gh_pages/get-started/index.html new file mode 100644 index 000000000..bfbd0fe5d --- /dev/null +++ b/_gh_pages/get-started/index.html @@ -0,0 +1,589 @@ + + + + + + + + + + + + Get Started with Font Awesome + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Get Started

    +

    Easy ways to get Font Awesome 4.7.0 onto your website

    + +
    +
    + + +
    + +
    +
    + + +

    Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!

    + +
    + + + +
    + + + + +

    + +
    +
    + We create new embed codes for each website so you can quickly upgrade and change your preferences all without ever pushing code. To do this, we need an email + address so we know which embed codes are yours and so you can come back and manage them. +
    +
    + +
    +
    +

    Icons on your site. Fast.

    +

    Don't mess with files locally or in production. You'll get all of Font Awesome's 675 icons plus CSS toolkit - all optimized for speed and no hassle.

    +
    + +
    +

    Super-simple upgrades

    +

    Since each site gets a unique embed code, you can easily upgrade to the latest version of Font Awesome, all without pushing any code. Easy peasy.

    +
    + +
    +

    Auto accessibility support

    +

    Font Awesome CDN helps you automate accessibility support more easily so your icons work for the most people possible. Read up on our accessibility best practices.

    +
    + +
    +

    Async your icons

    +

    Want to speed up your page loads? So do we. Have your icons load in the background so your site loads faster.

    +
    +
    +
    + +
    + or +
    + +
    + + +
    +
    +

    + Want to manage and host Font Awesome assets yourself? You can + download, + customize, and use the icons and default styling manually. Both CSS and CSS Preprocessor (Sass and Less) formats are included.

    +
    + + +
    + +
    +

    Using CSS

    + +
      +
    1. Copy the entire font-awesome directory into your project.
    2. +
    3. + In the <head> of your html, reference the location to your font-awesome.min.css. +
      <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
      +
      +
    4. +
    5. Check out the examples to start using Font Awesome!
    6. +
    +
    + +
    +

    Using Sass or Less

    + +

    Use this method to customize Font Awesome 4.7.0 using LESS or SASS.

    +
      +
    1. Copy the font-awesome/ directory into your project.
    2. +
    3. + Open your project's font-awesome/less/variables.less or font-awesome/scss/_variables.scss and edit the @fa-font-path or $fa-font-path + variable to point to your font directory. +
      @fa-font-path:   "../font";
      +
      +

      The font path is relative from your compiled CSS directory.

      +
    4. +
    5. Re-compile your LESS or SASS if using a static compiler. Otherwise, you should be good to go.
    6. +
    7. Check out the examples to start using Font Awesome!
    8. +
    +
    +
    + +
    + or +
    + +
    + + +
    +

    LESS Ruby Gem

    +

    + Use the Official Font Awesome LESS Ruby Gem to easily get Font + Awesome LESS into a Rails project. Generously maintained by @supercodepoet. +

    +
      +
    1. + Add this line to your application's Gemfile: +
      gem 'font-awesome-less'
      +
      +
    2. +
    3. + And then execute: +
      $ bundle
      +
      +
    4. +
    5. Or install it yourself as: +
      $ gem install font-awesome-less
      +
      +
    6. +
    +

    + If you use Rails, add this to your e.g. application.less: +

    +
    @import "font-awesome-sprockets";
    +@import "font-awesome";
    +
    +
    + +
    +

    SASS Ruby Gem

    +

    + Use the Official Font Awesome SASS Ruby Gem to easily get Font + Awesome SASS into a Rails or Compass project. Generously maintained by @supercodepoet. +

    +
      +
    1. + Add this line to your application's Gemfile: +
      gem 'font-awesome-sass'
      +
      +
    2. +
    3. + And then execute: +
      $ bundle
      +
      +
    4. +
    5. Or install it yourself as: +
      $ gem install font-awesome-sass
      +
      +
    6. +
    +

    + If you use Rails, add this to your e.g. application.scss: +

    +
    @import "font-awesome-sprockets";
    +@import "font-awesome";
    +
    +
    +
    + +
    + +
    + +
    +
    +

    Validators

    +

    In order to provide the best possible experience to old and buggy browsers, Font Awesome uses CSS browser hacks in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.

    +

    These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings.

    +

    Getting started - Validators by Bootstrap Team is licensed under CC BY 3.0

    +
    + +
    +

    Internet Explorer 8 and @font-face

    +

    IE8 has some issues with @font-face when combined with :before. + Font Awesome uses that combination. If a page is cached, and loaded without the mouse over the window + (i.e. hit the refresh button or load something in an iframe) then the page gets rendered before the font loads. + Hovering over the page (body) will show some of the icons and hovering over the remaining icons will show those as well. + See issue #954 for details.

    +

    Getting started - Internet Explorer 8 and @font-face by Bootstrap Team is licensed under CC BY 3.0

    +
    +
    + +
    +
    +

    Need IE7 Support?

    +

    + If you need IE7 support, you have my condolences. Really. Font Awesome 4.7.0 + doesn't support IE7, but an older version does. You'll need to check out the + 3.2.1 instructions for using IE7. Then go complain to + whomever decided your project needs IE7 support. +

    +
    + +
    +

    Troubleshooting

    +

    If you're having trouble with Font Awesome, make sure to check out the + troubleshooting wiki page. + Generously maintained by @gtagliala.

    +
    +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/500px/index.html b/_gh_pages/icon/500px/index.html new file mode 100644 index 000000000..854aca286 --- /dev/null +++ b/_gh_pages/icon/500px/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-500px: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of 500px at 6x   + + + Example of 500px at 5x +    + + + Example of 500px at 4x +    + + + Example of 500px at 3x +    + + Example of 500px at 2x +   + + + Example of 500px +
    +

    + fa-500px + + · + Unicode: f26e · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of 500px fa-500px +
    +
    +
    <i class="fa fa-500px" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/address-book-o/index.html b/_gh_pages/icon/address-book-o/index.html new file mode 100644 index 000000000..5871ed424 --- /dev/null +++ b/_gh_pages/icon/address-book-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-address-book-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of address-book-o at 6x   + + + Example of address-book-o at 5x +    + + + Example of address-book-o at 4x +    + + + Example of address-book-o at 3x +    + + Example of address-book-o at 2x +   + + + Example of address-book-o +
    +

    + fa-address-book-o + + · + Unicode: f2ba · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of address-book-o fa-address-book-o +
    +
    +
    <i class="fa fa-address-book-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/address-book/index.html b/_gh_pages/icon/address-book/index.html new file mode 100644 index 000000000..a7ad58bac --- /dev/null +++ b/_gh_pages/icon/address-book/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-address-book: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of address-book at 6x   + + + Example of address-book at 5x +    + + + Example of address-book at 4x +    + + + Example of address-book at 3x +    + + Example of address-book at 2x +   + + + Example of address-book +
    +

    + fa-address-book + + · + Unicode: f2b9 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of address-book fa-address-book +
    +
    +
    <i class="fa fa-address-book" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/address-card-o/index.html b/_gh_pages/icon/address-card-o/index.html new file mode 100644 index 000000000..dcb46d8a7 --- /dev/null +++ b/_gh_pages/icon/address-card-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-address-card-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of address-card-o at 6x   + + + Example of address-card-o at 5x +    + + + Example of address-card-o at 4x +    + + + Example of address-card-o at 3x +    + + Example of address-card-o at 2x +   + + + Example of address-card-o +
    +

    + fa-address-card-o + + · + Unicode: f2bc · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-vcard-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of address-card-o fa-address-card-o +
    +
    +
    <i class="fa fa-address-card-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/address-card/index.html b/_gh_pages/icon/address-card/index.html new file mode 100644 index 000000000..2b96939e7 --- /dev/null +++ b/_gh_pages/icon/address-card/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-address-card: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of address-card at 6x   + + + Example of address-card at 5x +    + + + Example of address-card at 4x +    + + + Example of address-card at 3x +    + + Example of address-card at 2x +   + + + Example of address-card +
    +

    + fa-address-card + + · + Unicode: f2bb · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-vcard + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of address-card fa-address-card +
    +
    +
    <i class="fa fa-address-card" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/adjust/index.html b/_gh_pages/icon/adjust/index.html new file mode 100644 index 000000000..1d779215f --- /dev/null +++ b/_gh_pages/icon/adjust/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-adjust: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of adjust at 6x   + + + Example of adjust at 5x +    + + + Example of adjust at 4x +    + + + Example of adjust at 3x +    + + Example of adjust at 2x +   + + + Example of adjust +
    +

    + fa-adjust + + · + Unicode: f042 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of adjust fa-adjust +
    +
    +
    <i class="fa fa-adjust" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/adn/index.html b/_gh_pages/icon/adn/index.html new file mode 100644 index 000000000..b313bab99 --- /dev/null +++ b/_gh_pages/icon/adn/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-adn: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of adn at 6x   + + + Example of adn at 5x +    + + + Example of adn at 4x +    + + + Example of adn at 3x +    + + Example of adn at 2x +   + + + Example of adn +
    +

    + fa-adn + + · + Unicode: f170 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of adn fa-adn +
    +
    +
    <i class="fa fa-adn" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/align-center/index.html b/_gh_pages/icon/align-center/index.html new file mode 100644 index 000000000..2cda4b034 --- /dev/null +++ b/_gh_pages/icon/align-center/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-align-center: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of align-center at 6x   + + + Example of align-center at 5x +    + + + Example of align-center at 4x +    + + + Example of align-center at 3x +    + + Example of align-center at 2x +   + + + Example of align-center +
    +

    + fa-align-center + + · + Unicode: f037 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of align-center fa-align-center +
    +
    +
    <i class="fa fa-align-center" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/align-justify/index.html b/_gh_pages/icon/align-justify/index.html new file mode 100644 index 000000000..9c84842cb --- /dev/null +++ b/_gh_pages/icon/align-justify/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-align-justify: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of align-justify at 6x   + + + Example of align-justify at 5x +    + + + Example of align-justify at 4x +    + + + Example of align-justify at 3x +    + + Example of align-justify at 2x +   + + + Example of align-justify +
    +

    + fa-align-justify + + · + Unicode: f039 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of align-justify fa-align-justify +
    +
    +
    <i class="fa fa-align-justify" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/align-left/index.html b/_gh_pages/icon/align-left/index.html new file mode 100644 index 000000000..f450d2917 --- /dev/null +++ b/_gh_pages/icon/align-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-align-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of align-left at 6x   + + + Example of align-left at 5x +    + + + Example of align-left at 4x +    + + + Example of align-left at 3x +    + + Example of align-left at 2x +   + + + Example of align-left +
    +

    + fa-align-left + + · + Unicode: f036 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of align-left fa-align-left +
    +
    +
    <i class="fa fa-align-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/align-right/index.html b/_gh_pages/icon/align-right/index.html new file mode 100644 index 000000000..49eae5a01 --- /dev/null +++ b/_gh_pages/icon/align-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-align-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of align-right at 6x   + + + Example of align-right at 5x +    + + + Example of align-right at 4x +    + + + Example of align-right at 3x +    + + Example of align-right at 2x +   + + + Example of align-right +
    +

    + fa-align-right + + · + Unicode: f038 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of align-right fa-align-right +
    +
    +
    <i class="fa fa-align-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/amazon/index.html b/_gh_pages/icon/amazon/index.html new file mode 100644 index 000000000..b4ef97689 --- /dev/null +++ b/_gh_pages/icon/amazon/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-amazon: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of amazon at 6x   + + + Example of amazon at 5x +    + + + Example of amazon at 4x +    + + + Example of amazon at 3x +    + + Example of amazon at 2x +   + + + Example of amazon +
    +

    + fa-amazon + + · + Unicode: f270 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of amazon fa-amazon +
    +
    +
    <i class="fa fa-amazon" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ambulance/index.html b/_gh_pages/icon/ambulance/index.html new file mode 100644 index 000000000..108af018a --- /dev/null +++ b/_gh_pages/icon/ambulance/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-ambulance: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ambulance at 6x   + + + Example of ambulance at 5x +    + + + Example of ambulance at 4x +    + + + Example of ambulance at 3x +    + + Example of ambulance at 2x +   + + + Example of ambulance +
    +

    + fa-ambulance + + · + Unicode: f0f9 · + Created: v3.0 · + Categories: + + Medical Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ambulance fa-ambulance +
    +
    +
    <i class="fa fa-ambulance" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/american-sign-language-interpreting/index.html b/_gh_pages/icon/american-sign-language-interpreting/index.html new file mode 100644 index 000000000..eb7416f77 --- /dev/null +++ b/_gh_pages/icon/american-sign-language-interpreting/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-american-sign-language-interpreting: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of american-sign-language-interpreting at 6x   + + + Example of american-sign-language-interpreting at 5x +    + + + Example of american-sign-language-interpreting at 4x +    + + + Example of american-sign-language-interpreting at 3x +    + + Example of american-sign-language-interpreting at 2x +   + + + Example of american-sign-language-interpreting +
    +

    + fa-american-sign-language-interpreting + + · + Unicode: f2a3 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + · Aliases: + + fa-asl-interpreting + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of american-sign-language-interpreting fa-american-sign-language-interpreting +
    +
    +
    <i class="fa fa-american-sign-language-interpreting" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/anchor/index.html b/_gh_pages/icon/anchor/index.html new file mode 100644 index 000000000..965cc8eb9 --- /dev/null +++ b/_gh_pages/icon/anchor/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-anchor: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of anchor at 6x   + + + Example of anchor at 5x +    + + + Example of anchor at 4x +    + + + Example of anchor at 3x +    + + Example of anchor at 2x +   + + + Example of anchor +
    +

    + fa-anchor + + · + Unicode: f13d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of anchor fa-anchor +
    +
    +
    <i class="fa fa-anchor" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/android/index.html b/_gh_pages/icon/android/index.html new file mode 100644 index 000000000..3da4f4b87 --- /dev/null +++ b/_gh_pages/icon/android/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-android: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of android at 6x   + + + Example of android at 5x +    + + + Example of android at 4x +    + + + Example of android at 3x +    + + Example of android at 2x +   + + + Example of android +
    +

    + fa-android + + · + Unicode: f17b · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of android fa-android +
    +
    +
    <i class="fa fa-android" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angellist/index.html b/_gh_pages/icon/angellist/index.html new file mode 100644 index 000000000..8699f5d21 --- /dev/null +++ b/_gh_pages/icon/angellist/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angellist: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angellist at 6x   + + + Example of angellist at 5x +    + + + Example of angellist at 4x +    + + + Example of angellist at 3x +    + + Example of angellist at 2x +   + + + Example of angellist +
    +

    + fa-angellist + + · + Unicode: f209 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angellist fa-angellist +
    +
    +
    <i class="fa fa-angellist" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-double-down/index.html b/_gh_pages/icon/angle-double-down/index.html new file mode 100644 index 000000000..3b83a3c52 --- /dev/null +++ b/_gh_pages/icon/angle-double-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-double-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-double-down at 6x   + + + Example of angle-double-down at 5x +    + + + Example of angle-double-down at 4x +    + + + Example of angle-double-down at 3x +    + + Example of angle-double-down at 2x +   + + + Example of angle-double-down +
    +

    + fa-angle-double-down + + · + Unicode: f103 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-double-down fa-angle-double-down +
    +
    +
    <i class="fa fa-angle-double-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-double-left/index.html b/_gh_pages/icon/angle-double-left/index.html new file mode 100644 index 000000000..3d5b6cafc --- /dev/null +++ b/_gh_pages/icon/angle-double-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-double-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-double-left at 6x   + + + Example of angle-double-left at 5x +    + + + Example of angle-double-left at 4x +    + + + Example of angle-double-left at 3x +    + + Example of angle-double-left at 2x +   + + + Example of angle-double-left +
    +

    + fa-angle-double-left + + · + Unicode: f100 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-double-left fa-angle-double-left +
    +
    +
    <i class="fa fa-angle-double-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-double-right/index.html b/_gh_pages/icon/angle-double-right/index.html new file mode 100644 index 000000000..7d696be8b --- /dev/null +++ b/_gh_pages/icon/angle-double-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-double-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-double-right at 6x   + + + Example of angle-double-right at 5x +    + + + Example of angle-double-right at 4x +    + + + Example of angle-double-right at 3x +    + + Example of angle-double-right at 2x +   + + + Example of angle-double-right +
    +

    + fa-angle-double-right + + · + Unicode: f101 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-double-right fa-angle-double-right +
    +
    +
    <i class="fa fa-angle-double-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-double-up/index.html b/_gh_pages/icon/angle-double-up/index.html new file mode 100644 index 000000000..263dfff2b --- /dev/null +++ b/_gh_pages/icon/angle-double-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-double-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-double-up at 6x   + + + Example of angle-double-up at 5x +    + + + Example of angle-double-up at 4x +    + + + Example of angle-double-up at 3x +    + + Example of angle-double-up at 2x +   + + + Example of angle-double-up +
    +

    + fa-angle-double-up + + · + Unicode: f102 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-double-up fa-angle-double-up +
    +
    +
    <i class="fa fa-angle-double-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-down/index.html b/_gh_pages/icon/angle-down/index.html new file mode 100644 index 000000000..ac00475d6 --- /dev/null +++ b/_gh_pages/icon/angle-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-down at 6x   + + + Example of angle-down at 5x +    + + + Example of angle-down at 4x +    + + + Example of angle-down at 3x +    + + Example of angle-down at 2x +   + + + Example of angle-down +
    +

    + fa-angle-down + + · + Unicode: f107 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-down fa-angle-down +
    +
    +
    <i class="fa fa-angle-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-left/index.html b/_gh_pages/icon/angle-left/index.html new file mode 100644 index 000000000..19cafa36d --- /dev/null +++ b/_gh_pages/icon/angle-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-left at 6x   + + + Example of angle-left at 5x +    + + + Example of angle-left at 4x +    + + + Example of angle-left at 3x +    + + Example of angle-left at 2x +   + + + Example of angle-left +
    +

    + fa-angle-left + + · + Unicode: f104 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-left fa-angle-left +
    +
    +
    <i class="fa fa-angle-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-right/index.html b/_gh_pages/icon/angle-right/index.html new file mode 100644 index 000000000..970911da3 --- /dev/null +++ b/_gh_pages/icon/angle-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-right at 6x   + + + Example of angle-right at 5x +    + + + Example of angle-right at 4x +    + + + Example of angle-right at 3x +    + + Example of angle-right at 2x +   + + + Example of angle-right +
    +

    + fa-angle-right + + · + Unicode: f105 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-right fa-angle-right +
    +
    +
    <i class="fa fa-angle-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/angle-up/index.html b/_gh_pages/icon/angle-up/index.html new file mode 100644 index 000000000..770159f8e --- /dev/null +++ b/_gh_pages/icon/angle-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-angle-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of angle-up at 6x   + + + Example of angle-up at 5x +    + + + Example of angle-up at 4x +    + + + Example of angle-up at 3x +    + + Example of angle-up at 2x +   + + + Example of angle-up +
    +

    + fa-angle-up + + · + Unicode: f106 · + Created: v3.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of angle-up fa-angle-up +
    +
    +
    <i class="fa fa-angle-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/apple/index.html b/_gh_pages/icon/apple/index.html new file mode 100644 index 000000000..d46412805 --- /dev/null +++ b/_gh_pages/icon/apple/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-apple: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of apple at 6x   + + + Example of apple at 5x +    + + + Example of apple at 4x +    + + + Example of apple at 3x +    + + Example of apple at 2x +   + + + Example of apple +
    +

    + fa-apple + + · + Unicode: f179 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of apple fa-apple +
    +
    +
    <i class="fa fa-apple" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/archive/index.html b/_gh_pages/icon/archive/index.html new file mode 100644 index 000000000..a8767e111 --- /dev/null +++ b/_gh_pages/icon/archive/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-archive: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of archive at 6x   + + + Example of archive at 5x +    + + + Example of archive at 4x +    + + + Example of archive at 3x +    + + Example of archive at 2x +   + + + Example of archive +
    +

    + fa-archive + + · + Unicode: f187 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of archive fa-archive +
    +
    +
    <i class="fa fa-archive" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/area-chart/index.html b/_gh_pages/icon/area-chart/index.html new file mode 100644 index 000000000..1b4724bb2 --- /dev/null +++ b/_gh_pages/icon/area-chart/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-area-chart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of area-chart at 6x   + + + Example of area-chart at 5x +    + + + Example of area-chart at 4x +    + + + Example of area-chart at 3x +    + + Example of area-chart at 2x +   + + + Example of area-chart +
    +

    + fa-area-chart + + · + Unicode: f1fe · + Created: v4.2 · + Categories: + + Web Application Icons, + + Chart Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of area-chart fa-area-chart +
    +
    +
    <i class="fa fa-area-chart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-down/index.html b/_gh_pages/icon/arrow-circle-down/index.html new file mode 100644 index 000000000..b53717c53 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-down at 6x   + + + Example of arrow-circle-down at 5x +    + + + Example of arrow-circle-down at 4x +    + + + Example of arrow-circle-down at 3x +    + + Example of arrow-circle-down at 2x +   + + + Example of arrow-circle-down +
    +

    + fa-arrow-circle-down + + · + Unicode: f0ab · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-down fa-arrow-circle-down +
    +
    +
    <i class="fa fa-arrow-circle-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-left/index.html b/_gh_pages/icon/arrow-circle-left/index.html new file mode 100644 index 000000000..2434d4710 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-left at 6x   + + + Example of arrow-circle-left at 5x +    + + + Example of arrow-circle-left at 4x +    + + + Example of arrow-circle-left at 3x +    + + Example of arrow-circle-left at 2x +   + + + Example of arrow-circle-left +
    +

    + fa-arrow-circle-left + + · + Unicode: f0a8 · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-left fa-arrow-circle-left +
    +
    +
    <i class="fa fa-arrow-circle-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-o-down/index.html b/_gh_pages/icon/arrow-circle-o-down/index.html new file mode 100644 index 000000000..abf96f2f7 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-o-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-o-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-o-down at 6x   + + + Example of arrow-circle-o-down at 5x +    + + + Example of arrow-circle-o-down at 4x +    + + + Example of arrow-circle-o-down at 3x +    + + Example of arrow-circle-o-down at 2x +   + + + Example of arrow-circle-o-down +
    +

    + fa-arrow-circle-o-down + + · + Unicode: f01a · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-o-down fa-arrow-circle-o-down +
    +
    +
    <i class="fa fa-arrow-circle-o-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-o-left/index.html b/_gh_pages/icon/arrow-circle-o-left/index.html new file mode 100644 index 000000000..8e65aa541 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-o-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-o-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-o-left at 6x   + + + Example of arrow-circle-o-left at 5x +    + + + Example of arrow-circle-o-left at 4x +    + + + Example of arrow-circle-o-left at 3x +    + + Example of arrow-circle-o-left at 2x +   + + + Example of arrow-circle-o-left +
    +

    + fa-arrow-circle-o-left + + · + Unicode: f190 · + Created: v4.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-o-left fa-arrow-circle-o-left +
    +
    +
    <i class="fa fa-arrow-circle-o-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-o-right/index.html b/_gh_pages/icon/arrow-circle-o-right/index.html new file mode 100644 index 000000000..7d90f5554 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-o-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-o-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-o-right at 6x   + + + Example of arrow-circle-o-right at 5x +    + + + Example of arrow-circle-o-right at 4x +    + + + Example of arrow-circle-o-right at 3x +    + + Example of arrow-circle-o-right at 2x +   + + + Example of arrow-circle-o-right +
    +

    + fa-arrow-circle-o-right + + · + Unicode: f18e · + Created: v4.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-o-right fa-arrow-circle-o-right +
    +
    +
    <i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-o-up/index.html b/_gh_pages/icon/arrow-circle-o-up/index.html new file mode 100644 index 000000000..fde2e6b41 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-o-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-o-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-o-up at 6x   + + + Example of arrow-circle-o-up at 5x +    + + + Example of arrow-circle-o-up at 4x +    + + + Example of arrow-circle-o-up at 3x +    + + Example of arrow-circle-o-up at 2x +   + + + Example of arrow-circle-o-up +
    +

    + fa-arrow-circle-o-up + + · + Unicode: f01b · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-o-up fa-arrow-circle-o-up +
    +
    +
    <i class="fa fa-arrow-circle-o-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-right/index.html b/_gh_pages/icon/arrow-circle-right/index.html new file mode 100644 index 000000000..3fd3c21fe --- /dev/null +++ b/_gh_pages/icon/arrow-circle-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-right at 6x   + + + Example of arrow-circle-right at 5x +    + + + Example of arrow-circle-right at 4x +    + + + Example of arrow-circle-right at 3x +    + + Example of arrow-circle-right at 2x +   + + + Example of arrow-circle-right +
    +

    + fa-arrow-circle-right + + · + Unicode: f0a9 · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-right fa-arrow-circle-right +
    +
    +
    <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-circle-up/index.html b/_gh_pages/icon/arrow-circle-up/index.html new file mode 100644 index 000000000..bb80bc885 --- /dev/null +++ b/_gh_pages/icon/arrow-circle-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-circle-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-circle-up at 6x   + + + Example of arrow-circle-up at 5x +    + + + Example of arrow-circle-up at 4x +    + + + Example of arrow-circle-up at 3x +    + + Example of arrow-circle-up at 2x +   + + + Example of arrow-circle-up +
    +

    + fa-arrow-circle-up + + · + Unicode: f0aa · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-circle-up fa-arrow-circle-up +
    +
    +
    <i class="fa fa-arrow-circle-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-down/index.html b/_gh_pages/icon/arrow-down/index.html new file mode 100644 index 000000000..7297a95c0 --- /dev/null +++ b/_gh_pages/icon/arrow-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-down at 6x   + + + Example of arrow-down at 5x +    + + + Example of arrow-down at 4x +    + + + Example of arrow-down at 3x +    + + Example of arrow-down at 2x +   + + + Example of arrow-down +
    +

    + fa-arrow-down + + · + Unicode: f063 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-down fa-arrow-down +
    +
    +
    <i class="fa fa-arrow-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-left/index.html b/_gh_pages/icon/arrow-left/index.html new file mode 100644 index 000000000..cb4c8828f --- /dev/null +++ b/_gh_pages/icon/arrow-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-left at 6x   + + + Example of arrow-left at 5x +    + + + Example of arrow-left at 4x +    + + + Example of arrow-left at 3x +    + + Example of arrow-left at 2x +   + + + Example of arrow-left +
    +

    + fa-arrow-left + + · + Unicode: f060 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-left fa-arrow-left +
    +
    +
    <i class="fa fa-arrow-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-right/index.html b/_gh_pages/icon/arrow-right/index.html new file mode 100644 index 000000000..2bbcbf086 --- /dev/null +++ b/_gh_pages/icon/arrow-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-right at 6x   + + + Example of arrow-right at 5x +    + + + Example of arrow-right at 4x +    + + + Example of arrow-right at 3x +    + + Example of arrow-right at 2x +   + + + Example of arrow-right +
    +

    + fa-arrow-right + + · + Unicode: f061 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-right fa-arrow-right +
    +
    +
    <i class="fa fa-arrow-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrow-up/index.html b/_gh_pages/icon/arrow-up/index.html new file mode 100644 index 000000000..d35cb4f9d --- /dev/null +++ b/_gh_pages/icon/arrow-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-arrow-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrow-up at 6x   + + + Example of arrow-up at 5x +    + + + Example of arrow-up at 4x +    + + + Example of arrow-up at 3x +    + + Example of arrow-up at 2x +   + + + Example of arrow-up +
    +

    + fa-arrow-up + + · + Unicode: f062 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrow-up fa-arrow-up +
    +
    +
    <i class="fa fa-arrow-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrows-alt/index.html b/_gh_pages/icon/arrows-alt/index.html new file mode 100644 index 000000000..2ca728471 --- /dev/null +++ b/_gh_pages/icon/arrows-alt/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-arrows-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrows-alt at 6x   + + + Example of arrows-alt at 5x +    + + + Example of arrows-alt at 4x +    + + + Example of arrows-alt at 3x +    + + Example of arrows-alt at 2x +   + + + Example of arrows-alt +
    +

    + fa-arrows-alt + + · + Unicode: f0b2 · + Created: v2.0 · + Categories: + + Video Player Icons, + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrows-alt fa-arrows-alt +
    +
    +
    <i class="fa fa-arrows-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrows-h/index.html b/_gh_pages/icon/arrows-h/index.html new file mode 100644 index 000000000..3d68209bf --- /dev/null +++ b/_gh_pages/icon/arrows-h/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-arrows-h: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrows-h at 6x   + + + Example of arrows-h at 5x +    + + + Example of arrows-h at 4x +    + + + Example of arrows-h at 3x +    + + Example of arrows-h at 2x +   + + + Example of arrows-h +
    +

    + fa-arrows-h + + · + Unicode: f07e · + Created: v1.0 · + Categories: + + Web Application Icons, + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrows-h fa-arrows-h +
    +
    +
    <i class="fa fa-arrows-h" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrows-v/index.html b/_gh_pages/icon/arrows-v/index.html new file mode 100644 index 000000000..3eb2894d4 --- /dev/null +++ b/_gh_pages/icon/arrows-v/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-arrows-v: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrows-v at 6x   + + + Example of arrows-v at 5x +    + + + Example of arrows-v at 4x +    + + + Example of arrows-v at 3x +    + + Example of arrows-v at 2x +   + + + Example of arrows-v +
    +

    + fa-arrows-v + + · + Unicode: f07d · + Created: v1.0 · + Categories: + + Web Application Icons, + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrows-v fa-arrows-v +
    +
    +
    <i class="fa fa-arrows-v" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/arrows/index.html b/_gh_pages/icon/arrows/index.html new file mode 100644 index 000000000..6ffc37bfb --- /dev/null +++ b/_gh_pages/icon/arrows/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-arrows: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of arrows at 6x   + + + Example of arrows at 5x +    + + + Example of arrows at 4x +    + + + Example of arrows at 3x +    + + Example of arrows at 2x +   + + + Example of arrows +
    +

    + fa-arrows + + · + Unicode: f047 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of arrows fa-arrows +
    +
    +
    <i class="fa fa-arrows" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/assistive-listening-systems/index.html b/_gh_pages/icon/assistive-listening-systems/index.html new file mode 100644 index 000000000..e3fc77bde --- /dev/null +++ b/_gh_pages/icon/assistive-listening-systems/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-assistive-listening-systems: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of assistive-listening-systems at 6x   + + + Example of assistive-listening-systems at 5x +    + + + Example of assistive-listening-systems at 4x +    + + + Example of assistive-listening-systems at 3x +    + + Example of assistive-listening-systems at 2x +   + + + Example of assistive-listening-systems +
    +

    + fa-assistive-listening-systems + + · + Unicode: f2a2 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of assistive-listening-systems fa-assistive-listening-systems +
    +
    +
    <i class="fa fa-assistive-listening-systems" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/asterisk/index.html b/_gh_pages/icon/asterisk/index.html new file mode 100644 index 000000000..02ba8e12b --- /dev/null +++ b/_gh_pages/icon/asterisk/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-asterisk: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of asterisk at 6x   + + + Example of asterisk at 5x +    + + + Example of asterisk at 4x +    + + + Example of asterisk at 3x +    + + Example of asterisk at 2x +   + + + Example of asterisk +
    +

    + fa-asterisk + + · + Unicode: f069 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of asterisk fa-asterisk +
    +
    +
    <i class="fa fa-asterisk" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/at/index.html b/_gh_pages/icon/at/index.html new file mode 100644 index 000000000..d5b24273e --- /dev/null +++ b/_gh_pages/icon/at/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-at: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of at at 6x   + + + Example of at at 5x +    + + + Example of at at 4x +    + + + Example of at at 3x +    + + Example of at at 2x +   + + + Example of at +
    +

    + fa-at + + · + Unicode: f1fa · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of at fa-at +
    +
    +
    <i class="fa fa-at" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/audio-description/index.html b/_gh_pages/icon/audio-description/index.html new file mode 100644 index 000000000..8ea144cab --- /dev/null +++ b/_gh_pages/icon/audio-description/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-audio-description: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of audio-description at 6x   + + + Example of audio-description at 5x +    + + + Example of audio-description at 4x +    + + + Example of audio-description at 3x +    + + Example of audio-description at 2x +   + + + Example of audio-description +
    +

    + fa-audio-description + + · + Unicode: f29e · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of audio-description fa-audio-description +
    +
    +
    <i class="fa fa-audio-description" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/backward/index.html b/_gh_pages/icon/backward/index.html new file mode 100644 index 000000000..b947b804a --- /dev/null +++ b/_gh_pages/icon/backward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-backward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of backward at 6x   + + + Example of backward at 5x +    + + + Example of backward at 4x +    + + + Example of backward at 3x +    + + Example of backward at 2x +   + + + Example of backward +
    +

    + fa-backward + + · + Unicode: f04a · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of backward fa-backward +
    +
    +
    <i class="fa fa-backward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/balance-scale/index.html b/_gh_pages/icon/balance-scale/index.html new file mode 100644 index 000000000..60865a440 --- /dev/null +++ b/_gh_pages/icon/balance-scale/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-balance-scale: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of balance-scale at 6x   + + + Example of balance-scale at 5x +    + + + Example of balance-scale at 4x +    + + + Example of balance-scale at 3x +    + + Example of balance-scale at 2x +   + + + Example of balance-scale +
    +

    + fa-balance-scale + + · + Unicode: f24e · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of balance-scale fa-balance-scale +
    +
    +
    <i class="fa fa-balance-scale" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ban/index.html b/_gh_pages/icon/ban/index.html new file mode 100644 index 000000000..4bc94f133 --- /dev/null +++ b/_gh_pages/icon/ban/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ban: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ban at 6x   + + + Example of ban at 5x +    + + + Example of ban at 4x +    + + + Example of ban at 3x +    + + Example of ban at 2x +   + + + Example of ban +
    +

    + fa-ban + + · + Unicode: f05e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ban fa-ban +
    +
    +
    <i class="fa fa-ban" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bandcamp/index.html b/_gh_pages/icon/bandcamp/index.html new file mode 100644 index 000000000..c0a9c036d --- /dev/null +++ b/_gh_pages/icon/bandcamp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bandcamp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bandcamp at 6x   + + + Example of bandcamp at 5x +    + + + Example of bandcamp at 4x +    + + + Example of bandcamp at 3x +    + + Example of bandcamp at 2x +   + + + Example of bandcamp +
    +

    + fa-bandcamp + + · + Unicode: f2d5 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bandcamp fa-bandcamp +
    +
    +
    <i class="fa fa-bandcamp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bar-chart/index.html b/_gh_pages/icon/bar-chart/index.html new file mode 100644 index 000000000..5e392be43 --- /dev/null +++ b/_gh_pages/icon/bar-chart/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-bar-chart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bar-chart at 6x   + + + Example of bar-chart at 5x +    + + + Example of bar-chart at 4x +    + + + Example of bar-chart at 3x +    + + Example of bar-chart at 2x +   + + + Example of bar-chart +
    +

    + fa-bar-chart + + · + Unicode: f080 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Chart Icons + + + + · Aliases: + + fa-bar-chart-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bar-chart fa-bar-chart +
    +
    +
    <i class="fa fa-bar-chart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/barcode/index.html b/_gh_pages/icon/barcode/index.html new file mode 100644 index 000000000..dba062330 --- /dev/null +++ b/_gh_pages/icon/barcode/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-barcode: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of barcode at 6x   + + + Example of barcode at 5x +    + + + Example of barcode at 4x +    + + + Example of barcode at 3x +    + + Example of barcode at 2x +   + + + Example of barcode +
    +

    + fa-barcode + + · + Unicode: f02a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of barcode fa-barcode +
    +
    +
    <i class="fa fa-barcode" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bars/index.html b/_gh_pages/icon/bars/index.html new file mode 100644 index 000000000..353b73743 --- /dev/null +++ b/_gh_pages/icon/bars/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-bars: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bars at 6x   + + + Example of bars at 5x +    + + + Example of bars at 4x +    + + + Example of bars at 3x +    + + Example of bars at 2x +   + + + Example of bars +
    +

    + fa-bars + + · + Unicode: f0c9 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-navicon, + + fa-reorder + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bars fa-bars +
    +
    +
    <i class="fa fa-bars" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bath/index.html b/_gh_pages/icon/bath/index.html new file mode 100644 index 000000000..d2b191a55 --- /dev/null +++ b/_gh_pages/icon/bath/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-bath: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bath at 6x   + + + Example of bath at 5x +    + + + Example of bath at 4x +    + + + Example of bath at 3x +    + + Example of bath at 2x +   + + + Example of bath +
    +

    + fa-bath + + · + Unicode: f2cd · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-bathtub, + + fa-s15 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bath fa-bath +
    +
    +
    <i class="fa fa-bath" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/battery-empty/index.html b/_gh_pages/icon/battery-empty/index.html new file mode 100644 index 000000000..ae916575d --- /dev/null +++ b/_gh_pages/icon/battery-empty/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-battery-empty: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of battery-empty at 6x   + + + Example of battery-empty at 5x +    + + + Example of battery-empty at 4x +    + + + Example of battery-empty at 3x +    + + Example of battery-empty at 2x +   + + + Example of battery-empty +
    +

    + fa-battery-empty + + · + Unicode: f244 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-battery-0 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of battery-empty fa-battery-empty +
    +
    +
    <i class="fa fa-battery-empty" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/battery-full/index.html b/_gh_pages/icon/battery-full/index.html new file mode 100644 index 000000000..390519683 --- /dev/null +++ b/_gh_pages/icon/battery-full/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-battery-full: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of battery-full at 6x   + + + Example of battery-full at 5x +    + + + Example of battery-full at 4x +    + + + Example of battery-full at 3x +    + + Example of battery-full at 2x +   + + + Example of battery-full +
    +

    + fa-battery-full + + · + Unicode: f240 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-battery-4, + + fa-battery + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of battery-full fa-battery-full +
    +
    +
    <i class="fa fa-battery-full" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/battery-half/index.html b/_gh_pages/icon/battery-half/index.html new file mode 100644 index 000000000..2fd59aeaf --- /dev/null +++ b/_gh_pages/icon/battery-half/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-battery-half: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of battery-half at 6x   + + + Example of battery-half at 5x +    + + + Example of battery-half at 4x +    + + + Example of battery-half at 3x +    + + Example of battery-half at 2x +   + + + Example of battery-half +
    +

    + fa-battery-half + + · + Unicode: f242 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-battery-2 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of battery-half fa-battery-half +
    +
    +
    <i class="fa fa-battery-half" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/battery-quarter/index.html b/_gh_pages/icon/battery-quarter/index.html new file mode 100644 index 000000000..d20e76e44 --- /dev/null +++ b/_gh_pages/icon/battery-quarter/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-battery-quarter: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of battery-quarter at 6x   + + + Example of battery-quarter at 5x +    + + + Example of battery-quarter at 4x +    + + + Example of battery-quarter at 3x +    + + Example of battery-quarter at 2x +   + + + Example of battery-quarter +
    +

    + fa-battery-quarter + + · + Unicode: f243 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-battery-1 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of battery-quarter fa-battery-quarter +
    +
    +
    <i class="fa fa-battery-quarter" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/battery-three-quarters/index.html b/_gh_pages/icon/battery-three-quarters/index.html new file mode 100644 index 000000000..aac6edbdf --- /dev/null +++ b/_gh_pages/icon/battery-three-quarters/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-battery-three-quarters: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of battery-three-quarters at 6x   + + + Example of battery-three-quarters at 5x +    + + + Example of battery-three-quarters at 4x +    + + + Example of battery-three-quarters at 3x +    + + Example of battery-three-quarters at 2x +   + + + Example of battery-three-quarters +
    +

    + fa-battery-three-quarters + + · + Unicode: f241 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-battery-3 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of battery-three-quarters fa-battery-three-quarters +
    +
    +
    <i class="fa fa-battery-three-quarters" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bed/index.html b/_gh_pages/icon/bed/index.html new file mode 100644 index 000000000..c2c011195 --- /dev/null +++ b/_gh_pages/icon/bed/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-bed: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bed at 6x   + + + Example of bed at 5x +    + + + Example of bed at 4x +    + + + Example of bed at 3x +    + + Example of bed at 2x +   + + + Example of bed +
    +

    + fa-bed + + · + Unicode: f236 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-hotel + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bed fa-bed +
    +
    +
    <i class="fa fa-bed" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/beer/index.html b/_gh_pages/icon/beer/index.html new file mode 100644 index 000000000..c002d5f36 --- /dev/null +++ b/_gh_pages/icon/beer/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-beer: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of beer at 6x   + + + Example of beer at 5x +    + + + Example of beer at 4x +    + + + Example of beer at 3x +    + + Example of beer at 2x +   + + + Example of beer +
    +

    + fa-beer + + · + Unicode: f0fc · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of beer fa-beer +
    +
    +
    <i class="fa fa-beer" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/behance-square/index.html b/_gh_pages/icon/behance-square/index.html new file mode 100644 index 000000000..d458aeb70 --- /dev/null +++ b/_gh_pages/icon/behance-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-behance-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of behance-square at 6x   + + + Example of behance-square at 5x +    + + + Example of behance-square at 4x +    + + + Example of behance-square at 3x +    + + Example of behance-square at 2x +   + + + Example of behance-square +
    +

    + fa-behance-square + + · + Unicode: f1b5 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of behance-square fa-behance-square +
    +
    +
    <i class="fa fa-behance-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/behance/index.html b/_gh_pages/icon/behance/index.html new file mode 100644 index 000000000..4619b013a --- /dev/null +++ b/_gh_pages/icon/behance/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-behance: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of behance at 6x   + + + Example of behance at 5x +    + + + Example of behance at 4x +    + + + Example of behance at 3x +    + + Example of behance at 2x +   + + + Example of behance +
    +

    + fa-behance + + · + Unicode: f1b4 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of behance fa-behance +
    +
    +
    <i class="fa fa-behance" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bell-o/index.html b/_gh_pages/icon/bell-o/index.html new file mode 100644 index 000000000..cb58b6abd --- /dev/null +++ b/_gh_pages/icon/bell-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bell-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bell-o at 6x   + + + Example of bell-o at 5x +    + + + Example of bell-o at 4x +    + + + Example of bell-o at 3x +    + + Example of bell-o at 2x +   + + + Example of bell-o +
    +

    + fa-bell-o + + · + Unicode: f0a2 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bell-o fa-bell-o +
    +
    +
    <i class="fa fa-bell-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bell-slash-o/index.html b/_gh_pages/icon/bell-slash-o/index.html new file mode 100644 index 000000000..d6f31f042 --- /dev/null +++ b/_gh_pages/icon/bell-slash-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bell-slash-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bell-slash-o at 6x   + + + Example of bell-slash-o at 5x +    + + + Example of bell-slash-o at 4x +    + + + Example of bell-slash-o at 3x +    + + Example of bell-slash-o at 2x +   + + + Example of bell-slash-o +
    +

    + fa-bell-slash-o + + · + Unicode: f1f7 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bell-slash-o fa-bell-slash-o +
    +
    +
    <i class="fa fa-bell-slash-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bell-slash/index.html b/_gh_pages/icon/bell-slash/index.html new file mode 100644 index 000000000..54be76055 --- /dev/null +++ b/_gh_pages/icon/bell-slash/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bell-slash: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bell-slash at 6x   + + + Example of bell-slash at 5x +    + + + Example of bell-slash at 4x +    + + + Example of bell-slash at 3x +    + + Example of bell-slash at 2x +   + + + Example of bell-slash +
    +

    + fa-bell-slash + + · + Unicode: f1f6 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bell-slash fa-bell-slash +
    +
    +
    <i class="fa fa-bell-slash" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bell/index.html b/_gh_pages/icon/bell/index.html new file mode 100644 index 000000000..8eeeadb5f --- /dev/null +++ b/_gh_pages/icon/bell/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bell: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bell at 6x   + + + Example of bell at 5x +    + + + Example of bell at 4x +    + + + Example of bell at 3x +    + + Example of bell at 2x +   + + + Example of bell +
    +

    + fa-bell + + · + Unicode: f0f3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bell fa-bell +
    +
    +
    <i class="fa fa-bell" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bicycle/index.html b/_gh_pages/icon/bicycle/index.html new file mode 100644 index 000000000..3b3637bd6 --- /dev/null +++ b/_gh_pages/icon/bicycle/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-bicycle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bicycle at 6x   + + + Example of bicycle at 5x +    + + + Example of bicycle at 4x +    + + + Example of bicycle at 3x +    + + Example of bicycle at 2x +   + + + Example of bicycle +
    +

    + fa-bicycle + + · + Unicode: f206 · + Created: v4.2 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bicycle fa-bicycle +
    +
    +
    <i class="fa fa-bicycle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/binoculars/index.html b/_gh_pages/icon/binoculars/index.html new file mode 100644 index 000000000..a032187dd --- /dev/null +++ b/_gh_pages/icon/binoculars/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-binoculars: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of binoculars at 6x   + + + Example of binoculars at 5x +    + + + Example of binoculars at 4x +    + + + Example of binoculars at 3x +    + + Example of binoculars at 2x +   + + + Example of binoculars +
    +

    + fa-binoculars + + · + Unicode: f1e5 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of binoculars fa-binoculars +
    +
    +
    <i class="fa fa-binoculars" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/birthday-cake/index.html b/_gh_pages/icon/birthday-cake/index.html new file mode 100644 index 000000000..889d0300f --- /dev/null +++ b/_gh_pages/icon/birthday-cake/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-birthday-cake: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of birthday-cake at 6x   + + + Example of birthday-cake at 5x +    + + + Example of birthday-cake at 4x +    + + + Example of birthday-cake at 3x +    + + Example of birthday-cake at 2x +   + + + Example of birthday-cake +
    +

    + fa-birthday-cake + + · + Unicode: f1fd · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of birthday-cake fa-birthday-cake +
    +
    +
    <i class="fa fa-birthday-cake" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bitbucket-square/index.html b/_gh_pages/icon/bitbucket-square/index.html new file mode 100644 index 000000000..a1349c8eb --- /dev/null +++ b/_gh_pages/icon/bitbucket-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bitbucket-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bitbucket-square at 6x   + + + Example of bitbucket-square at 5x +    + + + Example of bitbucket-square at 4x +    + + + Example of bitbucket-square at 3x +    + + Example of bitbucket-square at 2x +   + + + Example of bitbucket-square +
    +

    + fa-bitbucket-square + + · + Unicode: f172 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bitbucket-square fa-bitbucket-square +
    +
    +
    <i class="fa fa-bitbucket-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bitbucket/index.html b/_gh_pages/icon/bitbucket/index.html new file mode 100644 index 000000000..f05a707b0 --- /dev/null +++ b/_gh_pages/icon/bitbucket/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bitbucket: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bitbucket at 6x   + + + Example of bitbucket at 5x +    + + + Example of bitbucket at 4x +    + + + Example of bitbucket at 3x +    + + Example of bitbucket at 2x +   + + + Example of bitbucket +
    +

    + fa-bitbucket + + · + Unicode: f171 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bitbucket fa-bitbucket +
    +
    +
    <i class="fa fa-bitbucket" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/black-tie/index.html b/_gh_pages/icon/black-tie/index.html new file mode 100644 index 000000000..5aa986859 --- /dev/null +++ b/_gh_pages/icon/black-tie/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-black-tie: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of black-tie at 6x   + + + Example of black-tie at 5x +    + + + Example of black-tie at 4x +    + + + Example of black-tie at 3x +    + + Example of black-tie at 2x +   + + + Example of black-tie +
    +

    + fa-black-tie + + · + Unicode: f27e · + Created: v4.4 · + Categories: + + Brand Icons + + + + · blacktie.io + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of black-tie fa-black-tie +
    +
    +
    <i class="fa fa-black-tie" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/blind/index.html b/_gh_pages/icon/blind/index.html new file mode 100644 index 000000000..af20e95b2 --- /dev/null +++ b/_gh_pages/icon/blind/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-blind: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of blind at 6x   + + + Example of blind at 5x +    + + + Example of blind at 4x +    + + + Example of blind at 3x +    + + Example of blind at 2x +   + + + Example of blind +
    +

    + fa-blind + + · + Unicode: f29d · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of blind fa-blind +
    +
    +
    <i class="fa fa-blind" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bluetooth-b/index.html b/_gh_pages/icon/bluetooth-b/index.html new file mode 100644 index 000000000..44de33096 --- /dev/null +++ b/_gh_pages/icon/bluetooth-b/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-bluetooth-b: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bluetooth-b at 6x   + + + Example of bluetooth-b at 5x +    + + + Example of bluetooth-b at 4x +    + + + Example of bluetooth-b at 3x +    + + Example of bluetooth-b at 2x +   + + + Example of bluetooth-b +
    +

    + fa-bluetooth-b + + · + Unicode: f294 · + Created: v4.5 · + Categories: + + Web Application Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bluetooth-b fa-bluetooth-b +
    +
    +
    <i class="fa fa-bluetooth-b" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bluetooth/index.html b/_gh_pages/icon/bluetooth/index.html new file mode 100644 index 000000000..eeae793d6 --- /dev/null +++ b/_gh_pages/icon/bluetooth/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-bluetooth: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bluetooth at 6x   + + + Example of bluetooth at 5x +    + + + Example of bluetooth at 4x +    + + + Example of bluetooth at 3x +    + + Example of bluetooth at 2x +   + + + Example of bluetooth +
    +

    + fa-bluetooth + + · + Unicode: f293 · + Created: v4.5 · + Categories: + + Web Application Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bluetooth fa-bluetooth +
    +
    +
    <i class="fa fa-bluetooth" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bold/index.html b/_gh_pages/icon/bold/index.html new file mode 100644 index 000000000..26f126fc7 --- /dev/null +++ b/_gh_pages/icon/bold/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bold: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bold at 6x   + + + Example of bold at 5x +    + + + Example of bold at 4x +    + + + Example of bold at 3x +    + + Example of bold at 2x +   + + + Example of bold +
    +

    + fa-bold + + · + Unicode: f032 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bold fa-bold +
    +
    +
    <i class="fa fa-bold" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bolt/index.html b/_gh_pages/icon/bolt/index.html new file mode 100644 index 000000000..a5a1a81d9 --- /dev/null +++ b/_gh_pages/icon/bolt/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-bolt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bolt at 6x   + + + Example of bolt at 5x +    + + + Example of bolt at 4x +    + + + Example of bolt at 3x +    + + Example of bolt at 2x +   + + + Example of bolt +
    +

    + fa-bolt + + · + Unicode: f0e7 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-flash + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bolt fa-bolt +
    +
    +
    <i class="fa fa-bolt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bomb/index.html b/_gh_pages/icon/bomb/index.html new file mode 100644 index 000000000..57355c1a8 --- /dev/null +++ b/_gh_pages/icon/bomb/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bomb: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bomb at 6x   + + + Example of bomb at 5x +    + + + Example of bomb at 4x +    + + + Example of bomb at 3x +    + + Example of bomb at 2x +   + + + Example of bomb +
    +

    + fa-bomb + + · + Unicode: f1e2 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bomb fa-bomb +
    +
    +
    <i class="fa fa-bomb" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/book/index.html b/_gh_pages/icon/book/index.html new file mode 100644 index 000000000..327790ae1 --- /dev/null +++ b/_gh_pages/icon/book/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-book: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of book at 6x   + + + Example of book at 5x +    + + + Example of book at 4x +    + + + Example of book at 3x +    + + Example of book at 2x +   + + + Example of book +
    +

    + fa-book + + · + Unicode: f02d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of book fa-book +
    +
    +
    <i class="fa fa-book" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bookmark-o/index.html b/_gh_pages/icon/bookmark-o/index.html new file mode 100644 index 000000000..5c887bf54 --- /dev/null +++ b/_gh_pages/icon/bookmark-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bookmark-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bookmark-o at 6x   + + + Example of bookmark-o at 5x +    + + + Example of bookmark-o at 4x +    + + + Example of bookmark-o at 3x +    + + Example of bookmark-o at 2x +   + + + Example of bookmark-o +
    +

    + fa-bookmark-o + + · + Unicode: f097 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bookmark-o fa-bookmark-o +
    +
    +
    <i class="fa fa-bookmark-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bookmark/index.html b/_gh_pages/icon/bookmark/index.html new file mode 100644 index 000000000..ef4bbc579 --- /dev/null +++ b/_gh_pages/icon/bookmark/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bookmark: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bookmark at 6x   + + + Example of bookmark at 5x +    + + + Example of bookmark at 4x +    + + + Example of bookmark at 3x +    + + Example of bookmark at 2x +   + + + Example of bookmark +
    +

    + fa-bookmark + + · + Unicode: f02e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bookmark fa-bookmark +
    +
    +
    <i class="fa fa-bookmark" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/braille/index.html b/_gh_pages/icon/braille/index.html new file mode 100644 index 000000000..2246d9557 --- /dev/null +++ b/_gh_pages/icon/braille/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-braille: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of braille at 6x   + + + Example of braille at 5x +    + + + Example of braille at 4x +    + + + Example of braille at 3x +    + + Example of braille at 2x +   + + + Example of braille +
    +

    + fa-braille + + · + Unicode: f2a1 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of braille fa-braille +
    +
    +
    <i class="fa fa-braille" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/briefcase/index.html b/_gh_pages/icon/briefcase/index.html new file mode 100644 index 000000000..8b64b11b5 --- /dev/null +++ b/_gh_pages/icon/briefcase/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-briefcase: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of briefcase at 6x   + + + Example of briefcase at 5x +    + + + Example of briefcase at 4x +    + + + Example of briefcase at 3x +    + + Example of briefcase at 2x +   + + + Example of briefcase +
    +

    + fa-briefcase + + · + Unicode: f0b1 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of briefcase fa-briefcase +
    +
    +
    <i class="fa fa-briefcase" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/btc/index.html b/_gh_pages/icon/btc/index.html new file mode 100644 index 000000000..a567087f0 --- /dev/null +++ b/_gh_pages/icon/btc/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-btc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of btc at 6x   + + + Example of btc at 5x +    + + + Example of btc at 4x +    + + + Example of btc at 3x +    + + Example of btc at 2x +   + + + Example of btc +
    +

    + fa-btc + + · + Unicode: f15a · + Created: v3.2 · + Categories: + + Currency Icons, + + Brand Icons + + + + · Aliases: + + fa-bitcoin + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of btc fa-btc +
    +
    +
    <i class="fa fa-btc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bug/index.html b/_gh_pages/icon/bug/index.html new file mode 100644 index 000000000..01e87b0e0 --- /dev/null +++ b/_gh_pages/icon/bug/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bug: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bug at 6x   + + + Example of bug at 5x +    + + + Example of bug at 4x +    + + + Example of bug at 3x +    + + Example of bug at 2x +   + + + Example of bug +
    +

    + fa-bug + + · + Unicode: f188 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bug fa-bug +
    +
    +
    <i class="fa fa-bug" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/building-o/index.html b/_gh_pages/icon/building-o/index.html new file mode 100644 index 000000000..1e5f0b8c6 --- /dev/null +++ b/_gh_pages/icon/building-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-building-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of building-o at 6x   + + + Example of building-o at 5x +    + + + Example of building-o at 4x +    + + + Example of building-o at 3x +    + + Example of building-o at 2x +   + + + Example of building-o +
    +

    + fa-building-o + + · + Unicode: f0f7 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of building-o fa-building-o +
    +
    +
    <i class="fa fa-building-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/building/index.html b/_gh_pages/icon/building/index.html new file mode 100644 index 000000000..b3d4c142b --- /dev/null +++ b/_gh_pages/icon/building/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-building: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of building at 6x   + + + Example of building at 5x +    + + + Example of building at 4x +    + + + Example of building at 3x +    + + Example of building at 2x +   + + + Example of building +
    +

    + fa-building + + · + Unicode: f1ad · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of building fa-building +
    +
    +
    <i class="fa fa-building" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bullhorn/index.html b/_gh_pages/icon/bullhorn/index.html new file mode 100644 index 000000000..c412fdafb --- /dev/null +++ b/_gh_pages/icon/bullhorn/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bullhorn: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bullhorn at 6x   + + + Example of bullhorn at 5x +    + + + Example of bullhorn at 4x +    + + + Example of bullhorn at 3x +    + + Example of bullhorn at 2x +   + + + Example of bullhorn +
    +

    + fa-bullhorn + + · + Unicode: f0a1 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bullhorn fa-bullhorn +
    +
    +
    <i class="fa fa-bullhorn" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bullseye/index.html b/_gh_pages/icon/bullseye/index.html new file mode 100644 index 000000000..2024f196a --- /dev/null +++ b/_gh_pages/icon/bullseye/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-bullseye: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bullseye at 6x   + + + Example of bullseye at 5x +    + + + Example of bullseye at 4x +    + + + Example of bullseye at 3x +    + + Example of bullseye at 2x +   + + + Example of bullseye +
    +

    + fa-bullseye + + · + Unicode: f140 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bullseye fa-bullseye +
    +
    +
    <i class="fa fa-bullseye" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/bus/index.html b/_gh_pages/icon/bus/index.html new file mode 100644 index 000000000..e2c1f7895 --- /dev/null +++ b/_gh_pages/icon/bus/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-bus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of bus at 6x   + + + Example of bus at 5x +    + + + Example of bus at 4x +    + + + Example of bus at 3x +    + + Example of bus at 2x +   + + + Example of bus +
    +

    + fa-bus + + · + Unicode: f207 · + Created: v4.2 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of bus fa-bus +
    +
    +
    <i class="fa fa-bus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/buysellads/index.html b/_gh_pages/icon/buysellads/index.html new file mode 100644 index 000000000..97427d6d5 --- /dev/null +++ b/_gh_pages/icon/buysellads/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-buysellads: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of buysellads at 6x   + + + Example of buysellads at 5x +    + + + Example of buysellads at 4x +    + + + Example of buysellads at 3x +    + + Example of buysellads at 2x +   + + + Example of buysellads +
    +

    + fa-buysellads + + · + Unicode: f20d · + Created: v4.3 · + Categories: + + Brand Icons + + + + · buysellads.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of buysellads fa-buysellads +
    +
    +
    <i class="fa fa-buysellads" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calculator/index.html b/_gh_pages/icon/calculator/index.html new file mode 100644 index 000000000..58bbd0d43 --- /dev/null +++ b/_gh_pages/icon/calculator/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calculator: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calculator at 6x   + + + Example of calculator at 5x +    + + + Example of calculator at 4x +    + + + Example of calculator at 3x +    + + Example of calculator at 2x +   + + + Example of calculator +
    +

    + fa-calculator + + · + Unicode: f1ec · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calculator fa-calculator +
    +
    +
    <i class="fa fa-calculator" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar-check-o/index.html b/_gh_pages/icon/calendar-check-o/index.html new file mode 100644 index 000000000..e6174d4e0 --- /dev/null +++ b/_gh_pages/icon/calendar-check-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar-check-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar-check-o at 6x   + + + Example of calendar-check-o at 5x +    + + + Example of calendar-check-o at 4x +    + + + Example of calendar-check-o at 3x +    + + Example of calendar-check-o at 2x +   + + + Example of calendar-check-o +
    +

    + fa-calendar-check-o + + · + Unicode: f274 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar-check-o fa-calendar-check-o +
    +
    +
    <i class="fa fa-calendar-check-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar-minus-o/index.html b/_gh_pages/icon/calendar-minus-o/index.html new file mode 100644 index 000000000..143267ec3 --- /dev/null +++ b/_gh_pages/icon/calendar-minus-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar-minus-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar-minus-o at 6x   + + + Example of calendar-minus-o at 5x +    + + + Example of calendar-minus-o at 4x +    + + + Example of calendar-minus-o at 3x +    + + Example of calendar-minus-o at 2x +   + + + Example of calendar-minus-o +
    +

    + fa-calendar-minus-o + + · + Unicode: f272 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar-minus-o fa-calendar-minus-o +
    +
    +
    <i class="fa fa-calendar-minus-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar-o/index.html b/_gh_pages/icon/calendar-o/index.html new file mode 100644 index 000000000..6f5f7dcc2 --- /dev/null +++ b/_gh_pages/icon/calendar-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar-o at 6x   + + + Example of calendar-o at 5x +    + + + Example of calendar-o at 4x +    + + + Example of calendar-o at 3x +    + + Example of calendar-o at 2x +   + + + Example of calendar-o +
    +

    + fa-calendar-o + + · + Unicode: f133 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar-o fa-calendar-o +
    +
    +
    <i class="fa fa-calendar-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar-plus-o/index.html b/_gh_pages/icon/calendar-plus-o/index.html new file mode 100644 index 000000000..e3441bbfc --- /dev/null +++ b/_gh_pages/icon/calendar-plus-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar-plus-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar-plus-o at 6x   + + + Example of calendar-plus-o at 5x +    + + + Example of calendar-plus-o at 4x +    + + + Example of calendar-plus-o at 3x +    + + Example of calendar-plus-o at 2x +   + + + Example of calendar-plus-o +
    +

    + fa-calendar-plus-o + + · + Unicode: f271 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar-plus-o fa-calendar-plus-o +
    +
    +
    <i class="fa fa-calendar-plus-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar-times-o/index.html b/_gh_pages/icon/calendar-times-o/index.html new file mode 100644 index 000000000..bc4d12ee1 --- /dev/null +++ b/_gh_pages/icon/calendar-times-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar-times-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar-times-o at 6x   + + + Example of calendar-times-o at 5x +    + + + Example of calendar-times-o at 4x +    + + + Example of calendar-times-o at 3x +    + + Example of calendar-times-o at 2x +   + + + Example of calendar-times-o +
    +

    + fa-calendar-times-o + + · + Unicode: f273 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar-times-o fa-calendar-times-o +
    +
    +
    <i class="fa fa-calendar-times-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/calendar/index.html b/_gh_pages/icon/calendar/index.html new file mode 100644 index 000000000..0da536920 --- /dev/null +++ b/_gh_pages/icon/calendar/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-calendar: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of calendar at 6x   + + + Example of calendar at 5x +    + + + Example of calendar at 4x +    + + + Example of calendar at 3x +    + + Example of calendar at 2x +   + + + Example of calendar +
    +

    + fa-calendar + + · + Unicode: f073 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of calendar fa-calendar +
    +
    +
    <i class="fa fa-calendar" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/camera-retro/index.html b/_gh_pages/icon/camera-retro/index.html new file mode 100644 index 000000000..67856f5d9 --- /dev/null +++ b/_gh_pages/icon/camera-retro/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-camera-retro: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of camera-retro at 6x   + + + Example of camera-retro at 5x +    + + + Example of camera-retro at 4x +    + + + Example of camera-retro at 3x +    + + Example of camera-retro at 2x +   + + + Example of camera-retro +
    +

    + fa-camera-retro + + · + Unicode: f083 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of camera-retro fa-camera-retro +
    +
    +
    <i class="fa fa-camera-retro" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/camera/index.html b/_gh_pages/icon/camera/index.html new file mode 100644 index 000000000..07976f267 --- /dev/null +++ b/_gh_pages/icon/camera/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-camera: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of camera at 6x   + + + Example of camera at 5x +    + + + Example of camera at 4x +    + + + Example of camera at 3x +    + + Example of camera at 2x +   + + + Example of camera +
    +

    + fa-camera + + · + Unicode: f030 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of camera fa-camera +
    +
    +
    <i class="fa fa-camera" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/car/index.html b/_gh_pages/icon/car/index.html new file mode 100644 index 000000000..5cf69c788 --- /dev/null +++ b/_gh_pages/icon/car/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-car: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of car at 6x   + + + Example of car at 5x +    + + + Example of car at 4x +    + + + Example of car at 3x +    + + Example of car at 2x +   + + + Example of car +
    +

    + fa-car + + · + Unicode: f1b9 · + Created: v4.1 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + · Aliases: + + fa-automobile + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of car fa-car +
    +
    +
    <i class="fa fa-car" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-down/index.html b/_gh_pages/icon/caret-down/index.html new file mode 100644 index 000000000..139003882 --- /dev/null +++ b/_gh_pages/icon/caret-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-caret-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-down at 6x   + + + Example of caret-down at 5x +    + + + Example of caret-down at 4x +    + + + Example of caret-down at 3x +    + + Example of caret-down at 2x +   + + + Example of caret-down +
    +

    + fa-caret-down + + · + Unicode: f0d7 · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-down fa-caret-down +
    +
    +
    <i class="fa fa-caret-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-left/index.html b/_gh_pages/icon/caret-left/index.html new file mode 100644 index 000000000..122ee6c58 --- /dev/null +++ b/_gh_pages/icon/caret-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-caret-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-left at 6x   + + + Example of caret-left at 5x +    + + + Example of caret-left at 4x +    + + + Example of caret-left at 3x +    + + Example of caret-left at 2x +   + + + Example of caret-left +
    +

    + fa-caret-left + + · + Unicode: f0d9 · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-left fa-caret-left +
    +
    +
    <i class="fa fa-caret-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-right/index.html b/_gh_pages/icon/caret-right/index.html new file mode 100644 index 000000000..ef3be6a2a --- /dev/null +++ b/_gh_pages/icon/caret-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-caret-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-right at 6x   + + + Example of caret-right at 5x +    + + + Example of caret-right at 4x +    + + + Example of caret-right at 3x +    + + Example of caret-right at 2x +   + + + Example of caret-right +
    +

    + fa-caret-right + + · + Unicode: f0da · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-right fa-caret-right +
    +
    +
    <i class="fa fa-caret-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-square-o-down/index.html b/_gh_pages/icon/caret-square-o-down/index.html new file mode 100644 index 000000000..201689ad2 --- /dev/null +++ b/_gh_pages/icon/caret-square-o-down/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-caret-square-o-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-square-o-down at 6x   + + + Example of caret-square-o-down at 5x +    + + + Example of caret-square-o-down at 4x +    + + + Example of caret-square-o-down at 3x +    + + Example of caret-square-o-down at 2x +   + + + Example of caret-square-o-down +
    +

    + fa-caret-square-o-down + + · + Unicode: f150 · + Created: v3.2 · + Categories: + + Web Application Icons, + + Directional Icons + + + + · Aliases: + + fa-toggle-down + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-square-o-down fa-caret-square-o-down +
    +
    +
    <i class="fa fa-caret-square-o-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-square-o-left/index.html b/_gh_pages/icon/caret-square-o-left/index.html new file mode 100644 index 000000000..80b808fb0 --- /dev/null +++ b/_gh_pages/icon/caret-square-o-left/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-caret-square-o-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-square-o-left at 6x   + + + Example of caret-square-o-left at 5x +    + + + Example of caret-square-o-left at 4x +    + + + Example of caret-square-o-left at 3x +    + + Example of caret-square-o-left at 2x +   + + + Example of caret-square-o-left +
    +

    + fa-caret-square-o-left + + · + Unicode: f191 · + Created: v4.0 · + Categories: + + Web Application Icons, + + Directional Icons + + + + · Aliases: + + fa-toggle-left + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-square-o-left fa-caret-square-o-left +
    +
    +
    <i class="fa fa-caret-square-o-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-square-o-right/index.html b/_gh_pages/icon/caret-square-o-right/index.html new file mode 100644 index 000000000..1d598143b --- /dev/null +++ b/_gh_pages/icon/caret-square-o-right/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-caret-square-o-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-square-o-right at 6x   + + + Example of caret-square-o-right at 5x +    + + + Example of caret-square-o-right at 4x +    + + + Example of caret-square-o-right at 3x +    + + Example of caret-square-o-right at 2x +   + + + Example of caret-square-o-right +
    +

    + fa-caret-square-o-right + + · + Unicode: f152 · + Created: v3.2 · + Categories: + + Web Application Icons, + + Directional Icons + + + + · Aliases: + + fa-toggle-right + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-square-o-right fa-caret-square-o-right +
    +
    +
    <i class="fa fa-caret-square-o-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-square-o-up/index.html b/_gh_pages/icon/caret-square-o-up/index.html new file mode 100644 index 000000000..d18cc15e1 --- /dev/null +++ b/_gh_pages/icon/caret-square-o-up/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-caret-square-o-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-square-o-up at 6x   + + + Example of caret-square-o-up at 5x +    + + + Example of caret-square-o-up at 4x +    + + + Example of caret-square-o-up at 3x +    + + Example of caret-square-o-up at 2x +   + + + Example of caret-square-o-up +
    +

    + fa-caret-square-o-up + + · + Unicode: f151 · + Created: v3.2 · + Categories: + + Web Application Icons, + + Directional Icons + + + + · Aliases: + + fa-toggle-up + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-square-o-up fa-caret-square-o-up +
    +
    +
    <i class="fa fa-caret-square-o-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/caret-up/index.html b/_gh_pages/icon/caret-up/index.html new file mode 100644 index 000000000..6e44bc052 --- /dev/null +++ b/_gh_pages/icon/caret-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-caret-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of caret-up at 6x   + + + Example of caret-up at 5x +    + + + Example of caret-up at 4x +    + + + Example of caret-up at 3x +    + + Example of caret-up at 2x +   + + + Example of caret-up +
    +

    + fa-caret-up + + · + Unicode: f0d8 · + Created: v2.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of caret-up fa-caret-up +
    +
    +
    <i class="fa fa-caret-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cart-arrow-down/index.html b/_gh_pages/icon/cart-arrow-down/index.html new file mode 100644 index 000000000..67eb0d478 --- /dev/null +++ b/_gh_pages/icon/cart-arrow-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cart-arrow-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cart-arrow-down at 6x   + + + Example of cart-arrow-down at 5x +    + + + Example of cart-arrow-down at 4x +    + + + Example of cart-arrow-down at 3x +    + + Example of cart-arrow-down at 2x +   + + + Example of cart-arrow-down +
    +

    + fa-cart-arrow-down + + · + Unicode: f218 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cart-arrow-down fa-cart-arrow-down +
    +
    +
    <i class="fa fa-cart-arrow-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cart-plus/index.html b/_gh_pages/icon/cart-plus/index.html new file mode 100644 index 000000000..7ef8e4fb9 --- /dev/null +++ b/_gh_pages/icon/cart-plus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cart-plus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cart-plus at 6x   + + + Example of cart-plus at 5x +    + + + Example of cart-plus at 4x +    + + + Example of cart-plus at 3x +    + + Example of cart-plus at 2x +   + + + Example of cart-plus +
    +

    + fa-cart-plus + + · + Unicode: f217 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cart-plus fa-cart-plus +
    +
    +
    <i class="fa fa-cart-plus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-amex/index.html b/_gh_pages/icon/cc-amex/index.html new file mode 100644 index 000000000..e325105cb --- /dev/null +++ b/_gh_pages/icon/cc-amex/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-amex: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-amex at 6x   + + + Example of cc-amex at 5x +    + + + Example of cc-amex at 4x +    + + + Example of cc-amex at 3x +    + + Example of cc-amex at 2x +   + + + Example of cc-amex +
    +

    + fa-cc-amex + + · + Unicode: f1f3 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-amex fa-cc-amex +
    +
    +
    <i class="fa fa-cc-amex" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-diners-club/index.html b/_gh_pages/icon/cc-diners-club/index.html new file mode 100644 index 000000000..9de04f871 --- /dev/null +++ b/_gh_pages/icon/cc-diners-club/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-diners-club: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-diners-club at 6x   + + + Example of cc-diners-club at 5x +    + + + Example of cc-diners-club at 4x +    + + + Example of cc-diners-club at 3x +    + + Example of cc-diners-club at 2x +   + + + Example of cc-diners-club +
    +

    + fa-cc-diners-club + + · + Unicode: f24c · + Created: v4.4 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-diners-club fa-cc-diners-club +
    +
    +
    <i class="fa fa-cc-diners-club" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-discover/index.html b/_gh_pages/icon/cc-discover/index.html new file mode 100644 index 000000000..79d7a3c7c --- /dev/null +++ b/_gh_pages/icon/cc-discover/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-discover: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-discover at 6x   + + + Example of cc-discover at 5x +    + + + Example of cc-discover at 4x +    + + + Example of cc-discover at 3x +    + + Example of cc-discover at 2x +   + + + Example of cc-discover +
    +

    + fa-cc-discover + + · + Unicode: f1f2 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-discover fa-cc-discover +
    +
    +
    <i class="fa fa-cc-discover" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-jcb/index.html b/_gh_pages/icon/cc-jcb/index.html new file mode 100644 index 000000000..39e4d3ea8 --- /dev/null +++ b/_gh_pages/icon/cc-jcb/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-jcb: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-jcb at 6x   + + + Example of cc-jcb at 5x +    + + + Example of cc-jcb at 4x +    + + + Example of cc-jcb at 3x +    + + Example of cc-jcb at 2x +   + + + Example of cc-jcb +
    +

    + fa-cc-jcb + + · + Unicode: f24b · + Created: v4.4 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-jcb fa-cc-jcb +
    +
    +
    <i class="fa fa-cc-jcb" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-mastercard/index.html b/_gh_pages/icon/cc-mastercard/index.html new file mode 100644 index 000000000..4aaee2f7f --- /dev/null +++ b/_gh_pages/icon/cc-mastercard/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-mastercard: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-mastercard at 6x   + + + Example of cc-mastercard at 5x +    + + + Example of cc-mastercard at 4x +    + + + Example of cc-mastercard at 3x +    + + Example of cc-mastercard at 2x +   + + + Example of cc-mastercard +
    +

    + fa-cc-mastercard + + · + Unicode: f1f1 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-mastercard fa-cc-mastercard +
    +
    +
    <i class="fa fa-cc-mastercard" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-paypal/index.html b/_gh_pages/icon/cc-paypal/index.html new file mode 100644 index 000000000..e540e65af --- /dev/null +++ b/_gh_pages/icon/cc-paypal/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-paypal: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-paypal at 6x   + + + Example of cc-paypal at 5x +    + + + Example of cc-paypal at 4x +    + + + Example of cc-paypal at 3x +    + + Example of cc-paypal at 2x +   + + + Example of cc-paypal +
    +

    + fa-cc-paypal + + · + Unicode: f1f4 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-paypal fa-cc-paypal +
    +
    +
    <i class="fa fa-cc-paypal" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-stripe/index.html b/_gh_pages/icon/cc-stripe/index.html new file mode 100644 index 000000000..3767fd9fa --- /dev/null +++ b/_gh_pages/icon/cc-stripe/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-stripe: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-stripe at 6x   + + + Example of cc-stripe at 5x +    + + + Example of cc-stripe at 4x +    + + + Example of cc-stripe at 3x +    + + Example of cc-stripe at 2x +   + + + Example of cc-stripe +
    +

    + fa-cc-stripe + + · + Unicode: f1f5 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-stripe fa-cc-stripe +
    +
    +
    <i class="fa fa-cc-stripe" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc-visa/index.html b/_gh_pages/icon/cc-visa/index.html new file mode 100644 index 000000000..62dd3810c --- /dev/null +++ b/_gh_pages/icon/cc-visa/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc-visa: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc-visa at 6x   + + + Example of cc-visa at 5x +    + + + Example of cc-visa at 4x +    + + + Example of cc-visa at 3x +    + + Example of cc-visa at 2x +   + + + Example of cc-visa +
    +

    + fa-cc-visa + + · + Unicode: f1f0 · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc-visa fa-cc-visa +
    +
    +
    <i class="fa fa-cc-visa" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cc/index.html b/_gh_pages/icon/cc/index.html new file mode 100644 index 000000000..48cb5e2cf --- /dev/null +++ b/_gh_pages/icon/cc/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-cc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cc at 6x   + + + Example of cc at 5x +    + + + Example of cc at 4x +    + + + Example of cc at 3x +    + + Example of cc at 2x +   + + + Example of cc +
    +

    + fa-cc + + · + Unicode: f20a · + Created: v4.2 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cc fa-cc +
    +
    +
    <i class="fa fa-cc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/certificate/index.html b/_gh_pages/icon/certificate/index.html new file mode 100644 index 000000000..f395f609a --- /dev/null +++ b/_gh_pages/icon/certificate/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-certificate: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of certificate at 6x   + + + Example of certificate at 5x +    + + + Example of certificate at 4x +    + + + Example of certificate at 3x +    + + Example of certificate at 2x +   + + + Example of certificate +
    +

    + fa-certificate + + · + Unicode: f0a3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of certificate fa-certificate +
    +
    +
    <i class="fa fa-certificate" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chain-broken/index.html b/_gh_pages/icon/chain-broken/index.html new file mode 100644 index 000000000..8abef2f96 --- /dev/null +++ b/_gh_pages/icon/chain-broken/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-chain-broken: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chain-broken at 6x   + + + Example of chain-broken at 5x +    + + + Example of chain-broken at 4x +    + + + Example of chain-broken at 3x +    + + Example of chain-broken at 2x +   + + + Example of chain-broken +
    +

    + fa-chain-broken + + · + Unicode: f127 · + Created: v3.1 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-unlink + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chain-broken fa-chain-broken +
    +
    +
    <i class="fa fa-chain-broken" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/check-circle-o/index.html b/_gh_pages/icon/check-circle-o/index.html new file mode 100644 index 000000000..07728d52f --- /dev/null +++ b/_gh_pages/icon/check-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-check-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of check-circle-o at 6x   + + + Example of check-circle-o at 5x +    + + + Example of check-circle-o at 4x +    + + + Example of check-circle-o at 3x +    + + Example of check-circle-o at 2x +   + + + Example of check-circle-o +
    +

    + fa-check-circle-o + + · + Unicode: f05d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of check-circle-o fa-check-circle-o +
    +
    +
    <i class="fa fa-check-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/check-circle/index.html b/_gh_pages/icon/check-circle/index.html new file mode 100644 index 000000000..1fc3c6a79 --- /dev/null +++ b/_gh_pages/icon/check-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-check-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of check-circle at 6x   + + + Example of check-circle at 5x +    + + + Example of check-circle at 4x +    + + + Example of check-circle at 3x +    + + Example of check-circle at 2x +   + + + Example of check-circle +
    +

    + fa-check-circle + + · + Unicode: f058 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of check-circle fa-check-circle +
    +
    +
    <i class="fa fa-check-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/check-square-o/index.html b/_gh_pages/icon/check-square-o/index.html new file mode 100644 index 000000000..9f13c93b8 --- /dev/null +++ b/_gh_pages/icon/check-square-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-check-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of check-square-o at 6x   + + + Example of check-square-o at 5x +    + + + Example of check-square-o at 4x +    + + + Example of check-square-o at 3x +    + + Example of check-square-o at 2x +   + + + Example of check-square-o +
    +

    + fa-check-square-o + + · + Unicode: f046 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of check-square-o fa-check-square-o +
    +
    +
    <i class="fa fa-check-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/check-square/index.html b/_gh_pages/icon/check-square/index.html new file mode 100644 index 000000000..559794574 --- /dev/null +++ b/_gh_pages/icon/check-square/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-check-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of check-square at 6x   + + + Example of check-square at 5x +    + + + Example of check-square at 4x +    + + + Example of check-square at 3x +    + + Example of check-square at 2x +   + + + Example of check-square +
    +

    + fa-check-square + + · + Unicode: f14a · + Created: v3.1 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of check-square fa-check-square +
    +
    +
    <i class="fa fa-check-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/check/index.html b/_gh_pages/icon/check/index.html new file mode 100644 index 000000000..4c16d7f8c --- /dev/null +++ b/_gh_pages/icon/check/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-check: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of check at 6x   + + + Example of check at 5x +    + + + Example of check at 4x +    + + + Example of check at 3x +    + + Example of check at 2x +   + + + Example of check +
    +

    + fa-check + + · + Unicode: f00c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of check fa-check +
    +
    +
    <i class="fa fa-check" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-circle-down/index.html b/_gh_pages/icon/chevron-circle-down/index.html new file mode 100644 index 000000000..761408e7a --- /dev/null +++ b/_gh_pages/icon/chevron-circle-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-circle-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-circle-down at 6x   + + + Example of chevron-circle-down at 5x +    + + + Example of chevron-circle-down at 4x +    + + + Example of chevron-circle-down at 3x +    + + Example of chevron-circle-down at 2x +   + + + Example of chevron-circle-down +
    +

    + fa-chevron-circle-down + + · + Unicode: f13a · + Created: v3.1 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-circle-down fa-chevron-circle-down +
    +
    +
    <i class="fa fa-chevron-circle-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-circle-left/index.html b/_gh_pages/icon/chevron-circle-left/index.html new file mode 100644 index 000000000..316d1d41e --- /dev/null +++ b/_gh_pages/icon/chevron-circle-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-circle-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-circle-left at 6x   + + + Example of chevron-circle-left at 5x +    + + + Example of chevron-circle-left at 4x +    + + + Example of chevron-circle-left at 3x +    + + Example of chevron-circle-left at 2x +   + + + Example of chevron-circle-left +
    +

    + fa-chevron-circle-left + + · + Unicode: f137 · + Created: v3.1 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-circle-left fa-chevron-circle-left +
    +
    +
    <i class="fa fa-chevron-circle-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-circle-right/index.html b/_gh_pages/icon/chevron-circle-right/index.html new file mode 100644 index 000000000..46cee612b --- /dev/null +++ b/_gh_pages/icon/chevron-circle-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-circle-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-circle-right at 6x   + + + Example of chevron-circle-right at 5x +    + + + Example of chevron-circle-right at 4x +    + + + Example of chevron-circle-right at 3x +    + + Example of chevron-circle-right at 2x +   + + + Example of chevron-circle-right +
    +

    + fa-chevron-circle-right + + · + Unicode: f138 · + Created: v3.1 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-circle-right fa-chevron-circle-right +
    +
    +
    <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-circle-up/index.html b/_gh_pages/icon/chevron-circle-up/index.html new file mode 100644 index 000000000..9785156e8 --- /dev/null +++ b/_gh_pages/icon/chevron-circle-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-circle-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-circle-up at 6x   + + + Example of chevron-circle-up at 5x +    + + + Example of chevron-circle-up at 4x +    + + + Example of chevron-circle-up at 3x +    + + Example of chevron-circle-up at 2x +   + + + Example of chevron-circle-up +
    +

    + fa-chevron-circle-up + + · + Unicode: f139 · + Created: v3.1 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-circle-up fa-chevron-circle-up +
    +
    +
    <i class="fa fa-chevron-circle-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-down/index.html b/_gh_pages/icon/chevron-down/index.html new file mode 100644 index 000000000..60169a5ec --- /dev/null +++ b/_gh_pages/icon/chevron-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-down at 6x   + + + Example of chevron-down at 5x +    + + + Example of chevron-down at 4x +    + + + Example of chevron-down at 3x +    + + Example of chevron-down at 2x +   + + + Example of chevron-down +
    +

    + fa-chevron-down + + · + Unicode: f078 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-down fa-chevron-down +
    +
    +
    <i class="fa fa-chevron-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-left/index.html b/_gh_pages/icon/chevron-left/index.html new file mode 100644 index 000000000..dc292e48d --- /dev/null +++ b/_gh_pages/icon/chevron-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-left at 6x   + + + Example of chevron-left at 5x +    + + + Example of chevron-left at 4x +    + + + Example of chevron-left at 3x +    + + Example of chevron-left at 2x +   + + + Example of chevron-left +
    +

    + fa-chevron-left + + · + Unicode: f053 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-left fa-chevron-left +
    +
    +
    <i class="fa fa-chevron-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-right/index.html b/_gh_pages/icon/chevron-right/index.html new file mode 100644 index 000000000..2bda236e6 --- /dev/null +++ b/_gh_pages/icon/chevron-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-right at 6x   + + + Example of chevron-right at 5x +    + + + Example of chevron-right at 4x +    + + + Example of chevron-right at 3x +    + + Example of chevron-right at 2x +   + + + Example of chevron-right +
    +

    + fa-chevron-right + + · + Unicode: f054 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-right fa-chevron-right +
    +
    +
    <i class="fa fa-chevron-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chevron-up/index.html b/_gh_pages/icon/chevron-up/index.html new file mode 100644 index 000000000..67da794b5 --- /dev/null +++ b/_gh_pages/icon/chevron-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chevron-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chevron-up at 6x   + + + Example of chevron-up at 5x +    + + + Example of chevron-up at 4x +    + + + Example of chevron-up at 3x +    + + Example of chevron-up at 2x +   + + + Example of chevron-up +
    +

    + fa-chevron-up + + · + Unicode: f077 · + Created: v1.0 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chevron-up fa-chevron-up +
    +
    +
    <i class="fa fa-chevron-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/child/index.html b/_gh_pages/icon/child/index.html new file mode 100644 index 000000000..1046eba1a --- /dev/null +++ b/_gh_pages/icon/child/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-child: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of child at 6x   + + + Example of child at 5x +    + + + Example of child at 4x +    + + + Example of child at 3x +    + + Example of child at 2x +   + + + Example of child +
    +

    + fa-child + + · + Unicode: f1ae · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of child fa-child +
    +
    +
    <i class="fa fa-child" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/chrome/index.html b/_gh_pages/icon/chrome/index.html new file mode 100644 index 000000000..5f2491062 --- /dev/null +++ b/_gh_pages/icon/chrome/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-chrome: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of chrome at 6x   + + + Example of chrome at 5x +    + + + Example of chrome at 4x +    + + + Example of chrome at 3x +    + + Example of chrome at 2x +   + + + Example of chrome +
    +

    + fa-chrome + + · + Unicode: f268 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of chrome fa-chrome +
    +
    +
    <i class="fa fa-chrome" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/circle-o-notch/index.html b/_gh_pages/icon/circle-o-notch/index.html new file mode 100644 index 000000000..0d4f81deb --- /dev/null +++ b/_gh_pages/icon/circle-o-notch/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-circle-o-notch: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of circle-o-notch at 6x   + + + Example of circle-o-notch at 5x +    + + + Example of circle-o-notch at 4x +    + + + Example of circle-o-notch at 3x +    + + Example of circle-o-notch at 2x +   + + + Example of circle-o-notch +
    +

    + fa-circle-o-notch + + · + Unicode: f1ce · + Created: v4.1 · + Categories: + + Web Application Icons, + + Spinner Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of circle-o-notch fa-circle-o-notch +
    +
    +
    <i class="fa fa-circle-o-notch" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/circle-o/index.html b/_gh_pages/icon/circle-o/index.html new file mode 100644 index 000000000..d3f9cd215 --- /dev/null +++ b/_gh_pages/icon/circle-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of circle-o at 6x   + + + Example of circle-o at 5x +    + + + Example of circle-o at 4x +    + + + Example of circle-o at 3x +    + + Example of circle-o at 2x +   + + + Example of circle-o +
    +

    + fa-circle-o + + · + Unicode: f10c · + Created: v3.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of circle-o fa-circle-o +
    +
    +
    <i class="fa fa-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/circle-thin/index.html b/_gh_pages/icon/circle-thin/index.html new file mode 100644 index 000000000..71c3a88ba --- /dev/null +++ b/_gh_pages/icon/circle-thin/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-circle-thin: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of circle-thin at 6x   + + + Example of circle-thin at 5x +    + + + Example of circle-thin at 4x +    + + + Example of circle-thin at 3x +    + + Example of circle-thin at 2x +   + + + Example of circle-thin +
    +

    + fa-circle-thin + + · + Unicode: f1db · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of circle-thin fa-circle-thin +
    +
    +
    <i class="fa fa-circle-thin" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/circle/index.html b/_gh_pages/icon/circle/index.html new file mode 100644 index 000000000..8337c9f13 --- /dev/null +++ b/_gh_pages/icon/circle/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of circle at 6x   + + + Example of circle at 5x +    + + + Example of circle at 4x +    + + + Example of circle at 3x +    + + Example of circle at 2x +   + + + Example of circle +
    +

    + fa-circle + + · + Unicode: f111 · + Created: v3.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of circle fa-circle +
    +
    +
    <i class="fa fa-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/clipboard/index.html b/_gh_pages/icon/clipboard/index.html new file mode 100644 index 000000000..77f93ba0f --- /dev/null +++ b/_gh_pages/icon/clipboard/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-clipboard: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of clipboard at 6x   + + + Example of clipboard at 5x +    + + + Example of clipboard at 4x +    + + + Example of clipboard at 3x +    + + Example of clipboard at 2x +   + + + Example of clipboard +
    +

    + fa-clipboard + + · + Unicode: f0ea · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-paste + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of clipboard fa-clipboard +
    +
    +
    <i class="fa fa-clipboard" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/clock-o/index.html b/_gh_pages/icon/clock-o/index.html new file mode 100644 index 000000000..a5e54118f --- /dev/null +++ b/_gh_pages/icon/clock-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-clock-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of clock-o at 6x   + + + Example of clock-o at 5x +    + + + Example of clock-o at 4x +    + + + Example of clock-o at 3x +    + + Example of clock-o at 2x +   + + + Example of clock-o +
    +

    + fa-clock-o + + · + Unicode: f017 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of clock-o fa-clock-o +
    +
    +
    <i class="fa fa-clock-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/clone/index.html b/_gh_pages/icon/clone/index.html new file mode 100644 index 000000000..c8e1de8f4 --- /dev/null +++ b/_gh_pages/icon/clone/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-clone: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of clone at 6x   + + + Example of clone at 5x +    + + + Example of clone at 4x +    + + + Example of clone at 3x +    + + Example of clone at 2x +   + + + Example of clone +
    +

    + fa-clone + + · + Unicode: f24d · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of clone fa-clone +
    +
    +
    <i class="fa fa-clone" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cloud-download/index.html b/_gh_pages/icon/cloud-download/index.html new file mode 100644 index 000000000..f5fee8435 --- /dev/null +++ b/_gh_pages/icon/cloud-download/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cloud-download: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cloud-download at 6x   + + + Example of cloud-download at 5x +    + + + Example of cloud-download at 4x +    + + + Example of cloud-download at 3x +    + + Example of cloud-download at 2x +   + + + Example of cloud-download +
    +

    + fa-cloud-download + + · + Unicode: f0ed · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cloud-download fa-cloud-download +
    +
    +
    <i class="fa fa-cloud-download" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cloud-upload/index.html b/_gh_pages/icon/cloud-upload/index.html new file mode 100644 index 000000000..28a0d3e46 --- /dev/null +++ b/_gh_pages/icon/cloud-upload/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cloud-upload: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cloud-upload at 6x   + + + Example of cloud-upload at 5x +    + + + Example of cloud-upload at 4x +    + + + Example of cloud-upload at 3x +    + + Example of cloud-upload at 2x +   + + + Example of cloud-upload +
    +

    + fa-cloud-upload + + · + Unicode: f0ee · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cloud-upload fa-cloud-upload +
    +
    +
    <i class="fa fa-cloud-upload" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cloud/index.html b/_gh_pages/icon/cloud/index.html new file mode 100644 index 000000000..cb8969da2 --- /dev/null +++ b/_gh_pages/icon/cloud/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cloud: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cloud at 6x   + + + Example of cloud at 5x +    + + + Example of cloud at 4x +    + + + Example of cloud at 3x +    + + Example of cloud at 2x +   + + + Example of cloud +
    +

    + fa-cloud + + · + Unicode: f0c2 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cloud fa-cloud +
    +
    +
    <i class="fa fa-cloud" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/code-fork/index.html b/_gh_pages/icon/code-fork/index.html new file mode 100644 index 000000000..a3eeb2f05 --- /dev/null +++ b/_gh_pages/icon/code-fork/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-code-fork: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of code-fork at 6x   + + + Example of code-fork at 5x +    + + + Example of code-fork at 4x +    + + + Example of code-fork at 3x +    + + Example of code-fork at 2x +   + + + Example of code-fork +
    +

    + fa-code-fork + + · + Unicode: f126 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of code-fork fa-code-fork +
    +
    +
    <i class="fa fa-code-fork" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/code/index.html b/_gh_pages/icon/code/index.html new file mode 100644 index 000000000..632e1f1ca --- /dev/null +++ b/_gh_pages/icon/code/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-code: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of code at 6x   + + + Example of code at 5x +    + + + Example of code at 4x +    + + + Example of code at 3x +    + + Example of code at 2x +   + + + Example of code +
    +

    + fa-code + + · + Unicode: f121 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of code fa-code +
    +
    +
    <i class="fa fa-code" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/codepen/index.html b/_gh_pages/icon/codepen/index.html new file mode 100644 index 000000000..0eab63907 --- /dev/null +++ b/_gh_pages/icon/codepen/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-codepen: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of codepen at 6x   + + + Example of codepen at 5x +    + + + Example of codepen at 4x +    + + + Example of codepen at 3x +    + + Example of codepen at 2x +   + + + Example of codepen +
    +

    + fa-codepen + + · + Unicode: f1cb · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of codepen fa-codepen +
    +
    +
    <i class="fa fa-codepen" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/codiepie/index.html b/_gh_pages/icon/codiepie/index.html new file mode 100644 index 000000000..97885131b --- /dev/null +++ b/_gh_pages/icon/codiepie/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-codiepie: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of codiepie at 6x   + + + Example of codiepie at 5x +    + + + Example of codiepie at 4x +    + + + Example of codiepie at 3x +    + + Example of codiepie at 2x +   + + + Example of codiepie +
    +

    + fa-codiepie + + · + Unicode: f284 · + Created: v4.5 · + Categories: + + Brand Icons + + + + · codiepie.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of codiepie fa-codiepie +
    +
    +
    <i class="fa fa-codiepie" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/coffee/index.html b/_gh_pages/icon/coffee/index.html new file mode 100644 index 000000000..8e5fff7ed --- /dev/null +++ b/_gh_pages/icon/coffee/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-coffee: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of coffee at 6x   + + + Example of coffee at 5x +    + + + Example of coffee at 4x +    + + + Example of coffee at 3x +    + + Example of coffee at 2x +   + + + Example of coffee +
    +

    + fa-coffee + + · + Unicode: f0f4 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of coffee fa-coffee +
    +
    +
    <i class="fa fa-coffee" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cog/index.html b/_gh_pages/icon/cog/index.html new file mode 100644 index 000000000..c70d8b10e --- /dev/null +++ b/_gh_pages/icon/cog/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-cog: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cog at 6x   + + + Example of cog at 5x +    + + + Example of cog at 4x +    + + + Example of cog at 3x +    + + Example of cog at 2x +   + + + Example of cog +
    +

    + fa-cog + + · + Unicode: f013 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Spinner Icons + + + + · Aliases: + + fa-gear + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cog fa-cog +
    +
    +
    <i class="fa fa-cog" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cogs/index.html b/_gh_pages/icon/cogs/index.html new file mode 100644 index 000000000..51fe03f7b --- /dev/null +++ b/_gh_pages/icon/cogs/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-cogs: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cogs at 6x   + + + Example of cogs at 5x +    + + + Example of cogs at 4x +    + + + Example of cogs at 3x +    + + Example of cogs at 2x +   + + + Example of cogs +
    +

    + fa-cogs + + · + Unicode: f085 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-gears + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cogs fa-cogs +
    +
    +
    <i class="fa fa-cogs" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/columns/index.html b/_gh_pages/icon/columns/index.html new file mode 100644 index 000000000..ba0f64a19 --- /dev/null +++ b/_gh_pages/icon/columns/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-columns: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of columns at 6x   + + + Example of columns at 5x +    + + + Example of columns at 4x +    + + + Example of columns at 3x +    + + Example of columns at 2x +   + + + Example of columns +
    +

    + fa-columns + + · + Unicode: f0db · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of columns fa-columns +
    +
    +
    <i class="fa fa-columns" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/comment-o/index.html b/_gh_pages/icon/comment-o/index.html new file mode 100644 index 000000000..28e93d5b1 --- /dev/null +++ b/_gh_pages/icon/comment-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-comment-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of comment-o at 6x   + + + Example of comment-o at 5x +    + + + Example of comment-o at 4x +    + + + Example of comment-o at 3x +    + + Example of comment-o at 2x +   + + + Example of comment-o +
    +

    + fa-comment-o + + · + Unicode: f0e5 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of comment-o fa-comment-o +
    +
    +
    <i class="fa fa-comment-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/comment/index.html b/_gh_pages/icon/comment/index.html new file mode 100644 index 000000000..b9423074e --- /dev/null +++ b/_gh_pages/icon/comment/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-comment: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of comment at 6x   + + + Example of comment at 5x +    + + + Example of comment at 4x +    + + + Example of comment at 3x +    + + Example of comment at 2x +   + + + Example of comment +
    +

    + fa-comment + + · + Unicode: f075 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of comment fa-comment +
    +
    +
    <i class="fa fa-comment" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/commenting-o/index.html b/_gh_pages/icon/commenting-o/index.html new file mode 100644 index 000000000..0089d9195 --- /dev/null +++ b/_gh_pages/icon/commenting-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-commenting-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of commenting-o at 6x   + + + Example of commenting-o at 5x +    + + + Example of commenting-o at 4x +    + + + Example of commenting-o at 3x +    + + Example of commenting-o at 2x +   + + + Example of commenting-o +
    +

    + fa-commenting-o + + · + Unicode: f27b · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of commenting-o fa-commenting-o +
    +
    +
    <i class="fa fa-commenting-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/commenting/index.html b/_gh_pages/icon/commenting/index.html new file mode 100644 index 000000000..bb08f729b --- /dev/null +++ b/_gh_pages/icon/commenting/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-commenting: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of commenting at 6x   + + + Example of commenting at 5x +    + + + Example of commenting at 4x +    + + + Example of commenting at 3x +    + + Example of commenting at 2x +   + + + Example of commenting +
    +

    + fa-commenting + + · + Unicode: f27a · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of commenting fa-commenting +
    +
    +
    <i class="fa fa-commenting" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/comments-o/index.html b/_gh_pages/icon/comments-o/index.html new file mode 100644 index 000000000..95bdd95bd --- /dev/null +++ b/_gh_pages/icon/comments-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-comments-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of comments-o at 6x   + + + Example of comments-o at 5x +    + + + Example of comments-o at 4x +    + + + Example of comments-o at 3x +    + + Example of comments-o at 2x +   + + + Example of comments-o +
    +

    + fa-comments-o + + · + Unicode: f0e6 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of comments-o fa-comments-o +
    +
    +
    <i class="fa fa-comments-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/comments/index.html b/_gh_pages/icon/comments/index.html new file mode 100644 index 000000000..8cf8913d2 --- /dev/null +++ b/_gh_pages/icon/comments/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-comments: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of comments at 6x   + + + Example of comments at 5x +    + + + Example of comments at 4x +    + + + Example of comments at 3x +    + + Example of comments at 2x +   + + + Example of comments +
    +

    + fa-comments + + · + Unicode: f086 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of comments fa-comments +
    +
    +
    <i class="fa fa-comments" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/compass/index.html b/_gh_pages/icon/compass/index.html new file mode 100644 index 000000000..0fb135680 --- /dev/null +++ b/_gh_pages/icon/compass/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-compass: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of compass at 6x   + + + Example of compass at 5x +    + + + Example of compass at 4x +    + + + Example of compass at 3x +    + + Example of compass at 2x +   + + + Example of compass +
    +

    + fa-compass + + · + Unicode: f14e · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of compass fa-compass +
    +
    +
    <i class="fa fa-compass" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/compress/index.html b/_gh_pages/icon/compress/index.html new file mode 100644 index 000000000..713b31ea3 --- /dev/null +++ b/_gh_pages/icon/compress/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-compress: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of compress at 6x   + + + Example of compress at 5x +    + + + Example of compress at 4x +    + + + Example of compress at 3x +    + + Example of compress at 2x +   + + + Example of compress +
    +

    + fa-compress + + · + Unicode: f066 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of compress fa-compress +
    +
    +
    <i class="fa fa-compress" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/connectdevelop/index.html b/_gh_pages/icon/connectdevelop/index.html new file mode 100644 index 000000000..dd8b55e46 --- /dev/null +++ b/_gh_pages/icon/connectdevelop/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-connectdevelop: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of connectdevelop at 6x   + + + Example of connectdevelop at 5x +    + + + Example of connectdevelop at 4x +    + + + Example of connectdevelop at 3x +    + + Example of connectdevelop at 2x +   + + + Example of connectdevelop +
    +

    + fa-connectdevelop + + · + Unicode: f20e · + Created: v4.3 · + Categories: + + Brand Icons + + + + · connectdevelop.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of connectdevelop fa-connectdevelop +
    +
    +
    <i class="fa fa-connectdevelop" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/contao/index.html b/_gh_pages/icon/contao/index.html new file mode 100644 index 000000000..1f9dc6d0f --- /dev/null +++ b/_gh_pages/icon/contao/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-contao: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of contao at 6x   + + + Example of contao at 5x +    + + + Example of contao at 4x +    + + + Example of contao at 3x +    + + Example of contao at 2x +   + + + Example of contao +
    +

    + fa-contao + + · + Unicode: f26d · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of contao fa-contao +
    +
    +
    <i class="fa fa-contao" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/copyright/index.html b/_gh_pages/icon/copyright/index.html new file mode 100644 index 000000000..7a4f002c9 --- /dev/null +++ b/_gh_pages/icon/copyright/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-copyright: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of copyright at 6x   + + + Example of copyright at 5x +    + + + Example of copyright at 4x +    + + + Example of copyright at 3x +    + + Example of copyright at 2x +   + + + Example of copyright +
    +

    + fa-copyright + + · + Unicode: f1f9 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of copyright fa-copyright +
    +
    +
    <i class="fa fa-copyright" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/creative-commons/index.html b/_gh_pages/icon/creative-commons/index.html new file mode 100644 index 000000000..cac62a199 --- /dev/null +++ b/_gh_pages/icon/creative-commons/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-creative-commons: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of creative-commons at 6x   + + + Example of creative-commons at 5x +    + + + Example of creative-commons at 4x +    + + + Example of creative-commons at 3x +    + + Example of creative-commons at 2x +   + + + Example of creative-commons +
    +

    + fa-creative-commons + + · + Unicode: f25e · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of creative-commons fa-creative-commons +
    +
    +
    <i class="fa fa-creative-commons" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/credit-card-alt/index.html b/_gh_pages/icon/credit-card-alt/index.html new file mode 100644 index 000000000..0c2ebbf2e --- /dev/null +++ b/_gh_pages/icon/credit-card-alt/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-credit-card-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of credit-card-alt at 6x   + + + Example of credit-card-alt at 5x +    + + + Example of credit-card-alt at 4x +    + + + Example of credit-card-alt at 3x +    + + Example of credit-card-alt at 2x +   + + + Example of credit-card-alt +
    +

    + fa-credit-card-alt + + · + Unicode: f283 · + Created: v4.5 · + Categories: + + Payment Icons, + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of credit-card-alt fa-credit-card-alt +
    +
    +
    <i class="fa fa-credit-card-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/credit-card/index.html b/_gh_pages/icon/credit-card/index.html new file mode 100644 index 000000000..7750f3995 --- /dev/null +++ b/_gh_pages/icon/credit-card/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-credit-card: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of credit-card at 6x   + + + Example of credit-card at 5x +    + + + Example of credit-card at 4x +    + + + Example of credit-card at 3x +    + + Example of credit-card at 2x +   + + + Example of credit-card +
    +

    + fa-credit-card + + · + Unicode: f09d · + Created: v2.0 · + Categories: + + Web Application Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of credit-card fa-credit-card +
    +
    +
    <i class="fa fa-credit-card" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/crop/index.html b/_gh_pages/icon/crop/index.html new file mode 100644 index 000000000..9076a8291 --- /dev/null +++ b/_gh_pages/icon/crop/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-crop: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of crop at 6x   + + + Example of crop at 5x +    + + + Example of crop at 4x +    + + + Example of crop at 3x +    + + Example of crop at 2x +   + + + Example of crop +
    +

    + fa-crop + + · + Unicode: f125 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of crop fa-crop +
    +
    +
    <i class="fa fa-crop" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/crosshairs/index.html b/_gh_pages/icon/crosshairs/index.html new file mode 100644 index 000000000..51abb3d43 --- /dev/null +++ b/_gh_pages/icon/crosshairs/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-crosshairs: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of crosshairs at 6x   + + + Example of crosshairs at 5x +    + + + Example of crosshairs at 4x +    + + + Example of crosshairs at 3x +    + + Example of crosshairs at 2x +   + + + Example of crosshairs +
    +

    + fa-crosshairs + + · + Unicode: f05b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of crosshairs fa-crosshairs +
    +
    +
    <i class="fa fa-crosshairs" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/css3/index.html b/_gh_pages/icon/css3/index.html new file mode 100644 index 000000000..451168e91 --- /dev/null +++ b/_gh_pages/icon/css3/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-css3: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of css3 at 6x   + + + Example of css3 at 5x +    + + + Example of css3 at 4x +    + + + Example of css3 at 3x +    + + Example of css3 at 2x +   + + + Example of css3 +
    +

    + fa-css3 + + · + Unicode: f13c · + Created: v3.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of css3 fa-css3 +
    +
    +
    <i class="fa fa-css3" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cube/index.html b/_gh_pages/icon/cube/index.html new file mode 100644 index 000000000..860997f37 --- /dev/null +++ b/_gh_pages/icon/cube/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cube: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cube at 6x   + + + Example of cube at 5x +    + + + Example of cube at 4x +    + + + Example of cube at 3x +    + + Example of cube at 2x +   + + + Example of cube +
    +

    + fa-cube + + · + Unicode: f1b2 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cube fa-cube +
    +
    +
    <i class="fa fa-cube" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cubes/index.html b/_gh_pages/icon/cubes/index.html new file mode 100644 index 000000000..25b3328c5 --- /dev/null +++ b/_gh_pages/icon/cubes/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cubes: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cubes at 6x   + + + Example of cubes at 5x +    + + + Example of cubes at 4x +    + + + Example of cubes at 3x +    + + Example of cubes at 2x +   + + + Example of cubes +
    +

    + fa-cubes + + · + Unicode: f1b3 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cubes fa-cubes +
    +
    +
    <i class="fa fa-cubes" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/cutlery/index.html b/_gh_pages/icon/cutlery/index.html new file mode 100644 index 000000000..3d4763aff --- /dev/null +++ b/_gh_pages/icon/cutlery/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-cutlery: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of cutlery at 6x   + + + Example of cutlery at 5x +    + + + Example of cutlery at 4x +    + + + Example of cutlery at 3x +    + + Example of cutlery at 2x +   + + + Example of cutlery +
    +

    + fa-cutlery + + · + Unicode: f0f5 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of cutlery fa-cutlery +
    +
    +
    <i class="fa fa-cutlery" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/dashcube/index.html b/_gh_pages/icon/dashcube/index.html new file mode 100644 index 000000000..3905ad098 --- /dev/null +++ b/_gh_pages/icon/dashcube/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-dashcube: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of dashcube at 6x   + + + Example of dashcube at 5x +    + + + Example of dashcube at 4x +    + + + Example of dashcube at 3x +    + + Example of dashcube at 2x +   + + + Example of dashcube +
    +

    + fa-dashcube + + · + Unicode: f210 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · dashcube.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of dashcube fa-dashcube +
    +
    +
    <i class="fa fa-dashcube" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/database/index.html b/_gh_pages/icon/database/index.html new file mode 100644 index 000000000..d38c782ec --- /dev/null +++ b/_gh_pages/icon/database/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-database: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of database at 6x   + + + Example of database at 5x +    + + + Example of database at 4x +    + + + Example of database at 3x +    + + Example of database at 2x +   + + + Example of database +
    +

    + fa-database + + · + Unicode: f1c0 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of database fa-database +
    +
    +
    <i class="fa fa-database" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/deaf/index.html b/_gh_pages/icon/deaf/index.html new file mode 100644 index 000000000..609d0de25 --- /dev/null +++ b/_gh_pages/icon/deaf/index.html @@ -0,0 +1,355 @@ + + + + + + + + + + + + fa-deaf: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of deaf at 6x   + + + Example of deaf at 5x +    + + + Example of deaf at 4x +    + + + Example of deaf at 3x +    + + Example of deaf at 2x +   + + + Example of deaf +
    +

    + fa-deaf + + · + Unicode: f2a4 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + · Aliases: + + fa-deafness, + + fa-hard-of-hearing + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of deaf fa-deaf +
    +
    +
    <i class="fa fa-deaf" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/delicious/index.html b/_gh_pages/icon/delicious/index.html new file mode 100644 index 000000000..b8e346e04 --- /dev/null +++ b/_gh_pages/icon/delicious/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-delicious: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of delicious at 6x   + + + Example of delicious at 5x +    + + + Example of delicious at 4x +    + + + Example of delicious at 3x +    + + Example of delicious at 2x +   + + + Example of delicious +
    +

    + fa-delicious + + · + Unicode: f1a5 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of delicious fa-delicious +
    +
    +
    <i class="fa fa-delicious" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/desktop/index.html b/_gh_pages/icon/desktop/index.html new file mode 100644 index 000000000..b48580695 --- /dev/null +++ b/_gh_pages/icon/desktop/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-desktop: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of desktop at 6x   + + + Example of desktop at 5x +    + + + Example of desktop at 4x +    + + + Example of desktop at 3x +    + + Example of desktop at 2x +   + + + Example of desktop +
    +

    + fa-desktop + + · + Unicode: f108 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of desktop fa-desktop +
    +
    +
    <i class="fa fa-desktop" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/deviantart/index.html b/_gh_pages/icon/deviantart/index.html new file mode 100644 index 000000000..775e92e2c --- /dev/null +++ b/_gh_pages/icon/deviantart/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-deviantart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of deviantart at 6x   + + + Example of deviantart at 5x +    + + + Example of deviantart at 4x +    + + + Example of deviantart at 3x +    + + Example of deviantart at 2x +   + + + Example of deviantart +
    +

    + fa-deviantart + + · + Unicode: f1bd · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of deviantart fa-deviantart +
    +
    +
    <i class="fa fa-deviantart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/diamond/index.html b/_gh_pages/icon/diamond/index.html new file mode 100644 index 000000000..6bbb33fdc --- /dev/null +++ b/_gh_pages/icon/diamond/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-diamond: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of diamond at 6x   + + + Example of diamond at 5x +    + + + Example of diamond at 4x +    + + + Example of diamond at 3x +    + + Example of diamond at 2x +   + + + Example of diamond +
    +

    + fa-diamond + + · + Unicode: f219 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of diamond fa-diamond +
    +
    +
    <i class="fa fa-diamond" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/digg/index.html b/_gh_pages/icon/digg/index.html new file mode 100644 index 000000000..acdb71529 --- /dev/null +++ b/_gh_pages/icon/digg/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-digg: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of digg at 6x   + + + Example of digg at 5x +    + + + Example of digg at 4x +    + + + Example of digg at 3x +    + + Example of digg at 2x +   + + + Example of digg +
    +

    + fa-digg + + · + Unicode: f1a6 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of digg fa-digg +
    +
    +
    <i class="fa fa-digg" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/dot-circle-o/index.html b/_gh_pages/icon/dot-circle-o/index.html new file mode 100644 index 000000000..65d87f2b2 --- /dev/null +++ b/_gh_pages/icon/dot-circle-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-dot-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of dot-circle-o at 6x   + + + Example of dot-circle-o at 5x +    + + + Example of dot-circle-o at 4x +    + + + Example of dot-circle-o at 3x +    + + Example of dot-circle-o at 2x +   + + + Example of dot-circle-o +
    +

    + fa-dot-circle-o + + · + Unicode: f192 · + Created: v4.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of dot-circle-o fa-dot-circle-o +
    +
    +
    <i class="fa fa-dot-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/download/index.html b/_gh_pages/icon/download/index.html new file mode 100644 index 000000000..1795306f6 --- /dev/null +++ b/_gh_pages/icon/download/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-download: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of download at 6x   + + + Example of download at 5x +    + + + Example of download at 4x +    + + + Example of download at 3x +    + + Example of download at 2x +   + + + Example of download +
    +

    + fa-download + + · + Unicode: f019 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of download fa-download +
    +
    +
    <i class="fa fa-download" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/dribbble/index.html b/_gh_pages/icon/dribbble/index.html new file mode 100644 index 000000000..b76aba7ca --- /dev/null +++ b/_gh_pages/icon/dribbble/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-dribbble: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of dribbble at 6x   + + + Example of dribbble at 5x +    + + + Example of dribbble at 4x +    + + + Example of dribbble at 3x +    + + Example of dribbble at 2x +   + + + Example of dribbble +
    +

    + fa-dribbble + + · + Unicode: f17d · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of dribbble fa-dribbble +
    +
    +
    <i class="fa fa-dribbble" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/dropbox/index.html b/_gh_pages/icon/dropbox/index.html new file mode 100644 index 000000000..8c04b40c6 --- /dev/null +++ b/_gh_pages/icon/dropbox/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-dropbox: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of dropbox at 6x   + + + Example of dropbox at 5x +    + + + Example of dropbox at 4x +    + + + Example of dropbox at 3x +    + + Example of dropbox at 2x +   + + + Example of dropbox +
    +

    + fa-dropbox + + · + Unicode: f16b · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of dropbox fa-dropbox +
    +
    +
    <i class="fa fa-dropbox" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/drupal/index.html b/_gh_pages/icon/drupal/index.html new file mode 100644 index 000000000..c721c7c51 --- /dev/null +++ b/_gh_pages/icon/drupal/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-drupal: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of drupal at 6x   + + + Example of drupal at 5x +    + + + Example of drupal at 4x +    + + + Example of drupal at 3x +    + + Example of drupal at 2x +   + + + Example of drupal +
    +

    + fa-drupal + + · + Unicode: f1a9 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of drupal fa-drupal +
    +
    +
    <i class="fa fa-drupal" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/edge/index.html b/_gh_pages/icon/edge/index.html new file mode 100644 index 000000000..34d5080b8 --- /dev/null +++ b/_gh_pages/icon/edge/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-edge: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of edge at 6x   + + + Example of edge at 5x +    + + + Example of edge at 4x +    + + + Example of edge at 3x +    + + Example of edge at 2x +   + + + Example of edge +
    +

    + fa-edge + + · + Unicode: f282 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of edge fa-edge +
    +
    +
    <i class="fa fa-edge" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eercast/index.html b/_gh_pages/icon/eercast/index.html new file mode 100644 index 000000000..b00ea9bab --- /dev/null +++ b/_gh_pages/icon/eercast/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-eercast: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eercast at 6x   + + + Example of eercast at 5x +    + + + Example of eercast at 4x +    + + + Example of eercast at 3x +    + + Example of eercast at 2x +   + + + Example of eercast +
    +

    + fa-eercast + + · + Unicode: f2da · + Created: v4.7 · + Categories: + + Brand Icons + + + + · eercast.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eercast fa-eercast +
    +
    +
    <i class="fa fa-eercast" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eject/index.html b/_gh_pages/icon/eject/index.html new file mode 100644 index 000000000..b792e41fe --- /dev/null +++ b/_gh_pages/icon/eject/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-eject: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eject at 6x   + + + Example of eject at 5x +    + + + Example of eject at 4x +    + + + Example of eject at 3x +    + + Example of eject at 2x +   + + + Example of eject +
    +

    + fa-eject + + · + Unicode: f052 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eject fa-eject +
    +
    +
    <i class="fa fa-eject" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ellipsis-h/index.html b/_gh_pages/icon/ellipsis-h/index.html new file mode 100644 index 000000000..39349689c --- /dev/null +++ b/_gh_pages/icon/ellipsis-h/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ellipsis-h: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ellipsis-h at 6x   + + + Example of ellipsis-h at 5x +    + + + Example of ellipsis-h at 4x +    + + + Example of ellipsis-h at 3x +    + + Example of ellipsis-h at 2x +   + + + Example of ellipsis-h +
    +

    + fa-ellipsis-h + + · + Unicode: f141 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ellipsis-h fa-ellipsis-h +
    +
    +
    <i class="fa fa-ellipsis-h" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ellipsis-v/index.html b/_gh_pages/icon/ellipsis-v/index.html new file mode 100644 index 000000000..8e141acfc --- /dev/null +++ b/_gh_pages/icon/ellipsis-v/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ellipsis-v: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ellipsis-v at 6x   + + + Example of ellipsis-v at 5x +    + + + Example of ellipsis-v at 4x +    + + + Example of ellipsis-v at 3x +    + + Example of ellipsis-v at 2x +   + + + Example of ellipsis-v +
    +

    + fa-ellipsis-v + + · + Unicode: f142 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ellipsis-v fa-ellipsis-v +
    +
    +
    <i class="fa fa-ellipsis-v" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/empire/index.html b/_gh_pages/icon/empire/index.html new file mode 100644 index 000000000..5e1443042 --- /dev/null +++ b/_gh_pages/icon/empire/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-empire: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of empire at 6x   + + + Example of empire at 5x +    + + + Example of empire at 4x +    + + + Example of empire at 3x +    + + Example of empire at 2x +   + + + Example of empire +
    +

    + fa-empire + + · + Unicode: f1d1 · + Created: v4.1 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-ge + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of empire fa-empire +
    +
    +
    <i class="fa fa-empire" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envelope-o/index.html b/_gh_pages/icon/envelope-o/index.html new file mode 100644 index 000000000..14eb06a1f --- /dev/null +++ b/_gh_pages/icon/envelope-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envelope-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envelope-o at 6x   + + + Example of envelope-o at 5x +    + + + Example of envelope-o at 4x +    + + + Example of envelope-o at 3x +    + + Example of envelope-o at 2x +   + + + Example of envelope-o +
    +

    + fa-envelope-o + + · + Unicode: f003 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envelope-o fa-envelope-o +
    +
    +
    <i class="fa fa-envelope-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envelope-open-o/index.html b/_gh_pages/icon/envelope-open-o/index.html new file mode 100644 index 000000000..314c7e50c --- /dev/null +++ b/_gh_pages/icon/envelope-open-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envelope-open-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envelope-open-o at 6x   + + + Example of envelope-open-o at 5x +    + + + Example of envelope-open-o at 4x +    + + + Example of envelope-open-o at 3x +    + + Example of envelope-open-o at 2x +   + + + Example of envelope-open-o +
    +

    + fa-envelope-open-o + + · + Unicode: f2b7 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envelope-open-o fa-envelope-open-o +
    +
    +
    <i class="fa fa-envelope-open-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envelope-open/index.html b/_gh_pages/icon/envelope-open/index.html new file mode 100644 index 000000000..da724c6e2 --- /dev/null +++ b/_gh_pages/icon/envelope-open/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envelope-open: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envelope-open at 6x   + + + Example of envelope-open at 5x +    + + + Example of envelope-open at 4x +    + + + Example of envelope-open at 3x +    + + Example of envelope-open at 2x +   + + + Example of envelope-open +
    +

    + fa-envelope-open + + · + Unicode: f2b6 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envelope-open fa-envelope-open +
    +
    +
    <i class="fa fa-envelope-open" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envelope-square/index.html b/_gh_pages/icon/envelope-square/index.html new file mode 100644 index 000000000..9deb7fe3e --- /dev/null +++ b/_gh_pages/icon/envelope-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envelope-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envelope-square at 6x   + + + Example of envelope-square at 5x +    + + + Example of envelope-square at 4x +    + + + Example of envelope-square at 3x +    + + Example of envelope-square at 2x +   + + + Example of envelope-square +
    +

    + fa-envelope-square + + · + Unicode: f199 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envelope-square fa-envelope-square +
    +
    +
    <i class="fa fa-envelope-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envelope/index.html b/_gh_pages/icon/envelope/index.html new file mode 100644 index 000000000..d29812309 --- /dev/null +++ b/_gh_pages/icon/envelope/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envelope: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envelope at 6x   + + + Example of envelope at 5x +    + + + Example of envelope at 4x +    + + + Example of envelope at 3x +    + + Example of envelope at 2x +   + + + Example of envelope +
    +

    + fa-envelope + + · + Unicode: f0e0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envelope fa-envelope +
    +
    +
    <i class="fa fa-envelope" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/envira/index.html b/_gh_pages/icon/envira/index.html new file mode 100644 index 000000000..e07c2bd20 --- /dev/null +++ b/_gh_pages/icon/envira/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-envira: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of envira at 6x   + + + Example of envira at 5x +    + + + Example of envira at 4x +    + + + Example of envira at 3x +    + + Example of envira at 2x +   + + + Example of envira +
    +

    + fa-envira + + · + Unicode: f299 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · enviragallery.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of envira fa-envira +
    +
    +
    <i class="fa fa-envira" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eraser/index.html b/_gh_pages/icon/eraser/index.html new file mode 100644 index 000000000..17be1dc50 --- /dev/null +++ b/_gh_pages/icon/eraser/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-eraser: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eraser at 6x   + + + Example of eraser at 5x +    + + + Example of eraser at 4x +    + + + Example of eraser at 3x +    + + Example of eraser at 2x +   + + + Example of eraser +
    +

    + fa-eraser + + · + Unicode: f12d · + Created: v3.1 · + Categories: + + Text Editor Icons, + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eraser fa-eraser +
    +
    +
    <i class="fa fa-eraser" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/etsy/index.html b/_gh_pages/icon/etsy/index.html new file mode 100644 index 000000000..68646ba68 --- /dev/null +++ b/_gh_pages/icon/etsy/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-etsy: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of etsy at 6x   + + + Example of etsy at 5x +    + + + Example of etsy at 4x +    + + + Example of etsy at 3x +    + + Example of etsy at 2x +   + + + Example of etsy +
    +

    + fa-etsy + + · + Unicode: f2d7 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of etsy fa-etsy +
    +
    +
    <i class="fa fa-etsy" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eur/index.html b/_gh_pages/icon/eur/index.html new file mode 100644 index 000000000..75a55e276 --- /dev/null +++ b/_gh_pages/icon/eur/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-eur: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eur at 6x   + + + Example of eur at 5x +    + + + Example of eur at 4x +    + + + Example of eur at 3x +    + + Example of eur at 2x +   + + + Example of eur +
    +

    + fa-eur + + · + Unicode: f153 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-euro + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eur fa-eur +
    +
    +
    <i class="fa fa-eur" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/exchange/index.html b/_gh_pages/icon/exchange/index.html new file mode 100644 index 000000000..4b8929b0f --- /dev/null +++ b/_gh_pages/icon/exchange/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-exchange: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of exchange at 6x   + + + Example of exchange at 5x +    + + + Example of exchange at 4x +    + + + Example of exchange at 3x +    + + Example of exchange at 2x +   + + + Example of exchange +
    +

    + fa-exchange + + · + Unicode: f0ec · + Created: v3.0 · + Categories: + + Web Application Icons, + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of exchange fa-exchange +
    +
    +
    <i class="fa fa-exchange" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/exclamation-circle/index.html b/_gh_pages/icon/exclamation-circle/index.html new file mode 100644 index 000000000..706dff132 --- /dev/null +++ b/_gh_pages/icon/exclamation-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-exclamation-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of exclamation-circle at 6x   + + + Example of exclamation-circle at 5x +    + + + Example of exclamation-circle at 4x +    + + + Example of exclamation-circle at 3x +    + + Example of exclamation-circle at 2x +   + + + Example of exclamation-circle +
    +

    + fa-exclamation-circle + + · + Unicode: f06a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of exclamation-circle fa-exclamation-circle +
    +
    +
    <i class="fa fa-exclamation-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/exclamation-triangle/index.html b/_gh_pages/icon/exclamation-triangle/index.html new file mode 100644 index 000000000..4eae86476 --- /dev/null +++ b/_gh_pages/icon/exclamation-triangle/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-exclamation-triangle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of exclamation-triangle at 6x   + + + Example of exclamation-triangle at 5x +    + + + Example of exclamation-triangle at 4x +    + + + Example of exclamation-triangle at 3x +    + + Example of exclamation-triangle at 2x +   + + + Example of exclamation-triangle +
    +

    + fa-exclamation-triangle + + · + Unicode: f071 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-warning + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of exclamation-triangle fa-exclamation-triangle +
    +
    +
    <i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/exclamation/index.html b/_gh_pages/icon/exclamation/index.html new file mode 100644 index 000000000..1ea80cf54 --- /dev/null +++ b/_gh_pages/icon/exclamation/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-exclamation: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of exclamation at 6x   + + + Example of exclamation at 5x +    + + + Example of exclamation at 4x +    + + + Example of exclamation at 3x +    + + Example of exclamation at 2x +   + + + Example of exclamation +
    +

    + fa-exclamation + + · + Unicode: f12a · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of exclamation fa-exclamation +
    +
    +
    <i class="fa fa-exclamation" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/expand/index.html b/_gh_pages/icon/expand/index.html new file mode 100644 index 000000000..6e8a36c6a --- /dev/null +++ b/_gh_pages/icon/expand/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-expand: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of expand at 6x   + + + Example of expand at 5x +    + + + Example of expand at 4x +    + + + Example of expand at 3x +    + + Example of expand at 2x +   + + + Example of expand +
    +

    + fa-expand + + · + Unicode: f065 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of expand fa-expand +
    +
    +
    <i class="fa fa-expand" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/expeditedssl/index.html b/_gh_pages/icon/expeditedssl/index.html new file mode 100644 index 000000000..26882f4e9 --- /dev/null +++ b/_gh_pages/icon/expeditedssl/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-expeditedssl: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of expeditedssl at 6x   + + + Example of expeditedssl at 5x +    + + + Example of expeditedssl at 4x +    + + + Example of expeditedssl at 3x +    + + Example of expeditedssl at 2x +   + + + Example of expeditedssl +
    +

    + fa-expeditedssl + + · + Unicode: f23e · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of expeditedssl fa-expeditedssl +
    +
    +
    <i class="fa fa-expeditedssl" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/external-link-square/index.html b/_gh_pages/icon/external-link-square/index.html new file mode 100644 index 000000000..7488e84ab --- /dev/null +++ b/_gh_pages/icon/external-link-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-external-link-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of external-link-square at 6x   + + + Example of external-link-square at 5x +    + + + Example of external-link-square at 4x +    + + + Example of external-link-square at 3x +    + + Example of external-link-square at 2x +   + + + Example of external-link-square +
    +

    + fa-external-link-square + + · + Unicode: f14c · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of external-link-square fa-external-link-square +
    +
    +
    <i class="fa fa-external-link-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/external-link/index.html b/_gh_pages/icon/external-link/index.html new file mode 100644 index 000000000..9f4389765 --- /dev/null +++ b/_gh_pages/icon/external-link/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-external-link: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of external-link at 6x   + + + Example of external-link at 5x +    + + + Example of external-link at 4x +    + + + Example of external-link at 3x +    + + Example of external-link at 2x +   + + + Example of external-link +
    +

    + fa-external-link + + · + Unicode: f08e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of external-link fa-external-link +
    +
    +
    <i class="fa fa-external-link" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eye-slash/index.html b/_gh_pages/icon/eye-slash/index.html new file mode 100644 index 000000000..dcb2fa301 --- /dev/null +++ b/_gh_pages/icon/eye-slash/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-eye-slash: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eye-slash at 6x   + + + Example of eye-slash at 5x +    + + + Example of eye-slash at 4x +    + + + Example of eye-slash at 3x +    + + Example of eye-slash at 2x +   + + + Example of eye-slash +
    +

    + fa-eye-slash + + · + Unicode: f070 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eye-slash fa-eye-slash +
    +
    +
    <i class="fa fa-eye-slash" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eye/index.html b/_gh_pages/icon/eye/index.html new file mode 100644 index 000000000..62770d9af --- /dev/null +++ b/_gh_pages/icon/eye/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-eye: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eye at 6x   + + + Example of eye at 5x +    + + + Example of eye at 4x +    + + + Example of eye at 3x +    + + Example of eye at 2x +   + + + Example of eye +
    +

    + fa-eye + + · + Unicode: f06e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eye fa-eye +
    +
    +
    <i class="fa fa-eye" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/eyedropper/index.html b/_gh_pages/icon/eyedropper/index.html new file mode 100644 index 000000000..33eba9bac --- /dev/null +++ b/_gh_pages/icon/eyedropper/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-eyedropper: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of eyedropper at 6x   + + + Example of eyedropper at 5x +    + + + Example of eyedropper at 4x +    + + + Example of eyedropper at 3x +    + + Example of eyedropper at 2x +   + + + Example of eyedropper +
    +

    + fa-eyedropper + + · + Unicode: f1fb · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of eyedropper fa-eyedropper +
    +
    +
    <i class="fa fa-eyedropper" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/facebook-official/index.html b/_gh_pages/icon/facebook-official/index.html new file mode 100644 index 000000000..aeaa9133f --- /dev/null +++ b/_gh_pages/icon/facebook-official/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-facebook-official: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of facebook-official at 6x   + + + Example of facebook-official at 5x +    + + + Example of facebook-official at 4x +    + + + Example of facebook-official at 3x +    + + Example of facebook-official at 2x +   + + + Example of facebook-official +
    +

    + fa-facebook-official + + · + Unicode: f230 · + Created: v4.3 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of facebook-official fa-facebook-official +
    +
    +
    <i class="fa fa-facebook-official" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/facebook-square/index.html b/_gh_pages/icon/facebook-square/index.html new file mode 100644 index 000000000..3bd3c1257 --- /dev/null +++ b/_gh_pages/icon/facebook-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-facebook-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of facebook-square at 6x   + + + Example of facebook-square at 5x +    + + + Example of facebook-square at 4x +    + + + Example of facebook-square at 3x +    + + Example of facebook-square at 2x +   + + + Example of facebook-square +
    +

    + fa-facebook-square + + · + Unicode: f082 · + Created: v1.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of facebook-square fa-facebook-square +
    +
    +
    <i class="fa fa-facebook-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/facebook/index.html b/_gh_pages/icon/facebook/index.html new file mode 100644 index 000000000..f7df4e5e8 --- /dev/null +++ b/_gh_pages/icon/facebook/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-facebook: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of facebook at 6x   + + + Example of facebook at 5x +    + + + Example of facebook at 4x +    + + + Example of facebook at 3x +    + + Example of facebook at 2x +   + + + Example of facebook +
    +

    + fa-facebook + + · + Unicode: f09a · + Created: v2.0 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-facebook-f + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of facebook fa-facebook +
    +
    +
    <i class="fa fa-facebook" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fast-backward/index.html b/_gh_pages/icon/fast-backward/index.html new file mode 100644 index 000000000..e74fb4fa3 --- /dev/null +++ b/_gh_pages/icon/fast-backward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fast-backward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fast-backward at 6x   + + + Example of fast-backward at 5x +    + + + Example of fast-backward at 4x +    + + + Example of fast-backward at 3x +    + + Example of fast-backward at 2x +   + + + Example of fast-backward +
    +

    + fa-fast-backward + + · + Unicode: f049 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fast-backward fa-fast-backward +
    +
    +
    <i class="fa fa-fast-backward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fast-forward/index.html b/_gh_pages/icon/fast-forward/index.html new file mode 100644 index 000000000..e40b843cf --- /dev/null +++ b/_gh_pages/icon/fast-forward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fast-forward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fast-forward at 6x   + + + Example of fast-forward at 5x +    + + + Example of fast-forward at 4x +    + + + Example of fast-forward at 3x +    + + Example of fast-forward at 2x +   + + + Example of fast-forward +
    +

    + fa-fast-forward + + · + Unicode: f050 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fast-forward fa-fast-forward +
    +
    +
    <i class="fa fa-fast-forward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fax/index.html b/_gh_pages/icon/fax/index.html new file mode 100644 index 000000000..de31354b5 --- /dev/null +++ b/_gh_pages/icon/fax/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fax: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fax at 6x   + + + Example of fax at 5x +    + + + Example of fax at 4x +    + + + Example of fax at 3x +    + + Example of fax at 2x +   + + + Example of fax +
    +

    + fa-fax + + · + Unicode: f1ac · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fax fa-fax +
    +
    +
    <i class="fa fa-fax" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/female/index.html b/_gh_pages/icon/female/index.html new file mode 100644 index 000000000..780b5bb6b --- /dev/null +++ b/_gh_pages/icon/female/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-female: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of female at 6x   + + + Example of female at 5x +    + + + Example of female at 4x +    + + + Example of female at 3x +    + + Example of female at 2x +   + + + Example of female +
    +

    + fa-female + + · + Unicode: f182 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of female fa-female +
    +
    +
    <i class="fa fa-female" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fighter-jet/index.html b/_gh_pages/icon/fighter-jet/index.html new file mode 100644 index 000000000..48c947092 --- /dev/null +++ b/_gh_pages/icon/fighter-jet/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-fighter-jet: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fighter-jet at 6x   + + + Example of fighter-jet at 5x +    + + + Example of fighter-jet at 4x +    + + + Example of fighter-jet at 3x +    + + Example of fighter-jet at 2x +   + + + Example of fighter-jet +
    +

    + fa-fighter-jet + + · + Unicode: f0fb · + Created: v3.0 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fighter-jet fa-fighter-jet +
    +
    +
    <i class="fa fa-fighter-jet" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-archive-o/index.html b/_gh_pages/icon/file-archive-o/index.html new file mode 100644 index 000000000..b36e51178 --- /dev/null +++ b/_gh_pages/icon/file-archive-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-file-archive-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-archive-o at 6x   + + + Example of file-archive-o at 5x +    + + + Example of file-archive-o at 4x +    + + + Example of file-archive-o at 3x +    + + Example of file-archive-o at 2x +   + + + Example of file-archive-o +
    +

    + fa-file-archive-o + + · + Unicode: f1c6 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + · Aliases: + + fa-file-zip-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-archive-o fa-file-archive-o +
    +
    +
    <i class="fa fa-file-archive-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-audio-o/index.html b/_gh_pages/icon/file-audio-o/index.html new file mode 100644 index 000000000..6bdaf43db --- /dev/null +++ b/_gh_pages/icon/file-audio-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-file-audio-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-audio-o at 6x   + + + Example of file-audio-o at 5x +    + + + Example of file-audio-o at 4x +    + + + Example of file-audio-o at 3x +    + + Example of file-audio-o at 2x +   + + + Example of file-audio-o +
    +

    + fa-file-audio-o + + · + Unicode: f1c7 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + · Aliases: + + fa-file-sound-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-audio-o fa-file-audio-o +
    +
    +
    <i class="fa fa-file-audio-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-code-o/index.html b/_gh_pages/icon/file-code-o/index.html new file mode 100644 index 000000000..7b2544fa4 --- /dev/null +++ b/_gh_pages/icon/file-code-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-code-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-code-o at 6x   + + + Example of file-code-o at 5x +    + + + Example of file-code-o at 4x +    + + + Example of file-code-o at 3x +    + + Example of file-code-o at 2x +   + + + Example of file-code-o +
    +

    + fa-file-code-o + + · + Unicode: f1c9 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-code-o fa-file-code-o +
    +
    +
    <i class="fa fa-file-code-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-excel-o/index.html b/_gh_pages/icon/file-excel-o/index.html new file mode 100644 index 000000000..c368fe8b5 --- /dev/null +++ b/_gh_pages/icon/file-excel-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-excel-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-excel-o at 6x   + + + Example of file-excel-o at 5x +    + + + Example of file-excel-o at 4x +    + + + Example of file-excel-o at 3x +    + + Example of file-excel-o at 2x +   + + + Example of file-excel-o +
    +

    + fa-file-excel-o + + · + Unicode: f1c3 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-excel-o fa-file-excel-o +
    +
    +
    <i class="fa fa-file-excel-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-image-o/index.html b/_gh_pages/icon/file-image-o/index.html new file mode 100644 index 000000000..b73e6b0c4 --- /dev/null +++ b/_gh_pages/icon/file-image-o/index.html @@ -0,0 +1,355 @@ + + + + + + + + + + + + fa-file-image-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-image-o at 6x   + + + Example of file-image-o at 5x +    + + + Example of file-image-o at 4x +    + + + Example of file-image-o at 3x +    + + Example of file-image-o at 2x +   + + + Example of file-image-o +
    +

    + fa-file-image-o + + · + Unicode: f1c5 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + · Aliases: + + fa-file-photo-o, + + fa-file-picture-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-image-o fa-file-image-o +
    +
    +
    <i class="fa fa-file-image-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-o/index.html b/_gh_pages/icon/file-o/index.html new file mode 100644 index 000000000..1c021437b --- /dev/null +++ b/_gh_pages/icon/file-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-o at 6x   + + + Example of file-o at 5x +    + + + Example of file-o at 4x +    + + + Example of file-o at 3x +    + + Example of file-o at 2x +   + + + Example of file-o +
    +

    + fa-file-o + + · + Unicode: f016 · + Created: v1.0 · + Categories: + + Text Editor Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-o fa-file-o +
    +
    +
    <i class="fa fa-file-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-pdf-o/index.html b/_gh_pages/icon/file-pdf-o/index.html new file mode 100644 index 000000000..b6da2deb0 --- /dev/null +++ b/_gh_pages/icon/file-pdf-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-pdf-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-pdf-o at 6x   + + + Example of file-pdf-o at 5x +    + + + Example of file-pdf-o at 4x +    + + + Example of file-pdf-o at 3x +    + + Example of file-pdf-o at 2x +   + + + Example of file-pdf-o +
    +

    + fa-file-pdf-o + + · + Unicode: f1c1 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-pdf-o fa-file-pdf-o +
    +
    +
    <i class="fa fa-file-pdf-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-powerpoint-o/index.html b/_gh_pages/icon/file-powerpoint-o/index.html new file mode 100644 index 000000000..906774cf4 --- /dev/null +++ b/_gh_pages/icon/file-powerpoint-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-powerpoint-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-powerpoint-o at 6x   + + + Example of file-powerpoint-o at 5x +    + + + Example of file-powerpoint-o at 4x +    + + + Example of file-powerpoint-o at 3x +    + + Example of file-powerpoint-o at 2x +   + + + Example of file-powerpoint-o +
    +

    + fa-file-powerpoint-o + + · + Unicode: f1c4 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-powerpoint-o fa-file-powerpoint-o +
    +
    +
    <i class="fa fa-file-powerpoint-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-text-o/index.html b/_gh_pages/icon/file-text-o/index.html new file mode 100644 index 000000000..b0ac5c668 --- /dev/null +++ b/_gh_pages/icon/file-text-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-text-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-text-o at 6x   + + + Example of file-text-o at 5x +    + + + Example of file-text-o at 4x +    + + + Example of file-text-o at 3x +    + + Example of file-text-o at 2x +   + + + Example of file-text-o +
    +

    + fa-file-text-o + + · + Unicode: f0f6 · + Created: v3.0 · + Categories: + + Text Editor Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-text-o fa-file-text-o +
    +
    +
    <i class="fa fa-file-text-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-text/index.html b/_gh_pages/icon/file-text/index.html new file mode 100644 index 000000000..f6b6591e7 --- /dev/null +++ b/_gh_pages/icon/file-text/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-text: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-text at 6x   + + + Example of file-text at 5x +    + + + Example of file-text at 4x +    + + + Example of file-text at 3x +    + + Example of file-text at 2x +   + + + Example of file-text +
    +

    + fa-file-text + + · + Unicode: f15c · + Created: v3.2 · + Categories: + + Text Editor Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-text fa-file-text +
    +
    +
    <i class="fa fa-file-text" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-video-o/index.html b/_gh_pages/icon/file-video-o/index.html new file mode 100644 index 000000000..e6597d68f --- /dev/null +++ b/_gh_pages/icon/file-video-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-file-video-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-video-o at 6x   + + + Example of file-video-o at 5x +    + + + Example of file-video-o at 4x +    + + + Example of file-video-o at 3x +    + + Example of file-video-o at 2x +   + + + Example of file-video-o +
    +

    + fa-file-video-o + + · + Unicode: f1c8 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + · Aliases: + + fa-file-movie-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-video-o fa-file-video-o +
    +
    +
    <i class="fa fa-file-video-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file-word-o/index.html b/_gh_pages/icon/file-word-o/index.html new file mode 100644 index 000000000..f4559fc60 --- /dev/null +++ b/_gh_pages/icon/file-word-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file-word-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file-word-o at 6x   + + + Example of file-word-o at 5x +    + + + Example of file-word-o at 4x +    + + + Example of file-word-o at 3x +    + + Example of file-word-o at 2x +   + + + Example of file-word-o +
    +

    + fa-file-word-o + + · + Unicode: f1c2 · + Created: v4.1 · + Categories: + + Web Application Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file-word-o fa-file-word-o +
    +
    +
    <i class="fa fa-file-word-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/file/index.html b/_gh_pages/icon/file/index.html new file mode 100644 index 000000000..8cd3a15bc --- /dev/null +++ b/_gh_pages/icon/file/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-file: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of file at 6x   + + + Example of file at 5x +    + + + Example of file at 4x +    + + + Example of file at 3x +    + + Example of file at 2x +   + + + Example of file +
    +

    + fa-file + + · + Unicode: f15b · + Created: v3.2 · + Categories: + + Text Editor Icons, + + File Type Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of file fa-file +
    +
    +
    <i class="fa fa-file" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/files-o/index.html b/_gh_pages/icon/files-o/index.html new file mode 100644 index 000000000..ee7fa559b --- /dev/null +++ b/_gh_pages/icon/files-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-files-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of files-o at 6x   + + + Example of files-o at 5x +    + + + Example of files-o at 4x +    + + + Example of files-o at 3x +    + + Example of files-o at 2x +   + + + Example of files-o +
    +

    + fa-files-o + + · + Unicode: f0c5 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-copy + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of files-o fa-files-o +
    +
    +
    <i class="fa fa-files-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/film/index.html b/_gh_pages/icon/film/index.html new file mode 100644 index 000000000..3db7be946 --- /dev/null +++ b/_gh_pages/icon/film/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-film: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of film at 6x   + + + Example of film at 5x +    + + + Example of film at 4x +    + + + Example of film at 3x +    + + Example of film at 2x +   + + + Example of film +
    +

    + fa-film + + · + Unicode: f008 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of film fa-film +
    +
    +
    <i class="fa fa-film" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/filter/index.html b/_gh_pages/icon/filter/index.html new file mode 100644 index 000000000..f96f08400 --- /dev/null +++ b/_gh_pages/icon/filter/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-filter: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of filter at 6x   + + + Example of filter at 5x +    + + + Example of filter at 4x +    + + + Example of filter at 3x +    + + Example of filter at 2x +   + + + Example of filter +
    +

    + fa-filter + + · + Unicode: f0b0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of filter fa-filter +
    +
    +
    <i class="fa fa-filter" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fire-extinguisher/index.html b/_gh_pages/icon/fire-extinguisher/index.html new file mode 100644 index 000000000..982a993eb --- /dev/null +++ b/_gh_pages/icon/fire-extinguisher/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fire-extinguisher: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fire-extinguisher at 6x   + + + Example of fire-extinguisher at 5x +    + + + Example of fire-extinguisher at 4x +    + + + Example of fire-extinguisher at 3x +    + + Example of fire-extinguisher at 2x +   + + + Example of fire-extinguisher +
    +

    + fa-fire-extinguisher + + · + Unicode: f134 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fire-extinguisher fa-fire-extinguisher +
    +
    +
    <i class="fa fa-fire-extinguisher" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fire/index.html b/_gh_pages/icon/fire/index.html new file mode 100644 index 000000000..39057d0ea --- /dev/null +++ b/_gh_pages/icon/fire/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fire: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fire at 6x   + + + Example of fire at 5x +    + + + Example of fire at 4x +    + + + Example of fire at 3x +    + + Example of fire at 2x +   + + + Example of fire +
    +

    + fa-fire + + · + Unicode: f06d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fire fa-fire +
    +
    +
    <i class="fa fa-fire" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/firefox/index.html b/_gh_pages/icon/firefox/index.html new file mode 100644 index 000000000..110dd542f --- /dev/null +++ b/_gh_pages/icon/firefox/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-firefox: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of firefox at 6x   + + + Example of firefox at 5x +    + + + Example of firefox at 4x +    + + + Example of firefox at 3x +    + + Example of firefox at 2x +   + + + Example of firefox +
    +

    + fa-firefox + + · + Unicode: f269 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of firefox fa-firefox +
    +
    +
    <i class="fa fa-firefox" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/first-order/index.html b/_gh_pages/icon/first-order/index.html new file mode 100644 index 000000000..2e5d42680 --- /dev/null +++ b/_gh_pages/icon/first-order/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-first-order: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of first-order at 6x   + + + Example of first-order at 5x +    + + + Example of first-order at 4x +    + + + Example of first-order at 3x +    + + Example of first-order at 2x +   + + + Example of first-order +
    +

    + fa-first-order + + · + Unicode: f2b0 · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of first-order fa-first-order +
    +
    +
    <i class="fa fa-first-order" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/flag-checkered/index.html b/_gh_pages/icon/flag-checkered/index.html new file mode 100644 index 000000000..e91ca5451 --- /dev/null +++ b/_gh_pages/icon/flag-checkered/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-flag-checkered: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of flag-checkered at 6x   + + + Example of flag-checkered at 5x +    + + + Example of flag-checkered at 4x +    + + + Example of flag-checkered at 3x +    + + Example of flag-checkered at 2x +   + + + Example of flag-checkered +
    +

    + fa-flag-checkered + + · + Unicode: f11e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of flag-checkered fa-flag-checkered +
    +
    +
    <i class="fa fa-flag-checkered" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/flag-o/index.html b/_gh_pages/icon/flag-o/index.html new file mode 100644 index 000000000..9de671c29 --- /dev/null +++ b/_gh_pages/icon/flag-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-flag-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of flag-o at 6x   + + + Example of flag-o at 5x +    + + + Example of flag-o at 4x +    + + + Example of flag-o at 3x +    + + Example of flag-o at 2x +   + + + Example of flag-o +
    +

    + fa-flag-o + + · + Unicode: f11d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of flag-o fa-flag-o +
    +
    +
    <i class="fa fa-flag-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/flag/index.html b/_gh_pages/icon/flag/index.html new file mode 100644 index 000000000..0957ac1ef --- /dev/null +++ b/_gh_pages/icon/flag/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-flag: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of flag at 6x   + + + Example of flag at 5x +    + + + Example of flag at 4x +    + + + Example of flag at 3x +    + + Example of flag at 2x +   + + + Example of flag +
    +

    + fa-flag + + · + Unicode: f024 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of flag fa-flag +
    +
    +
    <i class="fa fa-flag" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/flask/index.html b/_gh_pages/icon/flask/index.html new file mode 100644 index 000000000..a10d6159b --- /dev/null +++ b/_gh_pages/icon/flask/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-flask: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of flask at 6x   + + + Example of flask at 5x +    + + + Example of flask at 4x +    + + + Example of flask at 3x +    + + Example of flask at 2x +   + + + Example of flask +
    +

    + fa-flask + + · + Unicode: f0c3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of flask fa-flask +
    +
    +
    <i class="fa fa-flask" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/flickr/index.html b/_gh_pages/icon/flickr/index.html new file mode 100644 index 000000000..066e05c3f --- /dev/null +++ b/_gh_pages/icon/flickr/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-flickr: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of flickr at 6x   + + + Example of flickr at 5x +    + + + Example of flickr at 4x +    + + + Example of flickr at 3x +    + + Example of flickr at 2x +   + + + Example of flickr +
    +

    + fa-flickr + + · + Unicode: f16e · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of flickr fa-flickr +
    +
    +
    <i class="fa fa-flickr" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/floppy-o/index.html b/_gh_pages/icon/floppy-o/index.html new file mode 100644 index 000000000..a8a88bb71 --- /dev/null +++ b/_gh_pages/icon/floppy-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-floppy-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of floppy-o at 6x   + + + Example of floppy-o at 5x +    + + + Example of floppy-o at 4x +    + + + Example of floppy-o at 3x +    + + Example of floppy-o at 2x +   + + + Example of floppy-o +
    +

    + fa-floppy-o + + · + Unicode: f0c7 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-save + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of floppy-o fa-floppy-o +
    +
    +
    <i class="fa fa-floppy-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/folder-o/index.html b/_gh_pages/icon/folder-o/index.html new file mode 100644 index 000000000..86833c513 --- /dev/null +++ b/_gh_pages/icon/folder-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-folder-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of folder-o at 6x   + + + Example of folder-o at 5x +    + + + Example of folder-o at 4x +    + + + Example of folder-o at 3x +    + + Example of folder-o at 2x +   + + + Example of folder-o +
    +

    + fa-folder-o + + · + Unicode: f114 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of folder-o fa-folder-o +
    +
    +
    <i class="fa fa-folder-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/folder-open-o/index.html b/_gh_pages/icon/folder-open-o/index.html new file mode 100644 index 000000000..b23c7fee5 --- /dev/null +++ b/_gh_pages/icon/folder-open-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-folder-open-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of folder-open-o at 6x   + + + Example of folder-open-o at 5x +    + + + Example of folder-open-o at 4x +    + + + Example of folder-open-o at 3x +    + + Example of folder-open-o at 2x +   + + + Example of folder-open-o +
    +

    + fa-folder-open-o + + · + Unicode: f115 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of folder-open-o fa-folder-open-o +
    +
    +
    <i class="fa fa-folder-open-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/folder-open/index.html b/_gh_pages/icon/folder-open/index.html new file mode 100644 index 000000000..50a81afd7 --- /dev/null +++ b/_gh_pages/icon/folder-open/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-folder-open: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of folder-open at 6x   + + + Example of folder-open at 5x +    + + + Example of folder-open at 4x +    + + + Example of folder-open at 3x +    + + Example of folder-open at 2x +   + + + Example of folder-open +
    +

    + fa-folder-open + + · + Unicode: f07c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of folder-open fa-folder-open +
    +
    +
    <i class="fa fa-folder-open" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/folder/index.html b/_gh_pages/icon/folder/index.html new file mode 100644 index 000000000..6be10a750 --- /dev/null +++ b/_gh_pages/icon/folder/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-folder: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of folder at 6x   + + + Example of folder at 5x +    + + + Example of folder at 4x +    + + + Example of folder at 3x +    + + Example of folder at 2x +   + + + Example of folder +
    +

    + fa-folder + + · + Unicode: f07b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of folder fa-folder +
    +
    +
    <i class="fa fa-folder" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/font-awesome/index.html b/_gh_pages/icon/font-awesome/index.html new file mode 100644 index 000000000..6167675c6 --- /dev/null +++ b/_gh_pages/icon/font-awesome/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-font-awesome: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of font-awesome at 6x   + + + Example of font-awesome at 5x +    + + + Example of font-awesome at 4x +    + + + Example of font-awesome at 3x +    + + Example of font-awesome at 2x +   + + + Example of font-awesome +
    +

    + fa-font-awesome + + · + Unicode: f2b4 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-fa + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of font-awesome fa-font-awesome +
    +
    +
    <i class="fa fa-font-awesome" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/font/index.html b/_gh_pages/icon/font/index.html new file mode 100644 index 000000000..bf098d5ce --- /dev/null +++ b/_gh_pages/icon/font/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-font: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of font at 6x   + + + Example of font at 5x +    + + + Example of font at 4x +    + + + Example of font at 3x +    + + Example of font at 2x +   + + + Example of font +
    +

    + fa-font + + · + Unicode: f031 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of font fa-font +
    +
    +
    <i class="fa fa-font" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fonticons/index.html b/_gh_pages/icon/fonticons/index.html new file mode 100644 index 000000000..e9c9cc0d7 --- /dev/null +++ b/_gh_pages/icon/fonticons/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fonticons: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fonticons at 6x   + + + Example of fonticons at 5x +    + + + Example of fonticons at 4x +    + + + Example of fonticons at 3x +    + + Example of fonticons at 2x +   + + + Example of fonticons +
    +

    + fa-fonticons + + · + Unicode: f280 · + Created: v4.4 · + Categories: + + Brand Icons + + + + · fonticons.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fonticons fa-fonticons +
    +
    +
    <i class="fa fa-fonticons" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/fort-awesome/index.html b/_gh_pages/icon/fort-awesome/index.html new file mode 100644 index 000000000..bd35c92cb --- /dev/null +++ b/_gh_pages/icon/fort-awesome/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-fort-awesome: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of fort-awesome at 6x   + + + Example of fort-awesome at 5x +    + + + Example of fort-awesome at 4x +    + + + Example of fort-awesome at 3x +    + + Example of fort-awesome at 2x +   + + + Example of fort-awesome +
    +

    + fa-fort-awesome + + · + Unicode: f286 · + Created: v4.5 · + Categories: + + Brand Icons + + + + · fortawesome.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of fort-awesome fa-fort-awesome +
    +
    +
    <i class="fa fa-fort-awesome" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/forumbee/index.html b/_gh_pages/icon/forumbee/index.html new file mode 100644 index 000000000..7280ba7c2 --- /dev/null +++ b/_gh_pages/icon/forumbee/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-forumbee: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of forumbee at 6x   + + + Example of forumbee at 5x +    + + + Example of forumbee at 4x +    + + + Example of forumbee at 3x +    + + Example of forumbee at 2x +   + + + Example of forumbee +
    +

    + fa-forumbee + + · + Unicode: f211 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · forumbee.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of forumbee fa-forumbee +
    +
    +
    <i class="fa fa-forumbee" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/forward/index.html b/_gh_pages/icon/forward/index.html new file mode 100644 index 000000000..e20b89d7c --- /dev/null +++ b/_gh_pages/icon/forward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-forward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of forward at 6x   + + + Example of forward at 5x +    + + + Example of forward at 4x +    + + + Example of forward at 3x +    + + Example of forward at 2x +   + + + Example of forward +
    +

    + fa-forward + + · + Unicode: f04e · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of forward fa-forward +
    +
    +
    <i class="fa fa-forward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/foursquare/index.html b/_gh_pages/icon/foursquare/index.html new file mode 100644 index 000000000..95222a242 --- /dev/null +++ b/_gh_pages/icon/foursquare/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-foursquare: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of foursquare at 6x   + + + Example of foursquare at 5x +    + + + Example of foursquare at 4x +    + + + Example of foursquare at 3x +    + + Example of foursquare at 2x +   + + + Example of foursquare +
    +

    + fa-foursquare + + · + Unicode: f180 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of foursquare fa-foursquare +
    +
    +
    <i class="fa fa-foursquare" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/free-code-camp/index.html b/_gh_pages/icon/free-code-camp/index.html new file mode 100644 index 000000000..3226a67da --- /dev/null +++ b/_gh_pages/icon/free-code-camp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-free-code-camp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of free-code-camp at 6x   + + + Example of free-code-camp at 5x +    + + + Example of free-code-camp at 4x +    + + + Example of free-code-camp at 3x +    + + Example of free-code-camp at 2x +   + + + Example of free-code-camp +
    +

    + fa-free-code-camp + + · + Unicode: f2c5 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of free-code-camp fa-free-code-camp +
    +
    +
    <i class="fa fa-free-code-camp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/frown-o/index.html b/_gh_pages/icon/frown-o/index.html new file mode 100644 index 000000000..1a092bdd9 --- /dev/null +++ b/_gh_pages/icon/frown-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-frown-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of frown-o at 6x   + + + Example of frown-o at 5x +    + + + Example of frown-o at 4x +    + + + Example of frown-o at 3x +    + + Example of frown-o at 2x +   + + + Example of frown-o +
    +

    + fa-frown-o + + · + Unicode: f119 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of frown-o fa-frown-o +
    +
    +
    <i class="fa fa-frown-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/futbol-o/index.html b/_gh_pages/icon/futbol-o/index.html new file mode 100644 index 000000000..086ea8865 --- /dev/null +++ b/_gh_pages/icon/futbol-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-futbol-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of futbol-o at 6x   + + + Example of futbol-o at 5x +    + + + Example of futbol-o at 4x +    + + + Example of futbol-o at 3x +    + + Example of futbol-o at 2x +   + + + Example of futbol-o +
    +

    + fa-futbol-o + + · + Unicode: f1e3 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-soccer-ball-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of futbol-o fa-futbol-o +
    +
    +
    <i class="fa fa-futbol-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gamepad/index.html b/_gh_pages/icon/gamepad/index.html new file mode 100644 index 000000000..14bef6335 --- /dev/null +++ b/_gh_pages/icon/gamepad/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-gamepad: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gamepad at 6x   + + + Example of gamepad at 5x +    + + + Example of gamepad at 4x +    + + + Example of gamepad at 3x +    + + Example of gamepad at 2x +   + + + Example of gamepad +
    +

    + fa-gamepad + + · + Unicode: f11b · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gamepad fa-gamepad +
    +
    +
    <i class="fa fa-gamepad" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gavel/index.html b/_gh_pages/icon/gavel/index.html new file mode 100644 index 000000000..e14380c33 --- /dev/null +++ b/_gh_pages/icon/gavel/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-gavel: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gavel at 6x   + + + Example of gavel at 5x +    + + + Example of gavel at 4x +    + + + Example of gavel at 3x +    + + Example of gavel at 2x +   + + + Example of gavel +
    +

    + fa-gavel + + · + Unicode: f0e3 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-legal + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gavel fa-gavel +
    +
    +
    <i class="fa fa-gavel" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gbp/index.html b/_gh_pages/icon/gbp/index.html new file mode 100644 index 000000000..0f8fcfe4b --- /dev/null +++ b/_gh_pages/icon/gbp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-gbp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gbp at 6x   + + + Example of gbp at 5x +    + + + Example of gbp at 4x +    + + + Example of gbp at 3x +    + + Example of gbp at 2x +   + + + Example of gbp +
    +

    + fa-gbp + + · + Unicode: f154 · + Created: v3.2 · + Categories: + + Currency Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gbp fa-gbp +
    +
    +
    <i class="fa fa-gbp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/genderless/index.html b/_gh_pages/icon/genderless/index.html new file mode 100644 index 000000000..74ca0fc96 --- /dev/null +++ b/_gh_pages/icon/genderless/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-genderless: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of genderless at 6x   + + + Example of genderless at 5x +    + + + Example of genderless at 4x +    + + + Example of genderless at 3x +    + + Example of genderless at 2x +   + + + Example of genderless +
    +

    + fa-genderless + + · + Unicode: f22d · + Created: v4.4 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of genderless fa-genderless +
    +
    +
    <i class="fa fa-genderless" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/get-pocket/index.html b/_gh_pages/icon/get-pocket/index.html new file mode 100644 index 000000000..9e8cd34fa --- /dev/null +++ b/_gh_pages/icon/get-pocket/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-get-pocket: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of get-pocket at 6x   + + + Example of get-pocket at 5x +    + + + Example of get-pocket at 4x +    + + + Example of get-pocket at 3x +    + + Example of get-pocket at 2x +   + + + Example of get-pocket +
    +

    + fa-get-pocket + + · + Unicode: f265 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of get-pocket fa-get-pocket +
    +
    +
    <i class="fa fa-get-pocket" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gg-circle/index.html b/_gh_pages/icon/gg-circle/index.html new file mode 100644 index 000000000..fc643e477 --- /dev/null +++ b/_gh_pages/icon/gg-circle/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-gg-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gg-circle at 6x   + + + Example of gg-circle at 5x +    + + + Example of gg-circle at 4x +    + + + Example of gg-circle at 3x +    + + Example of gg-circle at 2x +   + + + Example of gg-circle +
    +

    + fa-gg-circle + + · + Unicode: f261 · + Created: v4.4 · + Categories: + + Currency Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gg-circle fa-gg-circle +
    +
    +
    <i class="fa fa-gg-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gg/index.html b/_gh_pages/icon/gg/index.html new file mode 100644 index 000000000..c5ed6044a --- /dev/null +++ b/_gh_pages/icon/gg/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-gg: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gg at 6x   + + + Example of gg at 5x +    + + + Example of gg at 4x +    + + + Example of gg at 3x +    + + Example of gg at 2x +   + + + Example of gg +
    +

    + fa-gg + + · + Unicode: f260 · + Created: v4.4 · + Categories: + + Currency Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gg fa-gg +
    +
    +
    <i class="fa fa-gg" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gift/index.html b/_gh_pages/icon/gift/index.html new file mode 100644 index 000000000..9e311df69 --- /dev/null +++ b/_gh_pages/icon/gift/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-gift: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gift at 6x   + + + Example of gift at 5x +    + + + Example of gift at 4x +    + + + Example of gift at 3x +    + + Example of gift at 2x +   + + + Example of gift +
    +

    + fa-gift + + · + Unicode: f06b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gift fa-gift +
    +
    +
    <i class="fa fa-gift" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/git-square/index.html b/_gh_pages/icon/git-square/index.html new file mode 100644 index 000000000..7a95e765a --- /dev/null +++ b/_gh_pages/icon/git-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-git-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of git-square at 6x   + + + Example of git-square at 5x +    + + + Example of git-square at 4x +    + + + Example of git-square at 3x +    + + Example of git-square at 2x +   + + + Example of git-square +
    +

    + fa-git-square + + · + Unicode: f1d2 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of git-square fa-git-square +
    +
    +
    <i class="fa fa-git-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/git/index.html b/_gh_pages/icon/git/index.html new file mode 100644 index 000000000..410bb0c4a --- /dev/null +++ b/_gh_pages/icon/git/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-git: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of git at 6x   + + + Example of git at 5x +    + + + Example of git at 4x +    + + + Example of git at 3x +    + + Example of git at 2x +   + + + Example of git +
    +

    + fa-git + + · + Unicode: f1d3 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of git fa-git +
    +
    +
    <i class="fa fa-git" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/github-alt/index.html b/_gh_pages/icon/github-alt/index.html new file mode 100644 index 000000000..ea8de34fb --- /dev/null +++ b/_gh_pages/icon/github-alt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-github-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of github-alt at 6x   + + + Example of github-alt at 5x +    + + + Example of github-alt at 4x +    + + + Example of github-alt at 3x +    + + Example of github-alt at 2x +   + + + Example of github-alt +
    +

    + fa-github-alt + + · + Unicode: f113 · + Created: v3.0 · + Categories: + + Brand Icons + + + + · github.com/logos + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of github-alt fa-github-alt +
    +
    +
    <i class="fa fa-github-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/github-square/index.html b/_gh_pages/icon/github-square/index.html new file mode 100644 index 000000000..d7092c2ef --- /dev/null +++ b/_gh_pages/icon/github-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-github-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of github-square at 6x   + + + Example of github-square at 5x +    + + + Example of github-square at 4x +    + + + Example of github-square at 3x +    + + Example of github-square at 2x +   + + + Example of github-square +
    +

    + fa-github-square + + · + Unicode: f092 · + Created: v1.0 · + Categories: + + Brand Icons + + + + · github.com/logos + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of github-square fa-github-square +
    +
    +
    <i class="fa fa-github-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/github/index.html b/_gh_pages/icon/github/index.html new file mode 100644 index 000000000..1b4b594da --- /dev/null +++ b/_gh_pages/icon/github/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-github: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of github at 6x   + + + Example of github at 5x +    + + + Example of github at 4x +    + + + Example of github at 3x +    + + Example of github at 2x +   + + + Example of github +
    +

    + fa-github + + · + Unicode: f09b · + Created: v2.0 · + Categories: + + Brand Icons + + + + · github.com/logos + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of github fa-github +
    +
    +
    <i class="fa fa-github" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gitlab/index.html b/_gh_pages/icon/gitlab/index.html new file mode 100644 index 000000000..f3a300154 --- /dev/null +++ b/_gh_pages/icon/gitlab/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-gitlab: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gitlab at 6x   + + + Example of gitlab at 5x +    + + + Example of gitlab at 4x +    + + + Example of gitlab at 3x +    + + Example of gitlab at 2x +   + + + Example of gitlab +
    +

    + fa-gitlab + + · + Unicode: f296 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · gitlab.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gitlab fa-gitlab +
    +
    +
    <i class="fa fa-gitlab" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/glass/index.html b/_gh_pages/icon/glass/index.html new file mode 100644 index 000000000..849ae830d --- /dev/null +++ b/_gh_pages/icon/glass/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-glass: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of glass at 6x   + + + Example of glass at 5x +    + + + Example of glass at 4x +    + + + Example of glass at 3x +    + + Example of glass at 2x +   + + + Example of glass +
    +

    + fa-glass + + · + Unicode: f000 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of glass fa-glass +
    +
    +
    <i class="fa fa-glass" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/glide-g/index.html b/_gh_pages/icon/glide-g/index.html new file mode 100644 index 000000000..ecbcdcc8b --- /dev/null +++ b/_gh_pages/icon/glide-g/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-glide-g: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of glide-g at 6x   + + + Example of glide-g at 5x +    + + + Example of glide-g at 4x +    + + + Example of glide-g at 3x +    + + Example of glide-g at 2x +   + + + Example of glide-g +
    +

    + fa-glide-g + + · + Unicode: f2a6 · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of glide-g fa-glide-g +
    +
    +
    <i class="fa fa-glide-g" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/glide/index.html b/_gh_pages/icon/glide/index.html new file mode 100644 index 000000000..c0e8e6c60 --- /dev/null +++ b/_gh_pages/icon/glide/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-glide: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of glide at 6x   + + + Example of glide at 5x +    + + + Example of glide at 4x +    + + + Example of glide at 3x +    + + Example of glide at 2x +   + + + Example of glide +
    +

    + fa-glide + + · + Unicode: f2a5 · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of glide fa-glide +
    +
    +
    <i class="fa fa-glide" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/globe/index.html b/_gh_pages/icon/globe/index.html new file mode 100644 index 000000000..64b7405ba --- /dev/null +++ b/_gh_pages/icon/globe/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-globe: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of globe at 6x   + + + Example of globe at 5x +    + + + Example of globe at 4x +    + + + Example of globe at 3x +    + + Example of globe at 2x +   + + + Example of globe +
    +

    + fa-globe + + · + Unicode: f0ac · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of globe fa-globe +
    +
    +
    <i class="fa fa-globe" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/google-plus-official/index.html b/_gh_pages/icon/google-plus-official/index.html new file mode 100644 index 000000000..1914b9ecc --- /dev/null +++ b/_gh_pages/icon/google-plus-official/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-google-plus-official: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of google-plus-official at 6x   + + + Example of google-plus-official at 5x +    + + + Example of google-plus-official at 4x +    + + + Example of google-plus-official at 3x +    + + Example of google-plus-official at 2x +   + + + Example of google-plus-official +
    +

    + fa-google-plus-official + + · + Unicode: f2b3 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-google-plus-circle + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of google-plus-official fa-google-plus-official +
    +
    +
    <i class="fa fa-google-plus-official" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/google-plus-square/index.html b/_gh_pages/icon/google-plus-square/index.html new file mode 100644 index 000000000..4a76a5bac --- /dev/null +++ b/_gh_pages/icon/google-plus-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-google-plus-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of google-plus-square at 6x   + + + Example of google-plus-square at 5x +    + + + Example of google-plus-square at 4x +    + + + Example of google-plus-square at 3x +    + + Example of google-plus-square at 2x +   + + + Example of google-plus-square +
    +

    + fa-google-plus-square + + · + Unicode: f0d4 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of google-plus-square fa-google-plus-square +
    +
    +
    <i class="fa fa-google-plus-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/google-plus/index.html b/_gh_pages/icon/google-plus/index.html new file mode 100644 index 000000000..0022504b5 --- /dev/null +++ b/_gh_pages/icon/google-plus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-google-plus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of google-plus at 6x   + + + Example of google-plus at 5x +    + + + Example of google-plus at 4x +    + + + Example of google-plus at 3x +    + + Example of google-plus at 2x +   + + + Example of google-plus +
    +

    + fa-google-plus + + · + Unicode: f0d5 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of google-plus fa-google-plus +
    +
    +
    <i class="fa fa-google-plus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/google-wallet/index.html b/_gh_pages/icon/google-wallet/index.html new file mode 100644 index 000000000..ab2008dd6 --- /dev/null +++ b/_gh_pages/icon/google-wallet/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-google-wallet: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of google-wallet at 6x   + + + Example of google-wallet at 5x +    + + + Example of google-wallet at 4x +    + + + Example of google-wallet at 3x +    + + Example of google-wallet at 2x +   + + + Example of google-wallet +
    +

    + fa-google-wallet + + · + Unicode: f1ee · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of google-wallet fa-google-wallet +
    +
    +
    <i class="fa fa-google-wallet" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/google/index.html b/_gh_pages/icon/google/index.html new file mode 100644 index 000000000..0c1506251 --- /dev/null +++ b/_gh_pages/icon/google/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-google: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of google at 6x   + + + Example of google at 5x +    + + + Example of google at 4x +    + + + Example of google at 3x +    + + Example of google at 2x +   + + + Example of google +
    +

    + fa-google + + · + Unicode: f1a0 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of google fa-google +
    +
    +
    <i class="fa fa-google" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/graduation-cap/index.html b/_gh_pages/icon/graduation-cap/index.html new file mode 100644 index 000000000..b7c19d70d --- /dev/null +++ b/_gh_pages/icon/graduation-cap/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-graduation-cap: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of graduation-cap at 6x   + + + Example of graduation-cap at 5x +    + + + Example of graduation-cap at 4x +    + + + Example of graduation-cap at 3x +    + + Example of graduation-cap at 2x +   + + + Example of graduation-cap +
    +

    + fa-graduation-cap + + · + Unicode: f19d · + Created: v4.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-mortar-board + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of graduation-cap fa-graduation-cap +
    +
    +
    <i class="fa fa-graduation-cap" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/gratipay/index.html b/_gh_pages/icon/gratipay/index.html new file mode 100644 index 000000000..e25a4255c --- /dev/null +++ b/_gh_pages/icon/gratipay/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-gratipay: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of gratipay at 6x   + + + Example of gratipay at 5x +    + + + Example of gratipay at 4x +    + + + Example of gratipay at 3x +    + + Example of gratipay at 2x +   + + + Example of gratipay +
    +

    + fa-gratipay + + · + Unicode: f184 · + Created: v3.2 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-gittip + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of gratipay fa-gratipay +
    +
    +
    <i class="fa fa-gratipay" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/grav/index.html b/_gh_pages/icon/grav/index.html new file mode 100644 index 000000000..9fa5463dd --- /dev/null +++ b/_gh_pages/icon/grav/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-grav: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of grav at 6x   + + + Example of grav at 5x +    + + + Example of grav at 4x +    + + + Example of grav at 3x +    + + Example of grav at 2x +   + + + Example of grav +
    +

    + fa-grav + + · + Unicode: f2d6 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of grav fa-grav +
    +
    +
    <i class="fa fa-grav" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/h-square/index.html b/_gh_pages/icon/h-square/index.html new file mode 100644 index 000000000..52a76fa33 --- /dev/null +++ b/_gh_pages/icon/h-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-h-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of h-square at 6x   + + + Example of h-square at 5x +    + + + Example of h-square at 4x +    + + + Example of h-square at 3x +    + + Example of h-square at 2x +   + + + Example of h-square +
    +

    + fa-h-square + + · + Unicode: f0fd · + Created: v3.0 · + Categories: + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of h-square fa-h-square +
    +
    +
    <i class="fa fa-h-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hacker-news/index.html b/_gh_pages/icon/hacker-news/index.html new file mode 100644 index 000000000..b740fc69c --- /dev/null +++ b/_gh_pages/icon/hacker-news/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-hacker-news: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hacker-news at 6x   + + + Example of hacker-news at 5x +    + + + Example of hacker-news at 4x +    + + + Example of hacker-news at 3x +    + + Example of hacker-news at 2x +   + + + Example of hacker-news +
    +

    + fa-hacker-news + + · + Unicode: f1d4 · + Created: v4.1 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-y-combinator-square, + + fa-yc-square + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hacker-news fa-hacker-news +
    +
    +
    <i class="fa fa-hacker-news" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-lizard-o/index.html b/_gh_pages/icon/hand-lizard-o/index.html new file mode 100644 index 000000000..c1a5f6426 --- /dev/null +++ b/_gh_pages/icon/hand-lizard-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-lizard-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-lizard-o at 6x   + + + Example of hand-lizard-o at 5x +    + + + Example of hand-lizard-o at 4x +    + + + Example of hand-lizard-o at 3x +    + + Example of hand-lizard-o at 2x +   + + + Example of hand-lizard-o +
    +

    + fa-hand-lizard-o + + · + Unicode: f258 · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-lizard-o fa-hand-lizard-o +
    +
    +
    <i class="fa fa-hand-lizard-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-o-down/index.html b/_gh_pages/icon/hand-o-down/index.html new file mode 100644 index 000000000..f78abf847 --- /dev/null +++ b/_gh_pages/icon/hand-o-down/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-o-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-o-down at 6x   + + + Example of hand-o-down at 5x +    + + + Example of hand-o-down at 4x +    + + + Example of hand-o-down at 3x +    + + Example of hand-o-down at 2x +   + + + Example of hand-o-down +
    +

    + fa-hand-o-down + + · + Unicode: f0a7 · + Created: v2.0 · + Categories: + + Directional Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-o-down fa-hand-o-down +
    +
    +
    <i class="fa fa-hand-o-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-o-left/index.html b/_gh_pages/icon/hand-o-left/index.html new file mode 100644 index 000000000..df36cdf90 --- /dev/null +++ b/_gh_pages/icon/hand-o-left/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-o-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-o-left at 6x   + + + Example of hand-o-left at 5x +    + + + Example of hand-o-left at 4x +    + + + Example of hand-o-left at 3x +    + + Example of hand-o-left at 2x +   + + + Example of hand-o-left +
    +

    + fa-hand-o-left + + · + Unicode: f0a5 · + Created: v2.0 · + Categories: + + Directional Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-o-left fa-hand-o-left +
    +
    +
    <i class="fa fa-hand-o-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-o-right/index.html b/_gh_pages/icon/hand-o-right/index.html new file mode 100644 index 000000000..1fe5a315c --- /dev/null +++ b/_gh_pages/icon/hand-o-right/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-o-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-o-right at 6x   + + + Example of hand-o-right at 5x +    + + + Example of hand-o-right at 4x +    + + + Example of hand-o-right at 3x +    + + Example of hand-o-right at 2x +   + + + Example of hand-o-right +
    +

    + fa-hand-o-right + + · + Unicode: f0a4 · + Created: v2.0 · + Categories: + + Directional Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-o-right fa-hand-o-right +
    +
    +
    <i class="fa fa-hand-o-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-o-up/index.html b/_gh_pages/icon/hand-o-up/index.html new file mode 100644 index 000000000..54a96fa6c --- /dev/null +++ b/_gh_pages/icon/hand-o-up/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-o-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-o-up at 6x   + + + Example of hand-o-up at 5x +    + + + Example of hand-o-up at 4x +    + + + Example of hand-o-up at 3x +    + + Example of hand-o-up at 2x +   + + + Example of hand-o-up +
    +

    + fa-hand-o-up + + · + Unicode: f0a6 · + Created: v2.0 · + Categories: + + Directional Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-o-up fa-hand-o-up +
    +
    +
    <i class="fa fa-hand-o-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-paper-o/index.html b/_gh_pages/icon/hand-paper-o/index.html new file mode 100644 index 000000000..e7b1339c6 --- /dev/null +++ b/_gh_pages/icon/hand-paper-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-hand-paper-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-paper-o at 6x   + + + Example of hand-paper-o at 5x +    + + + Example of hand-paper-o at 4x +    + + + Example of hand-paper-o at 3x +    + + Example of hand-paper-o at 2x +   + + + Example of hand-paper-o +
    +

    + fa-hand-paper-o + + · + Unicode: f256 · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + · Aliases: + + fa-hand-stop-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-paper-o fa-hand-paper-o +
    +
    +
    <i class="fa fa-hand-paper-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-peace-o/index.html b/_gh_pages/icon/hand-peace-o/index.html new file mode 100644 index 000000000..dd132e248 --- /dev/null +++ b/_gh_pages/icon/hand-peace-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-peace-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-peace-o at 6x   + + + Example of hand-peace-o at 5x +    + + + Example of hand-peace-o at 4x +    + + + Example of hand-peace-o at 3x +    + + Example of hand-peace-o at 2x +   + + + Example of hand-peace-o +
    +

    + fa-hand-peace-o + + · + Unicode: f25b · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-peace-o fa-hand-peace-o +
    +
    +
    <i class="fa fa-hand-peace-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-pointer-o/index.html b/_gh_pages/icon/hand-pointer-o/index.html new file mode 100644 index 000000000..6de2547d8 --- /dev/null +++ b/_gh_pages/icon/hand-pointer-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-pointer-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-pointer-o at 6x   + + + Example of hand-pointer-o at 5x +    + + + Example of hand-pointer-o at 4x +    + + + Example of hand-pointer-o at 3x +    + + Example of hand-pointer-o at 2x +   + + + Example of hand-pointer-o +
    +

    + fa-hand-pointer-o + + · + Unicode: f25a · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-pointer-o fa-hand-pointer-o +
    +
    +
    <i class="fa fa-hand-pointer-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-rock-o/index.html b/_gh_pages/icon/hand-rock-o/index.html new file mode 100644 index 000000000..3f6030143 --- /dev/null +++ b/_gh_pages/icon/hand-rock-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-hand-rock-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-rock-o at 6x   + + + Example of hand-rock-o at 5x +    + + + Example of hand-rock-o at 4x +    + + + Example of hand-rock-o at 3x +    + + Example of hand-rock-o at 2x +   + + + Example of hand-rock-o +
    +

    + fa-hand-rock-o + + · + Unicode: f255 · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + · Aliases: + + fa-hand-grab-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-rock-o fa-hand-rock-o +
    +
    +
    <i class="fa fa-hand-rock-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-scissors-o/index.html b/_gh_pages/icon/hand-scissors-o/index.html new file mode 100644 index 000000000..4861a68ad --- /dev/null +++ b/_gh_pages/icon/hand-scissors-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-scissors-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-scissors-o at 6x   + + + Example of hand-scissors-o at 5x +    + + + Example of hand-scissors-o at 4x +    + + + Example of hand-scissors-o at 3x +    + + Example of hand-scissors-o at 2x +   + + + Example of hand-scissors-o +
    +

    + fa-hand-scissors-o + + · + Unicode: f257 · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-scissors-o fa-hand-scissors-o +
    +
    +
    <i class="fa fa-hand-scissors-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hand-spock-o/index.html b/_gh_pages/icon/hand-spock-o/index.html new file mode 100644 index 000000000..c7f299624 --- /dev/null +++ b/_gh_pages/icon/hand-spock-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-hand-spock-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hand-spock-o at 6x   + + + Example of hand-spock-o at 5x +    + + + Example of hand-spock-o at 4x +    + + + Example of hand-spock-o at 3x +    + + Example of hand-spock-o at 2x +   + + + Example of hand-spock-o +
    +

    + fa-hand-spock-o + + · + Unicode: f259 · + Created: v4.4 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hand-spock-o fa-hand-spock-o +
    +
    +
    <i class="fa fa-hand-spock-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/handshake-o/index.html b/_gh_pages/icon/handshake-o/index.html new file mode 100644 index 000000000..ecddaff26 --- /dev/null +++ b/_gh_pages/icon/handshake-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-handshake-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of handshake-o at 6x   + + + Example of handshake-o at 5x +    + + + Example of handshake-o at 4x +    + + + Example of handshake-o at 3x +    + + Example of handshake-o at 2x +   + + + Example of handshake-o +
    +

    + fa-handshake-o + + · + Unicode: f2b5 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of handshake-o fa-handshake-o +
    +
    +
    <i class="fa fa-handshake-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hashtag/index.html b/_gh_pages/icon/hashtag/index.html new file mode 100644 index 000000000..19ce61752 --- /dev/null +++ b/_gh_pages/icon/hashtag/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-hashtag: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hashtag at 6x   + + + Example of hashtag at 5x +    + + + Example of hashtag at 4x +    + + + Example of hashtag at 3x +    + + Example of hashtag at 2x +   + + + Example of hashtag +
    +

    + fa-hashtag + + · + Unicode: f292 · + Created: v4.5 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hashtag fa-hashtag +
    +
    +
    <i class="fa fa-hashtag" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hdd-o/index.html b/_gh_pages/icon/hdd-o/index.html new file mode 100644 index 000000000..f2304d163 --- /dev/null +++ b/_gh_pages/icon/hdd-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-hdd-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hdd-o at 6x   + + + Example of hdd-o at 5x +    + + + Example of hdd-o at 4x +    + + + Example of hdd-o at 3x +    + + Example of hdd-o at 2x +   + + + Example of hdd-o +
    +

    + fa-hdd-o + + · + Unicode: f0a0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hdd-o fa-hdd-o +
    +
    +
    <i class="fa fa-hdd-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/header/index.html b/_gh_pages/icon/header/index.html new file mode 100644 index 000000000..7c5355737 --- /dev/null +++ b/_gh_pages/icon/header/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-header: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of header at 6x   + + + Example of header at 5x +    + + + Example of header at 4x +    + + + Example of header at 3x +    + + Example of header at 2x +   + + + Example of header +
    +

    + fa-header + + · + Unicode: f1dc · + Created: v4.1 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of header fa-header +
    +
    +
    <i class="fa fa-header" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/headphones/index.html b/_gh_pages/icon/headphones/index.html new file mode 100644 index 000000000..330cc4f43 --- /dev/null +++ b/_gh_pages/icon/headphones/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-headphones: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of headphones at 6x   + + + Example of headphones at 5x +    + + + Example of headphones at 4x +    + + + Example of headphones at 3x +    + + Example of headphones at 2x +   + + + Example of headphones +
    +

    + fa-headphones + + · + Unicode: f025 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of headphones fa-headphones +
    +
    +
    <i class="fa fa-headphones" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/heart-o/index.html b/_gh_pages/icon/heart-o/index.html new file mode 100644 index 000000000..898c5b5c0 --- /dev/null +++ b/_gh_pages/icon/heart-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-heart-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of heart-o at 6x   + + + Example of heart-o at 5x +    + + + Example of heart-o at 4x +    + + + Example of heart-o at 3x +    + + Example of heart-o at 2x +   + + + Example of heart-o +
    +

    + fa-heart-o + + · + Unicode: f08a · + Created: v1.0 · + Categories: + + Web Application Icons, + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of heart-o fa-heart-o +
    +
    +
    <i class="fa fa-heart-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/heart/index.html b/_gh_pages/icon/heart/index.html new file mode 100644 index 000000000..4d91e3164 --- /dev/null +++ b/_gh_pages/icon/heart/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-heart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of heart at 6x   + + + Example of heart at 5x +    + + + Example of heart at 4x +    + + + Example of heart at 3x +    + + Example of heart at 2x +   + + + Example of heart +
    +

    + fa-heart + + · + Unicode: f004 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of heart fa-heart +
    +
    +
    <i class="fa fa-heart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/heartbeat/index.html b/_gh_pages/icon/heartbeat/index.html new file mode 100644 index 000000000..5087d56b7 --- /dev/null +++ b/_gh_pages/icon/heartbeat/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-heartbeat: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of heartbeat at 6x   + + + Example of heartbeat at 5x +    + + + Example of heartbeat at 4x +    + + + Example of heartbeat at 3x +    + + Example of heartbeat at 2x +   + + + Example of heartbeat +
    +

    + fa-heartbeat + + · + Unicode: f21e · + Created: v4.3 · + Categories: + + Web Application Icons, + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of heartbeat fa-heartbeat +
    +
    +
    <i class="fa fa-heartbeat" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/history/index.html b/_gh_pages/icon/history/index.html new file mode 100644 index 000000000..68027e27a --- /dev/null +++ b/_gh_pages/icon/history/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-history: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of history at 6x   + + + Example of history at 5x +    + + + Example of history at 4x +    + + + Example of history at 3x +    + + Example of history at 2x +   + + + Example of history +
    +

    + fa-history + + · + Unicode: f1da · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of history fa-history +
    +
    +
    <i class="fa fa-history" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/home/index.html b/_gh_pages/icon/home/index.html new file mode 100644 index 000000000..f23b027e3 --- /dev/null +++ b/_gh_pages/icon/home/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-home: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of home at 6x   + + + Example of home at 5x +    + + + Example of home at 4x +    + + + Example of home at 3x +    + + Example of home at 2x +   + + + Example of home +
    +

    + fa-home + + · + Unicode: f015 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of home fa-home +
    +
    +
    <i class="fa fa-home" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hospital-o/index.html b/_gh_pages/icon/hospital-o/index.html new file mode 100644 index 000000000..8110a8339 --- /dev/null +++ b/_gh_pages/icon/hospital-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-hospital-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hospital-o at 6x   + + + Example of hospital-o at 5x +    + + + Example of hospital-o at 4x +    + + + Example of hospital-o at 3x +    + + Example of hospital-o at 2x +   + + + Example of hospital-o +
    +

    + fa-hospital-o + + · + Unicode: f0f8 · + Created: v3.0 · + Categories: + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hospital-o fa-hospital-o +
    +
    +
    <i class="fa fa-hospital-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hourglass-end/index.html b/_gh_pages/icon/hourglass-end/index.html new file mode 100644 index 000000000..12405e308 --- /dev/null +++ b/_gh_pages/icon/hourglass-end/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-hourglass-end: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hourglass-end at 6x   + + + Example of hourglass-end at 5x +    + + + Example of hourglass-end at 4x +    + + + Example of hourglass-end at 3x +    + + Example of hourglass-end at 2x +   + + + Example of hourglass-end +
    +

    + fa-hourglass-end + + · + Unicode: f253 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-hourglass-3 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hourglass-end fa-hourglass-end +
    +
    +
    <i class="fa fa-hourglass-end" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hourglass-half/index.html b/_gh_pages/icon/hourglass-half/index.html new file mode 100644 index 000000000..ffd1336a1 --- /dev/null +++ b/_gh_pages/icon/hourglass-half/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-hourglass-half: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hourglass-half at 6x   + + + Example of hourglass-half at 5x +    + + + Example of hourglass-half at 4x +    + + + Example of hourglass-half at 3x +    + + Example of hourglass-half at 2x +   + + + Example of hourglass-half +
    +

    + fa-hourglass-half + + · + Unicode: f252 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-hourglass-2 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hourglass-half fa-hourglass-half +
    +
    +
    <i class="fa fa-hourglass-half" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hourglass-o/index.html b/_gh_pages/icon/hourglass-o/index.html new file mode 100644 index 000000000..a6ee56783 --- /dev/null +++ b/_gh_pages/icon/hourglass-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-hourglass-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hourglass-o at 6x   + + + Example of hourglass-o at 5x +    + + + Example of hourglass-o at 4x +    + + + Example of hourglass-o at 3x +    + + Example of hourglass-o at 2x +   + + + Example of hourglass-o +
    +

    + fa-hourglass-o + + · + Unicode: f250 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hourglass-o fa-hourglass-o +
    +
    +
    <i class="fa fa-hourglass-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hourglass-start/index.html b/_gh_pages/icon/hourglass-start/index.html new file mode 100644 index 000000000..a8443a2b8 --- /dev/null +++ b/_gh_pages/icon/hourglass-start/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-hourglass-start: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hourglass-start at 6x   + + + Example of hourglass-start at 5x +    + + + Example of hourglass-start at 4x +    + + + Example of hourglass-start at 3x +    + + Example of hourglass-start at 2x +   + + + Example of hourglass-start +
    +

    + fa-hourglass-start + + · + Unicode: f251 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-hourglass-1 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hourglass-start fa-hourglass-start +
    +
    +
    <i class="fa fa-hourglass-start" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/hourglass/index.html b/_gh_pages/icon/hourglass/index.html new file mode 100644 index 000000000..8b0a69c52 --- /dev/null +++ b/_gh_pages/icon/hourglass/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-hourglass: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of hourglass at 6x   + + + Example of hourglass at 5x +    + + + Example of hourglass at 4x +    + + + Example of hourglass at 3x +    + + Example of hourglass at 2x +   + + + Example of hourglass +
    +

    + fa-hourglass + + · + Unicode: f254 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of hourglass fa-hourglass +
    +
    +
    <i class="fa fa-hourglass" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/houzz/index.html b/_gh_pages/icon/houzz/index.html new file mode 100644 index 000000000..aa000520f --- /dev/null +++ b/_gh_pages/icon/houzz/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-houzz: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of houzz at 6x   + + + Example of houzz at 5x +    + + + Example of houzz at 4x +    + + + Example of houzz at 3x +    + + Example of houzz at 2x +   + + + Example of houzz +
    +

    + fa-houzz + + · + Unicode: f27c · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of houzz fa-houzz +
    +
    +
    <i class="fa fa-houzz" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/html5/index.html b/_gh_pages/icon/html5/index.html new file mode 100644 index 000000000..0931ceb23 --- /dev/null +++ b/_gh_pages/icon/html5/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-html5: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of html5 at 6x   + + + Example of html5 at 5x +    + + + Example of html5 at 4x +    + + + Example of html5 at 3x +    + + Example of html5 at 2x +   + + + Example of html5 +
    +

    + fa-html5 + + · + Unicode: f13b · + Created: v3.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of html5 fa-html5 +
    +
    +
    <i class="fa fa-html5" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/i-cursor/index.html b/_gh_pages/icon/i-cursor/index.html new file mode 100644 index 000000000..b59b65ca5 --- /dev/null +++ b/_gh_pages/icon/i-cursor/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-i-cursor: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of i-cursor at 6x   + + + Example of i-cursor at 5x +    + + + Example of i-cursor at 4x +    + + + Example of i-cursor at 3x +    + + Example of i-cursor at 2x +   + + + Example of i-cursor +
    +

    + fa-i-cursor + + · + Unicode: f246 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of i-cursor fa-i-cursor +
    +
    +
    <i class="fa fa-i-cursor" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/id-badge/index.html b/_gh_pages/icon/id-badge/index.html new file mode 100644 index 000000000..cbadeee11 --- /dev/null +++ b/_gh_pages/icon/id-badge/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-id-badge: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of id-badge at 6x   + + + Example of id-badge at 5x +    + + + Example of id-badge at 4x +    + + + Example of id-badge at 3x +    + + Example of id-badge at 2x +   + + + Example of id-badge +
    +

    + fa-id-badge + + · + Unicode: f2c1 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of id-badge fa-id-badge +
    +
    +
    <i class="fa fa-id-badge" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/id-card-o/index.html b/_gh_pages/icon/id-card-o/index.html new file mode 100644 index 000000000..94992a317 --- /dev/null +++ b/_gh_pages/icon/id-card-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-id-card-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of id-card-o at 6x   + + + Example of id-card-o at 5x +    + + + Example of id-card-o at 4x +    + + + Example of id-card-o at 3x +    + + Example of id-card-o at 2x +   + + + Example of id-card-o +
    +

    + fa-id-card-o + + · + Unicode: f2c3 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-drivers-license-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of id-card-o fa-id-card-o +
    +
    +
    <i class="fa fa-id-card-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/id-card/index.html b/_gh_pages/icon/id-card/index.html new file mode 100644 index 000000000..7957d3528 --- /dev/null +++ b/_gh_pages/icon/id-card/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-id-card: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of id-card at 6x   + + + Example of id-card at 5x +    + + + Example of id-card at 4x +    + + + Example of id-card at 3x +    + + Example of id-card at 2x +   + + + Example of id-card +
    +

    + fa-id-card + + · + Unicode: f2c2 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-drivers-license + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of id-card fa-id-card +
    +
    +
    <i class="fa fa-id-card" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ils/index.html b/_gh_pages/icon/ils/index.html new file mode 100644 index 000000000..2c114253f --- /dev/null +++ b/_gh_pages/icon/ils/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-ils: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ils at 6x   + + + Example of ils at 5x +    + + + Example of ils at 4x +    + + + Example of ils at 3x +    + + Example of ils at 2x +   + + + Example of ils +
    +

    + fa-ils + + · + Unicode: f20b · + Created: v4.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-shekel, + + fa-sheqel + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ils fa-ils +
    +
    +
    <i class="fa fa-ils" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/imdb/index.html b/_gh_pages/icon/imdb/index.html new file mode 100644 index 000000000..fc15e858d --- /dev/null +++ b/_gh_pages/icon/imdb/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-imdb: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of imdb at 6x   + + + Example of imdb at 5x +    + + + Example of imdb at 4x +    + + + Example of imdb at 3x +    + + Example of imdb at 2x +   + + + Example of imdb +
    +

    + fa-imdb + + · + Unicode: f2d8 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of imdb fa-imdb +
    +
    +
    <i class="fa fa-imdb" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/inbox/index.html b/_gh_pages/icon/inbox/index.html new file mode 100644 index 000000000..36b13a4db --- /dev/null +++ b/_gh_pages/icon/inbox/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-inbox: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of inbox at 6x   + + + Example of inbox at 5x +    + + + Example of inbox at 4x +    + + + Example of inbox at 3x +    + + Example of inbox at 2x +   + + + Example of inbox +
    +

    + fa-inbox + + · + Unicode: f01c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of inbox fa-inbox +
    +
    +
    <i class="fa fa-inbox" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/indent/index.html b/_gh_pages/icon/indent/index.html new file mode 100644 index 000000000..4adad6bfb --- /dev/null +++ b/_gh_pages/icon/indent/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-indent: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of indent at 6x   + + + Example of indent at 5x +    + + + Example of indent at 4x +    + + + Example of indent at 3x +    + + Example of indent at 2x +   + + + Example of indent +
    +

    + fa-indent + + · + Unicode: f03c · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of indent fa-indent +
    +
    +
    <i class="fa fa-indent" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/industry/index.html b/_gh_pages/icon/industry/index.html new file mode 100644 index 000000000..e4b962069 --- /dev/null +++ b/_gh_pages/icon/industry/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-industry: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of industry at 6x   + + + Example of industry at 5x +    + + + Example of industry at 4x +    + + + Example of industry at 3x +    + + Example of industry at 2x +   + + + Example of industry +
    +

    + fa-industry + + · + Unicode: f275 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of industry fa-industry +
    +
    +
    <i class="fa fa-industry" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/info-circle/index.html b/_gh_pages/icon/info-circle/index.html new file mode 100644 index 000000000..009bd57df --- /dev/null +++ b/_gh_pages/icon/info-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-info-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of info-circle at 6x   + + + Example of info-circle at 5x +    + + + Example of info-circle at 4x +    + + + Example of info-circle at 3x +    + + Example of info-circle at 2x +   + + + Example of info-circle +
    +

    + fa-info-circle + + · + Unicode: f05a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of info-circle fa-info-circle +
    +
    +
    <i class="fa fa-info-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/info/index.html b/_gh_pages/icon/info/index.html new file mode 100644 index 000000000..572ddba41 --- /dev/null +++ b/_gh_pages/icon/info/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-info: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of info at 6x   + + + Example of info at 5x +    + + + Example of info at 4x +    + + + Example of info at 3x +    + + Example of info at 2x +   + + + Example of info +
    +

    + fa-info + + · + Unicode: f129 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of info fa-info +
    +
    +
    <i class="fa fa-info" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/inr/index.html b/_gh_pages/icon/inr/index.html new file mode 100644 index 000000000..d24a77f8a --- /dev/null +++ b/_gh_pages/icon/inr/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-inr: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of inr at 6x   + + + Example of inr at 5x +    + + + Example of inr at 4x +    + + + Example of inr at 3x +    + + Example of inr at 2x +   + + + Example of inr +
    +

    + fa-inr + + · + Unicode: f156 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-rupee + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of inr fa-inr +
    +
    +
    <i class="fa fa-inr" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/instagram/index.html b/_gh_pages/icon/instagram/index.html new file mode 100644 index 000000000..a88df80b2 --- /dev/null +++ b/_gh_pages/icon/instagram/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-instagram: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of instagram at 6x   + + + Example of instagram at 5x +    + + + Example of instagram at 4x +    + + + Example of instagram at 3x +    + + Example of instagram at 2x +   + + + Example of instagram +
    +

    + fa-instagram + + · + Unicode: f16d · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of instagram fa-instagram +
    +
    +
    <i class="fa fa-instagram" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/internet-explorer/index.html b/_gh_pages/icon/internet-explorer/index.html new file mode 100644 index 000000000..e9b9a5254 --- /dev/null +++ b/_gh_pages/icon/internet-explorer/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-internet-explorer: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of internet-explorer at 6x   + + + Example of internet-explorer at 5x +    + + + Example of internet-explorer at 4x +    + + + Example of internet-explorer at 3x +    + + Example of internet-explorer at 2x +   + + + Example of internet-explorer +
    +

    + fa-internet-explorer + + · + Unicode: f26b · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of internet-explorer fa-internet-explorer +
    +
    +
    <i class="fa fa-internet-explorer" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ioxhost/index.html b/_gh_pages/icon/ioxhost/index.html new file mode 100644 index 000000000..a4497e1cd --- /dev/null +++ b/_gh_pages/icon/ioxhost/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ioxhost: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ioxhost at 6x   + + + Example of ioxhost at 5x +    + + + Example of ioxhost at 4x +    + + + Example of ioxhost at 3x +    + + Example of ioxhost at 2x +   + + + Example of ioxhost +
    +

    + fa-ioxhost + + · + Unicode: f208 · + Created: v4.2 · + Categories: + + Brand Icons + + + + · ioxhost.co.uk + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ioxhost fa-ioxhost +
    +
    +
    <i class="fa fa-ioxhost" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/italic/index.html b/_gh_pages/icon/italic/index.html new file mode 100644 index 000000000..5ea40195d --- /dev/null +++ b/_gh_pages/icon/italic/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-italic: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of italic at 6x   + + + Example of italic at 5x +    + + + Example of italic at 4x +    + + + Example of italic at 3x +    + + Example of italic at 2x +   + + + Example of italic +
    +

    + fa-italic + + · + Unicode: f033 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of italic fa-italic +
    +
    +
    <i class="fa fa-italic" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/joomla/index.html b/_gh_pages/icon/joomla/index.html new file mode 100644 index 000000000..c17aa7fc5 --- /dev/null +++ b/_gh_pages/icon/joomla/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-joomla: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of joomla at 6x   + + + Example of joomla at 5x +    + + + Example of joomla at 4x +    + + + Example of joomla at 3x +    + + Example of joomla at 2x +   + + + Example of joomla +
    +

    + fa-joomla + + · + Unicode: f1aa · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of joomla fa-joomla +
    +
    +
    <i class="fa fa-joomla" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/jpy/index.html b/_gh_pages/icon/jpy/index.html new file mode 100644 index 000000000..14fcb2e4a --- /dev/null +++ b/_gh_pages/icon/jpy/index.html @@ -0,0 +1,355 @@ + + + + + + + + + + + + fa-jpy: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of jpy at 6x   + + + Example of jpy at 5x +    + + + Example of jpy at 4x +    + + + Example of jpy at 3x +    + + Example of jpy at 2x +   + + + Example of jpy +
    +

    + fa-jpy + + · + Unicode: f157 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-cny, + + fa-rmb, + + fa-yen + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of jpy fa-jpy +
    +
    +
    <i class="fa fa-jpy" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/jsfiddle/index.html b/_gh_pages/icon/jsfiddle/index.html new file mode 100644 index 000000000..6652bb62f --- /dev/null +++ b/_gh_pages/icon/jsfiddle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-jsfiddle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of jsfiddle at 6x   + + + Example of jsfiddle at 5x +    + + + Example of jsfiddle at 4x +    + + + Example of jsfiddle at 3x +    + + Example of jsfiddle at 2x +   + + + Example of jsfiddle +
    +

    + fa-jsfiddle + + · + Unicode: f1cc · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of jsfiddle fa-jsfiddle +
    +
    +
    <i class="fa fa-jsfiddle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/key/index.html b/_gh_pages/icon/key/index.html new file mode 100644 index 000000000..9aa7845bc --- /dev/null +++ b/_gh_pages/icon/key/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-key: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of key at 6x   + + + Example of key at 5x +    + + + Example of key at 4x +    + + + Example of key at 3x +    + + Example of key at 2x +   + + + Example of key +
    +

    + fa-key + + · + Unicode: f084 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of key fa-key +
    +
    +
    <i class="fa fa-key" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/keyboard-o/index.html b/_gh_pages/icon/keyboard-o/index.html new file mode 100644 index 000000000..93d5bfb23 --- /dev/null +++ b/_gh_pages/icon/keyboard-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-keyboard-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of keyboard-o at 6x   + + + Example of keyboard-o at 5x +    + + + Example of keyboard-o at 4x +    + + + Example of keyboard-o at 3x +    + + Example of keyboard-o at 2x +   + + + Example of keyboard-o +
    +

    + fa-keyboard-o + + · + Unicode: f11c · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of keyboard-o fa-keyboard-o +
    +
    +
    <i class="fa fa-keyboard-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/krw/index.html b/_gh_pages/icon/krw/index.html new file mode 100644 index 000000000..156575eaa --- /dev/null +++ b/_gh_pages/icon/krw/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-krw: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of krw at 6x   + + + Example of krw at 5x +    + + + Example of krw at 4x +    + + + Example of krw at 3x +    + + Example of krw at 2x +   + + + Example of krw +
    +

    + fa-krw + + · + Unicode: f159 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-won + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of krw fa-krw +
    +
    +
    <i class="fa fa-krw" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/language/index.html b/_gh_pages/icon/language/index.html new file mode 100644 index 000000000..c570d2fa9 --- /dev/null +++ b/_gh_pages/icon/language/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-language: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of language at 6x   + + + Example of language at 5x +    + + + Example of language at 4x +    + + + Example of language at 3x +    + + Example of language at 2x +   + + + Example of language +
    +

    + fa-language + + · + Unicode: f1ab · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of language fa-language +
    +
    +
    <i class="fa fa-language" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/laptop/index.html b/_gh_pages/icon/laptop/index.html new file mode 100644 index 000000000..b811507a8 --- /dev/null +++ b/_gh_pages/icon/laptop/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-laptop: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of laptop at 6x   + + + Example of laptop at 5x +    + + + Example of laptop at 4x +    + + + Example of laptop at 3x +    + + Example of laptop at 2x +   + + + Example of laptop +
    +

    + fa-laptop + + · + Unicode: f109 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of laptop fa-laptop +
    +
    +
    <i class="fa fa-laptop" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/lastfm-square/index.html b/_gh_pages/icon/lastfm-square/index.html new file mode 100644 index 000000000..afa2ac327 --- /dev/null +++ b/_gh_pages/icon/lastfm-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-lastfm-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of lastfm-square at 6x   + + + Example of lastfm-square at 5x +    + + + Example of lastfm-square at 4x +    + + + Example of lastfm-square at 3x +    + + Example of lastfm-square at 2x +   + + + Example of lastfm-square +
    +

    + fa-lastfm-square + + · + Unicode: f203 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of lastfm-square fa-lastfm-square +
    +
    +
    <i class="fa fa-lastfm-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/lastfm/index.html b/_gh_pages/icon/lastfm/index.html new file mode 100644 index 000000000..0b4aa5680 --- /dev/null +++ b/_gh_pages/icon/lastfm/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-lastfm: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of lastfm at 6x   + + + Example of lastfm at 5x +    + + + Example of lastfm at 4x +    + + + Example of lastfm at 3x +    + + Example of lastfm at 2x +   + + + Example of lastfm +
    +

    + fa-lastfm + + · + Unicode: f202 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of lastfm fa-lastfm +
    +
    +
    <i class="fa fa-lastfm" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/leaf/index.html b/_gh_pages/icon/leaf/index.html new file mode 100644 index 000000000..280a3d31f --- /dev/null +++ b/_gh_pages/icon/leaf/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-leaf: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of leaf at 6x   + + + Example of leaf at 5x +    + + + Example of leaf at 4x +    + + + Example of leaf at 3x +    + + Example of leaf at 2x +   + + + Example of leaf +
    +

    + fa-leaf + + · + Unicode: f06c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of leaf fa-leaf +
    +
    +
    <i class="fa fa-leaf" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/leanpub/index.html b/_gh_pages/icon/leanpub/index.html new file mode 100644 index 000000000..c27ac820a --- /dev/null +++ b/_gh_pages/icon/leanpub/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-leanpub: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of leanpub at 6x   + + + Example of leanpub at 5x +    + + + Example of leanpub at 4x +    + + + Example of leanpub at 3x +    + + Example of leanpub at 2x +   + + + Example of leanpub +
    +

    + fa-leanpub + + · + Unicode: f212 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · leanpub.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of leanpub fa-leanpub +
    +
    +
    <i class="fa fa-leanpub" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/lemon-o/index.html b/_gh_pages/icon/lemon-o/index.html new file mode 100644 index 000000000..4799f6d50 --- /dev/null +++ b/_gh_pages/icon/lemon-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-lemon-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of lemon-o at 6x   + + + Example of lemon-o at 5x +    + + + Example of lemon-o at 4x +    + + + Example of lemon-o at 3x +    + + Example of lemon-o at 2x +   + + + Example of lemon-o +
    +

    + fa-lemon-o + + · + Unicode: f094 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of lemon-o fa-lemon-o +
    +
    +
    <i class="fa fa-lemon-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/level-down/index.html b/_gh_pages/icon/level-down/index.html new file mode 100644 index 000000000..f85bb0263 --- /dev/null +++ b/_gh_pages/icon/level-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-level-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of level-down at 6x   + + + Example of level-down at 5x +    + + + Example of level-down at 4x +    + + + Example of level-down at 3x +    + + Example of level-down at 2x +   + + + Example of level-down +
    +

    + fa-level-down + + · + Unicode: f149 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of level-down fa-level-down +
    +
    +
    <i class="fa fa-level-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/level-up/index.html b/_gh_pages/icon/level-up/index.html new file mode 100644 index 000000000..9fd7a80a9 --- /dev/null +++ b/_gh_pages/icon/level-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-level-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of level-up at 6x   + + + Example of level-up at 5x +    + + + Example of level-up at 4x +    + + + Example of level-up at 3x +    + + Example of level-up at 2x +   + + + Example of level-up +
    +

    + fa-level-up + + · + Unicode: f148 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of level-up fa-level-up +
    +
    +
    <i class="fa fa-level-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/life-ring/index.html b/_gh_pages/icon/life-ring/index.html new file mode 100644 index 000000000..b02dc12e4 --- /dev/null +++ b/_gh_pages/icon/life-ring/index.html @@ -0,0 +1,357 @@ + + + + + + + + + + + + fa-life-ring: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of life-ring at 6x   + + + Example of life-ring at 5x +    + + + Example of life-ring at 4x +    + + + Example of life-ring at 3x +    + + Example of life-ring at 2x +   + + + Example of life-ring +
    +

    + fa-life-ring + + · + Unicode: f1cd · + Created: v4.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-life-bouy, + + fa-life-buoy, + + fa-life-saver, + + fa-support + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of life-ring fa-life-ring +
    +
    +
    <i class="fa fa-life-ring" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/lightbulb-o/index.html b/_gh_pages/icon/lightbulb-o/index.html new file mode 100644 index 000000000..69ad5112f --- /dev/null +++ b/_gh_pages/icon/lightbulb-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-lightbulb-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of lightbulb-o at 6x   + + + Example of lightbulb-o at 5x +    + + + Example of lightbulb-o at 4x +    + + + Example of lightbulb-o at 3x +    + + Example of lightbulb-o at 2x +   + + + Example of lightbulb-o +
    +

    + fa-lightbulb-o + + · + Unicode: f0eb · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of lightbulb-o fa-lightbulb-o +
    +
    +
    <i class="fa fa-lightbulb-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/line-chart/index.html b/_gh_pages/icon/line-chart/index.html new file mode 100644 index 000000000..fb29fa5d8 --- /dev/null +++ b/_gh_pages/icon/line-chart/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-line-chart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of line-chart at 6x   + + + Example of line-chart at 5x +    + + + Example of line-chart at 4x +    + + + Example of line-chart at 3x +    + + Example of line-chart at 2x +   + + + Example of line-chart +
    +

    + fa-line-chart + + · + Unicode: f201 · + Created: v4.2 · + Categories: + + Web Application Icons, + + Chart Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of line-chart fa-line-chart +
    +
    +
    <i class="fa fa-line-chart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/link/index.html b/_gh_pages/icon/link/index.html new file mode 100644 index 000000000..7dd7e26e4 --- /dev/null +++ b/_gh_pages/icon/link/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-link: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of link at 6x   + + + Example of link at 5x +    + + + Example of link at 4x +    + + + Example of link at 3x +    + + Example of link at 2x +   + + + Example of link +
    +

    + fa-link + + · + Unicode: f0c1 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-chain + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of link fa-link +
    +
    +
    <i class="fa fa-link" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/linkedin-square/index.html b/_gh_pages/icon/linkedin-square/index.html new file mode 100644 index 000000000..964c764d4 --- /dev/null +++ b/_gh_pages/icon/linkedin-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-linkedin-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of linkedin-square at 6x   + + + Example of linkedin-square at 5x +    + + + Example of linkedin-square at 4x +    + + + Example of linkedin-square at 3x +    + + Example of linkedin-square at 2x +   + + + Example of linkedin-square +
    +

    + fa-linkedin-square + + · + Unicode: f08c · + Created: v1.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of linkedin-square fa-linkedin-square +
    +
    +
    <i class="fa fa-linkedin-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/linkedin/index.html b/_gh_pages/icon/linkedin/index.html new file mode 100644 index 000000000..241259123 --- /dev/null +++ b/_gh_pages/icon/linkedin/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-linkedin: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of linkedin at 6x   + + + Example of linkedin at 5x +    + + + Example of linkedin at 4x +    + + + Example of linkedin at 3x +    + + Example of linkedin at 2x +   + + + Example of linkedin +
    +

    + fa-linkedin + + · + Unicode: f0e1 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of linkedin fa-linkedin +
    +
    +
    <i class="fa fa-linkedin" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/linode/index.html b/_gh_pages/icon/linode/index.html new file mode 100644 index 000000000..c675c13f7 --- /dev/null +++ b/_gh_pages/icon/linode/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-linode: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of linode at 6x   + + + Example of linode at 5x +    + + + Example of linode at 4x +    + + + Example of linode at 3x +    + + Example of linode at 2x +   + + + Example of linode +
    +

    + fa-linode + + · + Unicode: f2b8 · + Created: v4.7 · + Categories: + + Brand Icons + + + + · linode.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of linode fa-linode +
    +
    +
    <i class="fa fa-linode" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/linux/index.html b/_gh_pages/icon/linux/index.html new file mode 100644 index 000000000..eeda29aae --- /dev/null +++ b/_gh_pages/icon/linux/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-linux: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of linux at 6x   + + + Example of linux at 5x +    + + + Example of linux at 4x +    + + + Example of linux at 3x +    + + Example of linux at 2x +   + + + Example of linux +
    +

    + fa-linux + + · + Unicode: f17c · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of linux fa-linux +
    +
    +
    <i class="fa fa-linux" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/list-alt/index.html b/_gh_pages/icon/list-alt/index.html new file mode 100644 index 000000000..f602e393e --- /dev/null +++ b/_gh_pages/icon/list-alt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-list-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of list-alt at 6x   + + + Example of list-alt at 5x +    + + + Example of list-alt at 4x +    + + + Example of list-alt at 3x +    + + Example of list-alt at 2x +   + + + Example of list-alt +
    +

    + fa-list-alt + + · + Unicode: f022 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of list-alt fa-list-alt +
    +
    +
    <i class="fa fa-list-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/list-ol/index.html b/_gh_pages/icon/list-ol/index.html new file mode 100644 index 000000000..a2a0faf3b --- /dev/null +++ b/_gh_pages/icon/list-ol/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-list-ol: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of list-ol at 6x   + + + Example of list-ol at 5x +    + + + Example of list-ol at 4x +    + + + Example of list-ol at 3x +    + + Example of list-ol at 2x +   + + + Example of list-ol +
    +

    + fa-list-ol + + · + Unicode: f0cb · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of list-ol fa-list-ol +
    +
    +
    <i class="fa fa-list-ol" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/list-ul/index.html b/_gh_pages/icon/list-ul/index.html new file mode 100644 index 000000000..41c78ae38 --- /dev/null +++ b/_gh_pages/icon/list-ul/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-list-ul: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of list-ul at 6x   + + + Example of list-ul at 5x +    + + + Example of list-ul at 4x +    + + + Example of list-ul at 3x +    + + Example of list-ul at 2x +   + + + Example of list-ul +
    +

    + fa-list-ul + + · + Unicode: f0ca · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of list-ul fa-list-ul +
    +
    +
    <i class="fa fa-list-ul" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/list/index.html b/_gh_pages/icon/list/index.html new file mode 100644 index 000000000..41d74d325 --- /dev/null +++ b/_gh_pages/icon/list/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-list: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of list at 6x   + + + Example of list at 5x +    + + + Example of list at 4x +    + + + Example of list at 3x +    + + Example of list at 2x +   + + + Example of list +
    +

    + fa-list + + · + Unicode: f03a · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of list fa-list +
    +
    +
    <i class="fa fa-list" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/location-arrow/index.html b/_gh_pages/icon/location-arrow/index.html new file mode 100644 index 000000000..958995b3d --- /dev/null +++ b/_gh_pages/icon/location-arrow/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-location-arrow: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of location-arrow at 6x   + + + Example of location-arrow at 5x +    + + + Example of location-arrow at 4x +    + + + Example of location-arrow at 3x +    + + Example of location-arrow at 2x +   + + + Example of location-arrow +
    +

    + fa-location-arrow + + · + Unicode: f124 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of location-arrow fa-location-arrow +
    +
    +
    <i class="fa fa-location-arrow" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/lock/index.html b/_gh_pages/icon/lock/index.html new file mode 100644 index 000000000..813979942 --- /dev/null +++ b/_gh_pages/icon/lock/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-lock: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of lock at 6x   + + + Example of lock at 5x +    + + + Example of lock at 4x +    + + + Example of lock at 3x +    + + Example of lock at 2x +   + + + Example of lock +
    +

    + fa-lock + + · + Unicode: f023 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of lock fa-lock +
    +
    +
    <i class="fa fa-lock" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/long-arrow-down/index.html b/_gh_pages/icon/long-arrow-down/index.html new file mode 100644 index 000000000..56d47c30d --- /dev/null +++ b/_gh_pages/icon/long-arrow-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-long-arrow-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of long-arrow-down at 6x   + + + Example of long-arrow-down at 5x +    + + + Example of long-arrow-down at 4x +    + + + Example of long-arrow-down at 3x +    + + Example of long-arrow-down at 2x +   + + + Example of long-arrow-down +
    +

    + fa-long-arrow-down + + · + Unicode: f175 · + Created: v3.2 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of long-arrow-down fa-long-arrow-down +
    +
    +
    <i class="fa fa-long-arrow-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/long-arrow-left/index.html b/_gh_pages/icon/long-arrow-left/index.html new file mode 100644 index 000000000..9eb9b2791 --- /dev/null +++ b/_gh_pages/icon/long-arrow-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-long-arrow-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of long-arrow-left at 6x   + + + Example of long-arrow-left at 5x +    + + + Example of long-arrow-left at 4x +    + + + Example of long-arrow-left at 3x +    + + Example of long-arrow-left at 2x +   + + + Example of long-arrow-left +
    +

    + fa-long-arrow-left + + · + Unicode: f177 · + Created: v3.2 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of long-arrow-left fa-long-arrow-left +
    +
    +
    <i class="fa fa-long-arrow-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/long-arrow-right/index.html b/_gh_pages/icon/long-arrow-right/index.html new file mode 100644 index 000000000..bfc1d3f0b --- /dev/null +++ b/_gh_pages/icon/long-arrow-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-long-arrow-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of long-arrow-right at 6x   + + + Example of long-arrow-right at 5x +    + + + Example of long-arrow-right at 4x +    + + + Example of long-arrow-right at 3x +    + + Example of long-arrow-right at 2x +   + + + Example of long-arrow-right +
    +

    + fa-long-arrow-right + + · + Unicode: f178 · + Created: v3.2 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of long-arrow-right fa-long-arrow-right +
    +
    +
    <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/long-arrow-up/index.html b/_gh_pages/icon/long-arrow-up/index.html new file mode 100644 index 000000000..d2b919f64 --- /dev/null +++ b/_gh_pages/icon/long-arrow-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-long-arrow-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of long-arrow-up at 6x   + + + Example of long-arrow-up at 5x +    + + + Example of long-arrow-up at 4x +    + + + Example of long-arrow-up at 3x +    + + Example of long-arrow-up at 2x +   + + + Example of long-arrow-up +
    +

    + fa-long-arrow-up + + · + Unicode: f176 · + Created: v3.2 · + Categories: + + Directional Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of long-arrow-up fa-long-arrow-up +
    +
    +
    <i class="fa fa-long-arrow-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/low-vision/index.html b/_gh_pages/icon/low-vision/index.html new file mode 100644 index 000000000..334faa0f5 --- /dev/null +++ b/_gh_pages/icon/low-vision/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-low-vision: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of low-vision at 6x   + + + Example of low-vision at 5x +    + + + Example of low-vision at 4x +    + + + Example of low-vision at 3x +    + + Example of low-vision at 2x +   + + + Example of low-vision +
    +

    + fa-low-vision + + · + Unicode: f2a8 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of low-vision fa-low-vision +
    +
    +
    <i class="fa fa-low-vision" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/magic/index.html b/_gh_pages/icon/magic/index.html new file mode 100644 index 000000000..e1d50a79d --- /dev/null +++ b/_gh_pages/icon/magic/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-magic: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of magic at 6x   + + + Example of magic at 5x +    + + + Example of magic at 4x +    + + + Example of magic at 3x +    + + Example of magic at 2x +   + + + Example of magic +
    +

    + fa-magic + + · + Unicode: f0d0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of magic fa-magic +
    +
    +
    <i class="fa fa-magic" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/magnet/index.html b/_gh_pages/icon/magnet/index.html new file mode 100644 index 000000000..0af38967b --- /dev/null +++ b/_gh_pages/icon/magnet/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-magnet: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of magnet at 6x   + + + Example of magnet at 5x +    + + + Example of magnet at 4x +    + + + Example of magnet at 3x +    + + Example of magnet at 2x +   + + + Example of magnet +
    +

    + fa-magnet + + · + Unicode: f076 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of magnet fa-magnet +
    +
    +
    <i class="fa fa-magnet" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/male/index.html b/_gh_pages/icon/male/index.html new file mode 100644 index 000000000..9714dbbe6 --- /dev/null +++ b/_gh_pages/icon/male/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-male: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of male at 6x   + + + Example of male at 5x +    + + + Example of male at 4x +    + + + Example of male at 3x +    + + Example of male at 2x +   + + + Example of male +
    +

    + fa-male + + · + Unicode: f183 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of male fa-male +
    +
    +
    <i class="fa fa-male" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/map-marker/index.html b/_gh_pages/icon/map-marker/index.html new file mode 100644 index 000000000..488fe16b6 --- /dev/null +++ b/_gh_pages/icon/map-marker/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-map-marker: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of map-marker at 6x   + + + Example of map-marker at 5x +    + + + Example of map-marker at 4x +    + + + Example of map-marker at 3x +    + + Example of map-marker at 2x +   + + + Example of map-marker +
    +

    + fa-map-marker + + · + Unicode: f041 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of map-marker fa-map-marker +
    +
    +
    <i class="fa fa-map-marker" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/map-o/index.html b/_gh_pages/icon/map-o/index.html new file mode 100644 index 000000000..8331f7fb1 --- /dev/null +++ b/_gh_pages/icon/map-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-map-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of map-o at 6x   + + + Example of map-o at 5x +    + + + Example of map-o at 4x +    + + + Example of map-o at 3x +    + + Example of map-o at 2x +   + + + Example of map-o +
    +

    + fa-map-o + + · + Unicode: f278 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of map-o fa-map-o +
    +
    +
    <i class="fa fa-map-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/map-pin/index.html b/_gh_pages/icon/map-pin/index.html new file mode 100644 index 000000000..a5a4f7331 --- /dev/null +++ b/_gh_pages/icon/map-pin/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-map-pin: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of map-pin at 6x   + + + Example of map-pin at 5x +    + + + Example of map-pin at 4x +    + + + Example of map-pin at 3x +    + + Example of map-pin at 2x +   + + + Example of map-pin +
    +

    + fa-map-pin + + · + Unicode: f276 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of map-pin fa-map-pin +
    +
    +
    <i class="fa fa-map-pin" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/map-signs/index.html b/_gh_pages/icon/map-signs/index.html new file mode 100644 index 000000000..7c8deca94 --- /dev/null +++ b/_gh_pages/icon/map-signs/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-map-signs: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of map-signs at 6x   + + + Example of map-signs at 5x +    + + + Example of map-signs at 4x +    + + + Example of map-signs at 3x +    + + Example of map-signs at 2x +   + + + Example of map-signs +
    +

    + fa-map-signs + + · + Unicode: f277 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of map-signs fa-map-signs +
    +
    +
    <i class="fa fa-map-signs" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/map/index.html b/_gh_pages/icon/map/index.html new file mode 100644 index 000000000..048edd48d --- /dev/null +++ b/_gh_pages/icon/map/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-map: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of map at 6x   + + + Example of map at 5x +    + + + Example of map at 4x +    + + + Example of map at 3x +    + + Example of map at 2x +   + + + Example of map +
    +

    + fa-map + + · + Unicode: f279 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of map fa-map +
    +
    +
    <i class="fa fa-map" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mars-double/index.html b/_gh_pages/icon/mars-double/index.html new file mode 100644 index 000000000..133de6b0b --- /dev/null +++ b/_gh_pages/icon/mars-double/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mars-double: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mars-double at 6x   + + + Example of mars-double at 5x +    + + + Example of mars-double at 4x +    + + + Example of mars-double at 3x +    + + Example of mars-double at 2x +   + + + Example of mars-double +
    +

    + fa-mars-double + + · + Unicode: f227 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mars-double fa-mars-double +
    +
    +
    <i class="fa fa-mars-double" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mars-stroke-h/index.html b/_gh_pages/icon/mars-stroke-h/index.html new file mode 100644 index 000000000..ad817e54d --- /dev/null +++ b/_gh_pages/icon/mars-stroke-h/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mars-stroke-h: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mars-stroke-h at 6x   + + + Example of mars-stroke-h at 5x +    + + + Example of mars-stroke-h at 4x +    + + + Example of mars-stroke-h at 3x +    + + Example of mars-stroke-h at 2x +   + + + Example of mars-stroke-h +
    +

    + fa-mars-stroke-h + + · + Unicode: f22b · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mars-stroke-h fa-mars-stroke-h +
    +
    +
    <i class="fa fa-mars-stroke-h" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mars-stroke-v/index.html b/_gh_pages/icon/mars-stroke-v/index.html new file mode 100644 index 000000000..91c5c8061 --- /dev/null +++ b/_gh_pages/icon/mars-stroke-v/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mars-stroke-v: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mars-stroke-v at 6x   + + + Example of mars-stroke-v at 5x +    + + + Example of mars-stroke-v at 4x +    + + + Example of mars-stroke-v at 3x +    + + Example of mars-stroke-v at 2x +   + + + Example of mars-stroke-v +
    +

    + fa-mars-stroke-v + + · + Unicode: f22a · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mars-stroke-v fa-mars-stroke-v +
    +
    +
    <i class="fa fa-mars-stroke-v" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mars-stroke/index.html b/_gh_pages/icon/mars-stroke/index.html new file mode 100644 index 000000000..b67cc9ffc --- /dev/null +++ b/_gh_pages/icon/mars-stroke/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mars-stroke: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mars-stroke at 6x   + + + Example of mars-stroke at 5x +    + + + Example of mars-stroke at 4x +    + + + Example of mars-stroke at 3x +    + + Example of mars-stroke at 2x +   + + + Example of mars-stroke +
    +

    + fa-mars-stroke + + · + Unicode: f229 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mars-stroke fa-mars-stroke +
    +
    +
    <i class="fa fa-mars-stroke" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mars/index.html b/_gh_pages/icon/mars/index.html new file mode 100644 index 000000000..d90dd9271 --- /dev/null +++ b/_gh_pages/icon/mars/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mars: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mars at 6x   + + + Example of mars at 5x +    + + + Example of mars at 4x +    + + + Example of mars at 3x +    + + Example of mars at 2x +   + + + Example of mars +
    +

    + fa-mars + + · + Unicode: f222 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mars fa-mars +
    +
    +
    <i class="fa fa-mars" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/maxcdn/index.html b/_gh_pages/icon/maxcdn/index.html new file mode 100644 index 000000000..dcb213edd --- /dev/null +++ b/_gh_pages/icon/maxcdn/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-maxcdn: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of maxcdn at 6x   + + + Example of maxcdn at 5x +    + + + Example of maxcdn at 4x +    + + + Example of maxcdn at 3x +    + + Example of maxcdn at 2x +   + + + Example of maxcdn +
    +

    + fa-maxcdn + + · + Unicode: f136 · + Created: v3.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of maxcdn fa-maxcdn +
    +
    +
    <i class="fa fa-maxcdn" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/meanpath/index.html b/_gh_pages/icon/meanpath/index.html new file mode 100644 index 000000000..723b20794 --- /dev/null +++ b/_gh_pages/icon/meanpath/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-meanpath: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of meanpath at 6x   + + + Example of meanpath at 5x +    + + + Example of meanpath at 4x +    + + + Example of meanpath at 3x +    + + Example of meanpath at 2x +   + + + Example of meanpath +
    +

    + fa-meanpath + + · + Unicode: f20c · + Created: v4.2 · + Categories: + + Brand Icons + + + + · meanpath.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of meanpath fa-meanpath +
    +
    +
    <i class="fa fa-meanpath" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/medium/index.html b/_gh_pages/icon/medium/index.html new file mode 100644 index 000000000..8db92e24f --- /dev/null +++ b/_gh_pages/icon/medium/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-medium: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of medium at 6x   + + + Example of medium at 5x +    + + + Example of medium at 4x +    + + + Example of medium at 3x +    + + Example of medium at 2x +   + + + Example of medium +
    +

    + fa-medium + + · + Unicode: f23a · + Created: v4.3 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of medium fa-medium +
    +
    +
    <i class="fa fa-medium" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/medkit/index.html b/_gh_pages/icon/medkit/index.html new file mode 100644 index 000000000..2b5066e74 --- /dev/null +++ b/_gh_pages/icon/medkit/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-medkit: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of medkit at 6x   + + + Example of medkit at 5x +    + + + Example of medkit at 4x +    + + + Example of medkit at 3x +    + + Example of medkit at 2x +   + + + Example of medkit +
    +

    + fa-medkit + + · + Unicode: f0fa · + Created: v3.0 · + Categories: + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of medkit fa-medkit +
    +
    +
    <i class="fa fa-medkit" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/meetup/index.html b/_gh_pages/icon/meetup/index.html new file mode 100644 index 000000000..67f2ad049 --- /dev/null +++ b/_gh_pages/icon/meetup/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-meetup: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of meetup at 6x   + + + Example of meetup at 5x +    + + + Example of meetup at 4x +    + + + Example of meetup at 3x +    + + Example of meetup at 2x +   + + + Example of meetup +
    +

    + fa-meetup + + · + Unicode: f2e0 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of meetup fa-meetup +
    +
    +
    <i class="fa fa-meetup" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/meh-o/index.html b/_gh_pages/icon/meh-o/index.html new file mode 100644 index 000000000..17fb98b19 --- /dev/null +++ b/_gh_pages/icon/meh-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-meh-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of meh-o at 6x   + + + Example of meh-o at 5x +    + + + Example of meh-o at 4x +    + + + Example of meh-o at 3x +    + + Example of meh-o at 2x +   + + + Example of meh-o +
    +

    + fa-meh-o + + · + Unicode: f11a · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of meh-o fa-meh-o +
    +
    +
    <i class="fa fa-meh-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mercury/index.html b/_gh_pages/icon/mercury/index.html new file mode 100644 index 000000000..45bad9aad --- /dev/null +++ b/_gh_pages/icon/mercury/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mercury: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mercury at 6x   + + + Example of mercury at 5x +    + + + Example of mercury at 4x +    + + + Example of mercury at 3x +    + + Example of mercury at 2x +   + + + Example of mercury +
    +

    + fa-mercury + + · + Unicode: f223 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mercury fa-mercury +
    +
    +
    <i class="fa fa-mercury" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/microchip/index.html b/_gh_pages/icon/microchip/index.html new file mode 100644 index 000000000..b3be2de4c --- /dev/null +++ b/_gh_pages/icon/microchip/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-microchip: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of microchip at 6x   + + + Example of microchip at 5x +    + + + Example of microchip at 4x +    + + + Example of microchip at 3x +    + + Example of microchip at 2x +   + + + Example of microchip +
    +

    + fa-microchip + + · + Unicode: f2db · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of microchip fa-microchip +
    +
    +
    <i class="fa fa-microchip" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/microphone-slash/index.html b/_gh_pages/icon/microphone-slash/index.html new file mode 100644 index 000000000..4fe88b9cc --- /dev/null +++ b/_gh_pages/icon/microphone-slash/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-microphone-slash: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of microphone-slash at 6x   + + + Example of microphone-slash at 5x +    + + + Example of microphone-slash at 4x +    + + + Example of microphone-slash at 3x +    + + Example of microphone-slash at 2x +   + + + Example of microphone-slash +
    +

    + fa-microphone-slash + + · + Unicode: f131 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of microphone-slash fa-microphone-slash +
    +
    +
    <i class="fa fa-microphone-slash" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/microphone/index.html b/_gh_pages/icon/microphone/index.html new file mode 100644 index 000000000..346e67698 --- /dev/null +++ b/_gh_pages/icon/microphone/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-microphone: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of microphone at 6x   + + + Example of microphone at 5x +    + + + Example of microphone at 4x +    + + + Example of microphone at 3x +    + + Example of microphone at 2x +   + + + Example of microphone +
    +

    + fa-microphone + + · + Unicode: f130 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of microphone fa-microphone +
    +
    +
    <i class="fa fa-microphone" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/minus-circle/index.html b/_gh_pages/icon/minus-circle/index.html new file mode 100644 index 000000000..751c714e2 --- /dev/null +++ b/_gh_pages/icon/minus-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-minus-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of minus-circle at 6x   + + + Example of minus-circle at 5x +    + + + Example of minus-circle at 4x +    + + + Example of minus-circle at 3x +    + + Example of minus-circle at 2x +   + + + Example of minus-circle +
    +

    + fa-minus-circle + + · + Unicode: f056 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of minus-circle fa-minus-circle +
    +
    +
    <i class="fa fa-minus-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/minus-square-o/index.html b/_gh_pages/icon/minus-square-o/index.html new file mode 100644 index 000000000..62d53fb8b --- /dev/null +++ b/_gh_pages/icon/minus-square-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-minus-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of minus-square-o at 6x   + + + Example of minus-square-o at 5x +    + + + Example of minus-square-o at 4x +    + + + Example of minus-square-o at 3x +    + + Example of minus-square-o at 2x +   + + + Example of minus-square-o +
    +

    + fa-minus-square-o + + · + Unicode: f147 · + Created: v3.1 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of minus-square-o fa-minus-square-o +
    +
    +
    <i class="fa fa-minus-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/minus-square/index.html b/_gh_pages/icon/minus-square/index.html new file mode 100644 index 000000000..e7259577e --- /dev/null +++ b/_gh_pages/icon/minus-square/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-minus-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of minus-square at 6x   + + + Example of minus-square at 5x +    + + + Example of minus-square at 4x +    + + + Example of minus-square at 3x +    + + Example of minus-square at 2x +   + + + Example of minus-square +
    +

    + fa-minus-square + + · + Unicode: f146 · + Created: v3.1 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of minus-square fa-minus-square +
    +
    +
    <i class="fa fa-minus-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/minus/index.html b/_gh_pages/icon/minus/index.html new file mode 100644 index 000000000..01f4800c7 --- /dev/null +++ b/_gh_pages/icon/minus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-minus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of minus at 6x   + + + Example of minus at 5x +    + + + Example of minus at 4x +    + + + Example of minus at 3x +    + + Example of minus at 2x +   + + + Example of minus +
    +

    + fa-minus + + · + Unicode: f068 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of minus fa-minus +
    +
    +
    <i class="fa fa-minus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mixcloud/index.html b/_gh_pages/icon/mixcloud/index.html new file mode 100644 index 000000000..1c1a3428b --- /dev/null +++ b/_gh_pages/icon/mixcloud/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mixcloud: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mixcloud at 6x   + + + Example of mixcloud at 5x +    + + + Example of mixcloud at 4x +    + + + Example of mixcloud at 3x +    + + Example of mixcloud at 2x +   + + + Example of mixcloud +
    +

    + fa-mixcloud + + · + Unicode: f289 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mixcloud fa-mixcloud +
    +
    +
    <i class="fa fa-mixcloud" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mobile/index.html b/_gh_pages/icon/mobile/index.html new file mode 100644 index 000000000..6439f426d --- /dev/null +++ b/_gh_pages/icon/mobile/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-mobile: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mobile at 6x   + + + Example of mobile at 5x +    + + + Example of mobile at 4x +    + + + Example of mobile at 3x +    + + Example of mobile at 2x +   + + + Example of mobile +
    +

    + fa-mobile + + · + Unicode: f10b · + Created: v3.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-mobile-phone + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mobile fa-mobile +
    +
    +
    <i class="fa fa-mobile" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/modx/index.html b/_gh_pages/icon/modx/index.html new file mode 100644 index 000000000..2f7a156a9 --- /dev/null +++ b/_gh_pages/icon/modx/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-modx: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of modx at 6x   + + + Example of modx at 5x +    + + + Example of modx at 4x +    + + + Example of modx at 3x +    + + Example of modx at 2x +   + + + Example of modx +
    +

    + fa-modx + + · + Unicode: f285 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of modx fa-modx +
    +
    +
    <i class="fa fa-modx" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/money/index.html b/_gh_pages/icon/money/index.html new file mode 100644 index 000000000..0a961464f --- /dev/null +++ b/_gh_pages/icon/money/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-money: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of money at 6x   + + + Example of money at 5x +    + + + Example of money at 4x +    + + + Example of money at 3x +    + + Example of money at 2x +   + + + Example of money +
    +

    + fa-money + + · + Unicode: f0d6 · + Created: v2.0 · + Categories: + + Web Application Icons, + + Currency Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of money fa-money +
    +
    +
    <i class="fa fa-money" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/moon-o/index.html b/_gh_pages/icon/moon-o/index.html new file mode 100644 index 000000000..9e58c6267 --- /dev/null +++ b/_gh_pages/icon/moon-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-moon-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of moon-o at 6x   + + + Example of moon-o at 5x +    + + + Example of moon-o at 4x +    + + + Example of moon-o at 3x +    + + Example of moon-o at 2x +   + + + Example of moon-o +
    +

    + fa-moon-o + + · + Unicode: f186 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of moon-o fa-moon-o +
    +
    +
    <i class="fa fa-moon-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/motorcycle/index.html b/_gh_pages/icon/motorcycle/index.html new file mode 100644 index 000000000..2835f4bf3 --- /dev/null +++ b/_gh_pages/icon/motorcycle/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-motorcycle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of motorcycle at 6x   + + + Example of motorcycle at 5x +    + + + Example of motorcycle at 4x +    + + + Example of motorcycle at 3x +    + + Example of motorcycle at 2x +   + + + Example of motorcycle +
    +

    + fa-motorcycle + + · + Unicode: f21c · + Created: v4.3 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of motorcycle fa-motorcycle +
    +
    +
    <i class="fa fa-motorcycle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/mouse-pointer/index.html b/_gh_pages/icon/mouse-pointer/index.html new file mode 100644 index 000000000..740f60b62 --- /dev/null +++ b/_gh_pages/icon/mouse-pointer/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-mouse-pointer: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of mouse-pointer at 6x   + + + Example of mouse-pointer at 5x +    + + + Example of mouse-pointer at 4x +    + + + Example of mouse-pointer at 3x +    + + Example of mouse-pointer at 2x +   + + + Example of mouse-pointer +
    +

    + fa-mouse-pointer + + · + Unicode: f245 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of mouse-pointer fa-mouse-pointer +
    +
    +
    <i class="fa fa-mouse-pointer" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/music/index.html b/_gh_pages/icon/music/index.html new file mode 100644 index 000000000..ba5e6108b --- /dev/null +++ b/_gh_pages/icon/music/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-music: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of music at 6x   + + + Example of music at 5x +    + + + Example of music at 4x +    + + + Example of music at 3x +    + + Example of music at 2x +   + + + Example of music +
    +

    + fa-music + + · + Unicode: f001 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of music fa-music +
    +
    +
    <i class="fa fa-music" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/neuter/index.html b/_gh_pages/icon/neuter/index.html new file mode 100644 index 000000000..f5614b4c9 --- /dev/null +++ b/_gh_pages/icon/neuter/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-neuter: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of neuter at 6x   + + + Example of neuter at 5x +    + + + Example of neuter at 4x +    + + + Example of neuter at 3x +    + + Example of neuter at 2x +   + + + Example of neuter +
    +

    + fa-neuter + + · + Unicode: f22c · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of neuter fa-neuter +
    +
    +
    <i class="fa fa-neuter" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/newspaper-o/index.html b/_gh_pages/icon/newspaper-o/index.html new file mode 100644 index 000000000..1cdded445 --- /dev/null +++ b/_gh_pages/icon/newspaper-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-newspaper-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of newspaper-o at 6x   + + + Example of newspaper-o at 5x +    + + + Example of newspaper-o at 4x +    + + + Example of newspaper-o at 3x +    + + Example of newspaper-o at 2x +   + + + Example of newspaper-o +
    +

    + fa-newspaper-o + + · + Unicode: f1ea · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of newspaper-o fa-newspaper-o +
    +
    +
    <i class="fa fa-newspaper-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/object-group/index.html b/_gh_pages/icon/object-group/index.html new file mode 100644 index 000000000..6bb32ed1d --- /dev/null +++ b/_gh_pages/icon/object-group/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-object-group: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of object-group at 6x   + + + Example of object-group at 5x +    + + + Example of object-group at 4x +    + + + Example of object-group at 3x +    + + Example of object-group at 2x +   + + + Example of object-group +
    +

    + fa-object-group + + · + Unicode: f247 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of object-group fa-object-group +
    +
    +
    <i class="fa fa-object-group" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/object-ungroup/index.html b/_gh_pages/icon/object-ungroup/index.html new file mode 100644 index 000000000..2d27ce188 --- /dev/null +++ b/_gh_pages/icon/object-ungroup/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-object-ungroup: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of object-ungroup at 6x   + + + Example of object-ungroup at 5x +    + + + Example of object-ungroup at 4x +    + + + Example of object-ungroup at 3x +    + + Example of object-ungroup at 2x +   + + + Example of object-ungroup +
    +

    + fa-object-ungroup + + · + Unicode: f248 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of object-ungroup fa-object-ungroup +
    +
    +
    <i class="fa fa-object-ungroup" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/odnoklassniki-square/index.html b/_gh_pages/icon/odnoklassniki-square/index.html new file mode 100644 index 000000000..9e52a4e47 --- /dev/null +++ b/_gh_pages/icon/odnoklassniki-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-odnoklassniki-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of odnoklassniki-square at 6x   + + + Example of odnoklassniki-square at 5x +    + + + Example of odnoklassniki-square at 4x +    + + + Example of odnoklassniki-square at 3x +    + + Example of odnoklassniki-square at 2x +   + + + Example of odnoklassniki-square +
    +

    + fa-odnoklassniki-square + + · + Unicode: f264 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of odnoklassniki-square fa-odnoklassniki-square +
    +
    +
    <i class="fa fa-odnoklassniki-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/odnoklassniki/index.html b/_gh_pages/icon/odnoklassniki/index.html new file mode 100644 index 000000000..107eefefe --- /dev/null +++ b/_gh_pages/icon/odnoklassniki/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-odnoklassniki: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of odnoklassniki at 6x   + + + Example of odnoklassniki at 5x +    + + + Example of odnoklassniki at 4x +    + + + Example of odnoklassniki at 3x +    + + Example of odnoklassniki at 2x +   + + + Example of odnoklassniki +
    +

    + fa-odnoklassniki + + · + Unicode: f263 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of odnoklassniki fa-odnoklassniki +
    +
    +
    <i class="fa fa-odnoklassniki" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/opencart/index.html b/_gh_pages/icon/opencart/index.html new file mode 100644 index 000000000..a92bea31c --- /dev/null +++ b/_gh_pages/icon/opencart/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-opencart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of opencart at 6x   + + + Example of opencart at 5x +    + + + Example of opencart at 4x +    + + + Example of opencart at 3x +    + + Example of opencart at 2x +   + + + Example of opencart +
    +

    + fa-opencart + + · + Unicode: f23d · + Created: v4.4 · + Categories: + + Brand Icons + + + + · opencart.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of opencart fa-opencart +
    +
    +
    <i class="fa fa-opencart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/openid/index.html b/_gh_pages/icon/openid/index.html new file mode 100644 index 000000000..886173148 --- /dev/null +++ b/_gh_pages/icon/openid/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-openid: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of openid at 6x   + + + Example of openid at 5x +    + + + Example of openid at 4x +    + + + Example of openid at 3x +    + + Example of openid at 2x +   + + + Example of openid +
    +

    + fa-openid + + · + Unicode: f19b · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of openid fa-openid +
    +
    +
    <i class="fa fa-openid" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/opera/index.html b/_gh_pages/icon/opera/index.html new file mode 100644 index 000000000..977cd7cfe --- /dev/null +++ b/_gh_pages/icon/opera/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-opera: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of opera at 6x   + + + Example of opera at 5x +    + + + Example of opera at 4x +    + + + Example of opera at 3x +    + + Example of opera at 2x +   + + + Example of opera +
    +

    + fa-opera + + · + Unicode: f26a · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of opera fa-opera +
    +
    +
    <i class="fa fa-opera" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/optin-monster/index.html b/_gh_pages/icon/optin-monster/index.html new file mode 100644 index 000000000..4e2ee5cd4 --- /dev/null +++ b/_gh_pages/icon/optin-monster/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-optin-monster: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of optin-monster at 6x   + + + Example of optin-monster at 5x +    + + + Example of optin-monster at 4x +    + + + Example of optin-monster at 3x +    + + Example of optin-monster at 2x +   + + + Example of optin-monster +
    +

    + fa-optin-monster + + · + Unicode: f23c · + Created: v4.4 · + Categories: + + Brand Icons + + + + · optinmonster.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of optin-monster fa-optin-monster +
    +
    +
    <i class="fa fa-optin-monster" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/outdent/index.html b/_gh_pages/icon/outdent/index.html new file mode 100644 index 000000000..43a6a7f9f --- /dev/null +++ b/_gh_pages/icon/outdent/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-outdent: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of outdent at 6x   + + + Example of outdent at 5x +    + + + Example of outdent at 4x +    + + + Example of outdent at 3x +    + + Example of outdent at 2x +   + + + Example of outdent +
    +

    + fa-outdent + + · + Unicode: f03b · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-dedent + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of outdent fa-outdent +
    +
    +
    <i class="fa fa-outdent" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pagelines/index.html b/_gh_pages/icon/pagelines/index.html new file mode 100644 index 000000000..48a760a41 --- /dev/null +++ b/_gh_pages/icon/pagelines/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pagelines: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pagelines at 6x   + + + Example of pagelines at 5x +    + + + Example of pagelines at 4x +    + + + Example of pagelines at 3x +    + + Example of pagelines at 2x +   + + + Example of pagelines +
    +

    + fa-pagelines + + · + Unicode: f18c · + Created: v4.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pagelines fa-pagelines +
    +
    +
    <i class="fa fa-pagelines" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paint-brush/index.html b/_gh_pages/icon/paint-brush/index.html new file mode 100644 index 000000000..e59f26bf5 --- /dev/null +++ b/_gh_pages/icon/paint-brush/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-paint-brush: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paint-brush at 6x   + + + Example of paint-brush at 5x +    + + + Example of paint-brush at 4x +    + + + Example of paint-brush at 3x +    + + Example of paint-brush at 2x +   + + + Example of paint-brush +
    +

    + fa-paint-brush + + · + Unicode: f1fc · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paint-brush fa-paint-brush +
    +
    +
    <i class="fa fa-paint-brush" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paper-plane-o/index.html b/_gh_pages/icon/paper-plane-o/index.html new file mode 100644 index 000000000..f67fc503a --- /dev/null +++ b/_gh_pages/icon/paper-plane-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-paper-plane-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paper-plane-o at 6x   + + + Example of paper-plane-o at 5x +    + + + Example of paper-plane-o at 4x +    + + + Example of paper-plane-o at 3x +    + + Example of paper-plane-o at 2x +   + + + Example of paper-plane-o +
    +

    + fa-paper-plane-o + + · + Unicode: f1d9 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-send-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paper-plane-o fa-paper-plane-o +
    +
    +
    <i class="fa fa-paper-plane-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paper-plane/index.html b/_gh_pages/icon/paper-plane/index.html new file mode 100644 index 000000000..f49558389 --- /dev/null +++ b/_gh_pages/icon/paper-plane/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-paper-plane: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paper-plane at 6x   + + + Example of paper-plane at 5x +    + + + Example of paper-plane at 4x +    + + + Example of paper-plane at 3x +    + + Example of paper-plane at 2x +   + + + Example of paper-plane +
    +

    + fa-paper-plane + + · + Unicode: f1d8 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-send + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paper-plane fa-paper-plane +
    +
    +
    <i class="fa fa-paper-plane" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paperclip/index.html b/_gh_pages/icon/paperclip/index.html new file mode 100644 index 000000000..0218d36c6 --- /dev/null +++ b/_gh_pages/icon/paperclip/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-paperclip: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paperclip at 6x   + + + Example of paperclip at 5x +    + + + Example of paperclip at 4x +    + + + Example of paperclip at 3x +    + + Example of paperclip at 2x +   + + + Example of paperclip +
    +

    + fa-paperclip + + · + Unicode: f0c6 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paperclip fa-paperclip +
    +
    +
    <i class="fa fa-paperclip" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paragraph/index.html b/_gh_pages/icon/paragraph/index.html new file mode 100644 index 000000000..10b1c5a9d --- /dev/null +++ b/_gh_pages/icon/paragraph/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-paragraph: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paragraph at 6x   + + + Example of paragraph at 5x +    + + + Example of paragraph at 4x +    + + + Example of paragraph at 3x +    + + Example of paragraph at 2x +   + + + Example of paragraph +
    +

    + fa-paragraph + + · + Unicode: f1dd · + Created: v4.1 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paragraph fa-paragraph +
    +
    +
    <i class="fa fa-paragraph" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pause-circle-o/index.html b/_gh_pages/icon/pause-circle-o/index.html new file mode 100644 index 000000000..eae73d257 --- /dev/null +++ b/_gh_pages/icon/pause-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pause-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pause-circle-o at 6x   + + + Example of pause-circle-o at 5x +    + + + Example of pause-circle-o at 4x +    + + + Example of pause-circle-o at 3x +    + + Example of pause-circle-o at 2x +   + + + Example of pause-circle-o +
    +

    + fa-pause-circle-o + + · + Unicode: f28c · + Created: v4.5 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pause-circle-o fa-pause-circle-o +
    +
    +
    <i class="fa fa-pause-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pause-circle/index.html b/_gh_pages/icon/pause-circle/index.html new file mode 100644 index 000000000..7f5bf344c --- /dev/null +++ b/_gh_pages/icon/pause-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pause-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pause-circle at 6x   + + + Example of pause-circle at 5x +    + + + Example of pause-circle at 4x +    + + + Example of pause-circle at 3x +    + + Example of pause-circle at 2x +   + + + Example of pause-circle +
    +

    + fa-pause-circle + + · + Unicode: f28b · + Created: v4.5 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pause-circle fa-pause-circle +
    +
    +
    <i class="fa fa-pause-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pause/index.html b/_gh_pages/icon/pause/index.html new file mode 100644 index 000000000..6ba8ab097 --- /dev/null +++ b/_gh_pages/icon/pause/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pause: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pause at 6x   + + + Example of pause at 5x +    + + + Example of pause at 4x +    + + + Example of pause at 3x +    + + Example of pause at 2x +   + + + Example of pause +
    +

    + fa-pause + + · + Unicode: f04c · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pause fa-pause +
    +
    +
    <i class="fa fa-pause" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paw/index.html b/_gh_pages/icon/paw/index.html new file mode 100644 index 000000000..4c4c44eb0 --- /dev/null +++ b/_gh_pages/icon/paw/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-paw: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paw at 6x   + + + Example of paw at 5x +    + + + Example of paw at 4x +    + + + Example of paw at 3x +    + + Example of paw at 2x +   + + + Example of paw +
    +

    + fa-paw + + · + Unicode: f1b0 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paw fa-paw +
    +
    +
    <i class="fa fa-paw" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/paypal/index.html b/_gh_pages/icon/paypal/index.html new file mode 100644 index 000000000..f01d082ac --- /dev/null +++ b/_gh_pages/icon/paypal/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-paypal: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of paypal at 6x   + + + Example of paypal at 5x +    + + + Example of paypal at 4x +    + + + Example of paypal at 3x +    + + Example of paypal at 2x +   + + + Example of paypal +
    +

    + fa-paypal + + · + Unicode: f1ed · + Created: v4.2 · + Categories: + + Brand Icons, + + Payment Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of paypal fa-paypal +
    +
    +
    <i class="fa fa-paypal" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pencil-square-o/index.html b/_gh_pages/icon/pencil-square-o/index.html new file mode 100644 index 000000000..90760130f --- /dev/null +++ b/_gh_pages/icon/pencil-square-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-pencil-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pencil-square-o at 6x   + + + Example of pencil-square-o at 5x +    + + + Example of pencil-square-o at 4x +    + + + Example of pencil-square-o at 3x +    + + Example of pencil-square-o at 2x +   + + + Example of pencil-square-o +
    +

    + fa-pencil-square-o + + · + Unicode: f044 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-edit + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pencil-square-o fa-pencil-square-o +
    +
    +
    <i class="fa fa-pencil-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pencil-square/index.html b/_gh_pages/icon/pencil-square/index.html new file mode 100644 index 000000000..9b1d9de31 --- /dev/null +++ b/_gh_pages/icon/pencil-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pencil-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pencil-square at 6x   + + + Example of pencil-square at 5x +    + + + Example of pencil-square at 4x +    + + + Example of pencil-square at 3x +    + + Example of pencil-square at 2x +   + + + Example of pencil-square +
    +

    + fa-pencil-square + + · + Unicode: f14b · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pencil-square fa-pencil-square +
    +
    +
    <i class="fa fa-pencil-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pencil/index.html b/_gh_pages/icon/pencil/index.html new file mode 100644 index 000000000..8c69f6934 --- /dev/null +++ b/_gh_pages/icon/pencil/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pencil: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pencil at 6x   + + + Example of pencil at 5x +    + + + Example of pencil at 4x +    + + + Example of pencil at 3x +    + + Example of pencil at 2x +   + + + Example of pencil +
    +

    + fa-pencil + + · + Unicode: f040 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pencil fa-pencil +
    +
    +
    <i class="fa fa-pencil" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/percent/index.html b/_gh_pages/icon/percent/index.html new file mode 100644 index 000000000..96503bf46 --- /dev/null +++ b/_gh_pages/icon/percent/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-percent: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of percent at 6x   + + + Example of percent at 5x +    + + + Example of percent at 4x +    + + + Example of percent at 3x +    + + Example of percent at 2x +   + + + Example of percent +
    +

    + fa-percent + + · + Unicode: f295 · + Created: v4.5 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of percent fa-percent +
    +
    +
    <i class="fa fa-percent" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/phone-square/index.html b/_gh_pages/icon/phone-square/index.html new file mode 100644 index 000000000..292b16927 --- /dev/null +++ b/_gh_pages/icon/phone-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-phone-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of phone-square at 6x   + + + Example of phone-square at 5x +    + + + Example of phone-square at 4x +    + + + Example of phone-square at 3x +    + + Example of phone-square at 2x +   + + + Example of phone-square +
    +

    + fa-phone-square + + · + Unicode: f098 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of phone-square fa-phone-square +
    +
    +
    <i class="fa fa-phone-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/phone/index.html b/_gh_pages/icon/phone/index.html new file mode 100644 index 000000000..00422213a --- /dev/null +++ b/_gh_pages/icon/phone/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-phone: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of phone at 6x   + + + Example of phone at 5x +    + + + Example of phone at 4x +    + + + Example of phone at 3x +    + + Example of phone at 2x +   + + + Example of phone +
    +

    + fa-phone + + · + Unicode: f095 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of phone fa-phone +
    +
    +
    <i class="fa fa-phone" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/picture-o/index.html b/_gh_pages/icon/picture-o/index.html new file mode 100644 index 000000000..077ca608e --- /dev/null +++ b/_gh_pages/icon/picture-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-picture-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of picture-o at 6x   + + + Example of picture-o at 5x +    + + + Example of picture-o at 4x +    + + + Example of picture-o at 3x +    + + Example of picture-o at 2x +   + + + Example of picture-o +
    +

    + fa-picture-o + + · + Unicode: f03e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-photo, + + fa-image + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of picture-o fa-picture-o +
    +
    +
    <i class="fa fa-picture-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pie-chart/index.html b/_gh_pages/icon/pie-chart/index.html new file mode 100644 index 000000000..c5b2e542c --- /dev/null +++ b/_gh_pages/icon/pie-chart/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-pie-chart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pie-chart at 6x   + + + Example of pie-chart at 5x +    + + + Example of pie-chart at 4x +    + + + Example of pie-chart at 3x +    + + Example of pie-chart at 2x +   + + + Example of pie-chart +
    +

    + fa-pie-chart + + · + Unicode: f200 · + Created: v4.2 · + Categories: + + Web Application Icons, + + Chart Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pie-chart fa-pie-chart +
    +
    +
    <i class="fa fa-pie-chart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pied-piper-alt/index.html b/_gh_pages/icon/pied-piper-alt/index.html new file mode 100644 index 000000000..edb86675e --- /dev/null +++ b/_gh_pages/icon/pied-piper-alt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pied-piper-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pied-piper-alt at 6x   + + + Example of pied-piper-alt at 5x +    + + + Example of pied-piper-alt at 4x +    + + + Example of pied-piper-alt at 3x +    + + Example of pied-piper-alt at 2x +   + + + Example of pied-piper-alt +
    +

    + fa-pied-piper-alt + + · + Unicode: f1a8 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pied-piper-alt fa-pied-piper-alt +
    +
    +
    <i class="fa fa-pied-piper-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pied-piper-pp/index.html b/_gh_pages/icon/pied-piper-pp/index.html new file mode 100644 index 000000000..79ec381d1 --- /dev/null +++ b/_gh_pages/icon/pied-piper-pp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pied-piper-pp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pied-piper-pp at 6x   + + + Example of pied-piper-pp at 5x +    + + + Example of pied-piper-pp at 4x +    + + + Example of pied-piper-pp at 3x +    + + Example of pied-piper-pp at 2x +   + + + Example of pied-piper-pp +
    +

    + fa-pied-piper-pp + + · + Unicode: f1a7 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pied-piper-pp fa-pied-piper-pp +
    +
    +
    <i class="fa fa-pied-piper-pp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pied-piper/index.html b/_gh_pages/icon/pied-piper/index.html new file mode 100644 index 000000000..9abe66213 --- /dev/null +++ b/_gh_pages/icon/pied-piper/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pied-piper: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pied-piper at 6x   + + + Example of pied-piper at 5x +    + + + Example of pied-piper at 4x +    + + + Example of pied-piper at 3x +    + + Example of pied-piper at 2x +   + + + Example of pied-piper +
    +

    + fa-pied-piper + + · + Unicode: f2ae · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pied-piper fa-pied-piper +
    +
    +
    <i class="fa fa-pied-piper" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pinterest-p/index.html b/_gh_pages/icon/pinterest-p/index.html new file mode 100644 index 000000000..d5c662d3f --- /dev/null +++ b/_gh_pages/icon/pinterest-p/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pinterest-p: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pinterest-p at 6x   + + + Example of pinterest-p at 5x +    + + + Example of pinterest-p at 4x +    + + + Example of pinterest-p at 3x +    + + Example of pinterest-p at 2x +   + + + Example of pinterest-p +
    +

    + fa-pinterest-p + + · + Unicode: f231 · + Created: v4.3 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pinterest-p fa-pinterest-p +
    +
    +
    <i class="fa fa-pinterest-p" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pinterest-square/index.html b/_gh_pages/icon/pinterest-square/index.html new file mode 100644 index 000000000..bd0f1c180 --- /dev/null +++ b/_gh_pages/icon/pinterest-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pinterest-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pinterest-square at 6x   + + + Example of pinterest-square at 5x +    + + + Example of pinterest-square at 4x +    + + + Example of pinterest-square at 3x +    + + Example of pinterest-square at 2x +   + + + Example of pinterest-square +
    +

    + fa-pinterest-square + + · + Unicode: f0d3 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pinterest-square fa-pinterest-square +
    +
    +
    <i class="fa fa-pinterest-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/pinterest/index.html b/_gh_pages/icon/pinterest/index.html new file mode 100644 index 000000000..008250065 --- /dev/null +++ b/_gh_pages/icon/pinterest/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-pinterest: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of pinterest at 6x   + + + Example of pinterest at 5x +    + + + Example of pinterest at 4x +    + + + Example of pinterest at 3x +    + + Example of pinterest at 2x +   + + + Example of pinterest +
    +

    + fa-pinterest + + · + Unicode: f0d2 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of pinterest fa-pinterest +
    +
    +
    <i class="fa fa-pinterest" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plane/index.html b/_gh_pages/icon/plane/index.html new file mode 100644 index 000000000..029a23407 --- /dev/null +++ b/_gh_pages/icon/plane/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-plane: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plane at 6x   + + + Example of plane at 5x +    + + + Example of plane at 4x +    + + + Example of plane at 3x +    + + Example of plane at 2x +   + + + Example of plane +
    +

    + fa-plane + + · + Unicode: f072 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plane fa-plane +
    +
    +
    <i class="fa fa-plane" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/play-circle-o/index.html b/_gh_pages/icon/play-circle-o/index.html new file mode 100644 index 000000000..e7ee4dce5 --- /dev/null +++ b/_gh_pages/icon/play-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-play-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of play-circle-o at 6x   + + + Example of play-circle-o at 5x +    + + + Example of play-circle-o at 4x +    + + + Example of play-circle-o at 3x +    + + Example of play-circle-o at 2x +   + + + Example of play-circle-o +
    +

    + fa-play-circle-o + + · + Unicode: f01d · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of play-circle-o fa-play-circle-o +
    +
    +
    <i class="fa fa-play-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/play-circle/index.html b/_gh_pages/icon/play-circle/index.html new file mode 100644 index 000000000..2ca965046 --- /dev/null +++ b/_gh_pages/icon/play-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-play-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of play-circle at 6x   + + + Example of play-circle at 5x +    + + + Example of play-circle at 4x +    + + + Example of play-circle at 3x +    + + Example of play-circle at 2x +   + + + Example of play-circle +
    +

    + fa-play-circle + + · + Unicode: f144 · + Created: v3.1 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of play-circle fa-play-circle +
    +
    +
    <i class="fa fa-play-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/play/index.html b/_gh_pages/icon/play/index.html new file mode 100644 index 000000000..9d2dc887d --- /dev/null +++ b/_gh_pages/icon/play/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-play: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of play at 6x   + + + Example of play at 5x +    + + + Example of play at 4x +    + + + Example of play at 3x +    + + Example of play at 2x +   + + + Example of play +
    +

    + fa-play + + · + Unicode: f04b · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of play fa-play +
    +
    +
    <i class="fa fa-play" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plug/index.html b/_gh_pages/icon/plug/index.html new file mode 100644 index 000000000..35e3090bf --- /dev/null +++ b/_gh_pages/icon/plug/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-plug: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plug at 6x   + + + Example of plug at 5x +    + + + Example of plug at 4x +    + + + Example of plug at 3x +    + + Example of plug at 2x +   + + + Example of plug +
    +

    + fa-plug + + · + Unicode: f1e6 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plug fa-plug +
    +
    +
    <i class="fa fa-plug" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plus-circle/index.html b/_gh_pages/icon/plus-circle/index.html new file mode 100644 index 000000000..7011c201e --- /dev/null +++ b/_gh_pages/icon/plus-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-plus-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plus-circle at 6x   + + + Example of plus-circle at 5x +    + + + Example of plus-circle at 4x +    + + + Example of plus-circle at 3x +    + + Example of plus-circle at 2x +   + + + Example of plus-circle +
    +

    + fa-plus-circle + + · + Unicode: f055 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plus-circle fa-plus-circle +
    +
    +
    <i class="fa fa-plus-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plus-square-o/index.html b/_gh_pages/icon/plus-square-o/index.html new file mode 100644 index 000000000..34b965fe7 --- /dev/null +++ b/_gh_pages/icon/plus-square-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-plus-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plus-square-o at 6x   + + + Example of plus-square-o at 5x +    + + + Example of plus-square-o at 4x +    + + + Example of plus-square-o at 3x +    + + Example of plus-square-o at 2x +   + + + Example of plus-square-o +
    +

    + fa-plus-square-o + + · + Unicode: f196 · + Created: v4.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plus-square-o fa-plus-square-o +
    +
    +
    <i class="fa fa-plus-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plus-square/index.html b/_gh_pages/icon/plus-square/index.html new file mode 100644 index 000000000..d143e3262 --- /dev/null +++ b/_gh_pages/icon/plus-square/index.html @@ -0,0 +1,350 @@ + + + + + + + + + + + + fa-plus-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plus-square at 6x   + + + Example of plus-square at 5x +    + + + Example of plus-square at 4x +    + + + Example of plus-square at 3x +    + + Example of plus-square at 2x +   + + + Example of plus-square +
    +

    + fa-plus-square + + · + Unicode: f0fe · + Created: v3.0 · + Categories: + + Medical Icons, + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plus-square fa-plus-square +
    +
    +
    <i class="fa fa-plus-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/plus/index.html b/_gh_pages/icon/plus/index.html new file mode 100644 index 000000000..5d8e1e880 --- /dev/null +++ b/_gh_pages/icon/plus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-plus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of plus at 6x   + + + Example of plus at 5x +    + + + Example of plus at 4x +    + + + Example of plus at 3x +    + + Example of plus at 2x +   + + + Example of plus +
    +

    + fa-plus + + · + Unicode: f067 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of plus fa-plus +
    +
    +
    <i class="fa fa-plus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/podcast/index.html b/_gh_pages/icon/podcast/index.html new file mode 100644 index 000000000..d2c91aa75 --- /dev/null +++ b/_gh_pages/icon/podcast/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-podcast: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of podcast at 6x   + + + Example of podcast at 5x +    + + + Example of podcast at 4x +    + + + Example of podcast at 3x +    + + Example of podcast at 2x +   + + + Example of podcast +
    +

    + fa-podcast + + · + Unicode: f2ce · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of podcast fa-podcast +
    +
    +
    <i class="fa fa-podcast" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/power-off/index.html b/_gh_pages/icon/power-off/index.html new file mode 100644 index 000000000..10d24dbdc --- /dev/null +++ b/_gh_pages/icon/power-off/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-power-off: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of power-off at 6x   + + + Example of power-off at 5x +    + + + Example of power-off at 4x +    + + + Example of power-off at 3x +    + + Example of power-off at 2x +   + + + Example of power-off +
    +

    + fa-power-off + + · + Unicode: f011 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of power-off fa-power-off +
    +
    +
    <i class="fa fa-power-off" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/print/index.html b/_gh_pages/icon/print/index.html new file mode 100644 index 000000000..134e9a78a --- /dev/null +++ b/_gh_pages/icon/print/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-print: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of print at 6x   + + + Example of print at 5x +    + + + Example of print at 4x +    + + + Example of print at 3x +    + + Example of print at 2x +   + + + Example of print +
    +

    + fa-print + + · + Unicode: f02f · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of print fa-print +
    +
    +
    <i class="fa fa-print" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/product-hunt/index.html b/_gh_pages/icon/product-hunt/index.html new file mode 100644 index 000000000..e239668eb --- /dev/null +++ b/_gh_pages/icon/product-hunt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-product-hunt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of product-hunt at 6x   + + + Example of product-hunt at 5x +    + + + Example of product-hunt at 4x +    + + + Example of product-hunt at 3x +    + + Example of product-hunt at 2x +   + + + Example of product-hunt +
    +

    + fa-product-hunt + + · + Unicode: f288 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of product-hunt fa-product-hunt +
    +
    +
    <i class="fa fa-product-hunt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/puzzle-piece/index.html b/_gh_pages/icon/puzzle-piece/index.html new file mode 100644 index 000000000..12ff957f0 --- /dev/null +++ b/_gh_pages/icon/puzzle-piece/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-puzzle-piece: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of puzzle-piece at 6x   + + + Example of puzzle-piece at 5x +    + + + Example of puzzle-piece at 4x +    + + + Example of puzzle-piece at 3x +    + + Example of puzzle-piece at 2x +   + + + Example of puzzle-piece +
    +

    + fa-puzzle-piece + + · + Unicode: f12e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of puzzle-piece fa-puzzle-piece +
    +
    +
    <i class="fa fa-puzzle-piece" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/qq/index.html b/_gh_pages/icon/qq/index.html new file mode 100644 index 000000000..bf66b5054 --- /dev/null +++ b/_gh_pages/icon/qq/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-qq: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of qq at 6x   + + + Example of qq at 5x +    + + + Example of qq at 4x +    + + + Example of qq at 3x +    + + Example of qq at 2x +   + + + Example of qq +
    +

    + fa-qq + + · + Unicode: f1d6 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of qq fa-qq +
    +
    +
    <i class="fa fa-qq" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/qrcode/index.html b/_gh_pages/icon/qrcode/index.html new file mode 100644 index 000000000..1c7c63901 --- /dev/null +++ b/_gh_pages/icon/qrcode/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-qrcode: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of qrcode at 6x   + + + Example of qrcode at 5x +    + + + Example of qrcode at 4x +    + + + Example of qrcode at 3x +    + + Example of qrcode at 2x +   + + + Example of qrcode +
    +

    + fa-qrcode + + · + Unicode: f029 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of qrcode fa-qrcode +
    +
    +
    <i class="fa fa-qrcode" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/question-circle-o/index.html b/_gh_pages/icon/question-circle-o/index.html new file mode 100644 index 000000000..bb40d9fbb --- /dev/null +++ b/_gh_pages/icon/question-circle-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-question-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of question-circle-o at 6x   + + + Example of question-circle-o at 5x +    + + + Example of question-circle-o at 4x +    + + + Example of question-circle-o at 3x +    + + Example of question-circle-o at 2x +   + + + Example of question-circle-o +
    +

    + fa-question-circle-o + + · + Unicode: f29c · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of question-circle-o fa-question-circle-o +
    +
    +
    <i class="fa fa-question-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/question-circle/index.html b/_gh_pages/icon/question-circle/index.html new file mode 100644 index 000000000..9c288a6d8 --- /dev/null +++ b/_gh_pages/icon/question-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-question-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of question-circle at 6x   + + + Example of question-circle at 5x +    + + + Example of question-circle at 4x +    + + + Example of question-circle at 3x +    + + Example of question-circle at 2x +   + + + Example of question-circle +
    +

    + fa-question-circle + + · + Unicode: f059 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of question-circle fa-question-circle +
    +
    +
    <i class="fa fa-question-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/question/index.html b/_gh_pages/icon/question/index.html new file mode 100644 index 000000000..5c2a4ca64 --- /dev/null +++ b/_gh_pages/icon/question/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-question: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of question at 6x   + + + Example of question at 5x +    + + + Example of question at 4x +    + + + Example of question at 3x +    + + Example of question at 2x +   + + + Example of question +
    +

    + fa-question + + · + Unicode: f128 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of question fa-question +
    +
    +
    <i class="fa fa-question" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/quora/index.html b/_gh_pages/icon/quora/index.html new file mode 100644 index 000000000..8392a7619 --- /dev/null +++ b/_gh_pages/icon/quora/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-quora: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of quora at 6x   + + + Example of quora at 5x +    + + + Example of quora at 4x +    + + + Example of quora at 3x +    + + Example of quora at 2x +   + + + Example of quora +
    +

    + fa-quora + + · + Unicode: f2c4 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of quora fa-quora +
    +
    +
    <i class="fa fa-quora" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/quote-left/index.html b/_gh_pages/icon/quote-left/index.html new file mode 100644 index 000000000..2f3f87d67 --- /dev/null +++ b/_gh_pages/icon/quote-left/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-quote-left: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of quote-left at 6x   + + + Example of quote-left at 5x +    + + + Example of quote-left at 4x +    + + + Example of quote-left at 3x +    + + Example of quote-left at 2x +   + + + Example of quote-left +
    +

    + fa-quote-left + + · + Unicode: f10d · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of quote-left fa-quote-left +
    +
    +
    <i class="fa fa-quote-left" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/quote-right/index.html b/_gh_pages/icon/quote-right/index.html new file mode 100644 index 000000000..d1b90054f --- /dev/null +++ b/_gh_pages/icon/quote-right/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-quote-right: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of quote-right at 6x   + + + Example of quote-right at 5x +    + + + Example of quote-right at 4x +    + + + Example of quote-right at 3x +    + + Example of quote-right at 2x +   + + + Example of quote-right +
    +

    + fa-quote-right + + · + Unicode: f10e · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of quote-right fa-quote-right +
    +
    +
    <i class="fa fa-quote-right" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/random/index.html b/_gh_pages/icon/random/index.html new file mode 100644 index 000000000..f0d5f0e6c --- /dev/null +++ b/_gh_pages/icon/random/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-random: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of random at 6x   + + + Example of random at 5x +    + + + Example of random at 4x +    + + + Example of random at 3x +    + + Example of random at 2x +   + + + Example of random +
    +

    + fa-random + + · + Unicode: f074 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of random fa-random +
    +
    +
    <i class="fa fa-random" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ravelry/index.html b/_gh_pages/icon/ravelry/index.html new file mode 100644 index 000000000..af37e9643 --- /dev/null +++ b/_gh_pages/icon/ravelry/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ravelry: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ravelry at 6x   + + + Example of ravelry at 5x +    + + + Example of ravelry at 4x +    + + + Example of ravelry at 3x +    + + Example of ravelry at 2x +   + + + Example of ravelry +
    +

    + fa-ravelry + + · + Unicode: f2d9 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ravelry fa-ravelry +
    +
    +
    <i class="fa fa-ravelry" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/rebel/index.html b/_gh_pages/icon/rebel/index.html new file mode 100644 index 000000000..915cf831c --- /dev/null +++ b/_gh_pages/icon/rebel/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-rebel: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of rebel at 6x   + + + Example of rebel at 5x +    + + + Example of rebel at 4x +    + + + Example of rebel at 3x +    + + Example of rebel at 2x +   + + + Example of rebel +
    +

    + fa-rebel + + · + Unicode: f1d0 · + Created: v4.1 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-ra, + + fa-resistance + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of rebel fa-rebel +
    +
    +
    <i class="fa fa-rebel" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/recycle/index.html b/_gh_pages/icon/recycle/index.html new file mode 100644 index 000000000..9684f9150 --- /dev/null +++ b/_gh_pages/icon/recycle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-recycle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of recycle at 6x   + + + Example of recycle at 5x +    + + + Example of recycle at 4x +    + + + Example of recycle at 3x +    + + Example of recycle at 2x +   + + + Example of recycle +
    +

    + fa-recycle + + · + Unicode: f1b8 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of recycle fa-recycle +
    +
    +
    <i class="fa fa-recycle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/reddit-alien/index.html b/_gh_pages/icon/reddit-alien/index.html new file mode 100644 index 000000000..401a9a525 --- /dev/null +++ b/_gh_pages/icon/reddit-alien/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-reddit-alien: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of reddit-alien at 6x   + + + Example of reddit-alien at 5x +    + + + Example of reddit-alien at 4x +    + + + Example of reddit-alien at 3x +    + + Example of reddit-alien at 2x +   + + + Example of reddit-alien +
    +

    + fa-reddit-alien + + · + Unicode: f281 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of reddit-alien fa-reddit-alien +
    +
    +
    <i class="fa fa-reddit-alien" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/reddit-square/index.html b/_gh_pages/icon/reddit-square/index.html new file mode 100644 index 000000000..c9828d11c --- /dev/null +++ b/_gh_pages/icon/reddit-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-reddit-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of reddit-square at 6x   + + + Example of reddit-square at 5x +    + + + Example of reddit-square at 4x +    + + + Example of reddit-square at 3x +    + + Example of reddit-square at 2x +   + + + Example of reddit-square +
    +

    + fa-reddit-square + + · + Unicode: f1a2 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of reddit-square fa-reddit-square +
    +
    +
    <i class="fa fa-reddit-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/reddit/index.html b/_gh_pages/icon/reddit/index.html new file mode 100644 index 000000000..3a191928f --- /dev/null +++ b/_gh_pages/icon/reddit/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-reddit: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of reddit at 6x   + + + Example of reddit at 5x +    + + + Example of reddit at 4x +    + + + Example of reddit at 3x +    + + Example of reddit at 2x +   + + + Example of reddit +
    +

    + fa-reddit + + · + Unicode: f1a1 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of reddit fa-reddit +
    +
    +
    <i class="fa fa-reddit" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/refresh/index.html b/_gh_pages/icon/refresh/index.html new file mode 100644 index 000000000..4ee6ba69d --- /dev/null +++ b/_gh_pages/icon/refresh/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-refresh: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of refresh at 6x   + + + Example of refresh at 5x +    + + + Example of refresh at 4x +    + + + Example of refresh at 3x +    + + Example of refresh at 2x +   + + + Example of refresh +
    +

    + fa-refresh + + · + Unicode: f021 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Spinner Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of refresh fa-refresh +
    +
    +
    <i class="fa fa-refresh" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/registered/index.html b/_gh_pages/icon/registered/index.html new file mode 100644 index 000000000..b181e4542 --- /dev/null +++ b/_gh_pages/icon/registered/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-registered: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of registered at 6x   + + + Example of registered at 5x +    + + + Example of registered at 4x +    + + + Example of registered at 3x +    + + Example of registered at 2x +   + + + Example of registered +
    +

    + fa-registered + + · + Unicode: f25d · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of registered fa-registered +
    +
    +
    <i class="fa fa-registered" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/renren/index.html b/_gh_pages/icon/renren/index.html new file mode 100644 index 000000000..99bfed938 --- /dev/null +++ b/_gh_pages/icon/renren/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-renren: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of renren at 6x   + + + Example of renren at 5x +    + + + Example of renren at 4x +    + + + Example of renren at 3x +    + + Example of renren at 2x +   + + + Example of renren +
    +

    + fa-renren + + · + Unicode: f18b · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of renren fa-renren +
    +
    +
    <i class="fa fa-renren" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/repeat/index.html b/_gh_pages/icon/repeat/index.html new file mode 100644 index 000000000..ca43ffe35 --- /dev/null +++ b/_gh_pages/icon/repeat/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-repeat: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of repeat at 6x   + + + Example of repeat at 5x +    + + + Example of repeat at 4x +    + + + Example of repeat at 3x +    + + Example of repeat at 2x +   + + + Example of repeat +
    +

    + fa-repeat + + · + Unicode: f01e · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-rotate-right + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of repeat fa-repeat +
    +
    +
    <i class="fa fa-repeat" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/reply-all/index.html b/_gh_pages/icon/reply-all/index.html new file mode 100644 index 000000000..bea8ca16e --- /dev/null +++ b/_gh_pages/icon/reply-all/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-reply-all: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of reply-all at 6x   + + + Example of reply-all at 5x +    + + + Example of reply-all at 4x +    + + + Example of reply-all at 3x +    + + Example of reply-all at 2x +   + + + Example of reply-all +
    +

    + fa-reply-all + + · + Unicode: f122 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-mail-reply-all + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of reply-all fa-reply-all +
    +
    +
    <i class="fa fa-reply-all" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/reply/index.html b/_gh_pages/icon/reply/index.html new file mode 100644 index 000000000..b84ad847d --- /dev/null +++ b/_gh_pages/icon/reply/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-reply: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of reply at 6x   + + + Example of reply at 5x +    + + + Example of reply at 4x +    + + + Example of reply at 3x +    + + Example of reply at 2x +   + + + Example of reply +
    +

    + fa-reply + + · + Unicode: f112 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-mail-reply + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of reply fa-reply +
    +
    +
    <i class="fa fa-reply" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/retweet/index.html b/_gh_pages/icon/retweet/index.html new file mode 100644 index 000000000..e43cff9ed --- /dev/null +++ b/_gh_pages/icon/retweet/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-retweet: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of retweet at 6x   + + + Example of retweet at 5x +    + + + Example of retweet at 4x +    + + + Example of retweet at 3x +    + + Example of retweet at 2x +   + + + Example of retweet +
    +

    + fa-retweet + + · + Unicode: f079 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of retweet fa-retweet +
    +
    +
    <i class="fa fa-retweet" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/road/index.html b/_gh_pages/icon/road/index.html new file mode 100644 index 000000000..754d4639f --- /dev/null +++ b/_gh_pages/icon/road/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-road: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of road at 6x   + + + Example of road at 5x +    + + + Example of road at 4x +    + + + Example of road at 3x +    + + Example of road at 2x +   + + + Example of road +
    +

    + fa-road + + · + Unicode: f018 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of road fa-road +
    +
    +
    <i class="fa fa-road" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/rocket/index.html b/_gh_pages/icon/rocket/index.html new file mode 100644 index 000000000..6e6cb0ecd --- /dev/null +++ b/_gh_pages/icon/rocket/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-rocket: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of rocket at 6x   + + + Example of rocket at 5x +    + + + Example of rocket at 4x +    + + + Example of rocket at 3x +    + + Example of rocket at 2x +   + + + Example of rocket +
    +

    + fa-rocket + + · + Unicode: f135 · + Created: v3.1 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of rocket fa-rocket +
    +
    +
    <i class="fa fa-rocket" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/rss-square/index.html b/_gh_pages/icon/rss-square/index.html new file mode 100644 index 000000000..b0f285831 --- /dev/null +++ b/_gh_pages/icon/rss-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-rss-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of rss-square at 6x   + + + Example of rss-square at 5x +    + + + Example of rss-square at 4x +    + + + Example of rss-square at 3x +    + + Example of rss-square at 2x +   + + + Example of rss-square +
    +

    + fa-rss-square + + · + Unicode: f143 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of rss-square fa-rss-square +
    +
    +
    <i class="fa fa-rss-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/rss/index.html b/_gh_pages/icon/rss/index.html new file mode 100644 index 000000000..1565b11d4 --- /dev/null +++ b/_gh_pages/icon/rss/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-rss: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of rss at 6x   + + + Example of rss at 5x +    + + + Example of rss at 4x +    + + + Example of rss at 3x +    + + Example of rss at 2x +   + + + Example of rss +
    +

    + fa-rss + + · + Unicode: f09e · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-feed + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of rss fa-rss +
    +
    +
    <i class="fa fa-rss" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/rub/index.html b/_gh_pages/icon/rub/index.html new file mode 100644 index 000000000..8070e5072 --- /dev/null +++ b/_gh_pages/icon/rub/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-rub: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of rub at 6x   + + + Example of rub at 5x +    + + + Example of rub at 4x +    + + + Example of rub at 3x +    + + Example of rub at 2x +   + + + Example of rub +
    +

    + fa-rub + + · + Unicode: f158 · + Created: v4.0 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-ruble, + + fa-rouble + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of rub fa-rub +
    +
    +
    <i class="fa fa-rub" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/safari/index.html b/_gh_pages/icon/safari/index.html new file mode 100644 index 000000000..f9f9bd40e --- /dev/null +++ b/_gh_pages/icon/safari/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-safari: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of safari at 6x   + + + Example of safari at 5x +    + + + Example of safari at 4x +    + + + Example of safari at 3x +    + + Example of safari at 2x +   + + + Example of safari +
    +

    + fa-safari + + · + Unicode: f267 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of safari fa-safari +
    +
    +
    <i class="fa fa-safari" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/scissors/index.html b/_gh_pages/icon/scissors/index.html new file mode 100644 index 000000000..ad9af7c8c --- /dev/null +++ b/_gh_pages/icon/scissors/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-scissors: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of scissors at 6x   + + + Example of scissors at 5x +    + + + Example of scissors at 4x +    + + + Example of scissors at 3x +    + + Example of scissors at 2x +   + + + Example of scissors +
    +

    + fa-scissors + + · + Unicode: f0c4 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-cut + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of scissors fa-scissors +
    +
    +
    <i class="fa fa-scissors" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/scribd/index.html b/_gh_pages/icon/scribd/index.html new file mode 100644 index 000000000..0b24c685b --- /dev/null +++ b/_gh_pages/icon/scribd/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-scribd: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of scribd at 6x   + + + Example of scribd at 5x +    + + + Example of scribd at 4x +    + + + Example of scribd at 3x +    + + Example of scribd at 2x +   + + + Example of scribd +
    +

    + fa-scribd + + · + Unicode: f28a · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of scribd fa-scribd +
    +
    +
    <i class="fa fa-scribd" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/search-minus/index.html b/_gh_pages/icon/search-minus/index.html new file mode 100644 index 000000000..8c08c8a7d --- /dev/null +++ b/_gh_pages/icon/search-minus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-search-minus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of search-minus at 6x   + + + Example of search-minus at 5x +    + + + Example of search-minus at 4x +    + + + Example of search-minus at 3x +    + + Example of search-minus at 2x +   + + + Example of search-minus +
    +

    + fa-search-minus + + · + Unicode: f010 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of search-minus fa-search-minus +
    +
    +
    <i class="fa fa-search-minus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/search-plus/index.html b/_gh_pages/icon/search-plus/index.html new file mode 100644 index 000000000..714246fa0 --- /dev/null +++ b/_gh_pages/icon/search-plus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-search-plus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of search-plus at 6x   + + + Example of search-plus at 5x +    + + + Example of search-plus at 4x +    + + + Example of search-plus at 3x +    + + Example of search-plus at 2x +   + + + Example of search-plus +
    +

    + fa-search-plus + + · + Unicode: f00e · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of search-plus fa-search-plus +
    +
    +
    <i class="fa fa-search-plus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/search/index.html b/_gh_pages/icon/search/index.html new file mode 100644 index 000000000..8c9936012 --- /dev/null +++ b/_gh_pages/icon/search/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-search: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of search at 6x   + + + Example of search at 5x +    + + + Example of search at 4x +    + + + Example of search at 3x +    + + Example of search at 2x +   + + + Example of search +
    +

    + fa-search + + · + Unicode: f002 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of search fa-search +
    +
    +
    <i class="fa fa-search" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sellsy/index.html b/_gh_pages/icon/sellsy/index.html new file mode 100644 index 000000000..595c2bd12 --- /dev/null +++ b/_gh_pages/icon/sellsy/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sellsy: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sellsy at 6x   + + + Example of sellsy at 5x +    + + + Example of sellsy at 4x +    + + + Example of sellsy at 3x +    + + Example of sellsy at 2x +   + + + Example of sellsy +
    +

    + fa-sellsy + + · + Unicode: f213 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · sellsy.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sellsy fa-sellsy +
    +
    +
    <i class="fa fa-sellsy" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/server/index.html b/_gh_pages/icon/server/index.html new file mode 100644 index 000000000..06ad3068e --- /dev/null +++ b/_gh_pages/icon/server/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-server: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of server at 6x   + + + Example of server at 5x +    + + + Example of server at 4x +    + + + Example of server at 3x +    + + Example of server at 2x +   + + + Example of server +
    +

    + fa-server + + · + Unicode: f233 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of server fa-server +
    +
    +
    <i class="fa fa-server" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/share-alt-square/index.html b/_gh_pages/icon/share-alt-square/index.html new file mode 100644 index 000000000..6203bfea7 --- /dev/null +++ b/_gh_pages/icon/share-alt-square/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-share-alt-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of share-alt-square at 6x   + + + Example of share-alt-square at 5x +    + + + Example of share-alt-square at 4x +    + + + Example of share-alt-square at 3x +    + + Example of share-alt-square at 2x +   + + + Example of share-alt-square +
    +

    + fa-share-alt-square + + · + Unicode: f1e1 · + Created: v4.1 · + Categories: + + Web Application Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of share-alt-square fa-share-alt-square +
    +
    +
    <i class="fa fa-share-alt-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/share-alt/index.html b/_gh_pages/icon/share-alt/index.html new file mode 100644 index 000000000..1b5272f09 --- /dev/null +++ b/_gh_pages/icon/share-alt/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-share-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of share-alt at 6x   + + + Example of share-alt at 5x +    + + + Example of share-alt at 4x +    + + + Example of share-alt at 3x +    + + Example of share-alt at 2x +   + + + Example of share-alt +
    +

    + fa-share-alt + + · + Unicode: f1e0 · + Created: v4.1 · + Categories: + + Web Application Icons, + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of share-alt fa-share-alt +
    +
    +
    <i class="fa fa-share-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/share-square-o/index.html b/_gh_pages/icon/share-square-o/index.html new file mode 100644 index 000000000..03ccb1b75 --- /dev/null +++ b/_gh_pages/icon/share-square-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-share-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of share-square-o at 6x   + + + Example of share-square-o at 5x +    + + + Example of share-square-o at 4x +    + + + Example of share-square-o at 3x +    + + Example of share-square-o at 2x +   + + + Example of share-square-o +
    +

    + fa-share-square-o + + · + Unicode: f045 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of share-square-o fa-share-square-o +
    +
    +
    <i class="fa fa-share-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/share-square/index.html b/_gh_pages/icon/share-square/index.html new file mode 100644 index 000000000..afb3dc4e6 --- /dev/null +++ b/_gh_pages/icon/share-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-share-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of share-square at 6x   + + + Example of share-square at 5x +    + + + Example of share-square at 4x +    + + + Example of share-square at 3x +    + + Example of share-square at 2x +   + + + Example of share-square +
    +

    + fa-share-square + + · + Unicode: f14d · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of share-square fa-share-square +
    +
    +
    <i class="fa fa-share-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/share/index.html b/_gh_pages/icon/share/index.html new file mode 100644 index 000000000..3341a3dfa --- /dev/null +++ b/_gh_pages/icon/share/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-share: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of share at 6x   + + + Example of share at 5x +    + + + Example of share at 4x +    + + + Example of share at 3x +    + + Example of share at 2x +   + + + Example of share +
    +

    + fa-share + + · + Unicode: f064 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-mail-forward + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of share fa-share +
    +
    +
    <i class="fa fa-share" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shield/index.html b/_gh_pages/icon/shield/index.html new file mode 100644 index 000000000..c6bcc288f --- /dev/null +++ b/_gh_pages/icon/shield/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shield: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shield at 6x   + + + Example of shield at 5x +    + + + Example of shield at 4x +    + + + Example of shield at 3x +    + + Example of shield at 2x +   + + + Example of shield +
    +

    + fa-shield + + · + Unicode: f132 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shield fa-shield +
    +
    +
    <i class="fa fa-shield" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ship/index.html b/_gh_pages/icon/ship/index.html new file mode 100644 index 000000000..c8f5f65dc --- /dev/null +++ b/_gh_pages/icon/ship/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-ship: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ship at 6x   + + + Example of ship at 5x +    + + + Example of ship at 4x +    + + + Example of ship at 3x +    + + Example of ship at 2x +   + + + Example of ship +
    +

    + fa-ship + + · + Unicode: f21a · + Created: v4.3 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ship fa-ship +
    +
    +
    <i class="fa fa-ship" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shirtsinbulk/index.html b/_gh_pages/icon/shirtsinbulk/index.html new file mode 100644 index 000000000..213d0e30e --- /dev/null +++ b/_gh_pages/icon/shirtsinbulk/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shirtsinbulk: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shirtsinbulk at 6x   + + + Example of shirtsinbulk at 5x +    + + + Example of shirtsinbulk at 4x +    + + + Example of shirtsinbulk at 3x +    + + Example of shirtsinbulk at 2x +   + + + Example of shirtsinbulk +
    +

    + fa-shirtsinbulk + + · + Unicode: f214 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · shirtsinbulk.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shirtsinbulk fa-shirtsinbulk +
    +
    +
    <i class="fa fa-shirtsinbulk" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shopping-bag/index.html b/_gh_pages/icon/shopping-bag/index.html new file mode 100644 index 000000000..4cdc7ae30 --- /dev/null +++ b/_gh_pages/icon/shopping-bag/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shopping-bag: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shopping-bag at 6x   + + + Example of shopping-bag at 5x +    + + + Example of shopping-bag at 4x +    + + + Example of shopping-bag at 3x +    + + Example of shopping-bag at 2x +   + + + Example of shopping-bag +
    +

    + fa-shopping-bag + + · + Unicode: f290 · + Created: v4.5 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shopping-bag fa-shopping-bag +
    +
    +
    <i class="fa fa-shopping-bag" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shopping-basket/index.html b/_gh_pages/icon/shopping-basket/index.html new file mode 100644 index 000000000..db2cdcc1b --- /dev/null +++ b/_gh_pages/icon/shopping-basket/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shopping-basket: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shopping-basket at 6x   + + + Example of shopping-basket at 5x +    + + + Example of shopping-basket at 4x +    + + + Example of shopping-basket at 3x +    + + Example of shopping-basket at 2x +   + + + Example of shopping-basket +
    +

    + fa-shopping-basket + + · + Unicode: f291 · + Created: v4.5 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shopping-basket fa-shopping-basket +
    +
    +
    <i class="fa fa-shopping-basket" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shopping-cart/index.html b/_gh_pages/icon/shopping-cart/index.html new file mode 100644 index 000000000..c24b263d7 --- /dev/null +++ b/_gh_pages/icon/shopping-cart/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shopping-cart: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shopping-cart at 6x   + + + Example of shopping-cart at 5x +    + + + Example of shopping-cart at 4x +    + + + Example of shopping-cart at 3x +    + + Example of shopping-cart at 2x +   + + + Example of shopping-cart +
    +

    + fa-shopping-cart + + · + Unicode: f07a · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shopping-cart fa-shopping-cart +
    +
    +
    <i class="fa fa-shopping-cart" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/shower/index.html b/_gh_pages/icon/shower/index.html new file mode 100644 index 000000000..065dd0c7b --- /dev/null +++ b/_gh_pages/icon/shower/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-shower: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of shower at 6x   + + + Example of shower at 5x +    + + + Example of shower at 4x +    + + + Example of shower at 3x +    + + Example of shower at 2x +   + + + Example of shower +
    +

    + fa-shower + + · + Unicode: f2cc · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of shower fa-shower +
    +
    +
    <i class="fa fa-shower" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sign-in/index.html b/_gh_pages/icon/sign-in/index.html new file mode 100644 index 000000000..beecf85db --- /dev/null +++ b/_gh_pages/icon/sign-in/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sign-in: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sign-in at 6x   + + + Example of sign-in at 5x +    + + + Example of sign-in at 4x +    + + + Example of sign-in at 3x +    + + Example of sign-in at 2x +   + + + Example of sign-in +
    +

    + fa-sign-in + + · + Unicode: f090 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sign-in fa-sign-in +
    +
    +
    <i class="fa fa-sign-in" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sign-language/index.html b/_gh_pages/icon/sign-language/index.html new file mode 100644 index 000000000..1bd459f52 --- /dev/null +++ b/_gh_pages/icon/sign-language/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-sign-language: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sign-language at 6x   + + + Example of sign-language at 5x +    + + + Example of sign-language at 4x +    + + + Example of sign-language at 3x +    + + Example of sign-language at 2x +   + + + Example of sign-language +
    +

    + fa-sign-language + + · + Unicode: f2a7 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + · Aliases: + + fa-signing + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sign-language fa-sign-language +
    +
    +
    <i class="fa fa-sign-language" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sign-out/index.html b/_gh_pages/icon/sign-out/index.html new file mode 100644 index 000000000..b937fd966 --- /dev/null +++ b/_gh_pages/icon/sign-out/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sign-out: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sign-out at 6x   + + + Example of sign-out at 5x +    + + + Example of sign-out at 4x +    + + + Example of sign-out at 3x +    + + Example of sign-out at 2x +   + + + Example of sign-out +
    +

    + fa-sign-out + + · + Unicode: f08b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sign-out fa-sign-out +
    +
    +
    <i class="fa fa-sign-out" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/signal/index.html b/_gh_pages/icon/signal/index.html new file mode 100644 index 000000000..c88a06247 --- /dev/null +++ b/_gh_pages/icon/signal/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-signal: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of signal at 6x   + + + Example of signal at 5x +    + + + Example of signal at 4x +    + + + Example of signal at 3x +    + + Example of signal at 2x +   + + + Example of signal +
    +

    + fa-signal + + · + Unicode: f012 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of signal fa-signal +
    +
    +
    <i class="fa fa-signal" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/simplybuilt/index.html b/_gh_pages/icon/simplybuilt/index.html new file mode 100644 index 000000000..a39028bc3 --- /dev/null +++ b/_gh_pages/icon/simplybuilt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-simplybuilt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of simplybuilt at 6x   + + + Example of simplybuilt at 5x +    + + + Example of simplybuilt at 4x +    + + + Example of simplybuilt at 3x +    + + Example of simplybuilt at 2x +   + + + Example of simplybuilt +
    +

    + fa-simplybuilt + + · + Unicode: f215 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · simplybuilt.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of simplybuilt fa-simplybuilt +
    +
    +
    <i class="fa fa-simplybuilt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sitemap/index.html b/_gh_pages/icon/sitemap/index.html new file mode 100644 index 000000000..c9dd2304c --- /dev/null +++ b/_gh_pages/icon/sitemap/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sitemap: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sitemap at 6x   + + + Example of sitemap at 5x +    + + + Example of sitemap at 4x +    + + + Example of sitemap at 3x +    + + Example of sitemap at 2x +   + + + Example of sitemap +
    +

    + fa-sitemap + + · + Unicode: f0e8 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sitemap fa-sitemap +
    +
    +
    <i class="fa fa-sitemap" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/skyatlas/index.html b/_gh_pages/icon/skyatlas/index.html new file mode 100644 index 000000000..3d25cae68 --- /dev/null +++ b/_gh_pages/icon/skyatlas/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-skyatlas: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of skyatlas at 6x   + + + Example of skyatlas at 5x +    + + + Example of skyatlas at 4x +    + + + Example of skyatlas at 3x +    + + Example of skyatlas at 2x +   + + + Example of skyatlas +
    +

    + fa-skyatlas + + · + Unicode: f216 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · skyatlas.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of skyatlas fa-skyatlas +
    +
    +
    <i class="fa fa-skyatlas" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/skype/index.html b/_gh_pages/icon/skype/index.html new file mode 100644 index 000000000..047c03957 --- /dev/null +++ b/_gh_pages/icon/skype/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-skype: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of skype at 6x   + + + Example of skype at 5x +    + + + Example of skype at 4x +    + + + Example of skype at 3x +    + + Example of skype at 2x +   + + + Example of skype +
    +

    + fa-skype + + · + Unicode: f17e · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of skype fa-skype +
    +
    +
    <i class="fa fa-skype" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/slack/index.html b/_gh_pages/icon/slack/index.html new file mode 100644 index 000000000..460587b60 --- /dev/null +++ b/_gh_pages/icon/slack/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-slack: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of slack at 6x   + + + Example of slack at 5x +    + + + Example of slack at 4x +    + + + Example of slack at 3x +    + + Example of slack at 2x +   + + + Example of slack +
    +

    + fa-slack + + · + Unicode: f198 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of slack fa-slack +
    +
    +
    <i class="fa fa-slack" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sliders/index.html b/_gh_pages/icon/sliders/index.html new file mode 100644 index 000000000..d7ddc8b2b --- /dev/null +++ b/_gh_pages/icon/sliders/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sliders: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sliders at 6x   + + + Example of sliders at 5x +    + + + Example of sliders at 4x +    + + + Example of sliders at 3x +    + + Example of sliders at 2x +   + + + Example of sliders +
    +

    + fa-sliders + + · + Unicode: f1de · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sliders fa-sliders +
    +
    +
    <i class="fa fa-sliders" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/slideshare/index.html b/_gh_pages/icon/slideshare/index.html new file mode 100644 index 000000000..84cab5968 --- /dev/null +++ b/_gh_pages/icon/slideshare/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-slideshare: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of slideshare at 6x   + + + Example of slideshare at 5x +    + + + Example of slideshare at 4x +    + + + Example of slideshare at 3x +    + + Example of slideshare at 2x +   + + + Example of slideshare +
    +

    + fa-slideshare + + · + Unicode: f1e7 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of slideshare fa-slideshare +
    +
    +
    <i class="fa fa-slideshare" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/smile-o/index.html b/_gh_pages/icon/smile-o/index.html new file mode 100644 index 000000000..75acb9abb --- /dev/null +++ b/_gh_pages/icon/smile-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-smile-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of smile-o at 6x   + + + Example of smile-o at 5x +    + + + Example of smile-o at 4x +    + + + Example of smile-o at 3x +    + + Example of smile-o at 2x +   + + + Example of smile-o +
    +

    + fa-smile-o + + · + Unicode: f118 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of smile-o fa-smile-o +
    +
    +
    <i class="fa fa-smile-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/snapchat-ghost/index.html b/_gh_pages/icon/snapchat-ghost/index.html new file mode 100644 index 000000000..eaba49a23 --- /dev/null +++ b/_gh_pages/icon/snapchat-ghost/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-snapchat-ghost: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of snapchat-ghost at 6x   + + + Example of snapchat-ghost at 5x +    + + + Example of snapchat-ghost at 4x +    + + + Example of snapchat-ghost at 3x +    + + Example of snapchat-ghost at 2x +   + + + Example of snapchat-ghost +
    +

    + fa-snapchat-ghost + + · + Unicode: f2ac · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of snapchat-ghost fa-snapchat-ghost +
    +
    +
    <i class="fa fa-snapchat-ghost" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/snapchat-square/index.html b/_gh_pages/icon/snapchat-square/index.html new file mode 100644 index 000000000..10ac423c6 --- /dev/null +++ b/_gh_pages/icon/snapchat-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-snapchat-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of snapchat-square at 6x   + + + Example of snapchat-square at 5x +    + + + Example of snapchat-square at 4x +    + + + Example of snapchat-square at 3x +    + + Example of snapchat-square at 2x +   + + + Example of snapchat-square +
    +

    + fa-snapchat-square + + · + Unicode: f2ad · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of snapchat-square fa-snapchat-square +
    +
    +
    <i class="fa fa-snapchat-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/snapchat/index.html b/_gh_pages/icon/snapchat/index.html new file mode 100644 index 000000000..84038eb7f --- /dev/null +++ b/_gh_pages/icon/snapchat/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-snapchat: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of snapchat at 6x   + + + Example of snapchat at 5x +    + + + Example of snapchat at 4x +    + + + Example of snapchat at 3x +    + + Example of snapchat at 2x +   + + + Example of snapchat +
    +

    + fa-snapchat + + · + Unicode: f2ab · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of snapchat fa-snapchat +
    +
    +
    <i class="fa fa-snapchat" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/snowflake-o/index.html b/_gh_pages/icon/snowflake-o/index.html new file mode 100644 index 000000000..4d05c2ee8 --- /dev/null +++ b/_gh_pages/icon/snowflake-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-snowflake-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of snowflake-o at 6x   + + + Example of snowflake-o at 5x +    + + + Example of snowflake-o at 4x +    + + + Example of snowflake-o at 3x +    + + Example of snowflake-o at 2x +   + + + Example of snowflake-o +
    +

    + fa-snowflake-o + + · + Unicode: f2dc · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of snowflake-o fa-snowflake-o +
    +
    +
    <i class="fa fa-snowflake-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-alpha-asc/index.html b/_gh_pages/icon/sort-alpha-asc/index.html new file mode 100644 index 000000000..713b7e4c9 --- /dev/null +++ b/_gh_pages/icon/sort-alpha-asc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-alpha-asc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-alpha-asc at 6x   + + + Example of sort-alpha-asc at 5x +    + + + Example of sort-alpha-asc at 4x +    + + + Example of sort-alpha-asc at 3x +    + + Example of sort-alpha-asc at 2x +   + + + Example of sort-alpha-asc +
    +

    + fa-sort-alpha-asc + + · + Unicode: f15d · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-alpha-asc fa-sort-alpha-asc +
    +
    +
    <i class="fa fa-sort-alpha-asc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-alpha-desc/index.html b/_gh_pages/icon/sort-alpha-desc/index.html new file mode 100644 index 000000000..5982efa3d --- /dev/null +++ b/_gh_pages/icon/sort-alpha-desc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-alpha-desc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-alpha-desc at 6x   + + + Example of sort-alpha-desc at 5x +    + + + Example of sort-alpha-desc at 4x +    + + + Example of sort-alpha-desc at 3x +    + + Example of sort-alpha-desc at 2x +   + + + Example of sort-alpha-desc +
    +

    + fa-sort-alpha-desc + + · + Unicode: f15e · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-alpha-desc fa-sort-alpha-desc +
    +
    +
    <i class="fa fa-sort-alpha-desc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-amount-asc/index.html b/_gh_pages/icon/sort-amount-asc/index.html new file mode 100644 index 000000000..e75e26c3c --- /dev/null +++ b/_gh_pages/icon/sort-amount-asc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-amount-asc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-amount-asc at 6x   + + + Example of sort-amount-asc at 5x +    + + + Example of sort-amount-asc at 4x +    + + + Example of sort-amount-asc at 3x +    + + Example of sort-amount-asc at 2x +   + + + Example of sort-amount-asc +
    +

    + fa-sort-amount-asc + + · + Unicode: f160 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-amount-asc fa-sort-amount-asc +
    +
    +
    <i class="fa fa-sort-amount-asc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-amount-desc/index.html b/_gh_pages/icon/sort-amount-desc/index.html new file mode 100644 index 000000000..0d4779299 --- /dev/null +++ b/_gh_pages/icon/sort-amount-desc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-amount-desc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-amount-desc at 6x   + + + Example of sort-amount-desc at 5x +    + + + Example of sort-amount-desc at 4x +    + + + Example of sort-amount-desc at 3x +    + + Example of sort-amount-desc at 2x +   + + + Example of sort-amount-desc +
    +

    + fa-sort-amount-desc + + · + Unicode: f161 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-amount-desc fa-sort-amount-desc +
    +
    +
    <i class="fa fa-sort-amount-desc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-asc/index.html b/_gh_pages/icon/sort-asc/index.html new file mode 100644 index 000000000..139fa4815 --- /dev/null +++ b/_gh_pages/icon/sort-asc/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-sort-asc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-asc at 6x   + + + Example of sort-asc at 5x +    + + + Example of sort-asc at 4x +    + + + Example of sort-asc at 3x +    + + Example of sort-asc at 2x +   + + + Example of sort-asc +
    +

    + fa-sort-asc + + · + Unicode: f0de · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-sort-up + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-asc fa-sort-asc +
    +
    +
    <i class="fa fa-sort-asc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-desc/index.html b/_gh_pages/icon/sort-desc/index.html new file mode 100644 index 000000000..080755258 --- /dev/null +++ b/_gh_pages/icon/sort-desc/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-sort-desc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-desc at 6x   + + + Example of sort-desc at 5x +    + + + Example of sort-desc at 4x +    + + + Example of sort-desc at 3x +    + + Example of sort-desc at 2x +   + + + Example of sort-desc +
    +

    + fa-sort-desc + + · + Unicode: f0dd · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-sort-down + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-desc fa-sort-desc +
    +
    +
    <i class="fa fa-sort-desc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-numeric-asc/index.html b/_gh_pages/icon/sort-numeric-asc/index.html new file mode 100644 index 000000000..bb49b7ff2 --- /dev/null +++ b/_gh_pages/icon/sort-numeric-asc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-numeric-asc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-numeric-asc at 6x   + + + Example of sort-numeric-asc at 5x +    + + + Example of sort-numeric-asc at 4x +    + + + Example of sort-numeric-asc at 3x +    + + Example of sort-numeric-asc at 2x +   + + + Example of sort-numeric-asc +
    +

    + fa-sort-numeric-asc + + · + Unicode: f162 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-numeric-asc fa-sort-numeric-asc +
    +
    +
    <i class="fa fa-sort-numeric-asc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort-numeric-desc/index.html b/_gh_pages/icon/sort-numeric-desc/index.html new file mode 100644 index 000000000..61fc9fb69 --- /dev/null +++ b/_gh_pages/icon/sort-numeric-desc/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sort-numeric-desc: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort-numeric-desc at 6x   + + + Example of sort-numeric-desc at 5x +    + + + Example of sort-numeric-desc at 4x +    + + + Example of sort-numeric-desc at 3x +    + + Example of sort-numeric-desc at 2x +   + + + Example of sort-numeric-desc +
    +

    + fa-sort-numeric-desc + + · + Unicode: f163 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort-numeric-desc fa-sort-numeric-desc +
    +
    +
    <i class="fa fa-sort-numeric-desc" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sort/index.html b/_gh_pages/icon/sort/index.html new file mode 100644 index 000000000..62d3cd448 --- /dev/null +++ b/_gh_pages/icon/sort/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-sort: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sort at 6x   + + + Example of sort at 5x +    + + + Example of sort at 4x +    + + + Example of sort at 3x +    + + Example of sort at 2x +   + + + Example of sort +
    +

    + fa-sort + + · + Unicode: f0dc · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-unsorted + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sort fa-sort +
    +
    +
    <i class="fa fa-sort" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/soundcloud/index.html b/_gh_pages/icon/soundcloud/index.html new file mode 100644 index 000000000..bf12d7bff --- /dev/null +++ b/_gh_pages/icon/soundcloud/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-soundcloud: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of soundcloud at 6x   + + + Example of soundcloud at 5x +    + + + Example of soundcloud at 4x +    + + + Example of soundcloud at 3x +    + + Example of soundcloud at 2x +   + + + Example of soundcloud +
    +

    + fa-soundcloud + + · + Unicode: f1be · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of soundcloud fa-soundcloud +
    +
    +
    <i class="fa fa-soundcloud" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/space-shuttle/index.html b/_gh_pages/icon/space-shuttle/index.html new file mode 100644 index 000000000..4a2d87466 --- /dev/null +++ b/_gh_pages/icon/space-shuttle/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-space-shuttle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of space-shuttle at 6x   + + + Example of space-shuttle at 5x +    + + + Example of space-shuttle at 4x +    + + + Example of space-shuttle at 3x +    + + Example of space-shuttle at 2x +   + + + Example of space-shuttle +
    +

    + fa-space-shuttle + + · + Unicode: f197 · + Created: v4.1 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of space-shuttle fa-space-shuttle +
    +
    +
    <i class="fa fa-space-shuttle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/spinner/index.html b/_gh_pages/icon/spinner/index.html new file mode 100644 index 000000000..9f17150a0 --- /dev/null +++ b/_gh_pages/icon/spinner/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-spinner: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of spinner at 6x   + + + Example of spinner at 5x +    + + + Example of spinner at 4x +    + + + Example of spinner at 3x +    + + Example of spinner at 2x +   + + + Example of spinner +
    +

    + fa-spinner + + · + Unicode: f110 · + Created: v3.0 · + Categories: + + Web Application Icons, + + Spinner Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of spinner fa-spinner +
    +
    +
    <i class="fa fa-spinner" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/spoon/index.html b/_gh_pages/icon/spoon/index.html new file mode 100644 index 000000000..9557c3785 --- /dev/null +++ b/_gh_pages/icon/spoon/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-spoon: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of spoon at 6x   + + + Example of spoon at 5x +    + + + Example of spoon at 4x +    + + + Example of spoon at 3x +    + + Example of spoon at 2x +   + + + Example of spoon +
    +

    + fa-spoon + + · + Unicode: f1b1 · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of spoon fa-spoon +
    +
    +
    <i class="fa fa-spoon" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/spotify/index.html b/_gh_pages/icon/spotify/index.html new file mode 100644 index 000000000..6b906db17 --- /dev/null +++ b/_gh_pages/icon/spotify/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-spotify: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of spotify at 6x   + + + Example of spotify at 5x +    + + + Example of spotify at 4x +    + + + Example of spotify at 3x +    + + Example of spotify at 2x +   + + + Example of spotify +
    +

    + fa-spotify + + · + Unicode: f1bc · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of spotify fa-spotify +
    +
    +
    <i class="fa fa-spotify" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/square-o/index.html b/_gh_pages/icon/square-o/index.html new file mode 100644 index 000000000..8c539012f --- /dev/null +++ b/_gh_pages/icon/square-o/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-square-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of square-o at 6x   + + + Example of square-o at 5x +    + + + Example of square-o at 4x +    + + + Example of square-o at 3x +    + + Example of square-o at 2x +   + + + Example of square-o +
    +

    + fa-square-o + + · + Unicode: f096 · + Created: v2.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of square-o fa-square-o +
    +
    +
    <i class="fa fa-square-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/square/index.html b/_gh_pages/icon/square/index.html new file mode 100644 index 000000000..f510657ae --- /dev/null +++ b/_gh_pages/icon/square/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of square at 6x   + + + Example of square at 5x +    + + + Example of square at 4x +    + + + Example of square at 3x +    + + Example of square at 2x +   + + + Example of square +
    +

    + fa-square + + · + Unicode: f0c8 · + Created: v2.0 · + Categories: + + Web Application Icons, + + Form Control Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of square fa-square +
    +
    +
    <i class="fa fa-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stack-exchange/index.html b/_gh_pages/icon/stack-exchange/index.html new file mode 100644 index 000000000..da7b5bf95 --- /dev/null +++ b/_gh_pages/icon/stack-exchange/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stack-exchange: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stack-exchange at 6x   + + + Example of stack-exchange at 5x +    + + + Example of stack-exchange at 4x +    + + + Example of stack-exchange at 3x +    + + Example of stack-exchange at 2x +   + + + Example of stack-exchange +
    +

    + fa-stack-exchange + + · + Unicode: f18d · + Created: v4.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stack-exchange fa-stack-exchange +
    +
    +
    <i class="fa fa-stack-exchange" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stack-overflow/index.html b/_gh_pages/icon/stack-overflow/index.html new file mode 100644 index 000000000..547f6944c --- /dev/null +++ b/_gh_pages/icon/stack-overflow/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stack-overflow: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stack-overflow at 6x   + + + Example of stack-overflow at 5x +    + + + Example of stack-overflow at 4x +    + + + Example of stack-overflow at 3x +    + + Example of stack-overflow at 2x +   + + + Example of stack-overflow +
    +

    + fa-stack-overflow + + · + Unicode: f16c · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stack-overflow fa-stack-overflow +
    +
    +
    <i class="fa fa-stack-overflow" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/star-half-o/index.html b/_gh_pages/icon/star-half-o/index.html new file mode 100644 index 000000000..97a548d6e --- /dev/null +++ b/_gh_pages/icon/star-half-o/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-star-half-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of star-half-o at 6x   + + + Example of star-half-o at 5x +    + + + Example of star-half-o at 4x +    + + + Example of star-half-o at 3x +    + + Example of star-half-o at 2x +   + + + Example of star-half-o +
    +

    + fa-star-half-o + + · + Unicode: f123 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-star-half-empty, + + fa-star-half-full + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of star-half-o fa-star-half-o +
    +
    +
    <i class="fa fa-star-half-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/star-half/index.html b/_gh_pages/icon/star-half/index.html new file mode 100644 index 000000000..db8a625a0 --- /dev/null +++ b/_gh_pages/icon/star-half/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-star-half: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of star-half at 6x   + + + Example of star-half at 5x +    + + + Example of star-half at 4x +    + + + Example of star-half at 3x +    + + Example of star-half at 2x +   + + + Example of star-half +
    +

    + fa-star-half + + · + Unicode: f089 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of star-half fa-star-half +
    +
    +
    <i class="fa fa-star-half" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/star-o/index.html b/_gh_pages/icon/star-o/index.html new file mode 100644 index 000000000..914bdcf55 --- /dev/null +++ b/_gh_pages/icon/star-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-star-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of star-o at 6x   + + + Example of star-o at 5x +    + + + Example of star-o at 4x +    + + + Example of star-o at 3x +    + + Example of star-o at 2x +   + + + Example of star-o +
    +

    + fa-star-o + + · + Unicode: f006 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of star-o fa-star-o +
    +
    +
    <i class="fa fa-star-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/star/index.html b/_gh_pages/icon/star/index.html new file mode 100644 index 000000000..19777015c --- /dev/null +++ b/_gh_pages/icon/star/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-star: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of star at 6x   + + + Example of star at 5x +    + + + Example of star at 4x +    + + + Example of star at 3x +    + + Example of star at 2x +   + + + Example of star +
    +

    + fa-star + + · + Unicode: f005 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of star fa-star +
    +
    +
    <i class="fa fa-star" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/steam-square/index.html b/_gh_pages/icon/steam-square/index.html new file mode 100644 index 000000000..c1e309ae8 --- /dev/null +++ b/_gh_pages/icon/steam-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-steam-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of steam-square at 6x   + + + Example of steam-square at 5x +    + + + Example of steam-square at 4x +    + + + Example of steam-square at 3x +    + + Example of steam-square at 2x +   + + + Example of steam-square +
    +

    + fa-steam-square + + · + Unicode: f1b7 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of steam-square fa-steam-square +
    +
    +
    <i class="fa fa-steam-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/steam/index.html b/_gh_pages/icon/steam/index.html new file mode 100644 index 000000000..d87c55c81 --- /dev/null +++ b/_gh_pages/icon/steam/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-steam: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of steam at 6x   + + + Example of steam at 5x +    + + + Example of steam at 4x +    + + + Example of steam at 3x +    + + Example of steam at 2x +   + + + Example of steam +
    +

    + fa-steam + + · + Unicode: f1b6 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of steam fa-steam +
    +
    +
    <i class="fa fa-steam" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/step-backward/index.html b/_gh_pages/icon/step-backward/index.html new file mode 100644 index 000000000..1e9e3e4ae --- /dev/null +++ b/_gh_pages/icon/step-backward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-step-backward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of step-backward at 6x   + + + Example of step-backward at 5x +    + + + Example of step-backward at 4x +    + + + Example of step-backward at 3x +    + + Example of step-backward at 2x +   + + + Example of step-backward +
    +

    + fa-step-backward + + · + Unicode: f048 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of step-backward fa-step-backward +
    +
    +
    <i class="fa fa-step-backward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/step-forward/index.html b/_gh_pages/icon/step-forward/index.html new file mode 100644 index 000000000..8756ce8ff --- /dev/null +++ b/_gh_pages/icon/step-forward/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-step-forward: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of step-forward at 6x   + + + Example of step-forward at 5x +    + + + Example of step-forward at 4x +    + + + Example of step-forward at 3x +    + + Example of step-forward at 2x +   + + + Example of step-forward +
    +

    + fa-step-forward + + · + Unicode: f051 · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of step-forward fa-step-forward +
    +
    +
    <i class="fa fa-step-forward" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stethoscope/index.html b/_gh_pages/icon/stethoscope/index.html new file mode 100644 index 000000000..4c6daea38 --- /dev/null +++ b/_gh_pages/icon/stethoscope/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stethoscope: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stethoscope at 6x   + + + Example of stethoscope at 5x +    + + + Example of stethoscope at 4x +    + + + Example of stethoscope at 3x +    + + Example of stethoscope at 2x +   + + + Example of stethoscope +
    +

    + fa-stethoscope + + · + Unicode: f0f1 · + Created: v3.0 · + Categories: + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stethoscope fa-stethoscope +
    +
    +
    <i class="fa fa-stethoscope" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sticky-note-o/index.html b/_gh_pages/icon/sticky-note-o/index.html new file mode 100644 index 000000000..d716069ac --- /dev/null +++ b/_gh_pages/icon/sticky-note-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sticky-note-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sticky-note-o at 6x   + + + Example of sticky-note-o at 5x +    + + + Example of sticky-note-o at 4x +    + + + Example of sticky-note-o at 3x +    + + Example of sticky-note-o at 2x +   + + + Example of sticky-note-o +
    +

    + fa-sticky-note-o + + · + Unicode: f24a · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sticky-note-o fa-sticky-note-o +
    +
    +
    <i class="fa fa-sticky-note-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sticky-note/index.html b/_gh_pages/icon/sticky-note/index.html new file mode 100644 index 000000000..531f2200e --- /dev/null +++ b/_gh_pages/icon/sticky-note/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sticky-note: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sticky-note at 6x   + + + Example of sticky-note at 5x +    + + + Example of sticky-note at 4x +    + + + Example of sticky-note at 3x +    + + Example of sticky-note at 2x +   + + + Example of sticky-note +
    +

    + fa-sticky-note + + · + Unicode: f249 · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sticky-note fa-sticky-note +
    +
    +
    <i class="fa fa-sticky-note" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stop-circle-o/index.html b/_gh_pages/icon/stop-circle-o/index.html new file mode 100644 index 000000000..bedd96a0c --- /dev/null +++ b/_gh_pages/icon/stop-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stop-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stop-circle-o at 6x   + + + Example of stop-circle-o at 5x +    + + + Example of stop-circle-o at 4x +    + + + Example of stop-circle-o at 3x +    + + Example of stop-circle-o at 2x +   + + + Example of stop-circle-o +
    +

    + fa-stop-circle-o + + · + Unicode: f28e · + Created: v4.5 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stop-circle-o fa-stop-circle-o +
    +
    +
    <i class="fa fa-stop-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stop-circle/index.html b/_gh_pages/icon/stop-circle/index.html new file mode 100644 index 000000000..0733d6d47 --- /dev/null +++ b/_gh_pages/icon/stop-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stop-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stop-circle at 6x   + + + Example of stop-circle at 5x +    + + + Example of stop-circle at 4x +    + + + Example of stop-circle at 3x +    + + Example of stop-circle at 2x +   + + + Example of stop-circle +
    +

    + fa-stop-circle + + · + Unicode: f28d · + Created: v4.5 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stop-circle fa-stop-circle +
    +
    +
    <i class="fa fa-stop-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stop/index.html b/_gh_pages/icon/stop/index.html new file mode 100644 index 000000000..91e4ea03c --- /dev/null +++ b/_gh_pages/icon/stop/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stop: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stop at 6x   + + + Example of stop at 5x +    + + + Example of stop at 4x +    + + + Example of stop at 3x +    + + Example of stop at 2x +   + + + Example of stop +
    +

    + fa-stop + + · + Unicode: f04d · + Created: v1.0 · + Categories: + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stop fa-stop +
    +
    +
    <i class="fa fa-stop" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/street-view/index.html b/_gh_pages/icon/street-view/index.html new file mode 100644 index 000000000..0e42bd329 --- /dev/null +++ b/_gh_pages/icon/street-view/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-street-view: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of street-view at 6x   + + + Example of street-view at 5x +    + + + Example of street-view at 4x +    + + + Example of street-view at 3x +    + + Example of street-view at 2x +   + + + Example of street-view +
    +

    + fa-street-view + + · + Unicode: f21d · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of street-view fa-street-view +
    +
    +
    <i class="fa fa-street-view" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/strikethrough/index.html b/_gh_pages/icon/strikethrough/index.html new file mode 100644 index 000000000..3f54da857 --- /dev/null +++ b/_gh_pages/icon/strikethrough/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-strikethrough: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of strikethrough at 6x   + + + Example of strikethrough at 5x +    + + + Example of strikethrough at 4x +    + + + Example of strikethrough at 3x +    + + Example of strikethrough at 2x +   + + + Example of strikethrough +
    +

    + fa-strikethrough + + · + Unicode: f0cc · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of strikethrough fa-strikethrough +
    +
    +
    <i class="fa fa-strikethrough" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stumbleupon-circle/index.html b/_gh_pages/icon/stumbleupon-circle/index.html new file mode 100644 index 000000000..f85effbe0 --- /dev/null +++ b/_gh_pages/icon/stumbleupon-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stumbleupon-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stumbleupon-circle at 6x   + + + Example of stumbleupon-circle at 5x +    + + + Example of stumbleupon-circle at 4x +    + + + Example of stumbleupon-circle at 3x +    + + Example of stumbleupon-circle at 2x +   + + + Example of stumbleupon-circle +
    +

    + fa-stumbleupon-circle + + · + Unicode: f1a3 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stumbleupon-circle fa-stumbleupon-circle +
    +
    +
    <i class="fa fa-stumbleupon-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/stumbleupon/index.html b/_gh_pages/icon/stumbleupon/index.html new file mode 100644 index 000000000..5b365d223 --- /dev/null +++ b/_gh_pages/icon/stumbleupon/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-stumbleupon: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of stumbleupon at 6x   + + + Example of stumbleupon at 5x +    + + + Example of stumbleupon at 4x +    + + + Example of stumbleupon at 3x +    + + Example of stumbleupon at 2x +   + + + Example of stumbleupon +
    +

    + fa-stumbleupon + + · + Unicode: f1a4 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of stumbleupon fa-stumbleupon +
    +
    +
    <i class="fa fa-stumbleupon" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/subscript/index.html b/_gh_pages/icon/subscript/index.html new file mode 100644 index 000000000..25e359bb7 --- /dev/null +++ b/_gh_pages/icon/subscript/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-subscript: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of subscript at 6x   + + + Example of subscript at 5x +    + + + Example of subscript at 4x +    + + + Example of subscript at 3x +    + + Example of subscript at 2x +   + + + Example of subscript +
    +

    + fa-subscript + + · + Unicode: f12c · + Created: v3.1 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of subscript fa-subscript +
    +
    +
    <i class="fa fa-subscript" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/subway/index.html b/_gh_pages/icon/subway/index.html new file mode 100644 index 000000000..67934c605 --- /dev/null +++ b/_gh_pages/icon/subway/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-subway: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of subway at 6x   + + + Example of subway at 5x +    + + + Example of subway at 4x +    + + + Example of subway at 3x +    + + Example of subway at 2x +   + + + Example of subway +
    +

    + fa-subway + + · + Unicode: f239 · + Created: v4.3 · + Categories: + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of subway fa-subway +
    +
    +
    <i class="fa fa-subway" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/suitcase/index.html b/_gh_pages/icon/suitcase/index.html new file mode 100644 index 000000000..002aac7c9 --- /dev/null +++ b/_gh_pages/icon/suitcase/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-suitcase: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of suitcase at 6x   + + + Example of suitcase at 5x +    + + + Example of suitcase at 4x +    + + + Example of suitcase at 3x +    + + Example of suitcase at 2x +   + + + Example of suitcase +
    +

    + fa-suitcase + + · + Unicode: f0f2 · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of suitcase fa-suitcase +
    +
    +
    <i class="fa fa-suitcase" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/sun-o/index.html b/_gh_pages/icon/sun-o/index.html new file mode 100644 index 000000000..08e8956ce --- /dev/null +++ b/_gh_pages/icon/sun-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-sun-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of sun-o at 6x   + + + Example of sun-o at 5x +    + + + Example of sun-o at 4x +    + + + Example of sun-o at 3x +    + + Example of sun-o at 2x +   + + + Example of sun-o +
    +

    + fa-sun-o + + · + Unicode: f185 · + Created: v3.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of sun-o fa-sun-o +
    +
    +
    <i class="fa fa-sun-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/superpowers/index.html b/_gh_pages/icon/superpowers/index.html new file mode 100644 index 000000000..4f1f566bb --- /dev/null +++ b/_gh_pages/icon/superpowers/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-superpowers: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of superpowers at 6x   + + + Example of superpowers at 5x +    + + + Example of superpowers at 4x +    + + + Example of superpowers at 3x +    + + Example of superpowers at 2x +   + + + Example of superpowers +
    +

    + fa-superpowers + + · + Unicode: f2dd · + Created: v4.7 · + Categories: + + Brand Icons + + + + · superpowers.io + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of superpowers fa-superpowers +
    +
    +
    <i class="fa fa-superpowers" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/superscript/index.html b/_gh_pages/icon/superscript/index.html new file mode 100644 index 000000000..47ac09c9d --- /dev/null +++ b/_gh_pages/icon/superscript/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-superscript: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of superscript at 6x   + + + Example of superscript at 5x +    + + + Example of superscript at 4x +    + + + Example of superscript at 3x +    + + Example of superscript at 2x +   + + + Example of superscript +
    +

    + fa-superscript + + · + Unicode: f12b · + Created: v3.1 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of superscript fa-superscript +
    +
    +
    <i class="fa fa-superscript" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/table/index.html b/_gh_pages/icon/table/index.html new file mode 100644 index 000000000..d140c8df8 --- /dev/null +++ b/_gh_pages/icon/table/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-table: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of table at 6x   + + + Example of table at 5x +    + + + Example of table at 4x +    + + + Example of table at 3x +    + + Example of table at 2x +   + + + Example of table +
    +

    + fa-table + + · + Unicode: f0ce · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of table fa-table +
    +
    +
    <i class="fa fa-table" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tablet/index.html b/_gh_pages/icon/tablet/index.html new file mode 100644 index 000000000..94ed3f6ca --- /dev/null +++ b/_gh_pages/icon/tablet/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tablet: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tablet at 6x   + + + Example of tablet at 5x +    + + + Example of tablet at 4x +    + + + Example of tablet at 3x +    + + Example of tablet at 2x +   + + + Example of tablet +
    +

    + fa-tablet + + · + Unicode: f10a · + Created: v3.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tablet fa-tablet +
    +
    +
    <i class="fa fa-tablet" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tachometer/index.html b/_gh_pages/icon/tachometer/index.html new file mode 100644 index 000000000..0a6624831 --- /dev/null +++ b/_gh_pages/icon/tachometer/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-tachometer: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tachometer at 6x   + + + Example of tachometer at 5x +    + + + Example of tachometer at 4x +    + + + Example of tachometer at 3x +    + + Example of tachometer at 2x +   + + + Example of tachometer +
    +

    + fa-tachometer + + · + Unicode: f0e4 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-dashboard + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tachometer fa-tachometer +
    +
    +
    <i class="fa fa-tachometer" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tag/index.html b/_gh_pages/icon/tag/index.html new file mode 100644 index 000000000..fd4d97700 --- /dev/null +++ b/_gh_pages/icon/tag/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tag: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tag at 6x   + + + Example of tag at 5x +    + + + Example of tag at 4x +    + + + Example of tag at 3x +    + + Example of tag at 2x +   + + + Example of tag +
    +

    + fa-tag + + · + Unicode: f02b · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tag fa-tag +
    +
    +
    <i class="fa fa-tag" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tags/index.html b/_gh_pages/icon/tags/index.html new file mode 100644 index 000000000..5c516f0f5 --- /dev/null +++ b/_gh_pages/icon/tags/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tags: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tags at 6x   + + + Example of tags at 5x +    + + + Example of tags at 4x +    + + + Example of tags at 3x +    + + Example of tags at 2x +   + + + Example of tags +
    +

    + fa-tags + + · + Unicode: f02c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tags fa-tags +
    +
    +
    <i class="fa fa-tags" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tasks/index.html b/_gh_pages/icon/tasks/index.html new file mode 100644 index 000000000..069da9b37 --- /dev/null +++ b/_gh_pages/icon/tasks/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tasks: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tasks at 6x   + + + Example of tasks at 5x +    + + + Example of tasks at 4x +    + + + Example of tasks at 3x +    + + Example of tasks at 2x +   + + + Example of tasks +
    +

    + fa-tasks + + · + Unicode: f0ae · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tasks fa-tasks +
    +
    +
    <i class="fa fa-tasks" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/taxi/index.html b/_gh_pages/icon/taxi/index.html new file mode 100644 index 000000000..dd0ebeae5 --- /dev/null +++ b/_gh_pages/icon/taxi/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-taxi: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of taxi at 6x   + + + Example of taxi at 5x +    + + + Example of taxi at 4x +    + + + Example of taxi at 3x +    + + Example of taxi at 2x +   + + + Example of taxi +
    +

    + fa-taxi + + · + Unicode: f1ba · + Created: v4.1 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + · Aliases: + + fa-cab + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of taxi fa-taxi +
    +
    +
    <i class="fa fa-taxi" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/telegram/index.html b/_gh_pages/icon/telegram/index.html new file mode 100644 index 000000000..a9dc70e2e --- /dev/null +++ b/_gh_pages/icon/telegram/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-telegram: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of telegram at 6x   + + + Example of telegram at 5x +    + + + Example of telegram at 4x +    + + + Example of telegram at 3x +    + + Example of telegram at 2x +   + + + Example of telegram +
    +

    + fa-telegram + + · + Unicode: f2c6 · + Created: v4.7 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of telegram fa-telegram +
    +
    +
    <i class="fa fa-telegram" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/television/index.html b/_gh_pages/icon/television/index.html new file mode 100644 index 000000000..637c124e1 --- /dev/null +++ b/_gh_pages/icon/television/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-television: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of television at 6x   + + + Example of television at 5x +    + + + Example of television at 4x +    + + + Example of television at 3x +    + + Example of television at 2x +   + + + Example of television +
    +

    + fa-television + + · + Unicode: f26c · + Created: v4.4 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-tv + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of television fa-television +
    +
    +
    <i class="fa fa-television" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tencent-weibo/index.html b/_gh_pages/icon/tencent-weibo/index.html new file mode 100644 index 000000000..19ec70495 --- /dev/null +++ b/_gh_pages/icon/tencent-weibo/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tencent-weibo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tencent-weibo at 6x   + + + Example of tencent-weibo at 5x +    + + + Example of tencent-weibo at 4x +    + + + Example of tencent-weibo at 3x +    + + Example of tencent-weibo at 2x +   + + + Example of tencent-weibo +
    +

    + fa-tencent-weibo + + · + Unicode: f1d5 · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tencent-weibo fa-tencent-weibo +
    +
    +
    <i class="fa fa-tencent-weibo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/terminal/index.html b/_gh_pages/icon/terminal/index.html new file mode 100644 index 000000000..928d1c6d1 --- /dev/null +++ b/_gh_pages/icon/terminal/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-terminal: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of terminal at 6x   + + + Example of terminal at 5x +    + + + Example of terminal at 4x +    + + + Example of terminal at 3x +    + + Example of terminal at 2x +   + + + Example of terminal +
    +

    + fa-terminal + + · + Unicode: f120 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of terminal fa-terminal +
    +
    +
    <i class="fa fa-terminal" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/text-height/index.html b/_gh_pages/icon/text-height/index.html new file mode 100644 index 000000000..bd9828f36 --- /dev/null +++ b/_gh_pages/icon/text-height/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-text-height: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of text-height at 6x   + + + Example of text-height at 5x +    + + + Example of text-height at 4x +    + + + Example of text-height at 3x +    + + Example of text-height at 2x +   + + + Example of text-height +
    +

    + fa-text-height + + · + Unicode: f034 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of text-height fa-text-height +
    +
    +
    <i class="fa fa-text-height" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/text-width/index.html b/_gh_pages/icon/text-width/index.html new file mode 100644 index 000000000..f82c12bd3 --- /dev/null +++ b/_gh_pages/icon/text-width/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-text-width: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of text-width at 6x   + + + Example of text-width at 5x +    + + + Example of text-width at 4x +    + + + Example of text-width at 3x +    + + Example of text-width at 2x +   + + + Example of text-width +
    +

    + fa-text-width + + · + Unicode: f035 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of text-width fa-text-width +
    +
    +
    <i class="fa fa-text-width" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/th-large/index.html b/_gh_pages/icon/th-large/index.html new file mode 100644 index 000000000..b7a24e0c1 --- /dev/null +++ b/_gh_pages/icon/th-large/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-th-large: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of th-large at 6x   + + + Example of th-large at 5x +    + + + Example of th-large at 4x +    + + + Example of th-large at 3x +    + + Example of th-large at 2x +   + + + Example of th-large +
    +

    + fa-th-large + + · + Unicode: f009 · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of th-large fa-th-large +
    +
    +
    <i class="fa fa-th-large" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/th-list/index.html b/_gh_pages/icon/th-list/index.html new file mode 100644 index 000000000..318b54dce --- /dev/null +++ b/_gh_pages/icon/th-list/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-th-list: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of th-list at 6x   + + + Example of th-list at 5x +    + + + Example of th-list at 4x +    + + + Example of th-list at 3x +    + + Example of th-list at 2x +   + + + Example of th-list +
    +

    + fa-th-list + + · + Unicode: f00b · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of th-list fa-th-list +
    +
    +
    <i class="fa fa-th-list" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/th/index.html b/_gh_pages/icon/th/index.html new file mode 100644 index 000000000..0b5d00070 --- /dev/null +++ b/_gh_pages/icon/th/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-th: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of th at 6x   + + + Example of th at 5x +    + + + Example of th at 4x +    + + + Example of th at 3x +    + + Example of th at 2x +   + + + Example of th +
    +

    + fa-th + + · + Unicode: f00a · + Created: v1.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of th fa-th +
    +
    +
    <i class="fa fa-th" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/themeisle/index.html b/_gh_pages/icon/themeisle/index.html new file mode 100644 index 000000000..6100109c0 --- /dev/null +++ b/_gh_pages/icon/themeisle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-themeisle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of themeisle at 6x   + + + Example of themeisle at 5x +    + + + Example of themeisle at 4x +    + + + Example of themeisle at 3x +    + + Example of themeisle at 2x +   + + + Example of themeisle +
    +

    + fa-themeisle + + · + Unicode: f2b2 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · themeisle.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of themeisle fa-themeisle +
    +
    +
    <i class="fa fa-themeisle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thermometer-empty/index.html b/_gh_pages/icon/thermometer-empty/index.html new file mode 100644 index 000000000..d88ade23d --- /dev/null +++ b/_gh_pages/icon/thermometer-empty/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-thermometer-empty: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thermometer-empty at 6x   + + + Example of thermometer-empty at 5x +    + + + Example of thermometer-empty at 4x +    + + + Example of thermometer-empty at 3x +    + + Example of thermometer-empty at 2x +   + + + Example of thermometer-empty +
    +

    + fa-thermometer-empty + + · + Unicode: f2cb · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-thermometer-0 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thermometer-empty fa-thermometer-empty +
    +
    +
    <i class="fa fa-thermometer-empty" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thermometer-full/index.html b/_gh_pages/icon/thermometer-full/index.html new file mode 100644 index 000000000..6b31e482d --- /dev/null +++ b/_gh_pages/icon/thermometer-full/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-thermometer-full: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thermometer-full at 6x   + + + Example of thermometer-full at 5x +    + + + Example of thermometer-full at 4x +    + + + Example of thermometer-full at 3x +    + + Example of thermometer-full at 2x +   + + + Example of thermometer-full +
    +

    + fa-thermometer-full + + · + Unicode: f2c7 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-thermometer-4, + + fa-thermometer + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thermometer-full fa-thermometer-full +
    +
    +
    <i class="fa fa-thermometer-full" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thermometer-half/index.html b/_gh_pages/icon/thermometer-half/index.html new file mode 100644 index 000000000..09300849d --- /dev/null +++ b/_gh_pages/icon/thermometer-half/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-thermometer-half: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thermometer-half at 6x   + + + Example of thermometer-half at 5x +    + + + Example of thermometer-half at 4x +    + + + Example of thermometer-half at 3x +    + + Example of thermometer-half at 2x +   + + + Example of thermometer-half +
    +

    + fa-thermometer-half + + · + Unicode: f2c9 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-thermometer-2 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thermometer-half fa-thermometer-half +
    +
    +
    <i class="fa fa-thermometer-half" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thermometer-quarter/index.html b/_gh_pages/icon/thermometer-quarter/index.html new file mode 100644 index 000000000..16ec00033 --- /dev/null +++ b/_gh_pages/icon/thermometer-quarter/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-thermometer-quarter: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thermometer-quarter at 6x   + + + Example of thermometer-quarter at 5x +    + + + Example of thermometer-quarter at 4x +    + + + Example of thermometer-quarter at 3x +    + + Example of thermometer-quarter at 2x +   + + + Example of thermometer-quarter +
    +

    + fa-thermometer-quarter + + · + Unicode: f2ca · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-thermometer-1 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thermometer-quarter fa-thermometer-quarter +
    +
    +
    <i class="fa fa-thermometer-quarter" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thermometer-three-quarters/index.html b/_gh_pages/icon/thermometer-three-quarters/index.html new file mode 100644 index 000000000..850f8dcb3 --- /dev/null +++ b/_gh_pages/icon/thermometer-three-quarters/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-thermometer-three-quarters: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thermometer-three-quarters at 6x   + + + Example of thermometer-three-quarters at 5x +    + + + Example of thermometer-three-quarters at 4x +    + + + Example of thermometer-three-quarters at 3x +    + + Example of thermometer-three-quarters at 2x +   + + + Example of thermometer-three-quarters +
    +

    + fa-thermometer-three-quarters + + · + Unicode: f2c8 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-thermometer-3 + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thermometer-three-quarters fa-thermometer-three-quarters +
    +
    +
    <i class="fa fa-thermometer-three-quarters" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thumb-tack/index.html b/_gh_pages/icon/thumb-tack/index.html new file mode 100644 index 000000000..ba18da40d --- /dev/null +++ b/_gh_pages/icon/thumb-tack/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-thumb-tack: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thumb-tack at 6x   + + + Example of thumb-tack at 5x +    + + + Example of thumb-tack at 4x +    + + + Example of thumb-tack at 3x +    + + Example of thumb-tack at 2x +   + + + Example of thumb-tack +
    +

    + fa-thumb-tack + + · + Unicode: f08d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thumb-tack fa-thumb-tack +
    +
    +
    <i class="fa fa-thumb-tack" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thumbs-down/index.html b/_gh_pages/icon/thumbs-down/index.html new file mode 100644 index 000000000..3a4b50e4f --- /dev/null +++ b/_gh_pages/icon/thumbs-down/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-thumbs-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thumbs-down at 6x   + + + Example of thumbs-down at 5x +    + + + Example of thumbs-down at 4x +    + + + Example of thumbs-down at 3x +    + + Example of thumbs-down at 2x +   + + + Example of thumbs-down +
    +

    + fa-thumbs-down + + · + Unicode: f165 · + Created: v3.2 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thumbs-down fa-thumbs-down +
    +
    +
    <i class="fa fa-thumbs-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thumbs-o-down/index.html b/_gh_pages/icon/thumbs-o-down/index.html new file mode 100644 index 000000000..3b8862e58 --- /dev/null +++ b/_gh_pages/icon/thumbs-o-down/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-thumbs-o-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thumbs-o-down at 6x   + + + Example of thumbs-o-down at 5x +    + + + Example of thumbs-o-down at 4x +    + + + Example of thumbs-o-down at 3x +    + + Example of thumbs-o-down at 2x +   + + + Example of thumbs-o-down +
    +

    + fa-thumbs-o-down + + · + Unicode: f088 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thumbs-o-down fa-thumbs-o-down +
    +
    +
    <i class="fa fa-thumbs-o-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thumbs-o-up/index.html b/_gh_pages/icon/thumbs-o-up/index.html new file mode 100644 index 000000000..e68936861 --- /dev/null +++ b/_gh_pages/icon/thumbs-o-up/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-thumbs-o-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thumbs-o-up at 6x   + + + Example of thumbs-o-up at 5x +    + + + Example of thumbs-o-up at 4x +    + + + Example of thumbs-o-up at 3x +    + + Example of thumbs-o-up at 2x +   + + + Example of thumbs-o-up +
    +

    + fa-thumbs-o-up + + · + Unicode: f087 · + Created: v1.0 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thumbs-o-up fa-thumbs-o-up +
    +
    +
    <i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/thumbs-up/index.html b/_gh_pages/icon/thumbs-up/index.html new file mode 100644 index 000000000..1bec1127b --- /dev/null +++ b/_gh_pages/icon/thumbs-up/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-thumbs-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of thumbs-up at 6x   + + + Example of thumbs-up at 5x +    + + + Example of thumbs-up at 4x +    + + + Example of thumbs-up at 3x +    + + Example of thumbs-up at 2x +   + + + Example of thumbs-up +
    +

    + fa-thumbs-up + + · + Unicode: f164 · + Created: v3.2 · + Categories: + + Web Application Icons, + + Hand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of thumbs-up fa-thumbs-up +
    +
    +
    <i class="fa fa-thumbs-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/ticket/index.html b/_gh_pages/icon/ticket/index.html new file mode 100644 index 000000000..e8ad06061 --- /dev/null +++ b/_gh_pages/icon/ticket/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-ticket: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of ticket at 6x   + + + Example of ticket at 5x +    + + + Example of ticket at 4x +    + + + Example of ticket at 3x +    + + Example of ticket at 2x +   + + + Example of ticket +
    +

    + fa-ticket + + · + Unicode: f145 · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of ticket fa-ticket +
    +
    +
    <i class="fa fa-ticket" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/times-circle-o/index.html b/_gh_pages/icon/times-circle-o/index.html new file mode 100644 index 000000000..d24bdbdae --- /dev/null +++ b/_gh_pages/icon/times-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-times-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of times-circle-o at 6x   + + + Example of times-circle-o at 5x +    + + + Example of times-circle-o at 4x +    + + + Example of times-circle-o at 3x +    + + Example of times-circle-o at 2x +   + + + Example of times-circle-o +
    +

    + fa-times-circle-o + + · + Unicode: f05c · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of times-circle-o fa-times-circle-o +
    +
    +
    <i class="fa fa-times-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/times-circle/index.html b/_gh_pages/icon/times-circle/index.html new file mode 100644 index 000000000..293f2a58a --- /dev/null +++ b/_gh_pages/icon/times-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-times-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of times-circle at 6x   + + + Example of times-circle at 5x +    + + + Example of times-circle at 4x +    + + + Example of times-circle at 3x +    + + Example of times-circle at 2x +   + + + Example of times-circle +
    +

    + fa-times-circle + + · + Unicode: f057 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of times-circle fa-times-circle +
    +
    +
    <i class="fa fa-times-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/times/index.html b/_gh_pages/icon/times/index.html new file mode 100644 index 000000000..aa450bf58 --- /dev/null +++ b/_gh_pages/icon/times/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-times: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of times at 6x   + + + Example of times at 5x +    + + + Example of times at 4x +    + + + Example of times at 3x +    + + Example of times at 2x +   + + + Example of times +
    +

    + fa-times + + · + Unicode: f00d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-remove, + + fa-close + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of times fa-times +
    +
    +
    <i class="fa fa-times" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tint/index.html b/_gh_pages/icon/tint/index.html new file mode 100644 index 000000000..ae7b3863d --- /dev/null +++ b/_gh_pages/icon/tint/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tint: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tint at 6x   + + + Example of tint at 5x +    + + + Example of tint at 4x +    + + + Example of tint at 3x +    + + Example of tint at 2x +   + + + Example of tint +
    +

    + fa-tint + + · + Unicode: f043 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tint fa-tint +
    +
    +
    <i class="fa fa-tint" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/toggle-off/index.html b/_gh_pages/icon/toggle-off/index.html new file mode 100644 index 000000000..198c28f19 --- /dev/null +++ b/_gh_pages/icon/toggle-off/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-toggle-off: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of toggle-off at 6x   + + + Example of toggle-off at 5x +    + + + Example of toggle-off at 4x +    + + + Example of toggle-off at 3x +    + + Example of toggle-off at 2x +   + + + Example of toggle-off +
    +

    + fa-toggle-off + + · + Unicode: f204 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of toggle-off fa-toggle-off +
    +
    +
    <i class="fa fa-toggle-off" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/toggle-on/index.html b/_gh_pages/icon/toggle-on/index.html new file mode 100644 index 000000000..d693fad25 --- /dev/null +++ b/_gh_pages/icon/toggle-on/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-toggle-on: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of toggle-on at 6x   + + + Example of toggle-on at 5x +    + + + Example of toggle-on at 4x +    + + + Example of toggle-on at 3x +    + + Example of toggle-on at 2x +   + + + Example of toggle-on +
    +

    + fa-toggle-on + + · + Unicode: f205 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of toggle-on fa-toggle-on +
    +
    +
    <i class="fa fa-toggle-on" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/trademark/index.html b/_gh_pages/icon/trademark/index.html new file mode 100644 index 000000000..30823f901 --- /dev/null +++ b/_gh_pages/icon/trademark/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-trademark: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of trademark at 6x   + + + Example of trademark at 5x +    + + + Example of trademark at 4x +    + + + Example of trademark at 3x +    + + Example of trademark at 2x +   + + + Example of trademark +
    +

    + fa-trademark + + · + Unicode: f25c · + Created: v4.4 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of trademark fa-trademark +
    +
    +
    <i class="fa fa-trademark" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/train/index.html b/_gh_pages/icon/train/index.html new file mode 100644 index 000000000..2059e963c --- /dev/null +++ b/_gh_pages/icon/train/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-train: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of train at 6x   + + + Example of train at 5x +    + + + Example of train at 4x +    + + + Example of train at 3x +    + + Example of train at 2x +   + + + Example of train +
    +

    + fa-train + + · + Unicode: f238 · + Created: v4.3 · + Categories: + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of train fa-train +
    +
    +
    <i class="fa fa-train" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/transgender-alt/index.html b/_gh_pages/icon/transgender-alt/index.html new file mode 100644 index 000000000..083521d9b --- /dev/null +++ b/_gh_pages/icon/transgender-alt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-transgender-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of transgender-alt at 6x   + + + Example of transgender-alt at 5x +    + + + Example of transgender-alt at 4x +    + + + Example of transgender-alt at 3x +    + + Example of transgender-alt at 2x +   + + + Example of transgender-alt +
    +

    + fa-transgender-alt + + · + Unicode: f225 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of transgender-alt fa-transgender-alt +
    +
    +
    <i class="fa fa-transgender-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/transgender/index.html b/_gh_pages/icon/transgender/index.html new file mode 100644 index 000000000..a6aaeed17 --- /dev/null +++ b/_gh_pages/icon/transgender/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-transgender: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of transgender at 6x   + + + Example of transgender at 5x +    + + + Example of transgender at 4x +    + + + Example of transgender at 3x +    + + Example of transgender at 2x +   + + + Example of transgender +
    +

    + fa-transgender + + · + Unicode: f224 · + Created: v4.3 · + Categories: + + Gender Icons + + + + · Aliases: + + fa-intersex + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of transgender fa-transgender +
    +
    +
    <i class="fa fa-transgender" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/trash-o/index.html b/_gh_pages/icon/trash-o/index.html new file mode 100644 index 000000000..51e93a679 --- /dev/null +++ b/_gh_pages/icon/trash-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-trash-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of trash-o at 6x   + + + Example of trash-o at 5x +    + + + Example of trash-o at 4x +    + + + Example of trash-o at 3x +    + + Example of trash-o at 2x +   + + + Example of trash-o +
    +

    + fa-trash-o + + · + Unicode: f014 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of trash-o fa-trash-o +
    +
    +
    <i class="fa fa-trash-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/trash/index.html b/_gh_pages/icon/trash/index.html new file mode 100644 index 000000000..8c0b44c94 --- /dev/null +++ b/_gh_pages/icon/trash/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-trash: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of trash at 6x   + + + Example of trash at 5x +    + + + Example of trash at 4x +    + + + Example of trash at 3x +    + + Example of trash at 2x +   + + + Example of trash +
    +

    + fa-trash + + · + Unicode: f1f8 · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of trash fa-trash +
    +
    +
    <i class="fa fa-trash" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tree/index.html b/_gh_pages/icon/tree/index.html new file mode 100644 index 000000000..831c30bb9 --- /dev/null +++ b/_gh_pages/icon/tree/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tree: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tree at 6x   + + + Example of tree at 5x +    + + + Example of tree at 4x +    + + + Example of tree at 3x +    + + Example of tree at 2x +   + + + Example of tree +
    +

    + fa-tree + + · + Unicode: f1bb · + Created: v4.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tree fa-tree +
    +
    +
    <i class="fa fa-tree" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/trello/index.html b/_gh_pages/icon/trello/index.html new file mode 100644 index 000000000..d8ee75f1a --- /dev/null +++ b/_gh_pages/icon/trello/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-trello: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of trello at 6x   + + + Example of trello at 5x +    + + + Example of trello at 4x +    + + + Example of trello at 3x +    + + Example of trello at 2x +   + + + Example of trello +
    +

    + fa-trello + + · + Unicode: f181 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of trello fa-trello +
    +
    +
    <i class="fa fa-trello" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tripadvisor/index.html b/_gh_pages/icon/tripadvisor/index.html new file mode 100644 index 000000000..9cfb03cfb --- /dev/null +++ b/_gh_pages/icon/tripadvisor/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tripadvisor: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tripadvisor at 6x   + + + Example of tripadvisor at 5x +    + + + Example of tripadvisor at 4x +    + + + Example of tripadvisor at 3x +    + + Example of tripadvisor at 2x +   + + + Example of tripadvisor +
    +

    + fa-tripadvisor + + · + Unicode: f262 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tripadvisor fa-tripadvisor +
    +
    +
    <i class="fa fa-tripadvisor" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/trophy/index.html b/_gh_pages/icon/trophy/index.html new file mode 100644 index 000000000..0630895d0 --- /dev/null +++ b/_gh_pages/icon/trophy/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-trophy: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of trophy at 6x   + + + Example of trophy at 5x +    + + + Example of trophy at 4x +    + + + Example of trophy at 3x +    + + Example of trophy at 2x +   + + + Example of trophy +
    +

    + fa-trophy + + · + Unicode: f091 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of trophy fa-trophy +
    +
    +
    <i class="fa fa-trophy" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/truck/index.html b/_gh_pages/icon/truck/index.html new file mode 100644 index 000000000..1b7ed7728 --- /dev/null +++ b/_gh_pages/icon/truck/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-truck: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of truck at 6x   + + + Example of truck at 5x +    + + + Example of truck at 4x +    + + + Example of truck at 3x +    + + Example of truck at 2x +   + + + Example of truck +
    +

    + fa-truck + + · + Unicode: f0d1 · + Created: v2.0 · + Categories: + + Web Application Icons, + + Transportation Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of truck fa-truck +
    +
    +
    <i class="fa fa-truck" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/try/index.html b/_gh_pages/icon/try/index.html new file mode 100644 index 000000000..d3a82fdf7 --- /dev/null +++ b/_gh_pages/icon/try/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-try: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of try at 6x   + + + Example of try at 5x +    + + + Example of try at 4x +    + + + Example of try at 3x +    + + Example of try at 2x +   + + + Example of try +
    +

    + fa-try + + · + Unicode: f195 · + Created: v4.0 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-turkish-lira + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of try fa-try +
    +
    +
    <i class="fa fa-try" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tty/index.html b/_gh_pages/icon/tty/index.html new file mode 100644 index 000000000..e4ab632ec --- /dev/null +++ b/_gh_pages/icon/tty/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-tty: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tty at 6x   + + + Example of tty at 5x +    + + + Example of tty at 4x +    + + + Example of tty at 3x +    + + Example of tty at 2x +   + + + Example of tty +
    +

    + fa-tty + + · + Unicode: f1e4 · + Created: v4.2 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tty fa-tty +
    +
    +
    <i class="fa fa-tty" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tumblr-square/index.html b/_gh_pages/icon/tumblr-square/index.html new file mode 100644 index 000000000..8409d148a --- /dev/null +++ b/_gh_pages/icon/tumblr-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tumblr-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tumblr-square at 6x   + + + Example of tumblr-square at 5x +    + + + Example of tumblr-square at 4x +    + + + Example of tumblr-square at 3x +    + + Example of tumblr-square at 2x +   + + + Example of tumblr-square +
    +

    + fa-tumblr-square + + · + Unicode: f174 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tumblr-square fa-tumblr-square +
    +
    +
    <i class="fa fa-tumblr-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/tumblr/index.html b/_gh_pages/icon/tumblr/index.html new file mode 100644 index 000000000..9e82d77b4 --- /dev/null +++ b/_gh_pages/icon/tumblr/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-tumblr: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of tumblr at 6x   + + + Example of tumblr at 5x +    + + + Example of tumblr at 4x +    + + + Example of tumblr at 3x +    + + Example of tumblr at 2x +   + + + Example of tumblr +
    +

    + fa-tumblr + + · + Unicode: f173 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of tumblr fa-tumblr +
    +
    +
    <i class="fa fa-tumblr" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/twitch/index.html b/_gh_pages/icon/twitch/index.html new file mode 100644 index 000000000..56835f12d --- /dev/null +++ b/_gh_pages/icon/twitch/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-twitch: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of twitch at 6x   + + + Example of twitch at 5x +    + + + Example of twitch at 4x +    + + + Example of twitch at 3x +    + + Example of twitch at 2x +   + + + Example of twitch +
    +

    + fa-twitch + + · + Unicode: f1e8 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of twitch fa-twitch +
    +
    +
    <i class="fa fa-twitch" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/twitter-square/index.html b/_gh_pages/icon/twitter-square/index.html new file mode 100644 index 000000000..1200c3700 --- /dev/null +++ b/_gh_pages/icon/twitter-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-twitter-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of twitter-square at 6x   + + + Example of twitter-square at 5x +    + + + Example of twitter-square at 4x +    + + + Example of twitter-square at 3x +    + + Example of twitter-square at 2x +   + + + Example of twitter-square +
    +

    + fa-twitter-square + + · + Unicode: f081 · + Created: v1.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of twitter-square fa-twitter-square +
    +
    +
    <i class="fa fa-twitter-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/twitter/index.html b/_gh_pages/icon/twitter/index.html new file mode 100644 index 000000000..624ebfda9 --- /dev/null +++ b/_gh_pages/icon/twitter/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-twitter: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of twitter at 6x   + + + Example of twitter at 5x +    + + + Example of twitter at 4x +    + + + Example of twitter at 3x +    + + Example of twitter at 2x +   + + + Example of twitter +
    +

    + fa-twitter + + · + Unicode: f099 · + Created: v2.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of twitter fa-twitter +
    +
    +
    <i class="fa fa-twitter" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/umbrella/index.html b/_gh_pages/icon/umbrella/index.html new file mode 100644 index 000000000..601c2b13d --- /dev/null +++ b/_gh_pages/icon/umbrella/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-umbrella: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of umbrella at 6x   + + + Example of umbrella at 5x +    + + + Example of umbrella at 4x +    + + + Example of umbrella at 3x +    + + Example of umbrella at 2x +   + + + Example of umbrella +
    +

    + fa-umbrella + + · + Unicode: f0e9 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of umbrella fa-umbrella +
    +
    +
    <i class="fa fa-umbrella" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/underline/index.html b/_gh_pages/icon/underline/index.html new file mode 100644 index 000000000..41dcce314 --- /dev/null +++ b/_gh_pages/icon/underline/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-underline: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of underline at 6x   + + + Example of underline at 5x +    + + + Example of underline at 4x +    + + + Example of underline at 3x +    + + Example of underline at 2x +   + + + Example of underline +
    +

    + fa-underline + + · + Unicode: f0cd · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of underline fa-underline +
    +
    +
    <i class="fa fa-underline" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/undo/index.html b/_gh_pages/icon/undo/index.html new file mode 100644 index 000000000..b6870575d --- /dev/null +++ b/_gh_pages/icon/undo/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-undo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of undo at 6x   + + + Example of undo at 5x +    + + + Example of undo at 4x +    + + + Example of undo at 3x +    + + Example of undo at 2x +   + + + Example of undo +
    +

    + fa-undo + + · + Unicode: f0e2 · + Created: v2.0 · + Categories: + + Text Editor Icons + + + + · Aliases: + + fa-rotate-left + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of undo fa-undo +
    +
    +
    <i class="fa fa-undo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/universal-access/index.html b/_gh_pages/icon/universal-access/index.html new file mode 100644 index 000000000..6045ebf16 --- /dev/null +++ b/_gh_pages/icon/universal-access/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-universal-access: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of universal-access at 6x   + + + Example of universal-access at 5x +    + + + Example of universal-access at 4x +    + + + Example of universal-access at 3x +    + + Example of universal-access at 2x +   + + + Example of universal-access +
    +

    + fa-universal-access + + · + Unicode: f29a · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of universal-access fa-universal-access +
    +
    +
    <i class="fa fa-universal-access" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/university/index.html b/_gh_pages/icon/university/index.html new file mode 100644 index 000000000..aa7e5f43f --- /dev/null +++ b/_gh_pages/icon/university/index.html @@ -0,0 +1,353 @@ + + + + + + + + + + + + fa-university: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of university at 6x   + + + Example of university at 5x +    + + + Example of university at 4x +    + + + Example of university at 3x +    + + Example of university at 2x +   + + + Example of university +
    +

    + fa-university + + · + Unicode: f19c · + Created: v4.1 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-institution, + + fa-bank + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of university fa-university +
    +
    +
    <i class="fa fa-university" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/unlock-alt/index.html b/_gh_pages/icon/unlock-alt/index.html new file mode 100644 index 000000000..ffec031a2 --- /dev/null +++ b/_gh_pages/icon/unlock-alt/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-unlock-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of unlock-alt at 6x   + + + Example of unlock-alt at 5x +    + + + Example of unlock-alt at 4x +    + + + Example of unlock-alt at 3x +    + + Example of unlock-alt at 2x +   + + + Example of unlock-alt +
    +

    + fa-unlock-alt + + · + Unicode: f13e · + Created: v3.1 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of unlock-alt fa-unlock-alt +
    +
    +
    <i class="fa fa-unlock-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/unlock/index.html b/_gh_pages/icon/unlock/index.html new file mode 100644 index 000000000..c9f8f0fb6 --- /dev/null +++ b/_gh_pages/icon/unlock/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-unlock: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of unlock at 6x   + + + Example of unlock at 5x +    + + + Example of unlock at 4x +    + + + Example of unlock at 3x +    + + Example of unlock at 2x +   + + + Example of unlock +
    +

    + fa-unlock + + · + Unicode: f09c · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of unlock fa-unlock +
    +
    +
    <i class="fa fa-unlock" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/upload/index.html b/_gh_pages/icon/upload/index.html new file mode 100644 index 000000000..09e8c33f0 --- /dev/null +++ b/_gh_pages/icon/upload/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-upload: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of upload at 6x   + + + Example of upload at 5x +    + + + Example of upload at 4x +    + + + Example of upload at 3x +    + + Example of upload at 2x +   + + + Example of upload +
    +

    + fa-upload + + · + Unicode: f093 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of upload fa-upload +
    +
    +
    <i class="fa fa-upload" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/usb/index.html b/_gh_pages/icon/usb/index.html new file mode 100644 index 000000000..ca2d47773 --- /dev/null +++ b/_gh_pages/icon/usb/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-usb: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of usb at 6x   + + + Example of usb at 5x +    + + + Example of usb at 4x +    + + + Example of usb at 3x +    + + Example of usb at 2x +   + + + Example of usb +
    +

    + fa-usb + + · + Unicode: f287 · + Created: v4.5 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of usb fa-usb +
    +
    +
    <i class="fa fa-usb" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/usd/index.html b/_gh_pages/icon/usd/index.html new file mode 100644 index 000000000..f2c1edddb --- /dev/null +++ b/_gh_pages/icon/usd/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-usd: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of usd at 6x   + + + Example of usd at 5x +    + + + Example of usd at 4x +    + + + Example of usd at 3x +    + + Example of usd at 2x +   + + + Example of usd +
    +

    + fa-usd + + · + Unicode: f155 · + Created: v3.2 · + Categories: + + Currency Icons + + + + · Aliases: + + fa-dollar + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of usd fa-usd +
    +
    +
    <i class="fa fa-usd" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-circle-o/index.html b/_gh_pages/icon/user-circle-o/index.html new file mode 100644 index 000000000..aa3154009 --- /dev/null +++ b/_gh_pages/icon/user-circle-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-circle-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-circle-o at 6x   + + + Example of user-circle-o at 5x +    + + + Example of user-circle-o at 4x +    + + + Example of user-circle-o at 3x +    + + Example of user-circle-o at 2x +   + + + Example of user-circle-o +
    +

    + fa-user-circle-o + + · + Unicode: f2be · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-circle-o fa-user-circle-o +
    +
    +
    <i class="fa fa-user-circle-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-circle/index.html b/_gh_pages/icon/user-circle/index.html new file mode 100644 index 000000000..faf33779e --- /dev/null +++ b/_gh_pages/icon/user-circle/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-circle: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-circle at 6x   + + + Example of user-circle at 5x +    + + + Example of user-circle at 4x +    + + + Example of user-circle at 3x +    + + Example of user-circle at 2x +   + + + Example of user-circle +
    +

    + fa-user-circle + + · + Unicode: f2bd · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-circle fa-user-circle +
    +
    +
    <i class="fa fa-user-circle" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-md/index.html b/_gh_pages/icon/user-md/index.html new file mode 100644 index 000000000..a394e4589 --- /dev/null +++ b/_gh_pages/icon/user-md/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-md: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-md at 6x   + + + Example of user-md at 5x +    + + + Example of user-md at 4x +    + + + Example of user-md at 3x +    + + Example of user-md at 2x +   + + + Example of user-md +
    +

    + fa-user-md + + · + Unicode: f0f0 · + Created: v2.0 · + Categories: + + Medical Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-md fa-user-md +
    +
    +
    <i class="fa fa-user-md" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-o/index.html b/_gh_pages/icon/user-o/index.html new file mode 100644 index 000000000..c4c0e9077 --- /dev/null +++ b/_gh_pages/icon/user-o/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-o at 6x   + + + Example of user-o at 5x +    + + + Example of user-o at 4x +    + + + Example of user-o at 3x +    + + Example of user-o at 2x +   + + + Example of user-o +
    +

    + fa-user-o + + · + Unicode: f2c0 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-o fa-user-o +
    +
    +
    <i class="fa fa-user-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-plus/index.html b/_gh_pages/icon/user-plus/index.html new file mode 100644 index 000000000..997ea9b04 --- /dev/null +++ b/_gh_pages/icon/user-plus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-plus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-plus at 6x   + + + Example of user-plus at 5x +    + + + Example of user-plus at 4x +    + + + Example of user-plus at 3x +    + + Example of user-plus at 2x +   + + + Example of user-plus +
    +

    + fa-user-plus + + · + Unicode: f234 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-plus fa-user-plus +
    +
    +
    <i class="fa fa-user-plus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-secret/index.html b/_gh_pages/icon/user-secret/index.html new file mode 100644 index 000000000..bc3a526fd --- /dev/null +++ b/_gh_pages/icon/user-secret/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-secret: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-secret at 6x   + + + Example of user-secret at 5x +    + + + Example of user-secret at 4x +    + + + Example of user-secret at 3x +    + + Example of user-secret at 2x +   + + + Example of user-secret +
    +

    + fa-user-secret + + · + Unicode: f21b · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-secret fa-user-secret +
    +
    +
    <i class="fa fa-user-secret" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user-times/index.html b/_gh_pages/icon/user-times/index.html new file mode 100644 index 000000000..824906cd0 --- /dev/null +++ b/_gh_pages/icon/user-times/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user-times: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user-times at 6x   + + + Example of user-times at 5x +    + + + Example of user-times at 4x +    + + + Example of user-times at 3x +    + + Example of user-times at 2x +   + + + Example of user-times +
    +

    + fa-user-times + + · + Unicode: f235 · + Created: v4.3 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user-times fa-user-times +
    +
    +
    <i class="fa fa-user-times" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/user/index.html b/_gh_pages/icon/user/index.html new file mode 100644 index 000000000..b0343dc31 --- /dev/null +++ b/_gh_pages/icon/user/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-user: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of user at 6x   + + + Example of user at 5x +    + + + Example of user at 4x +    + + + Example of user at 3x +    + + Example of user at 2x +   + + + Example of user +
    +

    + fa-user + + · + Unicode: f007 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of user fa-user +
    +
    +
    <i class="fa fa-user" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/users/index.html b/_gh_pages/icon/users/index.html new file mode 100644 index 000000000..263c74f27 --- /dev/null +++ b/_gh_pages/icon/users/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-users: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of users at 6x   + + + Example of users at 5x +    + + + Example of users at 4x +    + + + Example of users at 3x +    + + Example of users at 2x +   + + + Example of users +
    +

    + fa-users + + · + Unicode: f0c0 · + Created: v2.0 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-group + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of users fa-users +
    +
    +
    <i class="fa fa-users" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/venus-double/index.html b/_gh_pages/icon/venus-double/index.html new file mode 100644 index 000000000..3897dbe16 --- /dev/null +++ b/_gh_pages/icon/venus-double/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-venus-double: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of venus-double at 6x   + + + Example of venus-double at 5x +    + + + Example of venus-double at 4x +    + + + Example of venus-double at 3x +    + + Example of venus-double at 2x +   + + + Example of venus-double +
    +

    + fa-venus-double + + · + Unicode: f226 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of venus-double fa-venus-double +
    +
    +
    <i class="fa fa-venus-double" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/venus-mars/index.html b/_gh_pages/icon/venus-mars/index.html new file mode 100644 index 000000000..e6793c0cd --- /dev/null +++ b/_gh_pages/icon/venus-mars/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-venus-mars: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of venus-mars at 6x   + + + Example of venus-mars at 5x +    + + + Example of venus-mars at 4x +    + + + Example of venus-mars at 3x +    + + Example of venus-mars at 2x +   + + + Example of venus-mars +
    +

    + fa-venus-mars + + · + Unicode: f228 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of venus-mars fa-venus-mars +
    +
    +
    <i class="fa fa-venus-mars" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/venus/index.html b/_gh_pages/icon/venus/index.html new file mode 100644 index 000000000..edd8614e6 --- /dev/null +++ b/_gh_pages/icon/venus/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-venus: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of venus at 6x   + + + Example of venus at 5x +    + + + Example of venus at 4x +    + + + Example of venus at 3x +    + + Example of venus at 2x +   + + + Example of venus +
    +

    + fa-venus + + · + Unicode: f221 · + Created: v4.3 · + Categories: + + Gender Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of venus fa-venus +
    +
    +
    <i class="fa fa-venus" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/viacoin/index.html b/_gh_pages/icon/viacoin/index.html new file mode 100644 index 000000000..1f4a833b9 --- /dev/null +++ b/_gh_pages/icon/viacoin/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-viacoin: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of viacoin at 6x   + + + Example of viacoin at 5x +    + + + Example of viacoin at 4x +    + + + Example of viacoin at 3x +    + + Example of viacoin at 2x +   + + + Example of viacoin +
    +

    + fa-viacoin + + · + Unicode: f237 · + Created: v4.3 · + Categories: + + Brand Icons + + + + · viacoin.org + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of viacoin fa-viacoin +
    +
    +
    <i class="fa fa-viacoin" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/viadeo-square/index.html b/_gh_pages/icon/viadeo-square/index.html new file mode 100644 index 000000000..08ef1a95d --- /dev/null +++ b/_gh_pages/icon/viadeo-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-viadeo-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of viadeo-square at 6x   + + + Example of viadeo-square at 5x +    + + + Example of viadeo-square at 4x +    + + + Example of viadeo-square at 3x +    + + Example of viadeo-square at 2x +   + + + Example of viadeo-square +
    +

    + fa-viadeo-square + + · + Unicode: f2aa · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of viadeo-square fa-viadeo-square +
    +
    +
    <i class="fa fa-viadeo-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/viadeo/index.html b/_gh_pages/icon/viadeo/index.html new file mode 100644 index 000000000..8992898b4 --- /dev/null +++ b/_gh_pages/icon/viadeo/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-viadeo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of viadeo at 6x   + + + Example of viadeo at 5x +    + + + Example of viadeo at 4x +    + + + Example of viadeo at 3x +    + + Example of viadeo at 2x +   + + + Example of viadeo +
    +

    + fa-viadeo + + · + Unicode: f2a9 · + Created: v4.6 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of viadeo fa-viadeo +
    +
    +
    <i class="fa fa-viadeo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/video-camera/index.html b/_gh_pages/icon/video-camera/index.html new file mode 100644 index 000000000..7c975077b --- /dev/null +++ b/_gh_pages/icon/video-camera/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-video-camera: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of video-camera at 6x   + + + Example of video-camera at 5x +    + + + Example of video-camera at 4x +    + + + Example of video-camera at 3x +    + + Example of video-camera at 2x +   + + + Example of video-camera +
    +

    + fa-video-camera + + · + Unicode: f03d · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of video-camera fa-video-camera +
    +
    +
    <i class="fa fa-video-camera" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/vimeo-square/index.html b/_gh_pages/icon/vimeo-square/index.html new file mode 100644 index 000000000..0f462a258 --- /dev/null +++ b/_gh_pages/icon/vimeo-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-vimeo-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of vimeo-square at 6x   + + + Example of vimeo-square at 5x +    + + + Example of vimeo-square at 4x +    + + + Example of vimeo-square at 3x +    + + Example of vimeo-square at 2x +   + + + Example of vimeo-square +
    +

    + fa-vimeo-square + + · + Unicode: f194 · + Created: v4.0 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of vimeo-square fa-vimeo-square +
    +
    +
    <i class="fa fa-vimeo-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/vimeo/index.html b/_gh_pages/icon/vimeo/index.html new file mode 100644 index 000000000..0a735716d --- /dev/null +++ b/_gh_pages/icon/vimeo/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-vimeo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of vimeo at 6x   + + + Example of vimeo at 5x +    + + + Example of vimeo at 4x +    + + + Example of vimeo at 3x +    + + Example of vimeo at 2x +   + + + Example of vimeo +
    +

    + fa-vimeo + + · + Unicode: f27d · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of vimeo fa-vimeo +
    +
    +
    <i class="fa fa-vimeo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/vine/index.html b/_gh_pages/icon/vine/index.html new file mode 100644 index 000000000..e7a72e0c6 --- /dev/null +++ b/_gh_pages/icon/vine/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-vine: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of vine at 6x   + + + Example of vine at 5x +    + + + Example of vine at 4x +    + + + Example of vine at 3x +    + + Example of vine at 2x +   + + + Example of vine +
    +

    + fa-vine + + · + Unicode: f1ca · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of vine fa-vine +
    +
    +
    <i class="fa fa-vine" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/vk/index.html b/_gh_pages/icon/vk/index.html new file mode 100644 index 000000000..317394811 --- /dev/null +++ b/_gh_pages/icon/vk/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-vk: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of vk at 6x   + + + Example of vk at 5x +    + + + Example of vk at 4x +    + + + Example of vk at 3x +    + + Example of vk at 2x +   + + + Example of vk +
    +

    + fa-vk + + · + Unicode: f189 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of vk fa-vk +
    +
    +
    <i class="fa fa-vk" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/volume-control-phone/index.html b/_gh_pages/icon/volume-control-phone/index.html new file mode 100644 index 000000000..5ec12f978 --- /dev/null +++ b/_gh_pages/icon/volume-control-phone/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-volume-control-phone: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of volume-control-phone at 6x   + + + Example of volume-control-phone at 5x +    + + + Example of volume-control-phone at 4x +    + + + Example of volume-control-phone at 3x +    + + Example of volume-control-phone at 2x +   + + + Example of volume-control-phone +
    +

    + fa-volume-control-phone + + · + Unicode: f2a0 · + Created: v4.6 · + Categories: + + Web Application Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of volume-control-phone fa-volume-control-phone +
    +
    +
    <i class="fa fa-volume-control-phone" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/volume-down/index.html b/_gh_pages/icon/volume-down/index.html new file mode 100644 index 000000000..cc5fd7b60 --- /dev/null +++ b/_gh_pages/icon/volume-down/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-volume-down: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of volume-down at 6x   + + + Example of volume-down at 5x +    + + + Example of volume-down at 4x +    + + + Example of volume-down at 3x +    + + Example of volume-down at 2x +   + + + Example of volume-down +
    +

    + fa-volume-down + + · + Unicode: f027 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of volume-down fa-volume-down +
    +
    +
    <i class="fa fa-volume-down" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/volume-off/index.html b/_gh_pages/icon/volume-off/index.html new file mode 100644 index 000000000..80e1a6d55 --- /dev/null +++ b/_gh_pages/icon/volume-off/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-volume-off: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of volume-off at 6x   + + + Example of volume-off at 5x +    + + + Example of volume-off at 4x +    + + + Example of volume-off at 3x +    + + Example of volume-off at 2x +   + + + Example of volume-off +
    +

    + fa-volume-off + + · + Unicode: f026 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of volume-off fa-volume-off +
    +
    +
    <i class="fa fa-volume-off" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/volume-up/index.html b/_gh_pages/icon/volume-up/index.html new file mode 100644 index 000000000..7a07af140 --- /dev/null +++ b/_gh_pages/icon/volume-up/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-volume-up: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of volume-up at 6x   + + + Example of volume-up at 5x +    + + + Example of volume-up at 4x +    + + + Example of volume-up at 3x +    + + Example of volume-up at 2x +   + + + Example of volume-up +
    +

    + fa-volume-up + + · + Unicode: f028 · + Created: v1.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of volume-up fa-volume-up +
    +
    +
    <i class="fa fa-volume-up" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/weibo/index.html b/_gh_pages/icon/weibo/index.html new file mode 100644 index 000000000..c3ba9f73c --- /dev/null +++ b/_gh_pages/icon/weibo/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-weibo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of weibo at 6x   + + + Example of weibo at 5x +    + + + Example of weibo at 4x +    + + + Example of weibo at 3x +    + + Example of weibo at 2x +   + + + Example of weibo +
    +

    + fa-weibo + + · + Unicode: f18a · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of weibo fa-weibo +
    +
    +
    <i class="fa fa-weibo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/weixin/index.html b/_gh_pages/icon/weixin/index.html new file mode 100644 index 000000000..46c810647 --- /dev/null +++ b/_gh_pages/icon/weixin/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-weixin: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of weixin at 6x   + + + Example of weixin at 5x +    + + + Example of weixin at 4x +    + + + Example of weixin at 3x +    + + Example of weixin at 2x +   + + + Example of weixin +
    +

    + fa-weixin + + · + Unicode: f1d7 · + Created: v4.1 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-wechat + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of weixin fa-weixin +
    +
    +
    <i class="fa fa-weixin" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/whatsapp/index.html b/_gh_pages/icon/whatsapp/index.html new file mode 100644 index 000000000..34820cd19 --- /dev/null +++ b/_gh_pages/icon/whatsapp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-whatsapp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of whatsapp at 6x   + + + Example of whatsapp at 5x +    + + + Example of whatsapp at 4x +    + + + Example of whatsapp at 3x +    + + Example of whatsapp at 2x +   + + + Example of whatsapp +
    +

    + fa-whatsapp + + · + Unicode: f232 · + Created: v4.3 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of whatsapp fa-whatsapp +
    +
    +
    <i class="fa fa-whatsapp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wheelchair-alt/index.html b/_gh_pages/icon/wheelchair-alt/index.html new file mode 100644 index 000000000..fc6e74441 --- /dev/null +++ b/_gh_pages/icon/wheelchair-alt/index.html @@ -0,0 +1,352 @@ + + + + + + + + + + + + fa-wheelchair-alt: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wheelchair-alt at 6x   + + + Example of wheelchair-alt at 5x +    + + + Example of wheelchair-alt at 4x +    + + + Example of wheelchair-alt at 3x +    + + Example of wheelchair-alt at 2x +   + + + Example of wheelchair-alt +
    +

    + fa-wheelchair-alt + + · + Unicode: f29b · + Created: v4.6 · + Categories: + + Web Application Icons, + + Medical Icons, + + Transportation Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wheelchair-alt fa-wheelchair-alt +
    +
    +
    <i class="fa fa-wheelchair-alt" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wheelchair/index.html b/_gh_pages/icon/wheelchair/index.html new file mode 100644 index 000000000..2abab5a70 --- /dev/null +++ b/_gh_pages/icon/wheelchair/index.html @@ -0,0 +1,352 @@ + + + + + + + + + + + + fa-wheelchair: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wheelchair at 6x   + + + Example of wheelchair at 5x +    + + + Example of wheelchair at 4x +    + + + Example of wheelchair at 3x +    + + Example of wheelchair at 2x +   + + + Example of wheelchair +
    +

    + fa-wheelchair + + · + Unicode: f193 · + Created: v4.0 · + Categories: + + Web Application Icons, + + Medical Icons, + + Transportation Icons, + + Accessibility Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wheelchair fa-wheelchair +
    +
    +
    <i class="fa fa-wheelchair" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wifi/index.html b/_gh_pages/icon/wifi/index.html new file mode 100644 index 000000000..fb98cfae1 --- /dev/null +++ b/_gh_pages/icon/wifi/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wifi: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wifi at 6x   + + + Example of wifi at 5x +    + + + Example of wifi at 4x +    + + + Example of wifi at 3x +    + + Example of wifi at 2x +   + + + Example of wifi +
    +

    + fa-wifi + + · + Unicode: f1eb · + Created: v4.2 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wifi fa-wifi +
    +
    +
    <i class="fa fa-wifi" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wikipedia-w/index.html b/_gh_pages/icon/wikipedia-w/index.html new file mode 100644 index 000000000..8798c92db --- /dev/null +++ b/_gh_pages/icon/wikipedia-w/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wikipedia-w: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wikipedia-w at 6x   + + + Example of wikipedia-w at 5x +    + + + Example of wikipedia-w at 4x +    + + + Example of wikipedia-w at 3x +    + + Example of wikipedia-w at 2x +   + + + Example of wikipedia-w +
    +

    + fa-wikipedia-w + + · + Unicode: f266 · + Created: v4.4 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wikipedia-w fa-wikipedia-w +
    +
    +
    <i class="fa fa-wikipedia-w" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/window-close-o/index.html b/_gh_pages/icon/window-close-o/index.html new file mode 100644 index 000000000..1c7eeeb6a --- /dev/null +++ b/_gh_pages/icon/window-close-o/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-window-close-o: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of window-close-o at 6x   + + + Example of window-close-o at 5x +    + + + Example of window-close-o at 4x +    + + + Example of window-close-o at 3x +    + + Example of window-close-o at 2x +   + + + Example of window-close-o +
    +

    + fa-window-close-o + + · + Unicode: f2d4 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-times-rectangle-o + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of window-close-o fa-window-close-o +
    +
    +
    <i class="fa fa-window-close-o" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/window-close/index.html b/_gh_pages/icon/window-close/index.html new file mode 100644 index 000000000..62c7da803 --- /dev/null +++ b/_gh_pages/icon/window-close/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-window-close: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of window-close at 6x   + + + Example of window-close at 5x +    + + + Example of window-close at 4x +    + + + Example of window-close at 3x +    + + Example of window-close at 2x +   + + + Example of window-close +
    +

    + fa-window-close + + · + Unicode: f2d3 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + · Aliases: + + fa-times-rectangle + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of window-close fa-window-close +
    +
    +
    <i class="fa fa-window-close" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/window-maximize/index.html b/_gh_pages/icon/window-maximize/index.html new file mode 100644 index 000000000..3f10bfd77 --- /dev/null +++ b/_gh_pages/icon/window-maximize/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-window-maximize: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of window-maximize at 6x   + + + Example of window-maximize at 5x +    + + + Example of window-maximize at 4x +    + + + Example of window-maximize at 3x +    + + Example of window-maximize at 2x +   + + + Example of window-maximize +
    +

    + fa-window-maximize + + · + Unicode: f2d0 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of window-maximize fa-window-maximize +
    +
    +
    <i class="fa fa-window-maximize" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/window-minimize/index.html b/_gh_pages/icon/window-minimize/index.html new file mode 100644 index 000000000..9980d13cd --- /dev/null +++ b/_gh_pages/icon/window-minimize/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-window-minimize: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of window-minimize at 6x   + + + Example of window-minimize at 5x +    + + + Example of window-minimize at 4x +    + + + Example of window-minimize at 3x +    + + Example of window-minimize at 2x +   + + + Example of window-minimize +
    +

    + fa-window-minimize + + · + Unicode: f2d1 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of window-minimize fa-window-minimize +
    +
    +
    <i class="fa fa-window-minimize" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/window-restore/index.html b/_gh_pages/icon/window-restore/index.html new file mode 100644 index 000000000..613e9bd63 --- /dev/null +++ b/_gh_pages/icon/window-restore/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-window-restore: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of window-restore at 6x   + + + Example of window-restore at 5x +    + + + Example of window-restore at 4x +    + + + Example of window-restore at 3x +    + + Example of window-restore at 2x +   + + + Example of window-restore +
    +

    + fa-window-restore + + · + Unicode: f2d2 · + Created: v4.7 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of window-restore fa-window-restore +
    +
    +
    <i class="fa fa-window-restore" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/windows/index.html b/_gh_pages/icon/windows/index.html new file mode 100644 index 000000000..21d182862 --- /dev/null +++ b/_gh_pages/icon/windows/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-windows: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of windows at 6x   + + + Example of windows at 5x +    + + + Example of windows at 4x +    + + + Example of windows at 3x +    + + Example of windows at 2x +   + + + Example of windows +
    +

    + fa-windows + + · + Unicode: f17a · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of windows fa-windows +
    +
    +
    <i class="fa fa-windows" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wordpress/index.html b/_gh_pages/icon/wordpress/index.html new file mode 100644 index 000000000..9079556ab --- /dev/null +++ b/_gh_pages/icon/wordpress/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wordpress: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wordpress at 6x   + + + Example of wordpress at 5x +    + + + Example of wordpress at 4x +    + + + Example of wordpress at 3x +    + + Example of wordpress at 2x +   + + + Example of wordpress +
    +

    + fa-wordpress + + · + Unicode: f19a · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wordpress fa-wordpress +
    +
    +
    <i class="fa fa-wordpress" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wpbeginner/index.html b/_gh_pages/icon/wpbeginner/index.html new file mode 100644 index 000000000..912598dc8 --- /dev/null +++ b/_gh_pages/icon/wpbeginner/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wpbeginner: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wpbeginner at 6x   + + + Example of wpbeginner at 5x +    + + + Example of wpbeginner at 4x +    + + + Example of wpbeginner at 3x +    + + Example of wpbeginner at 2x +   + + + Example of wpbeginner +
    +

    + fa-wpbeginner + + · + Unicode: f297 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · wpbeginner.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wpbeginner fa-wpbeginner +
    +
    +
    <i class="fa fa-wpbeginner" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wpexplorer/index.html b/_gh_pages/icon/wpexplorer/index.html new file mode 100644 index 000000000..b56945d7c --- /dev/null +++ b/_gh_pages/icon/wpexplorer/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wpexplorer: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wpexplorer at 6x   + + + Example of wpexplorer at 5x +    + + + Example of wpexplorer at 4x +    + + + Example of wpexplorer at 3x +    + + Example of wpexplorer at 2x +   + + + Example of wpexplorer +
    +

    + fa-wpexplorer + + · + Unicode: f2de · + Created: v4.7 · + Categories: + + Brand Icons + + + + · wpexplorer.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wpexplorer fa-wpexplorer +
    +
    +
    <i class="fa fa-wpexplorer" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wpforms/index.html b/_gh_pages/icon/wpforms/index.html new file mode 100644 index 000000000..af7fed4b3 --- /dev/null +++ b/_gh_pages/icon/wpforms/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wpforms: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wpforms at 6x   + + + Example of wpforms at 5x +    + + + Example of wpforms at 4x +    + + + Example of wpforms at 3x +    + + Example of wpforms at 2x +   + + + Example of wpforms +
    +

    + fa-wpforms + + · + Unicode: f298 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · wpforms.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wpforms fa-wpforms +
    +
    +
    <i class="fa fa-wpforms" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/wrench/index.html b/_gh_pages/icon/wrench/index.html new file mode 100644 index 000000000..40dffddf9 --- /dev/null +++ b/_gh_pages/icon/wrench/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-wrench: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of wrench at 6x   + + + Example of wrench at 5x +    + + + Example of wrench at 4x +    + + + Example of wrench at 3x +    + + Example of wrench at 2x +   + + + Example of wrench +
    +

    + fa-wrench + + · + Unicode: f0ad · + Created: v2.0 · + Categories: + + Web Application Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of wrench fa-wrench +
    +
    +
    <i class="fa fa-wrench" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/xing-square/index.html b/_gh_pages/icon/xing-square/index.html new file mode 100644 index 000000000..f8321d21a --- /dev/null +++ b/_gh_pages/icon/xing-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-xing-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of xing-square at 6x   + + + Example of xing-square at 5x +    + + + Example of xing-square at 4x +    + + + Example of xing-square at 3x +    + + Example of xing-square at 2x +   + + + Example of xing-square +
    +

    + fa-xing-square + + · + Unicode: f169 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of xing-square fa-xing-square +
    +
    +
    <i class="fa fa-xing-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/xing/index.html b/_gh_pages/icon/xing/index.html new file mode 100644 index 000000000..ce81ec691 --- /dev/null +++ b/_gh_pages/icon/xing/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-xing: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of xing at 6x   + + + Example of xing at 5x +    + + + Example of xing at 4x +    + + + Example of xing at 3x +    + + Example of xing at 2x +   + + + Example of xing +
    +

    + fa-xing + + · + Unicode: f168 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of xing fa-xing +
    +
    +
    <i class="fa fa-xing" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/y-combinator/index.html b/_gh_pages/icon/y-combinator/index.html new file mode 100644 index 000000000..7bb7af3e4 --- /dev/null +++ b/_gh_pages/icon/y-combinator/index.html @@ -0,0 +1,351 @@ + + + + + + + + + + + + fa-y-combinator: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of y-combinator at 6x   + + + Example of y-combinator at 5x +    + + + Example of y-combinator at 4x +    + + + Example of y-combinator at 3x +    + + Example of y-combinator at 2x +   + + + Example of y-combinator +
    +

    + fa-y-combinator + + · + Unicode: f23b · + Created: v4.4 · + Categories: + + Brand Icons + + + + · Aliases: + + fa-yc + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of y-combinator fa-y-combinator +
    +
    +
    <i class="fa fa-y-combinator" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/yahoo/index.html b/_gh_pages/icon/yahoo/index.html new file mode 100644 index 000000000..6b8a9736f --- /dev/null +++ b/_gh_pages/icon/yahoo/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-yahoo: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of yahoo at 6x   + + + Example of yahoo at 5x +    + + + Example of yahoo at 4x +    + + + Example of yahoo at 3x +    + + Example of yahoo at 2x +   + + + Example of yahoo +
    +

    + fa-yahoo + + · + Unicode: f19e · + Created: v4.1 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of yahoo fa-yahoo +
    +
    +
    <i class="fa fa-yahoo" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/yelp/index.html b/_gh_pages/icon/yelp/index.html new file mode 100644 index 000000000..50b4cda05 --- /dev/null +++ b/_gh_pages/icon/yelp/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-yelp: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of yelp at 6x   + + + Example of yelp at 5x +    + + + Example of yelp at 4x +    + + + Example of yelp at 3x +    + + Example of yelp at 2x +   + + + Example of yelp +
    +

    + fa-yelp + + · + Unicode: f1e9 · + Created: v4.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of yelp fa-yelp +
    +
    +
    <i class="fa fa-yelp" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/yoast/index.html b/_gh_pages/icon/yoast/index.html new file mode 100644 index 000000000..be08f71af --- /dev/null +++ b/_gh_pages/icon/yoast/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-yoast: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of yoast at 6x   + + + Example of yoast at 5x +    + + + Example of yoast at 4x +    + + + Example of yoast at 3x +    + + Example of yoast at 2x +   + + + Example of yoast +
    +

    + fa-yoast + + · + Unicode: f2b1 · + Created: v4.6 · + Categories: + + Brand Icons + + + + · yoast.com + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of yoast fa-yoast +
    +
    +
    <i class="fa fa-yoast" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/youtube-play/index.html b/_gh_pages/icon/youtube-play/index.html new file mode 100644 index 000000000..cacb0d2c4 --- /dev/null +++ b/_gh_pages/icon/youtube-play/index.html @@ -0,0 +1,348 @@ + + + + + + + + + + + + fa-youtube-play: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of youtube-play at 6x   + + + Example of youtube-play at 5x +    + + + Example of youtube-play at 4x +    + + + Example of youtube-play at 3x +    + + Example of youtube-play at 2x +   + + + Example of youtube-play +
    +

    + fa-youtube-play + + · + Unicode: f16a · + Created: v3.2 · + Categories: + + Brand Icons, + + Video Player Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of youtube-play fa-youtube-play +
    +
    +
    <i class="fa fa-youtube-play" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/youtube-square/index.html b/_gh_pages/icon/youtube-square/index.html new file mode 100644 index 000000000..128573a7e --- /dev/null +++ b/_gh_pages/icon/youtube-square/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-youtube-square: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of youtube-square at 6x   + + + Example of youtube-square at 5x +    + + + Example of youtube-square at 4x +    + + + Example of youtube-square at 3x +    + + Example of youtube-square at 2x +   + + + Example of youtube-square +
    +

    + fa-youtube-square + + · + Unicode: f166 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of youtube-square fa-youtube-square +
    +
    +
    <i class="fa fa-youtube-square" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icon/youtube/index.html b/_gh_pages/icon/youtube/index.html new file mode 100644 index 000000000..fc70e6407 --- /dev/null +++ b/_gh_pages/icon/youtube/index.html @@ -0,0 +1,346 @@ + + + + + + + + + + + + fa-youtube: Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    + + Example of youtube at 6x   + + + Example of youtube at 5x +    + + + Example of youtube at 4x +    + + + Example of youtube at 3x +    + + Example of youtube at 2x +   + + + Example of youtube +
    +

    + fa-youtube + + · + Unicode: f167 · + Created: v3.2 · + Categories: + + Brand Icons + + + + + +

    +
    +
    + +
    +
    +
    +
    +

    After you get up and running, you can place Font Awesome icons just about anywhere with the <i> tag:

    +
    +
    + Example of youtube fa-youtube +
    +
    +
    <i class="fa fa-youtube" aria-hidden="true"></i>
    +
    +

    + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

    + +
    + Looking for more? Check out the examples. +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/icons.yml b/_gh_pages/icons.yml new file mode 100644 index 000000000..f86e49bb0 --- /dev/null +++ b/_gh_pages/icons.yml @@ -0,0 +1,6540 @@ +icons: + - name: Glass + id: glass + unicode: f000 + created: 1.0 + filter: + - martini + - drink + - bar + - alcohol + - liquor + categories: + - Web Application Icons + + - name: Music + id: music + unicode: f001 + created: 1.0 + filter: + - note + - sound + categories: + - Web Application Icons + + - name: Search + id: search + unicode: f002 + created: 1.0 + filter: + - magnify + - zoom + - enlarge + - bigger + categories: + - Web Application Icons + + - name: Envelope Outlined + id: envelope-o + unicode: f003 + created: 1.0 + filter: + - email + - support + - e-mail + - letter + - mail + - notification + categories: + - Web Application Icons + + - name: Heart + id: heart + unicode: f004 + created: 1.0 + filter: + - love + - like + - favorite + categories: + - Web Application Icons + - Medical Icons + + - name: Star + id: star + unicode: f005 + created: 1.0 + filter: + - award + - achievement + - night + - rating + - score + - favorite + categories: + - Web Application Icons + + - name: Star Outlined + id: star-o + unicode: f006 + created: 1.0 + filter: + - award + - achievement + - night + - rating + - score + - favorite + categories: + - Web Application Icons + + - name: User + id: user + unicode: f007 + created: 1.0 + filter: + - person + - man + - head + - profile + categories: + - Web Application Icons + + - name: Film + id: film + unicode: f008 + created: 1.0 + filter: + - movie + categories: + - Web Application Icons + + - name: th-large + id: th-large + unicode: f009 + created: 1.0 + filter: + - blocks + - squares + - boxes + - grid + categories: + - Text Editor Icons + + - name: th + id: th + unicode: f00a + created: 1.0 + filter: + - blocks + - squares + - boxes + - grid + categories: + - Text Editor Icons + + - name: th-list + id: th-list + unicode: f00b + created: 1.0 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: Check + id: check + unicode: f00c + created: 1.0 + filter: + - checkmark + - done + - todo + - agree + - accept + - confirm + - tick + - ok + categories: + - Web Application Icons + + - name: Times + id: times + unicode: f00d + created: 1.0 + aliases: + - remove + - close + filter: + - close + - exit + - x + - cross + categories: + - Web Application Icons + + - name: Search Plus + id: search-plus + unicode: f00e + created: 1.0 + filter: + - magnify + - zoom + - enlarge + - bigger + categories: + - Web Application Icons + + + - name: Search Minus + id: search-minus + unicode: f010 + created: 1.0 + filter: + - magnify + - minify + - zoom + - smaller + categories: + - Web Application Icons + + - name: Power Off + id: power-off + unicode: f011 + created: 1.0 + filter: + - "on" + categories: + - Web Application Icons + + - name: signal + id: signal + unicode: f012 + created: 1.0 + filter: + - graph + - bars + categories: + - Web Application Icons + + - name: cog + id: cog + unicode: f013 + created: 1.0 + filter: + - settings + aliases: + - gear + categories: + - Web Application Icons + - Spinner Icons + + - name: Trash Outlined + id: trash-o + unicode: f014 + created: 1.0 + filter: + - garbage + - delete + - remove + - trash + - hide + categories: + - Web Application Icons + + - name: home + id: home + unicode: f015 + created: 1.0 + filter: + - main + - house + categories: + - Web Application Icons + + - name: File Outlined + id: file-o + unicode: f016 + created: 1.0 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Clock Outlined + id: clock-o + unicode: f017 + created: 1.0 + filter: + - watch + - timer + - late + - timestamp + categories: + - Web Application Icons + + - name: road + id: road + unicode: f018 + created: 1.0 + filter: + - street + categories: + - Web Application Icons + + - name: Download + id: download + unicode: f019 + created: 1.0 + filter: + - import + categories: + - Web Application Icons + + - name: Arrow Circle Outlined Down + id: arrow-circle-o-down + unicode: f01a + created: 1.0 + filter: + - download + categories: + - Directional Icons + + - name: Arrow Circle Outlined Up + id: arrow-circle-o-up + unicode: f01b + created: 1.0 + categories: + - Directional Icons + + - name: inbox + id: inbox + unicode: f01c + created: 1.0 + categories: + - Web Application Icons + + - name: Play Circle Outlined + id: play-circle-o + unicode: f01d + created: 1.0 + categories: + - Video Player Icons + + - name: Repeat + id: repeat + unicode: f01e + created: 1.0 + filter: + - redo + - forward + aliases: + - rotate-right + categories: + - Text Editor Icons + + + - name: refresh + id: refresh + unicode: f021 + created: 1.0 + filter: + - reload + - sync + categories: + - Web Application Icons + - Spinner Icons + + - name: list-alt + id: list-alt + unicode: f022 + created: 1.0 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: lock + id: lock + unicode: f023 + created: 1.0 + filter: + - protect + - admin + - security + categories: + - Web Application Icons + + - name: flag + id: flag + unicode: f024 + created: 1.0 + filter: + - report + - notification + - notify + categories: + - Web Application Icons + + - name: headphones + id: headphones + unicode: f025 + created: 1.0 + filter: + - sound + - listen + - music + - audio + categories: + - Web Application Icons + + - name: volume-off + id: volume-off + unicode: f026 + created: 1.0 + filter: + - audio + - mute + - sound + - music + categories: + - Web Application Icons + + - name: volume-down + id: volume-down + unicode: f027 + created: 1.0 + filter: + - audio + - lower + - quieter + - sound + - music + categories: + - Web Application Icons + + - name: volume-up + id: volume-up + unicode: f028 + created: 1.0 + filter: + - audio + - higher + - louder + - sound + - music + categories: + - Web Application Icons + + - name: qrcode + id: qrcode + unicode: f029 + created: 1.0 + filter: + - scan + categories: + - Web Application Icons + + - name: barcode + id: barcode + unicode: f02a + created: 1.0 + filter: + - scan + categories: + - Web Application Icons + + - name: tag + id: tag + unicode: f02b + created: 1.0 + filter: + - label + categories: + - Web Application Icons + + - name: tags + id: tags + unicode: f02c + created: 1.0 + filter: + - labels + categories: + - Web Application Icons + + - name: book + id: book + unicode: f02d + created: 1.0 + filter: + - read + - documentation + categories: + - Web Application Icons + + - name: bookmark + id: bookmark + unicode: f02e + created: 1.0 + filter: + - save + categories: + - Web Application Icons + + - name: print + id: print + unicode: f02f + created: 1.0 + categories: + - Web Application Icons + + + - name: camera + id: camera + unicode: f030 + created: 1.0 + filter: + - photo + - picture + - record + categories: + - Web Application Icons + + - name: font + id: font + unicode: f031 + created: 1.0 + filter: + - text + categories: + - Text Editor Icons + + - name: bold + id: bold + unicode: f032 + created: 1.0 + categories: + - Text Editor Icons + + - name: italic + id: italic + unicode: f033 + created: 1.0 + filter: + - italics + categories: + - Text Editor Icons + + - name: text-height + id: text-height + unicode: f034 + created: 1.0 + categories: + - Text Editor Icons + + - name: text-width + id: text-width + unicode: f035 + created: 1.0 + categories: + - Text Editor Icons + + - name: align-left + id: align-left + unicode: f036 + created: 1.0 + filter: + - text + categories: + - Text Editor Icons + + - name: align-center + id: align-center + unicode: f037 + created: 1.0 + filter: + - middle + - text + categories: + - Text Editor Icons + + - name: align-right + id: align-right + unicode: f038 + created: 1.0 + filter: + - text + categories: + - Text Editor Icons + + - name: align-justify + id: align-justify + unicode: f039 + created: 1.0 + filter: + - text + categories: + - Text Editor Icons + + - name: list + id: list + unicode: f03a + created: 1.0 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: Outdent + id: outdent + unicode: f03b + created: 1.0 + aliases: + - dedent + categories: + - Text Editor Icons + + - name: Indent + id: indent + unicode: f03c + created: 1.0 + categories: + - Text Editor Icons + + - name: Video Camera + id: video-camera + unicode: f03d + created: 1.0 + filter: + - film + - movie + - record + categories: + - Web Application Icons + + - name: Picture Outlined + id: picture-o + unicode: f03e + created: 1.0 + aliases: + - photo + - image + categories: + - Web Application Icons + + + - name: pencil + id: pencil + unicode: f040 + created: 1.0 + filter: + - write + - edit + - update + categories: + - Web Application Icons + + - name: map-marker + id: map-marker + unicode: f041 + created: 1.0 + filter: + - map + - pin + - location + - coordinates + - localize + - address + - travel + - where + - place + categories: + - Web Application Icons + + - name: adjust + id: adjust + unicode: f042 + created: 1.0 + filter: + - contrast + categories: + - Web Application Icons + + - name: tint + id: tint + unicode: f043 + created: 1.0 + filter: + - raindrop + - waterdrop + - drop + - droplet + categories: + - Web Application Icons + + - name: Pencil Square Outlined + id: pencil-square-o + unicode: f044 + created: 1.0 + filter: + - write + - edit + - update + aliases: + - edit + categories: + - Web Application Icons + + - name: Share Square Outlined + id: share-square-o + unicode: f045 + created: 1.0 + filter: + - social + - send + - arrow + categories: + - Web Application Icons + + - name: Check Square Outlined + id: check-square-o + unicode: f046 + created: 1.0 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + - Form Control Icons + + - name: Arrows + id: arrows + unicode: f047 + created: 1.0 + filter: + - move + - reorder + - resize + categories: + - Web Application Icons + - Directional Icons + + - name: step-backward + id: step-backward + unicode: f048 + created: 1.0 + filter: + - rewind + - previous + - beginning + - start + - first + categories: + - Video Player Icons + + - name: fast-backward + id: fast-backward + unicode: f049 + created: 1.0 + filter: + - rewind + - previous + - beginning + - start + - first + categories: + - Video Player Icons + + - name: backward + id: backward + unicode: f04a + created: 1.0 + filter: + - rewind + - previous + categories: + - Video Player Icons + + - name: play + id: play + unicode: f04b + created: 1.0 + filter: + - start + - playing + - music + - sound + categories: + - Video Player Icons + + - name: pause + id: pause + unicode: f04c + created: 1.0 + filter: + - wait + categories: + - Video Player Icons + + - name: stop + id: stop + unicode: f04d + created: 1.0 + filter: + - block + - box + - square + categories: + - Video Player Icons + + - name: forward + id: forward + unicode: f04e + created: 1.0 + filter: + - forward + - next + categories: + - Video Player Icons + + + - name: fast-forward + id: fast-forward + unicode: f050 + created: 1.0 + filter: + - next + - end + - last + categories: + - Video Player Icons + + - name: step-forward + id: step-forward + unicode: f051 + created: 1.0 + filter: + - next + - end + - last + categories: + - Video Player Icons + + - name: eject + id: eject + unicode: f052 + created: 1.0 + categories: + - Video Player Icons + + - name: chevron-left + id: chevron-left + unicode: f053 + created: 1.0 + filter: + - bracket + - previous + - back + categories: + - Directional Icons + + - name: chevron-right + id: chevron-right + unicode: f054 + created: 1.0 + filter: + - bracket + - next + - forward + categories: + - Directional Icons + + - name: Plus Circle + id: plus-circle + unicode: f055 + created: 1.0 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + + - name: Minus Circle + id: minus-circle + unicode: f056 + created: 1.0 + filter: + - delete + - remove + - trash + - hide + categories: + - Web Application Icons + + - name: Times Circle + id: times-circle + unicode: f057 + created: 1.0 + filter: + - close + - exit + - x + categories: + - Web Application Icons + + - name: Check Circle + id: check-circle + unicode: f058 + created: 1.0 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + + - name: Question Circle + id: question-circle + unicode: f059 + filter: + - help + - information + - unknown + - support + created: 1.0 + categories: + - Web Application Icons + + - name: Info Circle + id: info-circle + unicode: f05a + created: 1.0 + filter: + - help + - information + - more + - details + categories: + - Web Application Icons + + - name: Crosshairs + id: crosshairs + unicode: f05b + created: 1.0 + filter: + - picker + categories: + - Web Application Icons + + - name: Times Circle Outlined + id: times-circle-o + unicode: f05c + created: 1.0 + filter: + - close + - exit + - x + categories: + - Web Application Icons + + - name: Check Circle Outlined + id: check-circle-o + unicode: f05d + created: 1.0 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + + - name: ban + id: ban + unicode: f05e + created: 1.0 + filter: + - delete + - remove + - trash + - hide + - block + - stop + - abort + - cancel + categories: + - Web Application Icons + + + - name: arrow-left + id: arrow-left + unicode: f060 + created: 1.0 + filter: + - previous + - back + categories: + - Directional Icons + + - name: arrow-right + id: arrow-right + unicode: f061 + created: 1.0 + filter: + - next + - forward + categories: + - Directional Icons + + - name: arrow-up + id: arrow-up + unicode: f062 + created: 1.0 + categories: + - Directional Icons + + - name: arrow-down + id: arrow-down + unicode: f063 + created: 1.0 + filter: + - download + categories: + - Directional Icons + + - name: Share + id: share + unicode: f064 + created: 1.0 + aliases: + - mail-forward + categories: + - Web Application Icons + + - name: Expand + id: expand + unicode: f065 + created: 1.0 + filter: + - enlarge + - bigger + - resize + categories: + - Video Player Icons + + - name: Compress + id: compress + unicode: f066 + created: 1.0 + filter: + - collapse + - combine + - contract + - merge + - smaller + categories: + - Video Player Icons + + - name: plus + id: plus + unicode: f067 + created: 1.0 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + + - name: minus + id: minus + unicode: f068 + created: 1.0 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + + - name: asterisk + id: asterisk + unicode: f069 + created: 1.0 + filter: + - details + categories: + - Web Application Icons + + - name: Exclamation Circle + id: exclamation-circle + unicode: f06a + created: 1.0 + filter: + - warning + - error + - problem + - notification + - alert + categories: + - Web Application Icons + + - name: gift + id: gift + unicode: f06b + created: 1.0 + filter: + - present + categories: + - Web Application Icons + + - name: leaf + id: leaf + unicode: f06c + created: 1.0 + filter: + - eco + - nature + - plant + categories: + - Web Application Icons + + - name: fire + id: fire + unicode: f06d + created: 1.0 + filter: + - flame + - hot + - popular + categories: + - Web Application Icons + + - name: Eye + id: eye + unicode: f06e + created: 1.0 + filter: + - show + - visible + - views + categories: + - Web Application Icons + + + - name: Eye Slash + id: eye-slash + unicode: f070 + created: 1.0 + filter: + - toggle + - show + - hide + - visible + - visiblity + - views + categories: + - Web Application Icons + + - name: Exclamation Triangle + id: exclamation-triangle + unicode: f071 + created: 1.0 + filter: + - warning + - error + - problem + - notification + - alert + aliases: + - warning + categories: + - Web Application Icons + + - name: plane + id: plane + unicode: f072 + created: 1.0 + filter: + - travel + - trip + - location + - destination + - airplane + - fly + - mode + categories: + - Web Application Icons + - Transportation Icons + + - name: calendar + id: calendar + unicode: f073 + created: 1.0 + filter: + - date + - time + - when + - event + categories: + - Web Application Icons + + - name: random + id: random + unicode: f074 + created: 1.0 + filter: + - sort + - shuffle + categories: + - Web Application Icons + - Video Player Icons + + - name: comment + id: comment + unicode: f075 + created: 1.0 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: magnet + id: magnet + unicode: f076 + created: 1.0 + categories: + - Web Application Icons + + - name: chevron-up + id: chevron-up + unicode: f077 + created: 1.0 + categories: + - Directional Icons + + - name: chevron-down + id: chevron-down + unicode: f078 + created: 1.0 + categories: + - Directional Icons + + - name: retweet + id: retweet + unicode: f079 + created: 1.0 + filter: + - refresh + - reload + - share + categories: + - Web Application Icons + + - name: shopping-cart + id: shopping-cart + unicode: f07a + created: 1.0 + filter: + - checkout + - buy + - purchase + - payment + categories: + - Web Application Icons + + - name: Folder + id: folder + unicode: f07b + created: 1.0 + categories: + - Web Application Icons + + - name: Folder Open + id: folder-open + unicode: f07c + created: 1.0 + categories: + - Web Application Icons + + - name: Arrows Vertical + id: arrows-v + unicode: f07d + created: 1.0 + filter: + - resize + categories: + - Web Application Icons + - Directional Icons + + - name: Arrows Horizontal + id: arrows-h + unicode: f07e + created: 1.0 + filter: + - resize + categories: + - Web Application Icons + - Directional Icons + + + - name: Bar Chart + id: bar-chart + unicode: f080 + created: 1.0 + aliases: + - bar-chart-o + filter: + - graph + - analytics + categories: + - Web Application Icons + - Chart Icons + + - name: Twitter Square + id: twitter-square + unicode: f081 + created: 1.0 + filter: + - tweet + - social network + categories: + - Brand Icons + + - name: Facebook Square + id: facebook-square + unicode: f082 + created: 1.0 + filter: + - social network + categories: + - Brand Icons + + - name: camera-retro + id: camera-retro + unicode: f083 + created: 1.0 + filter: + - photo + - picture + - record + categories: + - Web Application Icons + + - name: key + id: key + unicode: f084 + created: 1.0 + filter: + - unlock + - password + categories: + - Web Application Icons + + - name: cogs + id: cogs + unicode: f085 + created: 1.0 + aliases: + - gears + filter: + - settings + categories: + - Web Application Icons + + - name: comments + id: comments + unicode: f086 + created: 1.0 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Thumbs Up Outlined + id: thumbs-o-up + unicode: f087 + created: 1.0 + filter: + - like + - approve + - favorite + - agree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: Thumbs Down Outlined + id: thumbs-o-down + unicode: f088 + created: 1.0 + filter: + - dislike + - disapprove + - disagree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: star-half + id: star-half + unicode: f089 + created: 1.0 + filter: + - award + - achievement + - rating + - score + categories: + - Web Application Icons + + - name: Heart Outlined + id: heart-o + unicode: f08a + created: 1.0 + filter: + - love + - like + - favorite + categories: + - Web Application Icons + - Medical Icons + + - name: Sign Out + id: sign-out + unicode: f08b + created: 1.0 + filter: + - log out + - logout + - leave + - exit + - arrow + categories: + - Web Application Icons + + - name: LinkedIn Square + id: linkedin-square + unicode: f08c + created: 1.0 + categories: + - Brand Icons + + - name: Thumb Tack + id: thumb-tack + unicode: f08d + created: 1.0 + filter: + - marker + - pin + - location + - coordinates + categories: + - Web Application Icons + + - name: External Link + id: external-link + unicode: f08e + created: 1.0 + filter: + - open + - new + categories: + - Web Application Icons + + + - name: Sign In + id: sign-in + unicode: f090 + created: 1.0 + filter: + - enter + - join + - log in + - login + - sign up + - sign in + - signin + - signup + - arrow + categories: + - Web Application Icons + + - name: trophy + id: trophy + unicode: f091 + created: 1.0 + filter: + - award + - achievement + - cup + - winner + - game + categories: + - Web Application Icons + + - name: GitHub Square + id: github-square + unicode: f092 + created: 1.0 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: Upload + id: upload + unicode: f093 + created: 1.0 + filter: + - import + categories: + - Web Application Icons + + - name: Lemon Outlined + id: lemon-o + unicode: f094 + created: 1.0 + filter: + - food + categories: + - Web Application Icons + + - name: Phone + id: phone + unicode: f095 + created: 2.0 + filter: + - call + - voice + - number + - support + - earphone + - telephone + categories: + - Web Application Icons + + - name: Square Outlined + id: square-o + unicode: f096 + created: 2.0 + filter: + - block + - square + - box + categories: + - Web Application Icons + - Form Control Icons + + + - name: Bookmark Outlined + id: bookmark-o + unicode: f097 + created: 2.0 + filter: + - save + categories: + - Web Application Icons + + - name: Phone Square + id: phone-square + unicode: f098 + created: 2.0 + filter: + - call + - voice + - number + - support + - telephone + categories: + - Web Application Icons + + - name: Twitter + id: twitter + unicode: f099 + created: 2.0 + filter: + - tweet + - social network + categories: + - Brand Icons + + - name: Facebook + id: facebook + unicode: f09a + created: 2.0 + aliases: + - facebook-f + filter: + - social network + categories: + - Brand Icons + + - name: GitHub + id: github + unicode: f09b + created: 2.0 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: unlock + id: unlock + unicode: f09c + created: 2.0 + filter: + - protect + - admin + - password + - lock + categories: + - Web Application Icons + + - name: credit-card + id: credit-card + unicode: f09d + created: 2.0 + filter: + - money + - buy + - debit + - checkout + - purchase + - payment + categories: + - Web Application Icons + - Payment Icons + + - name: rss + id: rss + unicode: f09e + created: 2.0 + filter: + - blog + aliases: + - feed + categories: + - Web Application Icons + + + - name: HDD + id: hdd-o + unicode: f0a0 + created: 2.0 + filter: + - harddrive + - hard drive + - storage + - save + categories: + - Web Application Icons + + - name: bullhorn + id: bullhorn + unicode: f0a1 + created: 2.0 + filter: + - announcement + - share + - broadcast + - louder + - megaphone + categories: + - Web Application Icons + + - name: bell + id: bell + unicode: f0f3 + created: 2.0 + filter: + - alert + - reminder + - notification + categories: + - Web Application Icons + + - name: certificate + id: certificate + unicode: f0a3 + created: 2.0 + filter: + - badge + - star + categories: + - Web Application Icons + + - name: Hand Outlined Right + id: hand-o-right + unicode: f0a4 + created: 2.0 + filter: + - point + - right + - next + - forward + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Left + id: hand-o-left + unicode: f0a5 + created: 2.0 + filter: + - point + - left + - previous + - back + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Up + id: hand-o-up + unicode: f0a6 + created: 2.0 + filter: + - point + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Down + id: hand-o-down + unicode: f0a7 + created: 2.0 + filter: + - point + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Arrow Circle Left + id: arrow-circle-left + unicode: f0a8 + created: 2.0 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Arrow Circle Right + id: arrow-circle-right + unicode: f0a9 + created: 2.0 + filter: + - next + - forward + categories: + - Directional Icons + + - name: Arrow Circle Up + id: arrow-circle-up + unicode: f0aa + created: 2.0 + categories: + - Directional Icons + + - name: Arrow Circle Down + id: arrow-circle-down + unicode: f0ab + created: 2.0 + filter: + - download + categories: + - Directional Icons + + - name: Globe + id: globe + unicode: f0ac + created: 2.0 + filter: + - world + - planet + - map + - place + - travel + - earth + - global + - translate + - all + - language + - localize + - location + - coordinates + - country + categories: + - Web Application Icons + + - name: Wrench + id: wrench + unicode: f0ad + created: 2.0 + filter: + - settings + - fix + - update + - spanner + categories: + - Web Application Icons + + - name: Tasks + id: tasks + unicode: f0ae + created: 2.0 + filter: + - progress + - loading + - downloading + - downloads + - settings + categories: + - Web Application Icons + + + - name: Filter + id: filter + unicode: f0b0 + created: 2.0 + filter: + - funnel + - options + categories: + - Web Application Icons + + - name: Briefcase + id: briefcase + unicode: f0b1 + created: 2.0 + filter: + - work + - business + - office + - luggage + - bag + categories: + - Web Application Icons + + - name: Arrows Alt + id: arrows-alt + unicode: f0b2 + created: 2.0 + filter: + - expand + - enlarge + - fullscreen + - bigger + - move + - reorder + - resize + - arrow + categories: + - Video Player Icons + - Directional Icons + + + - name: Users + id: users + unicode: f0c0 + created: 2.0 + filter: + - people + - profiles + - persons + aliases: + - group + categories: + - Web Application Icons + + - name: Link + id: link + unicode: f0c1 + created: 2.0 + filter: + - chain + aliases: + - chain + categories: + - Text Editor Icons + + - name: Cloud + id: cloud + filter: + - save + unicode: f0c2 + created: 2.0 + categories: + - Web Application Icons + + - name: Flask + id: flask + unicode: f0c3 + created: 2.0 + filter: + - science + - beaker + - experimental + - labs + categories: + - Web Application Icons + + - name: Scissors + id: scissors + unicode: f0c4 + created: 2.0 + aliases: + - cut + categories: + - Text Editor Icons + + - name: Files Outlined + id: files-o + unicode: f0c5 + created: 2.0 + filter: + - duplicate + - clone + - copy + aliases: + - copy + categories: + - Text Editor Icons + + - name: Paperclip + id: paperclip + unicode: f0c6 + created: 2.0 + filter: + - attachment + categories: + - Text Editor Icons + + - name: Floppy Outlined + id: floppy-o + unicode: f0c7 + created: 2.0 + aliases: + - save + categories: + - Text Editor Icons + + - name: Square + id: square + unicode: f0c8 + created: 2.0 + filter: + - block + - box + categories: + - Web Application Icons + - Form Control Icons + + - name: Bars + id: bars + unicode: f0c9 + created: 2.0 + aliases: + - navicon + - reorder + filter: + - menu + - drag + - reorder + - settings + - list + - ul + - ol + - checklist + - todo + - list + - hamburger + categories: + - Web Application Icons + + - name: list-ul + id: list-ul + unicode: f0ca + created: 2.0 + filter: + - ul + - ol + - checklist + - todo + - list + categories: + - Text Editor Icons + + - name: list-ol + id: list-ol + unicode: f0cb + created: 2.0 + filter: + - ul + - ol + - checklist + - list + - todo + - list + - numbers + categories: + - Text Editor Icons + + - name: Strikethrough + id: strikethrough + unicode: f0cc + created: 2.0 + categories: + - Text Editor Icons + + - name: Underline + id: underline + unicode: f0cd + created: 2.0 + categories: + - Text Editor Icons + + - name: table + id: table + unicode: f0ce + created: 2.0 + filter: + - data + - excel + - spreadsheet + categories: + - Text Editor Icons + + + - name: magic + id: magic + unicode: f0d0 + created: 2.0 + filter: + - wizard + - automatic + - autocomplete + categories: + - Web Application Icons + + - name: truck + id: truck + unicode: f0d1 + created: 2.0 + filter: + - shipping + categories: + - Web Application Icons + - Transportation Icons + + - name: Pinterest + id: pinterest + unicode: f0d2 + created: 2.0 + categories: + - Brand Icons + + - name: Pinterest Square + id: pinterest-square + unicode: f0d3 + created: 2.0 + categories: + - Brand Icons + + - name: Google Plus Square + id: google-plus-square + unicode: f0d4 + created: 2.0 + filter: + - social network + categories: + - Brand Icons + + - name: Google Plus + id: google-plus + unicode: f0d5 + created: 2.0 + filter: + - social network + categories: + - Brand Icons + + - name: Money + id: money + unicode: f0d6 + created: 2.0 + filter: + - cash + - money + - buy + - checkout + - purchase + - payment + categories: + - Web Application Icons + - Currency Icons + + - name: Caret Down + id: caret-down + unicode: f0d7 + created: 2.0 + filter: + - more + - dropdown + - menu + - triangle down + - arrow + categories: + - Directional Icons + + - name: Caret Up + id: caret-up + unicode: f0d8 + created: 2.0 + filter: + - triangle up + - arrow + categories: + - Directional Icons + + - name: Caret Left + id: caret-left + unicode: f0d9 + created: 2.0 + filter: + - previous + - back + - triangle left + - arrow + categories: + - Directional Icons + + - name: Caret Right + id: caret-right + unicode: f0da + created: 2.0 + filter: + - next + - forward + - triangle right + - arrow + categories: + - Directional Icons + + - name: Columns + id: columns + unicode: f0db + created: 2.0 + filter: + - split + - panes + categories: + - Text Editor Icons + + - name: Sort + id: sort + unicode: f0dc + created: 2.0 + filter: + - order + aliases: + - unsorted + categories: + - Web Application Icons + + - name: Sort Descending + id: sort-desc + unicode: f0dd + created: 2.0 + filter: + - dropdown + - more + - menu + - arrow + aliases: + - sort-down + categories: + - Web Application Icons + + - name: Sort Ascending + id: sort-asc + unicode: f0de + created: 2.0 + aliases: + - sort-up + filter: + - arrow + categories: + - Web Application Icons + + + - name: Envelope + id: envelope + unicode: f0e0 + created: 2.0 + filter: + - email + - e-mail + - letter + - support + - mail + - notification + categories: + - Web Application Icons + + - name: LinkedIn + id: linkedin + unicode: f0e1 + created: 2.0 + categories: + - Brand Icons + + + - name: Undo + id: undo + unicode: f0e2 + created: 2.0 + filter: + - back + aliases: + - rotate-left + categories: + - Text Editor Icons + + - name: Gavel + id: gavel + unicode: f0e3 + created: 2.0 + filter: + - judge + - lawyer + - opinion + aliases: + - legal + categories: + - Web Application Icons + + - name: Tachometer + id: tachometer + unicode: f0e4 + created: 2.0 + filter: + - speedometer + - fast + aliases: + - dashboard + categories: + - Web Application Icons + + - name: comment-o + id: comment-o + unicode: f0e5 + created: 2.0 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: comments-o + id: comments-o + unicode: f0e6 + created: 2.0 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Lightning Bolt + id: bolt + unicode: f0e7 + created: 2.0 + filter: + - lightning + - weather + aliases: + - flash + categories: + - Web Application Icons + + - name: Sitemap + id: sitemap + unicode: f0e8 + created: 2.0 + filter: + - directory + - hierarchy + - organization + categories: + - Web Application Icons + + - name: Umbrella + id: umbrella + unicode: f0e9 + created: 2.0 + categories: + - Web Application Icons + + - name: Clipboard + id: clipboard + unicode: f0ea + created: 2.0 + filter: + - copy + aliases: + - paste + categories: + - Text Editor Icons + + - name: Lightbulb Outlined + id: lightbulb-o + unicode: f0eb + created: 3.0 + filter: + - idea + - inspiration + categories: + - Web Application Icons + + - name: Exchange + id: exchange + unicode: f0ec + created: 3.0 + filter: + - transfer + - arrows + - arrow + categories: + - Web Application Icons + - Directional Icons + + - name: Cloud Download + id: cloud-download + unicode: f0ed + created: 3.0 + filter: + - import + categories: + - Web Application Icons + + - name: Cloud Upload + id: cloud-upload + unicode: f0ee + created: 3.0 + filter: + - import + categories: + - Web Application Icons + + + - name: user-md + id: user-md + unicode: f0f0 + created: 2.0 + filter: + - doctor + - profile + - medical + - nurse + categories: + - Medical Icons + + - name: Stethoscope + id: stethoscope + unicode: f0f1 + created: 3.0 + categories: + - Medical Icons + + - name: Suitcase + id: suitcase + unicode: f0f2 + created: 3.0 + filter: + - trip + - luggage + - travel + - move + - baggage + categories: + - Web Application Icons + + - name: Bell Outlined + id: bell-o + unicode: f0a2 + created: 3.0 + filter: + - alert + - reminder + - notification + categories: + - Web Application Icons + + - name: Coffee + id: coffee + unicode: f0f4 + created: 3.0 + filter: + - morning + - mug + - breakfast + - tea + - drink + - cafe + categories: + - Web Application Icons + + - name: Cutlery + id: cutlery + unicode: f0f5 + created: 3.0 + filter: + - food + - restaurant + - spoon + - knife + - dinner + - eat + categories: + - Web Application Icons + + - name: File Text Outlined + id: file-text-o + unicode: f0f6 + created: 3.0 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Building Outlined + id: building-o + unicode: f0f7 + created: 3.0 + filter: + - work + - business + - apartment + - office + - company + categories: + - Web Application Icons + + - name: hospital Outlined + id: hospital-o + unicode: f0f8 + created: 3.0 + filter: + - building + categories: + - Medical Icons + + - name: ambulance + id: ambulance + unicode: f0f9 + created: 3.0 + filter: + - vehicle + - support + - help + categories: + - Medical Icons + - Transportation Icons + + - name: medkit + id: medkit + unicode: f0fa + created: 3.0 + filter: + - first aid + - firstaid + - help + - support + - health + categories: + - Medical Icons + + - name: fighter-jet + id: fighter-jet + unicode: f0fb + created: 3.0 + filter: + - fly + - plane + - airplane + - quick + - fast + - travel + categories: + - Web Application Icons + - Transportation Icons + + - name: beer + id: beer + unicode: f0fc + created: 3.0 + filter: + - alcohol + - stein + - drink + - mug + - bar + - liquor + categories: + - Web Application Icons + + - name: H Square + id: h-square + unicode: f0fd + created: 3.0 + filter: + - hospital + - hotel + categories: + - Medical Icons + + - name: Plus Square + id: plus-square + unicode: f0fe + created: 3.0 + filter: + - add + - new + - create + - expand + categories: + - Medical Icons + - Web Application Icons + - Form Control Icons + + + - name: Angle Double Left + id: angle-double-left + unicode: f100 + created: 3.0 + filter: + - laquo + - quote + - previous + - back + - arrows + categories: + - Directional Icons + + - name: Angle Double Right + id: angle-double-right + unicode: f101 + created: 3.0 + filter: + - raquo + - quote + - next + - forward + - arrows + categories: + - Directional Icons + + - name: Angle Double Up + id: angle-double-up + unicode: f102 + created: 3.0 + filter: + - arrows + categories: + - Directional Icons + + - name: Angle Double Down + id: angle-double-down + unicode: f103 + created: 3.0 + filter: + - arrows + categories: + - Directional Icons + + - name: angle-left + id: angle-left + unicode: f104 + created: 3.0 + filter: + - previous + - back + - arrow + categories: + - Directional Icons + + - name: angle-right + id: angle-right + unicode: f105 + created: 3.0 + filter: + - next + - forward + - arrow + categories: + - Directional Icons + + - name: angle-up + id: angle-up + unicode: f106 + created: 3.0 + filter: + - arrow + categories: + - Directional Icons + + - name: angle-down + id: angle-down + unicode: f107 + created: 3.0 + filter: + - arrow + categories: + - Directional Icons + + - name: Desktop + id: desktop + unicode: f108 + created: 3.0 + filter: + - monitor + - screen + - desktop + - computer + - demo + - device + categories: + - Web Application Icons + + - name: Laptop + id: laptop + unicode: f109 + created: 3.0 + filter: + - demo + - computer + - device + categories: + - Web Application Icons + + - name: tablet + id: tablet + unicode: f10a + created: 3.0 + filter: + - ipad + - device + categories: + - Web Application Icons + + - name: Mobile Phone + id: mobile + unicode: f10b + created: 3.0 + filter: + - cell phone + - cellphone + - text + - call + - iphone + - number + - telephone + aliases: + - mobile-phone + categories: + - Web Application Icons + + - name: Circle Outlined + id: circle-o + unicode: f10c + created: 3.0 + categories: + - Web Application Icons + - Form Control Icons + + - name: quote-left + id: quote-left + unicode: f10d + created: 3.0 + categories: + - Web Application Icons + + - name: quote-right + id: quote-right + unicode: f10e + created: 3.0 + categories: + - Web Application Icons + + + - name: Spinner + id: spinner + unicode: f110 + created: 3.0 + filter: + - loading + - progress + categories: + - Web Application Icons + - Spinner Icons + + - name: Circle + id: circle + unicode: f111 + created: 3.0 + filter: + - dot + - notification + categories: + - Web Application Icons + - Form Control Icons + + - name: Reply + id: reply + unicode: f112 + created: 3.0 + aliases: + - mail-reply + categories: + - Web Application Icons + + - name: GitHub Alt + id: github-alt + unicode: f113 + created: 3.0 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: Folder Outlined + id: folder-o + unicode: f114 + created: 3.0 + categories: + - Web Application Icons + + - name: Folder Open Outlined + id: folder-open-o + unicode: f115 + created: 3.0 + categories: + - Web Application Icons + + - name: Smile Outlined + id: smile-o + unicode: f118 + created: 3.1 + filter: + - face + - emoticon + - happy + - approve + - satisfied + - rating + categories: + - Web Application Icons + + - name: Frown Outlined + id: frown-o + unicode: f119 + created: 3.1 + filter: + - face + - emoticon + - sad + - disapprove + - rating + categories: + - Web Application Icons + + - name: Meh Outlined + id: meh-o + unicode: f11a + created: 3.1 + filter: + - face + - emoticon + - rating + - neutral + categories: + - Web Application Icons + + - name: Gamepad + id: gamepad + unicode: f11b + created: 3.1 + filter: + - controller + categories: + - Web Application Icons + + - name: Keyboard Outlined + id: keyboard-o + unicode: f11c + created: 3.1 + filter: + - type + - input + categories: + - Web Application Icons + + - name: Flag Outlined + id: flag-o + unicode: f11d + created: 3.1 + filter: + - report + - notification + categories: + - Web Application Icons + + - name: flag-checkered + id: flag-checkered + unicode: f11e + created: 3.1 + filter: + - report + - notification + - notify + categories: + - Web Application Icons + + + - name: Terminal + id: terminal + unicode: f120 + created: 3.1 + filter: + - command + - prompt + - code + categories: + - Web Application Icons + + - name: Code + id: code + unicode: f121 + created: 3.1 + filter: + - html + - brackets + categories: + - Web Application Icons + + - name: reply-all + id: reply-all + unicode: f122 + created: 3.1 + aliases: + - mail-reply-all + categories: + - Web Application Icons + + - name: Star Half Outlined + id: star-half-o + unicode: f123 + created: 3.1 + filter: + - award + - achievement + - rating + - score + aliases: + - star-half-empty + - star-half-full + categories: + - Web Application Icons + + - name: location-arrow + id: location-arrow + unicode: f124 + created: 3.1 + filter: + - map + - coordinates + - location + - address + - place + - where + categories: + - Web Application Icons + + - name: crop + id: crop + unicode: f125 + created: 3.1 + categories: + - Web Application Icons + + - name: code-fork + id: code-fork + unicode: f126 + created: 3.1 + filter: + - git + - fork + - vcs + - svn + - github + - rebase + - version + - merge + categories: + - Web Application Icons + + - name: Chain Broken + id: chain-broken + unicode: f127 + created: 3.1 + filter: + - remove + aliases: + - unlink + categories: + - Text Editor Icons + + - name: Question + id: question + unicode: f128 + created: 3.1 + filter: + - help + - information + - unknown + - support + categories: + - Web Application Icons + + - name: Info + id: info + unicode: f129 + created: 3.1 + filter: + - help + - information + - more + - details + categories: + - Web Application Icons + + - name: exclamation + id: exclamation + unicode: f12a + created: 3.1 + filter: + - warning + - error + - problem + - notification + - notify + - alert + categories: + - Web Application Icons + + - name: superscript + id: superscript + unicode: f12b + created: 3.1 + filter: + - exponential + categories: + - Text Editor Icons + + - name: subscript + id: subscript + unicode: f12c + created: 3.1 + categories: + - Text Editor Icons + + - name: eraser + id: eraser + unicode: f12d + created: 3.1 + filter: + - remove + - delete + categories: + - Text Editor Icons + - Web Application Icons + + - name: Puzzle Piece + id: puzzle-piece + unicode: f12e + created: 3.1 + filter: + - addon + - add-on + - section + categories: + - Web Application Icons + + + - name: microphone + id: microphone + unicode: f130 + created: 3.1 + filter: + - record + - voice + - sound + categories: + - Web Application Icons + + - name: Microphone Slash + id: microphone-slash + unicode: f131 + created: 3.1 + filter: + - record + - voice + - sound + - mute + categories: + - Web Application Icons + + - name: shield + id: shield + unicode: f132 + created: 3.1 + filter: + - award + - achievement + - security + - winner + categories: + - Web Application Icons + + - name: calendar-o + id: calendar-o + unicode: f133 + created: 3.1 + filter: + - date + - time + - when + - event + categories: + - Web Application Icons + + - name: fire-extinguisher + id: fire-extinguisher + unicode: f134 + created: 3.1 + categories: + - Web Application Icons + + - name: rocket + id: rocket + unicode: f135 + created: 3.1 + filter: + - app + categories: + - Web Application Icons + - Transportation Icons + + - name: MaxCDN + id: maxcdn + unicode: f136 + created: 3.1 + categories: + - Brand Icons + + - name: Chevron Circle Left + id: chevron-circle-left + unicode: f137 + created: 3.1 + filter: + - previous + - back + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Right + id: chevron-circle-right + unicode: f138 + created: 3.1 + filter: + - next + - forward + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Up + id: chevron-circle-up + unicode: f139 + created: 3.1 + filter: + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Down + id: chevron-circle-down + unicode: f13a + created: 3.1 + filter: + - more + - dropdown + - menu + - arrow + categories: + - Directional Icons + + - name: HTML 5 Logo + id: html5 + unicode: f13b + created: 3.1 + code: + - code + - html5 + categories: + - Brand Icons + + - name: CSS 3 Logo + id: css3 + unicode: f13c + created: 3.1 + filter: + - code + categories: + - Brand Icons + + - name: Anchor + id: anchor + unicode: f13d + created: 3.1 + filter: + - link + categories: + - Web Application Icons + + - name: Unlock Alt + id: unlock-alt + unicode: f13e + created: 3.1 + filter: + - protect + - admin + - password + - lock + categories: + - Web Application Icons + + + - name: Bullseye + id: bullseye + unicode: f140 + created: 3.1 + filter: + - target + categories: + - Web Application Icons + + - name: Ellipsis Horizontal + id: ellipsis-h + unicode: f141 + created: 3.1 + filter: + - dots + categories: + - Web Application Icons + + - name: Ellipsis Vertical + id: ellipsis-v + unicode: f142 + created: 3.1 + filter: + - dots + categories: + - Web Application Icons + + - name: RSS Square + id: rss-square + unicode: f143 + created: 3.1 + filter: + - feed + - blog + categories: + - Web Application Icons + + - name: Play Circle + id: play-circle + unicode: f144 + created: 3.1 + filter: + - start + - playing + categories: + - Video Player Icons + + - name: Ticket + id: ticket + unicode: f145 + created: 3.1 + filter: + - movie + - pass + - support + categories: + - Web Application Icons + + - name: Minus Square + id: minus-square + unicode: f146 + created: 3.1 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + - Form Control Icons + + - name: Minus Square Outlined + id: minus-square-o + unicode: f147 + created: 3.1 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + - Form Control Icons + + + - name: Level Up + id: level-up + unicode: f148 + created: 3.1 + filter: + - arrow + categories: + - Web Application Icons + + - name: Level Down + id: level-down + unicode: f149 + created: 3.1 + filter: + - arrow + categories: + - Web Application Icons + + - name: Check Square + id: check-square + unicode: f14a + created: 3.1 + filter: + - checkmark + - done + - todo + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + - Form Control Icons + + - name: Pencil Square + id: pencil-square + unicode: f14b + created: 3.1 + filter: + - write + - edit + - update + categories: + - Web Application Icons + + - name: External Link Square + id: external-link-square + unicode: f14c + created: 3.1 + filter: + - open + - new + categories: + - Web Application Icons + + - name: Share Square + id: share-square + unicode: f14d + created: 3.1 + filter: + - social + - send + categories: + - Web Application Icons + + - name: Compass + id: compass + unicode: f14e + created: 3.2 + filter: + - safari + - directory + - menu + - location + categories: + - Web Application Icons + + + - name: Caret Square Outlined Down + id: caret-square-o-down + unicode: f150 + created: 3.2 + aliases: + - toggle-down + filter: + - more + - dropdown + - menu + categories: + - Web Application Icons + - Directional Icons + + - name: Caret Square Outlined Up + id: caret-square-o-up + unicode: f151 + created: 3.2 + aliases: + - toggle-up + categories: + - Web Application Icons + - Directional Icons + + - name: Caret Square Outlined Right + id: caret-square-o-right + unicode: f152 + created: 3.2 + filter: + - next + - forward + aliases: + - toggle-right + categories: + - Web Application Icons + - Directional Icons + + - name: Euro (EUR) + id: eur + unicode: f153 + created: 3.2 + aliases: + - euro + categories: + - Currency Icons + + - name: GBP + id: gbp + unicode: f154 + created: 3.2 + categories: + - Currency Icons + + - name: US Dollar + id: usd + unicode: f155 + created: 3.2 + aliases: + - dollar + categories: + - Currency Icons + + - name: Indian Rupee (INR) + id: inr + unicode: f156 + created: 3.2 + aliases: + - rupee + categories: + - Currency Icons + + - name: Japanese Yen (JPY) + id: jpy + unicode: f157 + created: 3.2 + aliases: + - cny + - rmb + - yen + categories: + - Currency Icons + + - name: Russian Ruble (RUB) + id: rub + unicode: f158 + created: 4.0 + aliases: + - ruble + - rouble + categories: + - Currency Icons + + - name: Korean Won (KRW) + id: krw + unicode: f159 + created: 3.2 + aliases: + - won + categories: + - Currency Icons + + - name: Bitcoin (BTC) + id: btc + unicode: f15a + created: 3.2 + aliases: + - bitcoin + categories: + - Currency Icons + - Brand Icons + + - name: File + id: file + unicode: f15b + created: 3.2 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: File Text + id: file-text + unicode: f15c + created: 3.2 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Sort Alpha Ascending + id: sort-alpha-asc + unicode: f15d + created: 3.2 + categories: + - Web Application Icons + + - name: Sort Alpha Descending + id: sort-alpha-desc + unicode: f15e + created: 3.2 + categories: + - Web Application Icons + + + - name: Sort Amount Ascending + id: sort-amount-asc + unicode: f160 + created: 3.2 + categories: + - Web Application Icons + + - name: Sort Amount Descending + id: sort-amount-desc + unicode: f161 + created: 3.2 + categories: + - Web Application Icons + + - name: Sort Numeric Ascending + id: sort-numeric-asc + unicode: f162 + created: 3.2 + filter: + - numbers + categories: + - Web Application Icons + + - name: Sort Numeric Descending + id: sort-numeric-desc + unicode: f163 + created: 3.2 + filter: + - numbers + categories: + - Web Application Icons + + + - name: thumbs-up + id: thumbs-up + unicode: f164 + created: 3.2 + filter: + - like + - favorite + - approve + - agree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: thumbs-down + id: thumbs-down + unicode: f165 + created: 3.2 + filter: + - dislike + - disapprove + - disagree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: YouTube Square + id: youtube-square + unicode: f166 + created: 3.2 + filter: + - video + - film + categories: + - Brand Icons + + - name: YouTube + id: youtube + unicode: f167 + created: 3.2 + filter: + - video + - film + categories: + - Brand Icons + + - name: Xing + id: xing + unicode: f168 + created: 3.2 + categories: + - Brand Icons + + - name: Xing Square + id: xing-square + unicode: f169 + created: 3.2 + categories: + - Brand Icons + + - name: YouTube Play + id: youtube-play + unicode: f16a + created: 3.2 + filter: + - start + - playing + categories: + - Brand Icons + - Video Player Icons + + - name: Dropbox + id: dropbox + unicode: f16b + created: 3.2 + categories: + - Brand Icons + + - name: Stack Overflow + id: stack-overflow + unicode: f16c + created: 3.2 + categories: + - Brand Icons + + - name: Instagram + id: instagram + unicode: f16d + created: 4.6 + categories: + - Brand Icons + + - name: Flickr + id: flickr + unicode: f16e + created: 3.2 + categories: + - Brand Icons + + - name: App.net + id: adn + unicode: f170 + created: 3.2 + categories: + - Brand Icons + + - name: Bitbucket + id: bitbucket + unicode: f171 + created: 3.2 + filter: + - git + categories: + - Brand Icons + + - name: Bitbucket Square + id: bitbucket-square + unicode: f172 + created: 3.2 + filter: + - git + categories: + - Brand Icons + + - name: Tumblr + id: tumblr + unicode: f173 + created: 3.2 + categories: + - Brand Icons + + - name: Tumblr Square + id: tumblr-square + unicode: f174 + created: 3.2 + categories: + - Brand Icons + + - name: Long Arrow Down + id: long-arrow-down + unicode: f175 + created: 3.2 + categories: + - Directional Icons + + - name: Long Arrow Up + id: long-arrow-up + unicode: f176 + created: 3.2 + categories: + - Directional Icons + + - name: Long Arrow Left + id: long-arrow-left + unicode: f177 + created: 3.2 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Long Arrow Right + id: long-arrow-right + unicode: f178 + created: 3.2 + categories: + - Directional Icons + + - name: Apple + id: apple + unicode: f179 + created: 3.2 + filter: + - osx + - food + categories: + - Brand Icons + + - name: Windows + id: windows + unicode: f17a + created: 3.2 + filter: + - microsoft + categories: + - Brand Icons + + - name: Android + id: android + unicode: f17b + created: 3.2 + filter: + - robot + categories: + - Brand Icons + + - name: Linux + id: linux + unicode: f17c + created: 3.2 + filter: + - tux + categories: + - Brand Icons + + - name: Dribbble + id: dribbble + unicode: f17d + created: 3.2 + categories: + - Brand Icons + + - name: Skype + id: skype + unicode: f17e + created: 3.2 + categories: + - Brand Icons + + + - name: Foursquare + id: foursquare + unicode: f180 + created: 3.2 + categories: + - Brand Icons + + - name: Trello + id: trello + unicode: f181 + created: 3.2 + categories: + - Brand Icons + + - name: Female + id: female + unicode: f182 + created: 3.2 + filter: + - woman + - user + - person + - profile + categories: + - Web Application Icons + + - name: Male + id: male + unicode: f183 + created: 3.2 + filter: + - man + - user + - person + - profile + categories: + - Web Application Icons + + - name: Gratipay (Gittip) + id: gratipay + unicode: f184 + created: 3.2 + aliases: + - gittip + filter: + - heart + - like + - favorite + - love + categories: + - Brand Icons + + - name: Sun Outlined + id: sun-o + unicode: f185 + created: 3.2 + filter: + - weather + - contrast + - lighter + - brighten + - day + categories: + - Web Application Icons + + - name: Moon Outlined + id: moon-o + unicode: f186 + created: 3.2 + filter: + - night + - darker + - contrast + categories: + - Web Application Icons + + - name: Archive + id: archive + unicode: f187 + created: 3.2 + filter: + - box + - storage + categories: + - Web Application Icons + + - name: Bug + id: bug + unicode: f188 + created: 3.2 + filter: + - report + - insect + categories: + - Web Application Icons + + - name: VK + id: vk + unicode: f189 + created: 3.2 + categories: + - Brand Icons + + - name: Weibo + id: weibo + unicode: f18a + created: 3.2 + categories: + - Brand Icons + + - name: Renren + id: renren + unicode: f18b + created: 3.2 + categories: + - Brand Icons + + + - name: Pagelines + id: pagelines + unicode: f18c + created: 4.0 + filter: + - leaf + - leaves + - tree + - plant + - eco + - nature + categories: + - Brand Icons + + - name: Stack Exchange + id: stack-exchange + unicode: f18d + created: 4.0 + categories: + - Brand Icons + + - name: Arrow Circle Outlined Right + id: arrow-circle-o-right + unicode: f18e + created: 4.0 + filter: + - next + - forward + categories: + - Directional Icons + + + - name: Arrow Circle Outlined Left + id: arrow-circle-o-left + unicode: f190 + created: 4.0 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Caret Square Outlined Left + id: caret-square-o-left + unicode: f191 + created: 4.0 + filter: + - previous + - back + aliases: + - toggle-left + categories: + - Web Application Icons + - Directional Icons + + - name: Dot Circle Outlined + id: dot-circle-o + unicode: f192 + created: 4.0 + filter: + - target + - bullseye + - notification + categories: + - Web Application Icons + - Form Control Icons + + - name: Wheelchair + id: wheelchair + unicode: f193 + created: 4.0 + filter: + - handicap + - person + categories: + - Web Application Icons + - Medical Icons + - Transportation Icons + - Accessibility Icons + + - name: Vimeo Square + id: vimeo-square + unicode: f194 + created: 4.0 + categories: + - Brand Icons + + - name: Turkish Lira (TRY) + id: try + unicode: f195 + created: 4.0 + aliases: + - turkish-lira + categories: + - Currency Icons + + - name: Plus Square Outlined + id: plus-square-o + unicode: f196 + created: 4.0 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + - Form Control Icons + + - name: Space Shuttle + id: space-shuttle + unicode: f197 + created: 4.1 + filter: + categories: + - Web Application Icons + - Transportation Icons + + - name: Slack Logo + id: slack + unicode: f198 + created: 4.1 + filter: + - hashtag + - anchor + - hash + categories: + - Brand Icons + + - name: Envelope Square + id: envelope-square + unicode: f199 + created: 4.1 + categories: + - Web Application Icons + + - name: WordPress Logo + id: wordpress + unicode: f19a + created: 4.1 + categories: + - Brand Icons + + - name: OpenID + id: openid + unicode: f19b + created: 4.1 + categories: + - Brand Icons + + - name: University + id: university + unicode: f19c + created: 4.1 + aliases: + - institution + - bank + categories: + - Web Application Icons + + - name: Graduation Cap + id: graduation-cap + unicode: f19d + created: 4.1 + aliases: + - mortar-board + filter: + - learning + - school + - student + categories: + - Web Application Icons + + - name: Yahoo Logo + id: yahoo + unicode: f19e + created: 4.1 + categories: + - Brand Icons + + + - name: Google Logo + id: google + unicode: f1a0 + created: 4.1 + categories: + - Brand Icons + + - name: reddit Logo + id: reddit + unicode: f1a1 + created: 4.1 + categories: + - Brand Icons + + - name: reddit Square + id: reddit-square + unicode: f1a2 + created: 4.1 + categories: + - Brand Icons + + - name: StumbleUpon Circle + id: stumbleupon-circle + unicode: f1a3 + created: 4.1 + categories: + - Brand Icons + + - name: StumbleUpon Logo + id: stumbleupon + unicode: f1a4 + created: 4.1 + categories: + - Brand Icons + + - name: Delicious Logo + id: delicious + unicode: f1a5 + created: 4.1 + categories: + - Brand Icons + + - name: Digg Logo + id: digg + unicode: f1a6 + created: 4.1 + categories: + - Brand Icons + + - name: Pied Piper PP Logo (Old) + id: pied-piper-pp + unicode: f1a7 + created: 4.1 + categories: + - Brand Icons + + - name: Pied Piper Alternate Logo + id: pied-piper-alt + unicode: f1a8 + created: 4.1 + categories: + - Brand Icons + + - name: Drupal Logo + id: drupal + unicode: f1a9 + created: 4.1 + categories: + - Brand Icons + + - name: Joomla Logo + id: joomla + unicode: f1aa + created: 4.1 + categories: + - Brand Icons + + - name: Language + id: language + unicode: f1ab + created: 4.1 + categories: + - Web Application Icons + + - name: Fax + id: fax + unicode: f1ac + created: 4.1 + categories: + - Web Application Icons + + - name: Building + id: building + unicode: f1ad + created: 4.1 + filter: + - work + - business + - apartment + - office + - company + categories: + - Web Application Icons + + - name: Child + id: child + unicode: f1ae + created: 4.1 + categories: + - Web Application Icons + + + - name: Paw + id: paw + unicode: f1b0 + created: 4.1 + filter: + - pet + categories: + - Web Application Icons + + - name: spoon + id: spoon + unicode: f1b1 + created: 4.1 + categories: + - Web Application Icons + + - name: Cube + id: cube + unicode: f1b2 + created: 4.1 + categories: + - Web Application Icons + + - name: Cubes + id: cubes + unicode: f1b3 + created: 4.1 + categories: + - Web Application Icons + + - name: Behance + id: behance + unicode: f1b4 + created: 4.1 + categories: + - Brand Icons + + - name: Behance Square + id: behance-square + unicode: f1b5 + created: 4.1 + categories: + - Brand Icons + + - name: Steam + id: steam + unicode: f1b6 + created: 4.1 + categories: + - Brand Icons + + - name: Steam Square + id: steam-square + unicode: f1b7 + created: 4.1 + categories: + - Brand Icons + + - name: Recycle + id: recycle + unicode: f1b8 + created: 4.1 + categories: + - Web Application Icons + + - name: Car + id: car + unicode: f1b9 + created: 4.1 + aliases: + - automobile + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: Taxi + id: taxi + unicode: f1ba + created: 4.1 + aliases: + - cab + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: Tree + id: tree + unicode: f1bb + created: 4.1 + categories: + - Web Application Icons + + - name: Spotify + id: spotify + unicode: f1bc + created: 4.1 + categories: + - Brand Icons + + - name: deviantART + id: deviantart + unicode: f1bd + created: 4.1 + categories: + - Brand Icons + + - name: SoundCloud + id: soundcloud + unicode: f1be + created: 4.1 + categories: + - Brand Icons + + - name: Database + id: database + unicode: f1c0 + created: 4.1 + categories: + - Web Application Icons + + - name: PDF File Outlined + id: file-pdf-o + unicode: f1c1 + created: 4.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Word File Outlined + id: file-word-o + unicode: f1c2 + created: 4.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Excel File Outlined + id: file-excel-o + unicode: f1c3 + created: 4.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Powerpoint File Outlined + id: file-powerpoint-o + unicode: f1c4 + created: 4.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Image File Outlined + id: file-image-o + unicode: f1c5 + created: 4.1 + aliases: + - file-photo-o + - file-picture-o + categories: + - Web Application Icons + - File Type Icons + + - name: Archive File Outlined + id: file-archive-o + unicode: f1c6 + created: 4.1 + aliases: + - file-zip-o + categories: + - Web Application Icons + - File Type Icons + + - name: Audio File Outlined + id: file-audio-o + unicode: f1c7 + created: 4.1 + aliases: + - file-sound-o + categories: + - Web Application Icons + - File Type Icons + + - name: Video File Outlined + id: file-video-o + unicode: f1c8 + created: 4.1 + aliases: + - file-movie-o + categories: + - Web Application Icons + - File Type Icons + + - name: Code File Outlined + id: file-code-o + unicode: f1c9 + created: 4.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Vine + id: vine + unicode: f1ca + created: 4.1 + categories: + - Brand Icons + + - name: Codepen + id: codepen + unicode: f1cb + created: 4.1 + categories: + - Brand Icons + + - name: jsFiddle + id: jsfiddle + unicode: f1cc + created: 4.1 + categories: + - Brand Icons + + - name: Life Ring + id: life-ring + unicode: f1cd + created: 4.1 + aliases: + - life-bouy # TODO: Deprecated - remove in 5.0.0 + - life-buoy + - life-saver + - support + categories: + - Web Application Icons + + - name: Circle Outlined Notched + id: circle-o-notch + unicode: f1ce + created: 4.1 + categories: + - Web Application Icons + - Spinner Icons + + + - name: Rebel Alliance + id: rebel + unicode: f1d0 + created: 4.1 + aliases: + - ra + - resistance + categories: + - Brand Icons + + - name: Galactic Empire + id: empire + unicode: f1d1 + created: 4.1 + aliases: + - ge + categories: + - Brand Icons + + - name: Git Square + id: git-square + unicode: f1d2 + created: 4.1 + categories: + - Brand Icons + + - name: Git + id: git + unicode: f1d3 + created: 4.1 + categories: + - Brand Icons + + - name: Hacker News + id: hacker-news + unicode: f1d4 + created: 4.1 + aliases: + - y-combinator-square + - yc-square + categories: + - Brand Icons + + - name: Tencent Weibo + id: tencent-weibo + unicode: f1d5 + created: 4.1 + categories: + - Brand Icons + + - name: QQ + id: qq + unicode: f1d6 + created: 4.1 + categories: + - Brand Icons + + - name: Weixin (WeChat) + id: weixin + unicode: f1d7 + created: 4.1 + aliases: + - wechat + categories: + - Brand Icons + + - name: Paper Plane + id: paper-plane + unicode: f1d8 + created: 4.1 + aliases: + - send + categories: + - Web Application Icons + + - name: Paper Plane Outlined + id: paper-plane-o + unicode: f1d9 + created: 4.1 + aliases: + - send-o + categories: + - Web Application Icons + + - name: History + id: history + unicode: f1da + created: 4.1 + categories: + - Web Application Icons + + - name: Circle Outlined Thin + id: circle-thin + unicode: f1db + created: 4.1 + categories: + - Web Application Icons + + - name: header + id: header + unicode: f1dc + created: 4.1 + filter: + - heading + categories: + - Text Editor Icons + + - name: paragraph + id: paragraph + unicode: f1dd + created: 4.1 + categories: + - Text Editor Icons + + - name: Sliders + id: sliders + unicode: f1de + created: 4.1 + filter: + - settings + categories: + - Web Application Icons + + + - name: Share Alt + id: share-alt + unicode: f1e0 + created: 4.1 + categories: + - Web Application Icons + - Brand Icons + + - name: Share Alt Square + id: share-alt-square + unicode: f1e1 + created: 4.1 + categories: + - Web Application Icons + - Brand Icons + + - name: Bomb + id: bomb + unicode: f1e2 + created: 4.1 + categories: + - Web Application Icons + + - name: Futbol Outlined + id: futbol-o + unicode: f1e3 + created: 4.2 + aliases: + - soccer-ball-o + categories: + - Web Application Icons + + - name: TTY + id: tty + unicode: f1e4 + created: 4.2 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Binoculars + id: binoculars + unicode: f1e5 + created: 4.2 + categories: + - Web Application Icons + + - name: Plug + id: plug + unicode: f1e6 + created: 4.2 + filter: + - power + - connect + categories: + - Web Application Icons + + - name: Slideshare + id: slideshare + unicode: f1e7 + created: 4.2 + categories: + - Brand Icons + + - name: Twitch + id: twitch + unicode: f1e8 + created: 4.2 + categories: + - Brand Icons + + - name: Yelp + id: yelp + unicode: f1e9 + created: 4.2 + categories: + - Brand Icons + + - name: Newspaper Outlined + id: newspaper-o + unicode: f1ea + created: 4.2 + filter: + - press + categories: + - Web Application Icons + + - name: WiFi + id: wifi + unicode: f1eb + created: 4.2 + categories: + - Web Application Icons + + - name: Calculator + id: calculator + unicode: f1ec + created: 4.2 + categories: + - Web Application Icons + + - name: Paypal + id: paypal + unicode: f1ed + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: Google Wallet + id: google-wallet + unicode: f1ee + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + + - name: Visa Credit Card + id: cc-visa + unicode: f1f0 + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: MasterCard Credit Card + id: cc-mastercard + unicode: f1f1 + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: Discover Credit Card + id: cc-discover + unicode: f1f2 + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: American Express Credit Card + id: cc-amex + unicode: f1f3 + created: 4.2 + filter: + - amex + categories: + - Brand Icons + - Payment Icons + + - name: Paypal Credit Card + id: cc-paypal + unicode: f1f4 + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: Stripe Credit Card + id: cc-stripe + unicode: f1f5 + created: 4.2 + categories: + - Brand Icons + - Payment Icons + + - name: Bell Slash + id: bell-slash + unicode: f1f6 + created: 4.2 + categories: + - Web Application Icons + + - name: Bell Slash Outlined + id: bell-slash-o + unicode: f1f7 + created: 4.2 + categories: + - Web Application Icons + + - name: Trash + id: trash + unicode: f1f8 + created: 4.2 + filter: + - garbage + - delete + - remove + - hide + categories: + - Web Application Icons + + - name: Copyright + id: copyright + unicode: f1f9 + created: 4.2 + categories: + - Web Application Icons + + - name: At + id: at + unicode: f1fa + created: 4.2 + categories: + - Web Application Icons + + - name: Eyedropper + id: eyedropper + unicode: f1fb + created: 4.2 + categories: + - Web Application Icons + + - name: Paint Brush + id: paint-brush + unicode: f1fc + created: 4.2 + categories: + - Web Application Icons + + - name: Birthday Cake + id: birthday-cake + unicode: f1fd + created: 4.2 + categories: + - Web Application Icons + + - name: Area Chart + id: area-chart + unicode: f1fe + created: 4.2 + filter: + - graph + - analytics + categories: + - Web Application Icons + - Chart Icons + + - name: Pie Chart + id: pie-chart + unicode: f200 + created: 4.2 + filter: + - graph + - analytics + categories: + - Web Application Icons + - Chart Icons + + - name: Line Chart + id: line-chart + unicode: f201 + created: 4.2 + filter: + - graph + - analytics + categories: + - Web Application Icons + - Chart Icons + + - name: last.fm + id: lastfm + unicode: f202 + created: 4.2 + categories: + - Brand Icons + + - name: last.fm Square + id: lastfm-square + unicode: f203 + created: 4.2 + categories: + - Brand Icons + + - name: Toggle Off + id: toggle-off + unicode: f204 + created: 4.2 + categories: + - Web Application Icons + + - name: Toggle On + id: toggle-on + unicode: f205 + created: 4.2 + categories: + - Web Application Icons + + - name: Bicycle + id: bicycle + unicode: f206 + created: 4.2 + filter: + - vehicle + - bike + categories: + - Web Application Icons + - Transportation Icons + + - name: Bus + id: bus + unicode: f207 + created: 4.2 + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: ioxhost + id: ioxhost + unicode: f208 + created: 4.2 + url: ioxhost.co.uk + categories: + - Brand Icons + + - name: AngelList + id: angellist + unicode: f209 + created: 4.2 + categories: + - Brand Icons + + - name: Closed Captions + id: cc + unicode: f20a + created: 4.2 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Shekel (ILS) + id: ils + unicode: f20b + created: 4.2 + aliases: + - shekel + - sheqel + categories: + - Currency Icons + + - name: meanpath + id: meanpath + unicode: f20c + created: 4.2 + url: meanpath.com + categories: + - Brand Icons + + - name: BuySellAds + id: buysellads + unicode: f20d + created: 4.3 + url: buysellads.com + categories: + - Brand Icons + + - name: Connect Develop + id: connectdevelop + unicode: f20e + created: 4.3 + url: connectdevelop.com + categories: + - Brand Icons + + + - name: DashCube + id: dashcube + unicode: f210 + created: 4.3 + url: dashcube.com + categories: + - Brand Icons + + - name: Forumbee + id: forumbee + unicode: f211 + created: 4.3 + url: forumbee.com + categories: + - Brand Icons + + - name: Leanpub + id: leanpub + unicode: f212 + created: 4.3 + url: leanpub.com + categories: + - Brand Icons + + - name: Sellsy + id: sellsy + unicode: f213 + created: 4.3 + url: sellsy.com + categories: + - Brand Icons + + - name: Shirts in Bulk + id: shirtsinbulk + unicode: f214 + created: 4.3 + url: shirtsinbulk.com + categories: + - Brand Icons + + - name: SimplyBuilt + id: simplybuilt + unicode: f215 + created: 4.3 + url: simplybuilt.com + categories: + - Brand Icons + + - name: skyatlas + id: skyatlas + unicode: f216 + created: 4.3 + url: skyatlas.com + categories: + - Brand Icons + + - name: Add to Shopping Cart + id: cart-plus + unicode: f217 + created: 4.3 + filter: + - add + - shopping + categories: + - Web Application Icons + + - name: Shopping Cart Arrow Down + id: cart-arrow-down + unicode: f218 + created: 4.3 + filter: + - shopping + categories: + - Web Application Icons + + - name: Diamond + id: diamond + unicode: f219 + created: 4.3 + filter: + - gem + - gemstone + categories: + - Web Application Icons + + - name: Ship + id: ship + unicode: f21a + created: 4.3 + filter: + - boat + - sea + categories: + - Web Application Icons + - Transportation Icons + + - name: User Secret + id: user-secret + unicode: f21b + created: 4.3 + filter: + - whisper + - spy + - incognito + - privacy + categories: + - Web Application Icons + + - name: Motorcycle + id: motorcycle + unicode: f21c + created: 4.3 + filter: + - vehicle + - bike + categories: + - Web Application Icons + - Transportation Icons + + - name: Street View + id: street-view + unicode: f21d + created: 4.3 + filter: + - map + categories: + - Web Application Icons + + - name: Heartbeat + id: heartbeat + unicode: f21e + created: 4.3 + filter: + - ekg + categories: + - Web Application Icons + - Medical Icons + + + - name: Venus + id: venus + unicode: f221 + created: 4.3 + filter: + - female + categories: + - Gender Icons + + - name: Mars + id: mars + unicode: f222 + created: 4.3 + filter: + - male + categories: + - Gender Icons + + - name: Mercury + id: mercury + unicode: f223 + created: 4.3 + filter: + - transgender + categories: + - Gender Icons + + - name: Transgender + id: transgender + unicode: f224 + created: 4.3 + aliases: + - intersex + categories: + - Gender Icons + + - name: Transgender Alt + id: transgender-alt + unicode: f225 + created: 4.3 + categories: + - Gender Icons + + - name: Venus Double + id: venus-double + unicode: f226 + created: 4.3 + categories: + - Gender Icons + + - name: Mars Double + id: mars-double + unicode: f227 + created: 4.3 + categories: + - Gender Icons + + - name: Venus Mars + id: venus-mars + unicode: f228 + created: 4.3 + categories: + - Gender Icons + + - name: Mars Stroke + id: mars-stroke + unicode: f229 + created: 4.3 + categories: + - Gender Icons + + - name: Mars Stroke Vertical + id: mars-stroke-v + unicode: f22a + created: 4.3 + categories: + - Gender Icons + + - name: Mars Stroke Horizontal + id: mars-stroke-h + unicode: f22b + created: 4.3 + categories: + - Gender Icons + + - name: Neuter + id: neuter + unicode: f22c + created: 4.3 + categories: + - Gender Icons + + - name: Genderless + id: genderless + unicode: f22d + created: 4.4 + categories: + - Gender Icons + + + - name: Facebook Official + id: facebook-official + unicode: f230 + created: 4.3 + categories: + - Brand Icons + + - name: Pinterest P + id: pinterest-p + unicode: f231 + created: 4.3 + categories: + - Brand Icons + + - name: What's App + id: whatsapp + unicode: f232 + created: 4.3 + categories: + - Brand Icons + + - name: Server + id: server + unicode: f233 + created: 4.3 + categories: + - Web Application Icons + + - name: Add User + id: user-plus + unicode: f234 + created: 4.3 + filter: + - sign up + - signup + categories: + - Web Application Icons + + - name: Remove User + id: user-times + unicode: f235 + created: 4.3 + categories: + - Web Application Icons + + - name: Bed + id: bed + unicode: f236 + created: 4.3 + filter: + - travel + aliases: + - hotel + categories: + - Web Application Icons + + - name: Viacoin + id: viacoin + unicode: f237 + created: 4.3 + url: viacoin.org + categories: + - Brand Icons + + - name: Train + id: train + unicode: f238 + created: 4.3 + categories: + - Transportation Icons + + - name: Subway + id: subway + unicode: f239 + created: 4.3 + categories: + - Transportation Icons + + - name: Medium + id: medium + unicode: f23a + created: 4.3 + categories: + - Brand Icons + + - name: Y Combinator + id: y-combinator + unicode: f23b + created: 4.4 + aliases: + - yc + categories: + - Brand Icons + + - name: Optin Monster + id: optin-monster + unicode: f23c + created: 4.4 + url: optinmonster.com + categories: + - Brand Icons + + - name: OpenCart + id: opencart + unicode: f23d + created: 4.4 + url: opencart.com + categories: + - Brand Icons + + - name: ExpeditedSSL + id: expeditedssl + unicode: f23e + created: 4.4 + categories: + - Brand Icons + + + - name: Battery Full + id: battery-full + unicode: f240 + created: 4.4 + aliases: + - battery-4 + - battery + filter: + - power + categories: + - Web Application Icons + + - name: Battery 3/4 Full + id: battery-three-quarters + unicode: f241 + created: 4.4 + aliases: + - battery-3 + filter: + - power + categories: + - Web Application Icons + + - name: Battery 1/2 Full + id: battery-half + unicode: f242 + created: 4.4 + aliases: + - battery-2 + filter: + - power + categories: + - Web Application Icons + + - name: Battery 1/4 Full + id: battery-quarter + unicode: f243 + created: 4.4 + aliases: + - battery-1 + filter: + - power + categories: + - Web Application Icons + + - name: Battery Empty + id: battery-empty + unicode: f244 + created: 4.4 + aliases: + - battery-0 + filter: + - power + categories: + - Web Application Icons + + - name: Mouse Pointer + id: mouse-pointer + unicode: f245 + created: 4.4 + categories: + - Web Application Icons + + - name: I Beam Cursor + id: i-cursor + unicode: f246 + created: 4.4 + categories: + - Web Application Icons + + - name: Object Group + id: object-group + unicode: f247 + created: 4.4 + categories: + - Web Application Icons + + - name: Object Ungroup + id: object-ungroup + unicode: f248 + created: 4.4 + categories: + - Web Application Icons + + - name: Sticky Note + id: sticky-note + unicode: f249 + created: 4.4 + categories: + - Web Application Icons + + - name: Sticky Note Outlined + id: sticky-note-o + unicode: f24a + created: 4.4 + categories: + - Web Application Icons + + - name: JCB Credit Card + id: cc-jcb + unicode: f24b + created: 4.4 + categories: + - Brand Icons + - Payment Icons + + - name: Diner's Club Credit Card + id: cc-diners-club + unicode: f24c + created: 4.4 + categories: + - Brand Icons + - Payment Icons + + - name: Clone + id: clone + unicode: f24d + created: 4.4 + filter: + - copy + categories: + - Web Application Icons + + - name: Balance Scale + id: balance-scale + unicode: f24e + created: 4.4 + categories: + - Web Application Icons + + + - name: Hourglass Outlined + id: hourglass-o + unicode: f250 + created: 4.4 + categories: + - Web Application Icons + + - name: Hourglass Start + id: hourglass-start + unicode: f251 + created: 4.4 + aliases: + - hourglass-1 + categories: + - Web Application Icons + + - name: Hourglass Half + id: hourglass-half + unicode: f252 + created: 4.4 + aliases: + - hourglass-2 + categories: + - Web Application Icons + + - name: Hourglass End + id: hourglass-end + unicode: f253 + created: 4.4 + aliases: + - hourglass-3 + categories: + - Web Application Icons + + - name: Hourglass + id: hourglass + unicode: f254 + created: 4.4 + categories: + - Web Application Icons + + - name: Rock (Hand) + id: hand-rock-o + unicode: f255 + created: 4.4 + aliases: + - hand-grab-o + categories: + - Web Application Icons + - Hand Icons + + - name: Paper (Hand) + id: hand-paper-o + unicode: f256 + created: 4.4 + aliases: + - hand-stop-o + filter: + - stop + categories: + - Web Application Icons + - Hand Icons + + - name: Scissors (Hand) + id: hand-scissors-o + unicode: f257 + created: 4.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Lizard (Hand) + id: hand-lizard-o + unicode: f258 + created: 4.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Spock (Hand) + id: hand-spock-o + unicode: f259 + created: 4.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Hand Pointer + id: hand-pointer-o + unicode: f25a + created: 4.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Hand Peace + id: hand-peace-o + unicode: f25b + created: 4.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Trademark + id: trademark + unicode: f25c + created: 4.4 + categories: + - Web Application Icons + + - name: Registered Trademark + id: registered + unicode: f25d + created: 4.4 + categories: + - Web Application Icons + + - name: Creative Commons + id: creative-commons + unicode: f25e + created: 4.4 + categories: + - Web Application Icons + + + - name: GG Currency + id: gg + unicode: f260 + created: 4.4 + categories: + - Currency Icons + - Brand Icons + + - name: GG Currency Circle + id: gg-circle + unicode: f261 + created: 4.4 + categories: + - Currency Icons + - Brand Icons + + - name: TripAdvisor + id: tripadvisor + unicode: f262 + created: 4.4 + categories: + - Brand Icons + + - name: Odnoklassniki + id: odnoklassniki + unicode: f263 + created: 4.4 + categories: + - Brand Icons + + - name: Odnoklassniki Square + id: odnoklassniki-square + unicode: f264 + created: 4.4 + categories: + - Brand Icons + + - name: Get Pocket + id: get-pocket + unicode: f265 + created: 4.4 + categories: + - Brand Icons + + - name: Wikipedia W + id: wikipedia-w + unicode: f266 + created: 4.4 + categories: + - Brand Icons + + - name: Safari + id: safari + unicode: f267 + created: 4.4 + filter: + - browser + categories: + - Brand Icons + + - name: Chrome + id: chrome + unicode: f268 + created: 4.4 + filter: + - browser + categories: + - Brand Icons + + - name: Firefox + id: firefox + unicode: f269 + created: 4.4 + filter: + - browser + categories: + - Brand Icons + + - name: Opera + id: opera + unicode: f26a + created: 4.4 + categories: + - Brand Icons + + - name: Internet-explorer + id: internet-explorer + unicode: f26b + created: 4.4 + filter: + - browser + - ie + categories: + - Brand Icons + + - name: Television + id: television + unicode: f26c + created: 4.4 + aliases: + - tv + filter: + - display + - computer + - monitor + categories: + - Web Application Icons + + - name: Contao + id: contao + unicode: f26d + created: 4.4 + categories: + - Brand Icons + + - name: 500px + id: 500px + unicode: f26e + created: 4.4 + categories: + - Brand Icons + + + - name: Amazon + id: amazon + unicode: f270 + created: 4.4 + categories: + - Brand Icons + + - name: Calendar Plus Outlined + id: calendar-plus-o + unicode: f271 + created: 4.4 + categories: + - Web Application Icons + + - name: Calendar Minus Outlined + id: calendar-minus-o + unicode: f272 + created: 4.4 + categories: + - Web Application Icons + + - name: Calendar Times Outlined + id: calendar-times-o + unicode: f273 + created: 4.4 + categories: + - Web Application Icons + + - name: Calendar Check Outlined + id: calendar-check-o + unicode: f274 + created: 4.4 + filter: + - ok + categories: + - Web Application Icons + + - name: Industry + id: industry + unicode: f275 + created: 4.4 + filter: + - factory + categories: + - Web Application Icons + + - name: Map Pin + id: map-pin + unicode: f276 + created: 4.4 + categories: + - Web Application Icons + + - name: Map Signs + id: map-signs + unicode: f277 + created: 4.4 + categories: + - Web Application Icons + + - name: Map Outlined + id: map-o + unicode: f278 + created: 4.4 + categories: + - Web Application Icons + + - name: Map + id: map + unicode: f279 + created: 4.4 + categories: + - Web Application Icons + + - name: Commenting + id: commenting + unicode: f27a + created: 4.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Commenting Outlined + id: commenting-o + unicode: f27b + created: 4.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Houzz + id: houzz + unicode: f27c + created: 4.4 + categories: + - Brand Icons + + - name: Vimeo + id: vimeo + unicode: f27d + created: 4.4 + categories: + - Brand Icons + + - name: Font Awesome Black Tie + id: black-tie + unicode: f27e + created: 4.4 + url: blacktie.io + categories: + - Brand Icons + + + - name: Fonticons + id: fonticons + unicode: f280 + created: 4.4 + url: fonticons.com + categories: + - Brand Icons + + - name: reddit Alien + id: reddit-alien + unicode: f281 + created: 4.5 + categories: + - Brand Icons + + - name: Edge Browser + id: edge + unicode: f282 + created: 4.5 + filter: + - browser + - ie + categories: + - Brand Icons + + - name: Credit Card + id: credit-card-alt + unicode: f283 + created: 4.5 + filter: + - money + - buy + - debit + - checkout + - purchase + - payment + - credit card + categories: + - Payment Icons + - Web Application Icons + + - name: Codie Pie + id: codiepie + unicode: f284 + created: 4.5 + url: codiepie.com + categories: + - Brand Icons + + - name: MODX + id: modx + unicode: f285 + created: 4.5 + categories: + - Brand Icons + + - name: Fort Awesome + id: fort-awesome + unicode: f286 + created: 4.5 + url: fortawesome.com + categories: + - Brand Icons + + - name: USB + id: usb + unicode: f287 + created: 4.5 + categories: + - Brand Icons + + - name: Product Hunt + id: product-hunt + unicode: f288 + created: 4.5 + categories: + - Brand Icons + + - name: Mixcloud + id: mixcloud + unicode: f289 + created: 4.5 + categories: + - Brand Icons + + - name: Scribd + id: scribd + unicode: f28a + created: 4.5 + categories: + - Brand Icons + + - name: Pause Circle + id: pause-circle + unicode: f28b + created: 4.5 + categories: + - Video Player Icons + + - name: Pause Circle Outlined + id: pause-circle-o + unicode: f28c + created: 4.5 + categories: + - Video Player Icons + + - name: Stop Circle + id: stop-circle + unicode: f28d + created: 4.5 + categories: + - Video Player Icons + + - name: Stop Circle Outlined + id: stop-circle-o + unicode: f28e + created: 4.5 + categories: + - Video Player Icons + + + - name: Shopping Bag + id: shopping-bag + unicode: f290 + created: 4.5 + categories: + - Web Application Icons + + - name: Shopping Basket + id: shopping-basket + unicode: f291 + created: 4.5 + categories: + - Web Application Icons + + - name: Hashtag + id: hashtag + unicode: f292 + created: 4.5 + categories: + - Web Application Icons + + - name: Bluetooth + id: bluetooth + unicode: f293 + created: 4.5 + categories: + - Web Application Icons + - Brand Icons + + - name: Bluetooth + id: bluetooth-b + unicode: f294 + created: 4.5 + categories: + - Web Application Icons + - Brand Icons + + - name: Percent + id: percent + unicode: f295 + created: 4.5 + categories: + - Web Application Icons + + + - name: GitLab + id: gitlab + unicode: f296 + created: 4.6 + url: gitlab.com + categories: + - Brand Icons + + - name: WPBeginner + id: wpbeginner + unicode: f297 + created: 4.6 + url: wpbeginner.com + categories: + - Brand Icons + + - name: WPForms + id: wpforms + unicode: f298 + created: 4.6 + url: wpforms.com + categories: + - Brand Icons + + - name: Envira Gallery + id: envira + unicode: f299 + created: 4.6 + url: enviragallery.com + filter: + - leaf + categories: + - Brand Icons + + - name: Universal Access + id: universal-access + unicode: f29a + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Wheelchair Alt + id: wheelchair-alt + unicode: f29b + created: 4.6 + filter: + - handicap + - person + categories: + - Web Application Icons + - Medical Icons + - Transportation Icons + - Accessibility Icons + + - name: Question Circle Outlined + id: question-circle-o + unicode: f29c + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Blind + id: blind + unicode: f29d + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Audio Description + id: audio-description + unicode: f29e + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + + - name: Volume Control Phone + id: volume-control-phone + unicode: f2a0 + created: 4.6 + filter: + - telephone + categories: + - Web Application Icons + - Accessibility Icons + + - name: Braille + id: braille + unicode: f2a1 + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Assistive Listening Systems + id: assistive-listening-systems + unicode: f2a2 + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: American Sign Language Interpreting + id: american-sign-language-interpreting + unicode: f2a3 + created: 4.6 + aliases: + - asl-interpreting + categories: + - Web Application Icons + - Accessibility Icons + + - name: Deaf + id: deaf + unicode: f2a4 + created: 4.6 + aliases: + - deafness + - hard-of-hearing + categories: + - Web Application Icons + - Accessibility Icons + + - name: Glide + id: glide + unicode: f2a5 + created: 4.6 + categories: + - Brand Icons + + - name: Glide G + id: glide-g + unicode: f2a6 + created: 4.6 + categories: + - Brand Icons + + - name: Sign Language + id: sign-language + unicode: f2a7 + created: 4.6 + aliases: + - signing + categories: + - Web Application Icons + - Accessibility Icons + + + - name: Low Vision + id: low-vision + unicode: f2a8 + created: 4.6 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Viadeo + id: viadeo + unicode: f2a9 + created: 4.6 + categories: + - Brand Icons + + - name: Viadeo Square + id: viadeo-square + unicode: f2aa + created: 4.6 + categories: + - Brand Icons + + - name: Snapchat + id: snapchat + unicode: f2ab + created: 4.6 + categories: + - Brand Icons + + - name: Snapchat Ghost + id: snapchat-ghost + unicode: f2ac + created: 4.6 + categories: + - Brand Icons + + - name: Snapchat Square + id: snapchat-square + unicode: f2ad + created: 4.6 + categories: + - Brand Icons + + - name: Pied Piper Logo + id: pied-piper + unicode: f2ae + created: 4.6 + categories: + - Brand Icons + + + - name: First Order + id: first-order + unicode: f2b0 + created: 4.6 + categories: + - Brand Icons + + - name: Yoast + id: yoast + unicode: f2b1 + created: 4.6 + url: yoast.com + categories: + - Brand Icons + + - name: ThemeIsle + id: themeisle + unicode: f2b2 + created: 4.6 + url: themeisle.com + categories: + - Brand Icons + + - name: Google Plus Official + id: google-plus-official + unicode: f2b3 + created: 4.6 + aliases: + - google-plus-circle + categories: + - Brand Icons + + - name: Font Awesome + id: font-awesome + unicode: f2b4 + created: 4.6 + aliases: + - fa + categories: + - Brand Icons + + - name: Handshake Outlined + id: handshake-o + unicode: f2b5 + created: 4.7 + categories: + - Web Application Icons + + - name: Envelope Open + id: envelope-open + unicode: f2b6 + created: 4.7 + categories: + - Web Application Icons + + - name: Envelope Open Outlined + id: envelope-open-o + unicode: f2b7 + created: 4.7 + categories: + - Web Application Icons + + - name: Linode + id: linode + unicode: f2b8 + created: 4.7 + url: linode.com + categories: + - Brand Icons + + - name: Address Book + id: address-book + unicode: f2b9 + created: 4.7 + categories: + - Web Application Icons + + - name: Address Book Outlined + id: address-book-o + unicode: f2ba + created: 4.7 + categories: + - Web Application Icons + + - name: Address Card + id: address-card + unicode: f2bb + created: 4.7 + aliases: + - vcard + categories: + - Web Application Icons + + - name: Address Card Outlined + id: address-card-o + unicode: f2bc + created: 4.7 + aliases: + - vcard-o + categories: + - Web Application Icons + + - name: User Circle + id: user-circle + unicode: f2bd + created: 4.7 + categories: + - Web Application Icons + + - name: User Circle Outlined + id: user-circle-o + unicode: f2be + created: 4.7 + categories: + - Web Application Icons + + + - name: User Outlined + id: user-o + unicode: f2c0 + created: 4.7 + categories: + - Web Application Icons + + - name: Identification Badge + id: id-badge + unicode: f2c1 + created: 4.7 + categories: + - Web Application Icons + + - name: Identification Card + id: id-card + unicode: f2c2 + created: 4.7 + aliases: + - drivers-license + categories: + - Web Application Icons + + - name: Identification Card Outlined + id: id-card-o + unicode: f2c3 + created: 4.7 + aliases: + - drivers-license-o + categories: + - Web Application Icons + + - name: Quora + id: quora + unicode: f2c4 + created: 4.7 + categories: + - Brand Icons + + - name: Free Code Camp + id: free-code-camp + unicode: f2c5 + created: 4.7 + categories: + - Brand Icons + + - name: Telegram + id: telegram + unicode: f2c6 + created: 4.7 + categories: + - Brand Icons + + - name: Thermometer Full + id: thermometer-full + unicode: f2c7 + created: 4.7 + aliases: + - thermometer-4 + - thermometer + categories: + - Web Application Icons + + - name: Thermometer 3/4 Full + id: thermometer-three-quarters + unicode: f2c8 + created: 4.7 + aliases: + - thermometer-3 + categories: + - Web Application Icons + + - name: Thermometer 1/2 Full + id: thermometer-half + unicode: f2c9 + created: 4.7 + aliases: + - thermometer-2 + categories: + - Web Application Icons + + - name: Thermometer 1/4 Full + id: thermometer-quarter + unicode: f2ca + created: 4.7 + aliases: + - thermometer-1 + categories: + - Web Application Icons + + - name: Thermometer Empty + id: thermometer-empty + unicode: f2cb + created: 4.7 + aliases: + - thermometer-0 + categories: + - Web Application Icons + + - name: Shower + id: shower + unicode: f2cc + created: 4.7 + categories: + - Web Application Icons + + - name: Bath + id: bath + unicode: f2cd + created: 4.7 + aliases: + - bathtub + - s15 + categories: + - Web Application Icons + + - name: Podcast + id: podcast + unicode: f2ce + created: 4.7 + categories: + - Web Application Icons + + + - name: Window Maximize + id: window-maximize + unicode: f2d0 + created: 4.7 + categories: + - Web Application Icons + + - name: Window Minimize + id: window-minimize + unicode: f2d1 + created: 4.7 + categories: + - Web Application Icons + + - name: Window Restore + id: window-restore + unicode: f2d2 + created: 4.7 + categories: + - Web Application Icons + + - name: Window Close + id: window-close + unicode: f2d3 + created: 4.7 + aliases: + - times-rectangle + categories: + - Web Application Icons + + - name: Window Close Outline + id: window-close-o + unicode: f2d4 + created: 4.7 + aliases: + - times-rectangle-o + categories: + - Web Application Icons + + - name: Bandcamp + id: bandcamp + unicode: f2d5 + created: 4.7 + categories: + - Brand Icons + + - name: Grav + id: grav + unicode: f2d6 + created: 4.7 + categories: + - Brand Icons + + - name: Etsy + id: etsy + unicode: f2d7 + created: 4.7 + categories: + - Brand Icons + + - name: IMDB + id: imdb + unicode: f2d8 + created: 4.7 + categories: + - Brand Icons + + - name: Ravelry + id: ravelry + unicode: f2d9 + created: 4.7 + categories: + - Brand Icons + + - name: Eercast + id: eercast + unicode: f2da + created: 4.7 + url: eercast.com + categories: + - Brand Icons + + - name: Microchip + id: microchip + unicode: f2db + created: 4.7 + categories: + - Web Application Icons + + - name: Snowflake Outlined + id: snowflake-o + unicode: f2dc + created: 4.7 + categories: + - Web Application Icons + + - name: Superpowers + id: superpowers + unicode: f2dd + created: 4.7 + url: superpowers.io + categories: + - Brand Icons + + - name: WPExplorer + id: wpexplorer + unicode: f2de + created: 4.7 + url: wpexplorer.com + categories: + - Brand Icons + + + - name: Meetup + id: meetup + unicode: f2e0 + created: 4.7 + categories: + - Brand Icons diff --git a/_gh_pages/icons/index.html b/_gh_pages/icons/index.html new file mode 100644 index 000000000..eda098a56 --- /dev/null +++ b/_gh_pages/icons/index.html @@ -0,0 +1,2567 @@ + + + + + + + + + + + + Font Awesome Icons + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      The Icons

    +

    The complete set of 675 icons in Font Awesome 4.7.0

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + You asked, Font Awesome delivers with 41 shiny new icons in version 4.7. + Want to request new icons? Here's how. + + Need vectors or want to use on the desktop? Check the cheatsheet. +

    + +
    +
    + + +
    +
    + +
    + +
    + +
    +
    +
    + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + +
    + +
    + + +
    + +
    + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + + + +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + + + + +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +

    Warning!

    +Apparently, Adblock Plus can remove Font Awesome brand icons with their "Remove Social +Media Buttons" setting. We will not use hacks to force them to display. Please +report an issue with Adblock Plus if you believe this to be +an error. To work around this, you'll need to modify the social icon class names. + +
    + +
    +
      +
    • All brand icons are trademarks of their respective owners.
    • +
    • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
    • +
    • Brand icons should only be used to represent the company or product to which they refer.
    • +
    • Please do not use brand logos for any purpose except to represent that particular brand or service.
    • +
    + +
    +
    + +
    + + + + +
    + +
    + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/index.html b/_gh_pages/index.html new file mode 100644 index 000000000..ffb9e0621 --- /dev/null +++ b/_gh_pages/index.html @@ -0,0 +1,520 @@ + + + + + + + + + + + + Font Awesome, the iconic font and CSS toolkit + + + + + + + + + + + + + +
    + + + + + + + + + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, + and anything that can be done with the power of CSS. +

    + +
    +
    + + +
    +
    +
    +

    One Font, 675 Icons

    + In a single collection, Font Awesome is a pictographic language of web-related actions. +
    +
    +

    No JavaScript Required

    + Fewer compatibility concerns because Font Awesome doesn't require JavaScript. +
    +
    +

    Infinite Scalability

    + Scalable vector graphics means every icon looks awesome at any size. +
    +
    +

    Free, as in Speech

    + Font Awesome is completely free for commercial use. Check out the license. +
    +
    +

    CSS Control

    + Easily style icon color, size, shadow, and anything that's possible with CSS. +
    +
    +

    Perfect on Retina Displays

    + Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays. +
    +
    +

    Plays Well with Others

    + Originally designed for Bootstrap, Font Awesome works great with all frameworks. +
    +
    +

    Desktop Friendly

    + To use on the desktop or for a complete set of vectors, + check out the cheatsheet. +
    +
    +

    Accessibility-minded

    + Font Awesome loves screen readers and +helps make your icons accessible on the web. +
    +
    +
    + +
    + +
    +
    +

    + Thanks to @robmadole and + @supercodepoet for icon design + review, advice, some Jekyll help, and being all around badass coders. +

    +
    +
    +

    + HUGE thanks to @gtagliala for doing such a fantastic job managing + pull requests and issues on the Font Awesome + GitHub project. +

    +
    +
    +

    + Thanks to MaxCDN for providing the excellent + BootstrapCDN, the fastest and easiest way to + get started with Font Awesome. +

    +
    +
    +
    + +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/license/index.html b/_gh_pages/license/index.html new file mode 100644 index 000000000..9cd0c8a74 --- /dev/null +++ b/_gh_pages/license/index.html @@ -0,0 +1,399 @@ + + + + + + + + + + + + Font Awesome License + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      License

    +

    The full details of how Font Awesome is licensed

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source + projects, or really just about whatever you want. +

    + +
    +
    + + +
    +
    +
      +
    • + Attribution is no longer required as of Font Awesome 3.0 but is much appreciated: + "Font Awesome by Dave Gandy - http://fontawesome.io". +
    • +
    +
    +
    + +
    + +
      +
    • + Applies to all desktop and webfont files in the following directory: + font-awesome/fonts/. +
    • +
    • License: SIL OFL 1.1
    • +
    • URL: http://scripts.sil.org/OFL
    • +
    +
    + +
    + + +
    + +
    + + +
    + +
    + +
      +
    • All brand icons are trademarks of their respective owners.
    • +
    • The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
    • +
    • Brand icons should only be used to represent the company or product to which they refer.
    • +
    • Please do not use brand logos for any purpose except to represent that particular brand or service.
    • +
    + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/store/index.html b/_gh_pages/store/index.html new file mode 100644 index 000000000..105212c80 --- /dev/null +++ b/_gh_pages/store/index.html @@ -0,0 +1,607 @@ + + + + + + + + + + + + Official Merchandise + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      Awesome Swag

    +

    Show your love & support of Font Awesome with official merchandise!

    + +
    +
    + + +
    + +
    +
    + + + + + + + + +
    +
    +

    Have Ideas or Requests?

    + +
    +

    + Got a great idea for a Font Awesome goodie or shirt? Don't see your favorite icon in a wear-able or share-able format? +

    + +

    + We're all ears! Spend a few minutes and let us know what you'd want. If we end up using your idea, we'll send you a free copy. +

    +
    + + Make a Store Suggestion! + + +

    + Please note: While we appreciate all suggestions, not every idea might be right for Font Awesome nor could we physically make every idea. +

    +
    + +
    +
    + +
    + +
    +
    +

    About Font Awesome Products

    +

    + There might be times where you want to insert a bit of Font Awesome in the real world. That's why we're trying out some schwag. We hope you enjoy our icons and their fun spirit out in the wild and appreciate the support you're showing and giving by doing so. You're putting the Awesome in Font Awesome! +

    +
    + +
    +

    Shipping, Tracking, & Refunding Orders

    +

    + All of our products are managed through Amazon. Shipping rates and schedules are managed through their storefront. You'll be able to track your placed orders and contact Amazon's responsive support about refunds, issues, or questions. Ratings and feedback are always welcome either on the product page or directly to us. +

    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/survey/index.html b/_gh_pages/survey/index.html new file mode 100644 index 000000000..8d89f5fef --- /dev/null +++ b/_gh_pages/survey/index.html @@ -0,0 +1,49 @@ + + + + + + + + + + + + Font Awesome + You + + + + + + + + + + + diff --git a/_gh_pages/test/2.3.2/index.html b/_gh_pages/test/2.3.2/index.html new file mode 100644 index 000000000..b576cb40f --- /dev/null +++ b/_gh_pages/test/2.3.2/index.html @@ -0,0 +1,1027 @@ + + + + + + + + + + Font Awesome + Bootstrap 2.3.2 Test Cases + + + + + + + + + + + + + + + + + + + + +
    + +
    +

    Visual Test Cases

    + +

    Icons Icons should have proper alignment and not be clipped

    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building +
    +
    + Building Large +
    +
    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle +
    +
    + Circle Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle Large +
    +
    + + +

    Links with Icons icon should activate link & NOT underline

    + + + + +

    Navbar should stay same height

    + + + +

    Plain buttons next to buttons w/icons should be same height, icons not clipped

    +

    Buttons

    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    + + +

    Anchors

    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    + +

    Button groups should be same height

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +

    Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

    + + + +

    Nav pills & nav tabs should be same height and properly vertically aligned

    + + +

    Hide class directly on icons

    +
    +
    +
    + Icon should be hidden +
    +
    +
    + Icon should be hidden +
    +
    + + +

    2x, 3x, 4x icons in text should have margins next to and below text

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + +

    Bullets should wrap appropriately, have proper spacing

    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    + + +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    + + +

    Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

    +
    + Loading... + + + Loading... + + Loading... +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    fa-lg

    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    Bootstrap Prepend and Append

    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    +

    Stacked icons

    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +

    Stacked icons inside anchor

    + + + +

    Mirrored and rotated icons

    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +

    Mirrored and rotated icons inside anchors and buttons

    + + +
    + +
    +
    + + + + + + + + diff --git a/_gh_pages/test/all/index.html b/_gh_pages/test/all/index.html new file mode 100644 index 000000000..5aaceae5d --- /dev/null +++ b/_gh_pages/test/all/index.html @@ -0,0 +1,6115 @@ + + + + + + + + + +
    +
    +

    All

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +
    +

    All (Unicode)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +

    Non-Brand (Unicode)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +

    Brand (Unicode)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + + diff --git a/_gh_pages/test/glyphicons/index.html b/_gh_pages/test/glyphicons/index.html new file mode 100644 index 000000000..98cd4c7ec --- /dev/null +++ b/_gh_pages/test/glyphicons/index.html @@ -0,0 +1,998 @@ + + + + + + + + + + Glyphicons Visual Test Cases + + + + + + + + + + + + + + + + + + + +
    + +
    +

    Visual Test Cases

    + +

    Icons Icons should have proper alignment and not be clipped

    +
    +
    +
    + Calendar +
    +
    +
    +
    + Calendar Large +
    +
    +
    + Calendar +
    +
    + Calendar Large +
    +
    +
    +
    +
    + Calendar +
    +
    +
    +
    + Calendar Large +
    +
    +
    + Calendar Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle +
    +
    + Circle Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle Large +
    +
    + + +

    Links with Icons icon should activate link & underline

    + + + + +

    Navbar should stay same height

    + + + +

    Plain buttons next to buttons w/icons should be same height, icons not clipped

    +

    Buttons

    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    + + +

    Anchors

    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    + +

    Button groups should be same height

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +

    Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

    + + + +

    Nav pills & nav tabs should be same height and properly vertically aligned

    + + + + +

    2x, 3x, 4x icons in text should have margins next to and below text

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + +

    Bullets should wrap appropriately, have proper spacing

    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    + + +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    + + +

    Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

    +
    + Loading... + + + Loading... + + Loading... +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    glyphicon-lg

    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    Bootstrap Prepend and Append

    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    + +

    Stacked icons

    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +

    Stacked icons inside anchor

    + + + +

    Mirrored and rotated icons

    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +

    Mirrored and rotated icons inside anchors and buttons

    + + +
    + +
    +
    + + + + + + + + + + diff --git a/_gh_pages/test/height/4.4.0/index.html b/_gh_pages/test/height/4.4.0/index.html new file mode 100644 index 000000000..dcb59326e --- /dev/null +++ b/_gh_pages/test/height/4.4.0/index.html @@ -0,0 +1,58 @@ + + + + + + + +

    4.4.0

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + diff --git a/_gh_pages/test/height/4.5.0/index.html b/_gh_pages/test/height/4.5.0/index.html new file mode 100644 index 000000000..2def6ad6f --- /dev/null +++ b/_gh_pages/test/height/4.5.0/index.html @@ -0,0 +1,58 @@ + + + + + + + +

    4.5.0

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + diff --git a/_gh_pages/test/height/current/index.html b/_gh_pages/test/height/current/index.html new file mode 100644 index 000000000..d1099e7d2 --- /dev/null +++ b/_gh_pages/test/height/current/index.html @@ -0,0 +1,58 @@ + + + + + + + +

    Current

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + diff --git a/_gh_pages/test/index.html b/_gh_pages/test/index.html new file mode 100644 index 000000000..f2d1d5deb --- /dev/null +++ b/_gh_pages/test/index.html @@ -0,0 +1,1284 @@ + + + + + + + + + + + + Font Awesome Visual Test Cases + + + + + + + + + + + + + +
    + + + + + + + +
    +

    Visual Test Cases

    + +

    Icons Icons should have proper alignment and not be clipped

    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building +
    +
    + Building Large +
    +
    +
    +
    +
    + Building +
    +
    +
    +
    + Building Large +
    +
    +
    + Building Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle +
    +
    + Circle Large +
    +
    +
    +
    +
    + Circle +
    +
    +
    +
    + Circle Large +
    +
    +
    + Circle Large +
    +
    + + +

    Links with Icons icon should activate link & NOT underline

    +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + Link Here +
    +
    + + +

    Navbar should stay same height

    + + + +

    Plain buttons next to buttons w/icons should be same height, icons not clipped

    +

    Buttons

    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    + + + +
    +
    +
    +
    + + +

    Anchors

    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    + Button + Button + +
    +
    +
    +
    + +

    Button groups should be same height

    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    + +

    Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

    + + + +

    Nav pills & nav tabs should be same height and properly vertically aligned

    + + +

    Hide class directly on icons

    +
    +
    +
    + Icon should be hidden +
    +
    +
    + Icon should be hidden +
    +
    + + +

    2x, 3x, 4x icons in text should have margins next to and below text

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +

    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

    +
    +
    +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
    +
    + + +

    Bullets should wrap appropriately, have proper spacing

    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
    • +
    +
    +
    +
    + + +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    +
    +
      +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
    • +
    • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    • +
    +
    +
    +
    + + +

    Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

    +
    + Loading... + + + Loading... + + Loading... +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    fa-lg

    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +
    + Loading... + + + Loading... + +
    +

    Bootstrap Prepend and Append

    +
    +
    +
    + + +
    +
    +
    +
    + + +
    +
    +
    + +

    Stacked icons

    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +
    + +
    Center +
    +
    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    +

    + + Twitter Icon + + Facebook Icon + + GitHub Icon +

    + +
    +

    Stacked icons inside anchor

    + +

    Stacked icon background with text foreground

    +
    + + +
    + + +

    Mirrored and rotated icons

    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +
    +   normal
    +  fa-rotate-90
    +  fa-rotate-180
    +  fa-rotate-270
    +  fa-flip-horizontal
    +  fa-flip-vertical + +
    +
    +
    +

    Mirrored and rotated icons inside anchors and buttons

    + + +

    Animation Wobble #671

    +
    + + + + + + +
    +
    + + + + + + +
    +
    + + + + + + +
    +
    + + + + + + +
    + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/thanks/index.html b/_gh_pages/thanks/index.html new file mode 100644 index 000000000..e1f2614d8 --- /dev/null +++ b/_gh_pages/thanks/index.html @@ -0,0 +1,300 @@ + + + + + + + + + + + + Thanks for subscribing! + + + + + + + + + + + + + +
    + + + + + + + +
    +
    +
    +
    +

    You're all set!

    +

    + Thanks for signing up! + We'll send you email updates on new Font Awesome releases, icons, and other stuff that we're working on. + We won't spam you. Scout's honor! +

    + +

    What's next?

    +

    + Want to see what we're working on next? Check out Fort Awesome! We're making it easy to put the perfect icons + on your website. Pick from gorgeous, comprehensive icon sets or copy and paste your own vector icons. +

    + + Check out Fort Awesome! + +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_gh_pages/whats-new/index.html b/_gh_pages/whats-new/index.html new file mode 100644 index 000000000..8f1ccb356 --- /dev/null +++ b/_gh_pages/whats-new/index.html @@ -0,0 +1,500 @@ + + + + + + + + + + + + What's New + + + + + + + + + + + + + +
    + + + + + + + + + + +
    +
    + +

      What's New

    +

    What's New in the latest version — Font Awesome 4.7

    + +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + + +
    +
    + + +
    + +
    +
    + + + +

    + Font Awesome is always getting a little awesome-er. So here's what's new in the latest version, Font Awesome + 4.7. Have some ideas for new features? + Help contribute. +

    + +
    +
    + + +
    +
    +

    Accessibility Docs

    + Details on how to mark up your icons depending on how you're using them. + Make your site icons usable by the most people, and start here. +
    +
    +

    Better Examples

    + Every FA icon example page now has a better, more accessibility-minded + default block of code that users can copy and paste. +
    +
    +

    Accessibility Category

    + We've added a new icon category specifically for accessibility and seeded + it with 15 icons to start. Make sure to request more if you need them! +
    +
    + +
    + + +
    + You asked, Font Awesome delivers with 41 shiny new icons in version 4.7. + Want to request new icons? Here's how. +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    + +
    + +

    + For complete documentation of the syntax changes in 4.7, check out the + examples. For the changes to icon names, + @gtagliala has put together a + great wiki page that + documents all the changes. +

    +
    + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/accessibility/index.html b/accessibility/index.html index f4138b645..da3a73865 100644 --- a/accessibility/index.html +++ b/accessibility/index.html @@ -45,9 +45,6 @@
    -
    - -
    @@ -56,7 +53,7 @@
    - +