提交 3303226c 编写于 作者: X XieJiaHe

release

上级 2b9a3d76
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
.DS_Store
node_modules/
dist/
scss/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.svn
> 发现导航 - 新世界
做这个导航网站的初衷就是为了把一些实用的网站分享出去,让大家可以提高工作效率。
偏前端的比较多,后续会慢慢的增加其他分类,
如有体验上的问题、分类错误欢迎提[issues](https://github.com/xjh22222228/nav/issues), 感谢!
### 预览
[点击这里预览](https://xjh22222228.github.io/nav/index.html)
![演示](https://raw.githubusercontent.com/xjh22222228/nav/master/images/demo.gif)
### 优势
- 支持描点定位
- 可选中/英文站点
- 简洁可观、定位清晰、响应式
- 开源、维护开发成本低
### 贡献导航/友情链接
[点此贡献](https://github.com/xjh22222228/nav/issues)
提交格式
```
icon: 'http://favicon.png',
name: '发现导航',
desc: '爱分享,爱创造,一个资源难寻的导航网站',
link: 'https://github.com/xjh22222228/nav'
```
----
### License
[The MIT License](https://opensource.org/licenses/MIT)
/*!
@author xiejiahe;
@link https://github.com/xjh22222228
*/a,abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;color:#333;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{overflow-x:hidden;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html::-webkit-scrollbar{width:8px;height:16px;border-radius:2px}html::-webkit-scrollbar-track{border-radius:6px;background:#fff}html::-webkit-scrollbar-thumb{border-radius:6px;background:#ccc}body{min-width:320px;font-size:12px;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;font-family:-apple-system, "PingFang SC", "Hiragino Sans GB", Arial, "Microsoft YaHei", "Helvetica Neue", sans-serif;background:#f8f8f8}body,html,#xiejiahe{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}h4,h5,h6{font-size:100%}address,cite,dfn,em,var{font-style:normal}small{font-size:12px}ol,ul,li{list-style:none}a{text-decoration:none}abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help}q:after,q:before{content:''}legend{color:#000}fieldset,img,iframe{border:none}button,input,select,textarea{font-size:100%}table{border-collapse:collapse;border-spacing:0}hr{border:none;height:1px}input[type="text"],input[type="password"],input[type="submit"],input[type="reset"]{-webkit-appearance:none;outline:none;border:1px solid #e1e1e1}textarea{resize:none;outline:none;-webkit-appearance:none}button,input[type="submit"],input[type="reset"]{cursor:pointer;outline:none}i,em{font-style:normal}[ng-cloak]{display:none}a,img{-webkit-touch-callout:none}.user-select-none{user-select:none;-webkit-user-select:none;-ms-user-select:none}.sidebar{z-index:3;position:fixed;top:0;left:0;width:180px;height:100%;background:#30333c;height:100%;visibility:visible;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-ms-transition:all 0.2s linear}.sidebar .logo{margin-top:10px;text-align:center}.sidebar .logo img{width:50px;height:50px;pointer-events:none}.sidebar .nav{padding-top:20px}.sidebar .nav-title{text-align:center;cursor:pointer;font-size:16px}.sidebar .nav-title a{padding:15px 0;display:block;color:#fff}.sidebar .nav-title a.active{background:rgba(255,255,255,0.2);font-weight:bold}.container{margin-left:180px;transition:all 0.2s linear;-webkit-transition:all 0.2s linear;-ms-transition:all 0.2s linear}.container .main{margin:20px 20px}.container .main .block{margin:15px 0;padding:20px 20px 10px 30px;background:#fff;box-shadow:0 0 5px #ccc}.container .main .title{color:#000;font-size:18px}.container .main-nav{margin:20px 0 0 0}.container .main-nav .nav-ul{display:flex;display:-webkit-flex;display:-ms-flexbox;flex-wrap:wrap}.container .main-nav li{position:relative;box-shadow:0 0 5px #ccc;margin:0 30px 30px 0;width:200px;padding:15px;cursor:pointer;border-radius:5px;overflow:hidden;transition:0.1s linear;-webkit-transition:0.1s linear;-ms-transition:0.1s linear}.container .main-nav li .icon{width:35px;height:35px;vertical-align:middle;border-radius:50%;pointer-events:none}.container .main-nav li .name{display:inline-block;font-size:16px;margin-left:5px;width:calc(100% - 50px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.container .main-nav li .desc{padding-top:5px;border-top:1px solid #eee;margin-top:8px}.container .main-nav li .mark{z-index:28;position:absolute;top:-1000px;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);display:flex;display:-webkit-flex;display:-ms-flexbox;display:box;display:-webkit-box;display:-ms-flexbox;justify-content:center;align-items:center;box-pack:center;-webkit-box-pack:center;-ms-box-pack:center;box-align:center;-webkit-box-align:center;-ms-box-align:center}.container .main-nav li .mark .button-box{width:100%;text-align:center}.container .main-nav li .mark a{display:inline-block;position:relative;font-size:16px;padding:3px 0;border:none;width:30%;background:#2db7f5;color:#fff;border-radius:5px;overflow:hidden}.container .main-nav li .mark a:nth-child(1){margin-right:15px}.container .main-nav li .mark a:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000;opacity:0}.container .main-nav li .mark a:active:after{opacity:.2}.container .main-nav li .mark .zh{background:#26a2ff}.header{display:none;text-align:center}.header .header-top{position:relative;height:45px;border-bottom:1px solid #eee;background:#fff}.header .header-top .logo{width:35px;height:35px;margin-top:4px;pointer-events:none}.header .open{position:absolute;top:9px;right:15px;cursor:pointer}.header .open i{display:block;margin-top:6px;height:2px;width:25px;background:#000;transform-origin:right center;-webkit-transform-origin:right center;-ms-transform-origin:right center;transition:0.1s linear;-webkit-transition:0.1s linear;-ms-transition:0.1s linear}.header .open.active i:nth-child(1){transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg)}.header .open.active i:nth-child(2){opacity:0}.header .open.active i:nth-child(3){transform:translateY(2px) rotate(45deg);-webkit-transform:translateY(2px) rotate(45deg);-ms-transform:translateY(2px) rotate(45deg)}.header .nav-open{display:none;box-shadow:1px 1px 5px #ccc;overflow:hidden;background:#fff;transition:0.1s linear;-webkit-transition:0.1s linear;-ms-transition:0.1s linear}.header .nav-title{font-size:16px}.header .nav-title a{display:block;padding:8px 0}.header .nav-title a:active,.header .nav-title a.active{background:rgba(0,0,0,0.05)}.footer{margin-top:20px;padding:10px 10px 10px 15px;background:#fff;line-height:22px}.footer a{color:#0366d6}.scroll-top{z-index:66;position:fixed;bottom:25px;right:15px;width:30px;height:30px;cursor:pointer}@media screen and (max-width: 768px){.sidebar{transform:translate3d(-100%, 0, 0);-webkit-transform:translate3d(-100%, 0, 0);-ms-transform:translate3d(-100%, 0, 0)}.header{display:block}.container{margin-left:0}.container .main{margin:10px}.main-nav .nav-ul li{width:calc(50% - 15px)}.main-nav .nav-ul li:not(:nth-child(even)){margin:0 30px 30px 0}.main-nav .nav-ul li:not(:nth-child(odd)){margin:0 0 30px 0}}@media screen and (min-width: 768px){.container .nav-ul li:hover{transform:translateY(-7px);-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px)}.container .nav-ul li:hover .mark{top:0}.footer a:hover{text-decoration:underline}}
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524550239153" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3411" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M501.937582 545.097053c147.891962 0 268.231366-118.534055 268.223274-264.288929 0-145.746783-120.330301-264.28994-268.222263-264.28994-147.890951 0-268.221252 118.584625-268.221252 264.28994C233.71633 426.520519 354.046631 545.097053 501.937582 545.097053zM612.471463 570.546911 411.497184 570.546911c-186.760063 0-338.664249 149.569875-338.664249 333.472733l0 19.794109c0 96.139636 149.47278 96.139636 338.664249 96.139636l200.974278 0c181.747565 0 338.694591 0 338.694591-96.139636l0-19.794109C951.164031 720.158252 799.235571 570.546911 612.471463 570.546911z" p-id="3412"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524655976186" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1930" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M63.3 512.2a448.5 448 0 1 0 897 0 448.5 448 0 1 0-897 0Z" fill="#4D6BFF" p-id="1931"></path><path d="M416.09375 605.09375c1.21875 0.5625 2.15625 1.5 2.71875 2.71875l82.3125 175.6875c3.1875 6.84375 12.84375 7.03125 15.75 0.375l201.84375-465.75c3.5625-8.15625-4.78125-16.5-12.9375-12.9375L240.125 507.03125c-6.75 2.90625-6.5625 12.5625 0.375 15.75l175.59375 82.3125z" fill="#ffffff" p-id="1932"></path></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -10.23174 23 20.46348">
<title>React Logo</title>
<circle cx="0" cy="0" r="2.05" fill="#61dafb"/>
<g stroke="#61dafb" stroke-width="1" fill="none">
<ellipse rx="11" ry="4.2"/>
<ellipse rx="11" ry="4.2" transform="rotate(60)"/>
<ellipse rx="11" ry="4.2" transform="rotate(120)"/>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 250 250" style="enable-background:new 0 0 250 250;" xml:space="preserve">
<style type="text/css">
.st0{fill:#DD0031;}
.st1{fill:#C3002F;}
.st2{fill:#FFFFFF;}
</style>
<g>
<polygon class="st0" points="125,30 125,30 125,30 31.9,63.2 46.1,186.3 125,230 125,230 125,230 203.9,186.3 218.1,63.2 "/>
<polygon class="st1" points="125,30 125,52.2 125,52.1 125,153.4 125,153.4 125,230 125,230 203.9,186.3 218.1,63.2 125,30 "/>
<path class="st2" d="M125,52.1L66.8,182.6h0h21.7h0l11.7-29.2h49.4l11.7,29.2h0h21.7h0L125,52.1L125,52.1L125,52.1L125,52.1
L125,52.1z M142,135.4H108l17-40.9L142,135.4z"/>
</g>
</svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524299579084" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1374" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M65.450667 250.624c-90.581333 130.133333-79.36 299.392-10.112 437.589333 1.578667 3.370667 3.328 6.570667 5.034666 9.770667 0.981333 2.218667 2.090667 4.266667 3.285334 6.357333 0.554667 1.194667 1.322667 2.432 2.005333 3.541334 1.109333 2.218667 2.304 4.352 3.456 6.485333l6.698667 11.306667c1.237333 2.090667 2.432 4.138667 3.84 6.229333 2.346667 4.010667 5.12 7.978667 7.552 11.989333 1.109333 1.664 2.133333 3.328 3.370666 4.992a271.36 271.36 0 0 0 13.226667 18.944c3.328 4.565333 6.656 9.002667 10.24 13.44 1.152 1.621333 2.432 3.242667 3.626667 4.864l9.429333 11.477334c1.152 1.322667 2.304 2.858667 3.541333 4.224 4.181333 5.034667 8.618667 9.941333 13.056 14.890666 0 0.085333 0.128 0.170667 0.213334 0.298667a133.546667 133.546667 0 0 0 18.090666 18.773333c3.413333 3.498667 6.826667 6.997333 10.453334 10.410667l4.309333 4.138667c4.736 4.437333 9.472 8.874667 14.464 13.141333 0.085333 0 0.128 0.085333 0.213333 0.128l2.432 2.133333c4.352 3.797333 8.746667 7.594667 13.226667 11.093334l5.333333 4.48c3.626667 2.901333 7.381333 5.674667 11.093334 8.533333l5.802666 4.437333c3.968 2.986667 8.192 5.930667 12.245334 8.832 1.493333 1.066667 2.986667 2.133333 4.522666 3.114667l1.237334 0.981333 11.989333 7.893334 5.12 3.413333c6.272 4.010667 12.501333 7.808 18.688 11.562667 1.792 0.896 3.584 1.877333 5.248 2.901333 4.608 2.645333 9.386667 5.333333 14.037333 7.808 2.56 1.450667 5.205333 2.688 7.850667 4.010667 3.2 1.792 6.528 3.541333 9.941333 5.333333a13.824 13.824 0 0 1 2.389334 0.981333c1.408 0.64 2.730667 1.322667 4.096 2.005334 5.12 2.56 10.453333 4.992 16 7.424 1.024 0.426667 2.133333 0.853333 3.242666 1.450666 6.144 2.688 12.288 5.248 18.645334 7.765334 1.450667 0.426667 2.986667 1.152 4.48 1.706666 5.76 2.176 11.690667 4.394667 17.536 6.485334l2.133333 0.768c6.528 2.218667 12.970667 4.352 19.584 6.4 1.536 0.426667 3.114667 0.981333 4.736 1.408 6.784 2.048 13.354667 4.48 20.181333 5.802666 437.76 79.786667 564.992-263.210667 564.992-263.210666-106.88 139.178667-296.533333 175.872-476.16 135.04-6.656-1.536-13.312-3.669333-20.010666-5.632a576.938667 576.938667 0 0 1-24.192-7.722667l-2.645334-1.024c-5.802667-1.962667-11.392-4.138667-17.066666-6.314667a68.821333 68.821333 0 0 0-4.693334-1.749333c-6.272-2.517333-12.373333-5.12-18.432-7.808-1.322667-0.426667-2.432-1.024-3.754666-1.536a998.826667 998.826667 0 0 1-15.402667-7.253333 63.274667 63.274667 0 0 1-4.522667-2.218667c-4.010667-1.877333-8.021333-4.010667-11.946666-6.058667a168.192 168.192 0 0 1-7.978667-4.096c-4.821333-2.56-9.642667-5.333333-14.464-7.978666-1.450667-1.024-3.114667-1.877333-4.778667-2.816a678.485333 678.485333 0 0 1-18.688-11.477334 89.770667 89.770667 0 0 1-5.034666-3.370666 256.085333 256.085333 0 0 1-13.312-8.789334c-1.493333-0.981333-2.858667-2.048-4.394667-3.114666a407.082667 407.082667 0 0 1-12.544-9.045334c-1.792-1.450667-3.712-2.816-5.632-4.266666-3.754667-2.944-7.552-5.76-11.306667-8.874667l-5.034666-4.010667a451.413333 451.413333 0 0 1-14.250667-11.989333 11.008 11.008 0 0 0-1.578667-1.28l-14.805333-13.482667-4.266667-4.010666c-3.498667-3.541333-7.082667-6.954667-10.666666-10.453334l-4.138667-4.266666a386.986667 386.986667 0 0 1-13.184-13.781334l-0.64-0.682666a765.610667 765.610667 0 0 1-13.354667-15.104c-1.152-1.322667-2.218667-2.730667-3.413333-4.138667l-9.642667-11.818667a906.581333 906.581333 0 0 1-14.506666-19.114666C92.16 502.869333 56.106667 315.136 135.850667 161.152" fill="#1296db" p-id="1375"></path><path d="M346.496 141.013333c-65.664 94.250667-61.952 220.288-10.837333 319.957334a388.266667 388.266667 0 0 0 28.885333 48.298666c9.813333 14.08 20.650667 30.72 33.792 42.069334 4.565333 5.205333 9.514667 10.24 14.677333 15.317333l3.84 3.84c4.864 4.693333 9.856 9.301333 14.933334 13.866667l0.64 0.554666a420.48 420.48 0 0 0 17.664 14.592c1.450667 0.981333 2.688 2.133333 4.096 3.114667 5.973333 4.608 11.989333 9.045333 18.218666 13.44l0.64 0.384c2.645333 1.92 5.461333 3.669333 8.448 5.546667 1.194667 0.768 2.56 1.792 3.84 2.56 4.522667 2.901333 8.96 5.632 13.525334 8.405333 0.725333 0.298667 1.365333 0.682667 2.048 0.981333 3.84 2.346667 8.021333 4.608 12.032 6.698667 1.408 0.853333 2.773333 1.493333 4.224 2.304 2.858667 1.408 5.674667 2.901333 8.405333 4.352l1.365333 0.597333c5.76 2.816 11.648 5.461333 17.408 8.106667 1.450667 0.554667 2.688 1.024 3.925334 1.621333 4.736 2.048 9.557333 4.010667 14.293333 5.845334 2.133333 0.725333 4.138667 1.578667 6.144 2.218666 4.352 1.621333 8.917333 3.114667 13.226667 4.608l5.973333 1.92c6.229333 1.92 12.544 4.437333 19.114667 5.504 337.92 56.021333 416.170667-204.245333 416.170666-204.245333-70.442667 101.376-206.762667 149.674667-352.042666 111.957333a342.613333 342.613333 0 0 1-19.114667-5.546666c-2.048-0.554667-3.84-1.194667-5.802667-1.792-4.437333-1.536-9.002667-3.029333-13.312-4.650667l-6.144-2.304c-4.778667-1.92-9.642667-3.712-14.293333-5.76-1.450667-0.64-2.773333-1.066667-3.882667-1.706667-5.973333-2.688-11.989333-5.333333-17.792-8.192l-8.789333-4.565333-5.077333-2.56a241.92 241.92 0 0 1-11.306667-6.4 26.453333 26.453333 0 0 1-2.645333-1.450667c-4.522667-2.816-9.216-5.546667-13.525334-8.448-1.450667-0.810667-2.773333-1.792-4.138666-2.645333l-8.874667-5.802667c-6.144-4.266667-12.16-8.874667-18.218667-13.312-1.365333-1.237333-2.688-2.261333-4.010666-3.370666-63.872-50.218667-114.261333-118.869333-138.154667-196.608-25.173333-80.810667-19.626667-171.434667 23.850667-244.992" fill="#1296db" p-id="1376"></path><path d="M582.826667 59.050667c-38.741333 56.832-42.453333 127.402667-15.786667 190.08 28.330667 66.56 86.272 118.826667 153.770667 143.573333 2.773333 1.066667 5.461333 1.962667 8.32 2.986667l3.754666 1.152c3.925333 1.237333 7.893333 2.688 11.946667 3.584 186.709333 36.010667 237.226667-95.872 250.837333-115.242667-44.458667 63.829333-118.997333 79.146667-210.432 56.917333a206.677333 206.677333 0 0 1-22.016-6.826666 270.677333 270.677333 0 0 1-26.325333-10.837334 278.229333 278.229333 0 0 1-46.08-28.16c-81.92-62.037333-132.650667-180.48-79.232-276.949333" fill="#1296db" p-id="1377"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524299599613" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1896" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 78.933333C500.48 78.933333 488.533333 81.92 478.72 87.466667L161.28 270.933333C140.8 282.88 128 305.066667 128 328.96L128 695.04C128 718.933333 140.8 741.12 161.28 753.066667L244.48 800.853333C285.013333 820.48 298.666667 820.906667 317.44 820.906667 377.173333 820.906667 411.733333 784.64 411.733333 721.493333L411.733333 360.106667C411.733333 354.986667 407.466667 350.72 402.346667 350.72L362.666667 350.72C357.12 350.72 352.853333 354.986667 352.853333 360.106667L352.853333 721.493333C352.853333 749.653333 323.84 777.386667 277.333333 753.92L189.866667 704C186.88 701.866667 185.173333 698.453333 185.173333 695.04L185.173333 328.96C185.173333 325.12 186.88 321.706667 189.866667 320L507.306667 136.96C509.866667 135.253333 514.133333 135.253333 516.693333 136.96L834.133333 320C837.12 321.706667 838.826667 325.12 838.826667 328.96L838.826667 695.04C838.826667 698.453333 837.12 701.866667 834.133333 704L516.693333 887.04C514.133333 888.746667 509.866667 888.746667 506.88 887.04L426.666667 838.4C423.253333 837.12 419.84 836.693333 417.706667 837.973333 395.093333 850.773333 390.826667 853.333333 369.92 859.733333 364.8 861.44 356.693333 864.426667 372.906667 873.386667L478.72 936.106667C488.96 942.08 500.053333 945.066667 512 945.066667 523.946667 945.066667 535.04 942.08 545.28 936.106667L862.72 753.066667C883.2 741.12 896 718.933333 896 695.04L896 328.96C896 305.066667 883.2 282.88 862.72 270.933333L545.28 87.466667C535.466667 81.92 523.946667 78.933333 512 78.933333M597.333333 341.333333C506.88 341.333333 452.693333 379.306667 452.693333 443.306667 452.693333 512 506.453333 532.053333 593.493333 540.586667 697.173333 550.826667 705.28 566.186667 705.28 586.666667 705.28 622.08 676.693333 637.013333 610.133333 637.013333 525.653333 637.013333 507.733333 616.106667 501.333333 574.293333 500.48 570.026667 496.64 566.613333 491.946667 566.613333L450.986667 566.613333C445.866667 566.613333 442.026667 570.453333 442.026667 576 442.026667 628.906667 471.04 692.906667 610.133333 692.906667 710.4 692.906667 768 653.226667 768 584.106667 768 515.413333 721.92 497.493333 624.213333 484.266667 525.653333 471.466667 515.84 464.64 515.84 441.6 515.84 422.4 524.373333 396.8 597.333333 396.8 661.333333 396.8 686.506667 410.88 696.32 454.826667 697.173333 459.093333 701.013333 462.08 705.28 462.08L746.666667 462.08C748.8 462.08 751.36 461.226667 753.066667 459.093333 754.773333 457.386667 756.053333 454.826667 755.2 452.266667 749.226667 376.32 698.88 341.333333 597.333333 341.333333Z" p-id="1897" fill="#1afa29"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524309380006" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1383" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M1024 853.333333c0 93.866667-76.8 170.666667-170.666667 170.666667H170.666667C76.8 1024 0 947.2 0 853.333333V170.666667C0 76.8 76.8 0 170.666667 0h682.666666c93.866667 0 170.666667 76.8 170.666667 170.666667v682.666666z" fill="#563D7C" p-id="1384"></path><path d="M278.4 222.933333h290.133333c53.333333 0 97.066667 11.733333 129.066667 37.333334s48 61.866667 48 110.933333c0 29.866667-7.466667 55.466667-22.4 76.8-14.933333 21.333333-36.266667 38.4-62.933333 50.133333v2.133334c37.333333 7.466667 65.066667 25.6 83.2 52.266666 19.2 26.666667 28.8 60.8 28.8 101.333334 0 23.466667-4.266667 45.866667-12.8 65.066666-8.533333 20.266667-21.333333 38.4-39.466667 52.266667-18.133333 14.933333-40.533333 26.666667-68.266667 35.2s-60.8 12.8-99.2 12.8H278.4V222.933333z m104.533333 249.6h170.666667c25.6 0 45.866667-7.466667 62.933333-21.333333 17.066667-13.866667 25.6-35.2 25.6-61.866667 0-29.866667-7.466667-51.2-22.4-64-14.933333-11.733333-37.333333-18.133333-65.066666-18.133333H384l-1.066667 165.333333z m0 262.4h184.533334c32 0 56.533333-8.533333 73.6-24.533333 17.066667-16 26.666667-39.466667 26.666666-70.4 0-29.866667-8.533333-52.266667-26.666666-68.266667s-42.666667-23.466667-73.6-23.466666H382.933333v186.666666z" fill="#FFFFFF" p-id="1385"></path></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 600"><title>icon-square-small</title><path fill="#FFF" d="M300 .1L565 150v299.9L300 599.8 35 449.9V150z"/><path fill="#8ED6FB" d="M517.7 439.5L308.8 557.8v-92L439 394.1l78.7 45.4zm14.3-12.9V179.4l-76.4 44.1v159l76.4 44.1zM81.5 439.5l208.9 118.2v-92l-130.2-71.6-78.7 45.4zm-14.3-12.9V179.4l76.4 44.1v159l-76.4 44.1zm8.9-263.2L290.4 42.2v89l-137.3 75.5-1.1.6-75.9-43.9zm446.9 0L308.8 42.2v89L446 206.8l1.1.6 75.9-44z"/><path fill="#1C78C0" d="M290.4 444.8L162 374.1V234.2l128.4 74.1v136.5zm18.4 0l128.4-70.6v-140l-128.4 74.1v136.5zM299.6 303zm-129-85l129-70.9L428.5 218l-128.9 74.4-129-74.4z"/></svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 294.825 258.982"
xml:space="preserve">
<g>
<path fill="#8080F2" d="M97.021,99.016l48.432-27.962c1.212-0.7,2.706-0.7,3.918,0l48.433,27.962
c1.211,0.7,1.959,1.993,1.959,3.393v55.924c0,1.399-0.748,2.693-1.959,3.394l-48.433,27.962c-1.212,0.7-2.706,0.7-3.918,0
l-48.432-27.962c-1.212-0.7-1.959-1.994-1.959-3.394v-55.924C95.063,101.009,95.81,99.716,97.021,99.016"/>
<path fill="#4B32C3" d="M273.336,124.488L215.469,23.816c-2.102-3.64-5.985-6.325-10.188-6.325H89.545
c-4.204,0-8.088,2.685-10.19,6.325l-57.867,100.45c-2.102,3.641-2.102,8.236,0,11.877l57.867,99.847
c2.102,3.64,5.986,5.501,10.19,5.501h115.735c4.203,0,8.087-1.805,10.188-5.446l57.867-100.01
C275.439,132.396,275.439,128.128,273.336,124.488 M225.419,172.898c0,1.48-0.891,2.849-2.174,3.59l-73.71,42.527
c-1.282,0.74-2.888,0.74-4.17,0l-73.767-42.527c-1.282-0.741-2.179-2.109-2.179-3.59V87.843c0-1.481,0.884-2.849,2.167-3.59
l73.707-42.527c1.282-0.741,2.886-0.741,4.168,0l73.772,42.527c1.283,0.741,2.186,2.109,2.186,3.59V172.898z"/>
</g>
</svg>
<svg aria-hidden="true" data-prefix="fac" data-icon="logo" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 75 75" class="blue6 svg-inline--fa fa-logo fa-w-16" style="transform-origin: 0.5em 0.49375em 0px;"><g transform="translate(37.5 256)" class=""><g transform="translate(0, -3.2) scale(1, 1) rotate(0 0 0)" class=""><path fill="currentColor" d="M66.6,0H8.4C3.8,0,0,3.8,0,8.4v58.2C0,71.2,3.8,75,8.4,75h58.2c4.6,0,8.4-3.8,8.4-8.4V8.4C75,3.8,71.2,0,66.6,0z M59,47.6 c0,0.7-0.6,1-1.3,1.3c-2.8,1.2-5.8,2.3-9,2.3c-4.5,0-6.6-2.8-12-2.8c-3.9,0-8,1.4-11.3,2.9c-0.2,0.1-0.4,0.1-0.6,0.2v7.6 c0,0.3,0,0.6-0.1,0.8v0.2c-0.4,1.4-1.7,2.4-3.2,2.4c-1.9,0-3.4-1.5-3.4-3.4V22.5c-1.3-1-2.2-2.6-2.2-4.4c0-3.1,2.5-5.6,5.6-5.6 s5.6,2.5,5.6,5.6c0,1.8-0.8,3.4-2.2,4.4v3.1c0.3-0.1,0.6-0.2,0.9-0.4c3.1-1.3,6.8-2.4,10.3-2.4c3.8,0,6.8,1,10.2,2.3 c0.7,0.3,1.4,0.4,2.2,0.4c3.8,0,8-2.7,9-2.7c0.8,0,1.5,0.6,1.5,1.3V47.6z" transform="translate(-37.5 -256)" class=""></path></g></g></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M3180 5894 c-157 -124 -303 -240 -324 -258 l-40 -32 75 -59 c41 -33
81 -65 89 -72 8 -7 123 -98 254 -203 l239 -190 36 27 c20 15 159 126 310 246
150 120 282 224 292 230 11 7 19 15 19 19 0 3 -66 59 -147 122 -82 64 -155
122 -163 129 -109 89 -340 267 -347 267 -4 -1 -136 -102 -293 -226z"/>
<path d="M4775 4661 c-1306 -1033 -1296 -1025 -1320 -1010 -21 13 -79 58 -438
342 -62 49 -127 101 -146 115 -19 15 -60 47 -91 72 -32 25 -73 57 -91 72 -90
70 -486 383 -698 550 -40 32 -78 58 -83 58 -5 0 -75 -53 -155 -117 -80 -65
-155 -125 -166 -133 -12 -8 -35 -27 -51 -42 -16 -16 -33 -28 -37 -28 -21 0 -5
-21 44 -60 28 -22 60 -47 69 -55 9 -7 70 -55 135 -106 65 -51 159 -125 208
-164 132 -104 218 -173 874 -691 327 -258 607 -477 621 -486 25 -17 27 -17 51
2 13 10 63 49 110 87 47 37 101 80 120 95 206 162 547 431 559 441 8 7 85 67
170 134 85 67 259 203 385 303 127 100 316 249 422 332 106 83 190 154 188
159 -6 8 -394 322 -410 330 -5 3 -127 -87 -270 -200z"/>
<path d="M396 3655 c-104 -84 -195 -160 -203 -168 -16 -15 -37 3 547 -457 227
-179 223 -176 394 -311 71 -56 248 -196 395 -311 261 -206 307 -242 360 -284
14 -12 157 -124 317 -250 159 -126 507 -400 772 -609 266 -209 486 -381 491
-383 5 -2 51 30 102 71 149 116 617 485 694 546 39 31 88 70 109 86 21 17 44
35 50 40 6 6 81 65 166 132 142 110 404 316 440 346 8 7 35 28 60 47 25 19 54
43 65 52 11 9 101 80 200 158 199 156 289 227 605 476 118 93 222 174 230 181
17 14 215 170 305 241 33 25 62 49 65 52 3 4 41 33 85 67 44 33 90 70 103 81
l23 20 -68 53 c-37 30 -70 56 -73 59 -8 9 -153 126 -206 166 -27 21 -50 41
-52 46 -9 21 -46 -1 -200 -123 -92 -72 -176 -138 -187 -147 -11 -10 -72 -57
-135 -107 -63 -49 -117 -92 -120 -95 -3 -3 -45 -37 -95 -75 -49 -38 -104 -80
-121 -94 -34 -28 -37 -30 -139 -111 -38 -30 -77 -60 -85 -67 -8 -7 -139 -110
-290 -228 -151 -119 -284 -224 -295 -233 -11 -10 -99 -79 -195 -154 -96 -75
-279 -219 -407 -320 -127 -101 -289 -228 -359 -283 -70 -55 -159 -125 -198
-156 l-71 -57 -30 21 c-16 12 -32 24 -35 27 -3 3 -34 28 -70 55 -81 63 -99 77
-114 90 -6 6 -29 24 -51 40 -22 17 -42 32 -45 35 -3 3 -47 39 -99 80 -52 40
-102 79 -110 86 -9 8 -117 93 -241 190 -123 97 -240 189 -260 204 -39 32 -229
182 -855 675 -236 186 -497 392 -580 457 -340 270 -377 298 -389 297 -6 0 -96
-70 -200 -154z"/>
</g>
</svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524304451725" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3308" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 12.63616c-282.74688 0-512 229.21216-512 512 0 226.22208 146.69824 418.14016 350.12608 485.82656 25.57952 4.73088 35.00032-11.10016 35.00032-24.63744 0-12.20608-0.47104-52.55168-0.69632-95.31392-142.4384 30.96576-172.50304-60.416-172.50304-60.416-23.28576-59.16672-56.85248-74.91584-56.85248-74.91584-46.44864-31.78496 3.50208-31.1296 3.50208-31.1296 51.4048 3.60448 78.47936 52.75648 78.47936 52.75648 45.6704 78.27456 119.76704 55.64416 149.01248 42.55744 4.58752-33.09568 17.85856-55.68512 32.50176-68.46464-113.72544-12.94336-233.2672-56.85248-233.2672-253.0304 0-55.88992 20.00896-101.5808 52.75648-137.4208-5.3248-12.9024-22.85568-64.96256 4.95616-135.49568 0 0 43.008-13.74208 140.84096 52.49024 40.83712-11.34592 84.64384-17.03936 128.16384-17.24416 43.49952 0.2048 87.32672 5.87776 128.24576 17.24416 97.73056-66.2528 140.65664-52.49024 140.65664-52.49024 27.87328 70.53312 10.3424 122.59328 5.03808 135.49568 32.82944 35.86048 52.69504 81.53088 52.69504 137.4208 0 196.64896-119.78752 239.94368-233.79968 252.6208 18.37056 15.89248 34.73408 47.04256 34.73408 94.80192 0 68.5056-0.59392 123.63776-0.59392 140.51328 0 13.6192 9.216 29.5936 35.16416 24.576 203.32544-67.76832 349.83936-259.62496 349.83936-485.76512 0-282.78784-229.23264-512-512-512z" p-id="3309"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524308124383" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3449" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M544.949 561.422s0-71.387-34.779-75.050c-34.779-3.663-142.775 0-142.775 0v-219.654h161.078s-1.83-73.219-32.949-73.219h-261.755l43.93-117.148s-65.897 3.663-89.692 45.761-98.844 252.604-98.844 252.604 25.627 10.983 67.726-20.134c42.101-31.116 56.743-86.033 56.743-86.033l76.879-3.663 1.83 223.316s-133.621-1.83-161.078 0c-27.457 1.83-42.101 75.050-42.101 75.050h203.182s-18.307 124.47-69.557 214.164c-53.085 89.692-151.929 161.078-151.929 161.078s71.387 29.287 140.947-10.983c69.557-42.101 120.811-223.316 120.811-223.316l162.912 203.182s14.643-97.013-1.83-124.47c-18.307-27.457-113.49-137.283-113.49-137.283l-42.101 36.607 29.287-120.811h177.552zM587.050 188.010l-1.83 660.793h65.897l23.795 82.37 115.321-82.37h162.912v-660.793h-366.091zM879.92 775.584h-76.879l-97.013 75.050-21.965-75.050h-20.134v-512.527h215.991v512.527z" fill="#1296db" p-id="3450"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524320452572" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1392" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M0.002613 3.135755h1020.864245v1020.864245H0.002613z" fill="#0063CA" p-id="1393"></path><path d="M184.321354 268.664246v48.212016c78.18459 3.009848 174.899567-0.81499 281.533942-9.524664v206.638237H242.428947c-36.39381 1.031073-53.750204 14.715758-58.107593 37.048864v32.545153h281.533942V833.7058h89.087419V583.58215h281.532241v-32.543451c-4.353986-22.333107-21.715484-36.017792-58.105892-37.050566H554.944417V299.194893c90.407738-9.114616 185.822814-21.089354 281.608805-34.91696V178.651243c-223.979317 44.576037-449.517153 92.61961-652.231868 90.013003z" fill="#FFFFFF" p-id="1394"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524320977622" class="icon" style="" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1925" xmlns:xlink="http://www.w3.org/1999/xlink" width="200.1953125" height="200"><defs><style type="text/css"></style></defs><path d="M1.703827 0h1022.296173v1022.296173H1.703827z" fill="#E94618" p-id="1926"></path><path d="M501.799188 865.690622c-38.777398-23.478735-30.512133-64.416586-55.495348-90.18356-45.955621-47.388539-126.495521-49.818196-173.427434-104.054416-157.356938-181.844339-6.25986-521.808932 291.356113-471.721531 173.442769 29.18826 305.577957 272.184652 187.299993 443.973005-50.872865 73.896679-148.708313 79.747621-208.112239 159.553171-17.406296 17.273398-8.592399 60.780619-41.621085 62.433331zM252.06416 470.276686c-6.982283 131.959694 180.363714 125.277285 180.363714 6.937983 0-60.245617-54.101617-108.603634-124.866663-83.245577-49.779008 17.835661-53.437125 37.388779-55.497051 76.307594z m381.53797 97.11984c158.950017 44.573817 162.964233-230.536306 0-173.427434-77.096466 27.017584-68.110483 154.329238 0 173.427434z m-159.551468 83.247281c25.407468 5.697597 32.996313-68.502363 6.93628-69.374722-14.470602 14.327481-48.605072 59.225025-6.93628 69.374722z m62.429924 0h13.879374c17.914037-28.413018-6.004286-65.42014-34.686509-69.374722 2.320612 27.740007-8.91783 69.037364 20.807135 69.374722z" fill="#FFFFFF" p-id="1927"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524321794528" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2211" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M809.472 454.144c-44.544-150.016-209.92-237.568-363.008-223.744-154.112 13.824-332.288 174.592-258.048 336.896 20.48 45.568 67.072 60.928 114.176 66.56 23.04 3.072 140.8-2.56 144.896 25.6 0 2.56 2.048 5.12 4.096 6.656 0 29.696-11.264 71.68-8.704 86.528 8.704 56.832 68.608 56.32 115.2 49.152 82.944-13.312 168.96-49.152 221.184-115.712 49.152-62.464 51.712-159.232 30.208-231.936z" fill="#FDF1CD" p-id="2212"></path><path d="M586.24 620.544c-44.544-8.704-98.304 25.6-103.424 70.144-2.048 18.432 9.216 40.96 26.624 48.64 2.048 1.024 4.608 1.024 7.168 1.024 26.112 21.504 64 32.256 90.112 6.144 33.28-32.768 34.816-114.688-20.48-125.952z" fill="#3FA672" p-id="2213"></path><path d="M524.288 719.36c-3.584-3.584-6.656-7.168-9.728-11.264-5.632-8.192-6.144-18.432-2.048-27.136 2.56-4.608 5.632-9.216 9.216-12.8 3.584 0 6.656-1.024 9.216-3.072 10.752-2.56 22.016-4.608 33.28-6.144 2.048 1.024 4.096 1.536 6.144 1.024 2.048-0.512 4.096-0.512 6.656-1.024 0 0.512 0.512 1.536 1.024 2.048 15.36 20.48 15.872 40.448 17.408 63.488-15.872 25.088-49.664 15.36-71.168-5.12z" fill="#A3F588" p-id="2214"></path><path d="M707.584 480.768c-30.208 7.68-42.496 48.64-36.352 74.752 1.024 3.072 2.56 6.144 4.608 8.704 1.536 10.752 7.168 20.48 15.36 27.136 8.704 8.192 22.016 9.728 32.768 4.096 13.312-7.68 18.432-25.088 20.992-39.936 4.608-9.728 8.704-19.968 11.264-30.208 1.024-4.608-1.024-9.728-5.12-12.288l-6.144-4.096c-4.096-18.432-14.336-33.792-37.376-28.16z m-15.872 80.384c0.512-5.12 0.512-9.728 0.512-14.848 0.512-1.024 0.512-2.048 1.024-3.584 1.024 9.216 2.048 17.92 2.56 27.136 0 1.024 0.512 2.56 1.024 3.584-2.56-3.584-4.096-7.68-5.12-12.288z" fill="#E5724C" p-id="2215"></path><path d="M680.448 416.256c13.312-34.304-23.552-78.336-50.688-94.72-37.376-23.04-83.968 9.728-69.632 51.2 9.216 26.624 25.6 57.856 50.176 73.216 17.408 10.752 36.352 2.56 49.152-11.776 9.728-2.56 17.408-9.216 20.992-17.92zM602.112 404.48v1.024c-7.168-11.264-13.312-23.04-17.92-35.328-3.584-8.704-4.096-14.336-1.024-19.968 8.704 9.216 10.24 20.992 13.824 32.768 1.024 3.072 3.072 5.632 5.632 6.656-1.024 4.608-1.024 9.728-0.512 14.848z m28.16-14.848h-3.584l1.536-7.68c1.536 3.072 3.584 5.632 5.12 8.704-0.512-0.512-1.536-1.024-3.072-1.024z" fill="#F588BE" p-id="2216"></path><path d="M491.52 329.728c3.584-4.096 3.072-10.752-1.024-14.336-0.512-0.512-1.024-1.024-1.536-1.024-0.512-5.12-3.584-9.728-8.704-11.264-3.072-4.096-6.144-7.68-9.728-10.24-2.048-4.608-7.168-7.68-12.288-7.68-23.552-10.752-53.76-6.656-70.656 14.336-1.024 1.024-1.536 2.56-2.56 3.584-33.28 34.304-44.544 126.976 23.552 115.712 38.912-6.656 83.456-46.08 81.92-86.528 0-1.536 0.512-2.048 1.024-2.56z" fill="#BF88F5" p-id="2217"></path><path d="M345.088 482.816c-4.096-27.136-35.328-40.448-60.416-47.616-3.072-3.584-8.192-4.608-12.288-2.56-5.632-0.512-10.752 3.072-12.288 8.704-1.024 7.168-2.048 13.824-2.048 20.992-7.168 22.016-10.752 47.104 4.096 64 13.824 16.384 36.864 13.312 53.76 4.608 3.072-1.536 6.144-3.584 8.704-5.632 2.048-0.512 3.584-1.536 4.608-2.56 7.168-7.168 15.36-13.824 18.432-23.552 1.024-3.584 0-7.168-2.56-9.216 0.512-2.56 0.512-5.12 0-7.168z" fill="#4C72E5" p-id="2218"></path><path d="M809.472 454.144c-44.544-150.016-209.92-237.568-363.008-223.744-154.112 13.824-332.288 174.592-258.048 336.896 20.48 45.568 67.072 60.928 114.176 66.56 23.04 3.072 140.8-2.56 144.896 25.6 0 2.56 2.048 5.12 4.096 6.656 0 29.696-11.264 71.68-8.704 86.528 8.704 56.832 68.608 56.32 115.2 49.152 82.944-13.312 168.96-49.152 221.184-115.712 49.152-62.464 51.712-159.232 30.208-231.936z m-15.872 130.048c-18.432 114.176-114.688 166.4-220.16 191.488-28.16 6.656-89.6 22.016-105.472-14.336-9.728-22.528-1.024-51.712 2.048-74.752 4.608-29.184 7.68-71.68-34.304-69.12-1.024 0-2.048 0.512-3.072 0.512-28.16-7.168-65.536-6.144-82.432-7.168-38.4-2.56-85.504-3.584-116.736-28.16-47.104-37.888-35.84-109.056-17.92-157.696 74.24-199.168 343.552-209.92 488.448-85.504 70.656 60.928 104.448 153.6 89.6 244.736z" fill="#3F72A6" p-id="2219"></path></svg>
\ No newline at end of file
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524323631206" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1958" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M853.344 0 170.688 0C76.8 0 0 76.8 0 170.688l0 682.624C0 947.264 76.8 1024 170.688 1024L853.344 1024c93.888 0 170.656-76.736 170.656-170.688L1024 170.688C1024 76.8 947.232 0 853.344 0zM278.944 831.264C230.976 831.264 192 792.544 192 744.608c0-47.68 38.976-86.816 86.944-86.816 48.16 0 87.072 39.136 87.072 86.816C366.016 792.544 327.104 831.264 278.944 831.264zM497.472 832c0-81.824-31.808-158.816-89.472-216.448-57.728-57.76-134.368-89.632-215.904-89.632L192.096 400.736c237.664 0 431.136 193.44 431.136 431.264L497.472 832 497.472 832zM719.616 832c0-291.072-236.672-527.936-527.36-527.936L192.256 178.816c360 0 652.96 293.12 652.96 653.184L719.616 832 719.616 832z" p-id="1959" fill="#1afa29"></path></svg>
\ No newline at end of file
<svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-2 {
fill: #38f;
}
</style>
</defs>
<title>熊爪(64)</title>
<g>
<rect class="cls-1" width="64" height="64"/>
<g id="整理一致性">
<g id="重画图标">
<path class="cls-2" d="M13.78,34c6-1.3,5.22-8.42,5-10-.29-2.41-3.15-6.61-7-6.26-4.89.4-5.61,7.39-5.61,7.39C5.52,28.42,7.76,35.32,13.78,34Z"/>
<path class="cls-2" d="M20.17,46.45a5.17,5.17,0,0,0-.21,2.9A3.3,3.3,0,0,0,22.83,52H26V44.33H22.61A3.77,3.77,0,0,0,20.17,46.45Z"/>
<path class="cls-2" d="M25,22.06c3.33,0,6-3.8,6-8.49s-2.7-8.49-6-8.49-6,3.79-6,8.49S21.65,22.06,25,22.06Z"/>
<path class="cls-2" d="M39.33,22.61c4.45.59,7.34-4.13,7.89-7.69s-2.29-7.69-5.45-8.39-7.1,4.28-7.47,7.54C33.87,18.06,34.88,22.06,39.33,22.61Z"/>
<path class="cls-2" d="M57,28.61c0-1.7-1.42-6.84-6.75-6.84s-6,4.84-6,8.27.27,7.84,6.89,7.71S57,30.32,57,28.61Z"/>
<path class="cls-2" d="M50.22,43.58s-6.87-5.27-10.9-11c-5.45-8.42-13.21-5-15.79-.71s-6.6,7-7.19,7.71S8,44.44,9.76,52s7.75,7.4,7.75,7.4a34.53,34.53,0,0,0,9.6-.67,20.65,20.65,0,0,1,9.63.25s12.06,4,15.37-3.69S50.22,43.58,50.22,43.58ZM29.59,55H21.76a6.93,6.93,0,0,1-4.91-3.32,8.87,8.87,0,0,1-.61-5.38,6.83,6.83,0,0,1,5.64-5h4.18v-5H29.6Zm14.62,0h-9c-3.5-.88-3.67-3.36-3.67-3.36V41.75l3.67,0v8.89c.21.94,1.42,1.13,1.42,1.13h3.72v-10h3.89Z"/>
</g>
</g>
</g>
</svg>
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1524563267393" class="icon" style="" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1908" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M511.99872 0C229.23008 0 0 229.23136 0 512c0 282.76992 229.23008 512 512 512 282.7712 0 512-229.23008 512-512C1024 229.23136 794.76992 0 511.99872 0zM743.37024 604.99968c-8.61696 0-16.47744-3.49312-22.1376-9.13792L542.752 417.46176l0 414.38592c0 17.24544-13.98528 31.2448-31.24608 31.2448-17.27744 0-31.27552-14.00064-31.27552-31.2448l0-0.02944L480.2304 418.432 303.33952 595.3408c-5.7088 5.96736-13.7536 9.67552-22.67904 9.67552-17.35168 0-31.41376-14.06208-31.41376-31.4304 0-8.6144 3.49184-16.43008 9.09312-22.0928l230.90816-230.9376c5.72288-6.03136 13.76768-9.81504 22.74048-9.81504 8.8128 0 16.79872 3.67744 22.47552 9.53856L765.61408 551.4624l0 0.02944c5.64736 5.6448 9.13792 13.47712 9.13792 22.12224C774.752 590.95296 760.70656 604.99968 743.37024 604.99968zM772.9216 281.8624 251.07712 281.8624c-17.2608 0-31.27552-14.03008-31.27552-31.2768 0-17.2928 14.01472-31.27808 31.27552-31.27808l521.84576 0c17.25952 0 31.27808 13.98528 31.27808 31.27808C804.19968 267.83104 790.1824 281.8624 772.9216 281.8624z" p-id="1909"></path></svg>
\ No newline at end of file
此差异已折叠。
{
"name": "nav",
"version": "1.0.0",
"description": "导航站",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xiejiahe",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.14.0"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册