2017-05-20 22:40:12 +00:00
package main
import (
"github.com/GeertJohan/go.rice/embedded"
"time"
)
func init ( ) {
// define files
file2 := & embedded . EmbeddedFile {
Filename : "hack.css" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( " html { font - size : 12 px } * { box - sizing : border - box ; text - rendering : geometricPrecision } body { font - size : 1 rem ; line - height : 1.5 rem ; margin : 0 ; font - family : Menlo , Monaco , Lucida Console , Liberation Mono , DejaVu Sans Mono , Bitstream Vera Sans Mono , Courier New , monospace , serif ; word - wrap : break - word } h1 , h2 , h3 , h4 , h5 , h6 { line - height : 1.3 em } fieldset { border : none ; padding : 0 ; margin : 0 } pre { padding : 2 rem ; margin : 1.75 rem 0 ; background - color : # fff ; border : 1 px solid # ccc ; overflow : auto } code [ class *= language - ] , pre [ class *= language - ] , pre code { font - weight : 100 ; text - shadow : none ; margin : 1.75 rem 0 } a { cursor : pointer ; color : # ff2e88 ; text - decoration : none ; border - bottom : 1 px solid # ff2e88 } a : hover { background - color : # ff2e88 ; color : # fff } . grid { display : - ms - flexbox ; display : flex ; - ms - flex - wrap : wrap ; flex - wrap : wrap } . grid . \ \ - top { - ms - flex - align : start ; align - items : flex - start } . grid . \ \ - middle { - ms - flex - align : center ; align - items : center } . grid . \ \ - bottom { - ms - flex - align : end ; align - items : flex - end } . grid . \ \ - stretch { - ms - flex - align : stretch ; align - items : stretch } . grid . \ \ - baseline { - ms - flex - align : baseline ; align - items : baseline } . grid . \ \ - left { - ms - flex - pack : start ; justify - content : flex - start } . grid . \ \ - center { - ms - flex - pack : center ; justify - content : center } . grid . \ \ - right { - ms - flex - pack : end ; justify - content : flex - end } . grid . \ \ - between { - ms - flex - pack : justify ; justify - content : space - between } . grid . \ \ - around { - ms - flex - pack : distribute ; justify - content : space - around } . cell { - ms - flex : 1 ; flex : 1 ; box - sizing : border - box } @ media screen and ( min - width : 768 px ) { . cell . \ \ - 1 of12 { - ms - flex : 0 0 8.33333 % ; flex : 0 0 8.33333 % } . cell . \ \ - 2 of12 { - ms - flex : 0 0 16.66667 % ; flex : 0 0 16.66667 % } . cell . \ \ - 3 of12 { - ms - flex : 0 0 25 % ; flex : 0 0 25 % } . cell . \ \ - 4 of12 { - ms - flex : 0 0 33.33333 % ; flex : 0 0 33.33333 % } . cell . \ \ - 5 of12 { - ms - flex : 0 0 41.66667 % ; flex : 0 0 41.66667 % } . cell . \ \ - 6 of12 { - ms - flex : 0 0 50 % ; flex : 0 0 50 % } . cell . \ \ - 7 of12 { - ms - flex : 0 0 58.33333 % ; flex : 0 0 58.33333 % } . cell . \ \ - 8 of12 { - ms - flex : 0 0 66.66667 % ; flex : 0 0 66.66667 % } . cell . \ \ - 9 of12 { - ms - flex : 0 0 75 % ; flex : 0 0 75 % } . cell . \ \ - 10 of12 { - ms - flex : 0 0 83.33333 % ; flex : 0 0 83.33333 % } . cell . \ \ - 11 of12 { - ms - flex : 0 0 91.66667 % ; flex : 0 0 91.66667 % } } @ media screen and ( max - width : 768 px ) { . grid { - ms - flex - direction : column ; flex - direction : column } . cell { - ms - flex : 0 0 auto ; flex : 0 0 auto } } . hack , . hack blockquote , . hack code , . hack em , . hack h1 , . hack h2 , . hack h3 , . hack h4 , . hack h5 , . hack h6 , . hack strong { font - size : 1 rem ; font - style : normal ; font - family : Menlo , Monaco , Lucida Console , Liberation Mono , DejaVu Sans Mono , Bitstream Vera Sans Mono , Courier New , monospace , serif } . hack blockquote , . hack code , . hack em , . hack strong { line - height : 20 px } . hack blockquote , . hack code , . hack footer , . hack h1 , . hack h2 , . hack h3 , . hack h4 , . hack h5 , . hack h6 , . hack header , . hack li , . hack ol , . hack p , . hack section , . hack ul { float : none ; margin : 0 ; padding : 0 } . hack blockquote , . hack h1 , . hack ol , . hack p , . hack ul { margin - top : 20 px ; margin - bottom : 20 px } . hack h1 { position : relative ; display : inline - block ; display : table - cell ; padding : 20 px 0 30 px ; margin : 0 ; overflow : hidden } . hack h1 : after { content : \ " == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == == \ " ; position : absolute ; bottom : 10 px ; left : 0 } . hack h1 + * { margin - top : 0 } . hack h2 , . hack h3 , . hack h4 , . hack h5 , . hack h6 { position : relative ; margin - bottom : 1.75 rem } . hack h2 : before , . hack h3 : before , . hack h4 : before , . hack h5 : before , . hack h6 : before { display : inline } . hack h2 : before { content : \ " # # \ " } . hack h3 : before { content : \ " # # # \ " } . hack h4 : before { content : \ " # # # # \ " } . hack h5 : before { content : \ " # # # # # \ " } . hack h6 : before { content : \ " # # # # # # \ " } . hack li { position : relative ; display : block ; padding - left : 20 px } . hack li : after { position : absolute ; top : 0 ; left : 0 } . hack ul > li : after { content : \ " - \ " } . hack ol { counter - reset : a } . hack ol > li : after { content : counter ( a ) \ " . \ " ; counter - increment : a } . hack blockquote { position : relative ; padding - left : 17 px ; padding - left : 2 ch ; overflow : hidden } . hack blockquote : after { content : \ " > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \ A > \ \
}
file3 := & embedded . EmbeddedFile {
Filename : "solarized-dark.css" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( ".solarized-dark{background-color:#073642;color:#78909c}.solarized-dark h1,.solarized-dark h2,.solarized-dark h3,.solarized-dark h4,.solarized-dark h5,.solarized-dark h6{color:#1e88e5}.solarized-dark h1 a,.solarized-dark h2 a,.solarized-dark h3 a,.solarized-dark h4 a,.solarized-dark h5 a,.solarized-dark h6 a{color:#1e88e5;border-bottom-color:#1e88e5}.solarized-dark h1 a:hover,.solarized-dark h2 a:hover,.solarized-dark h3 a:hover,.solarized-dark h4 a:hover,.solarized-dark h5 a:hover,.solarized-dark h6 a:hover{background-color:#1e88e5;color:#fff}.solarized-dark pre{background-color:#073642;padding:0;border:none}.solarized-dark pre code{color:#009688}.solarized-dark h1 a,.solarized-dark h2 a,.solarized-dark h3 a,.solarized-dark h4 a,.solarized-dark h5 a{color:#78909c}.solarized-dark code,.solarized-dark strong{color:#90a4ae}.solarized-dark code{font-weight:100}.solarized-dark .progress-bar-filled{background-color:#558b2f}.solarized-dark .progress-bar-filled:after,.solarized-dark .progress-bar-filled:before{color:#90a4ae}.solarized-dark table{color:#78909c}.solarized-dark table td,.solarized-dark table th{border-color:#b0bec5}.solarized-dark table tbody td:first-child{color:#b0bec5}.solarized-dark .form-group label{color:#78909c;border-color:#90a4ae}.solarized-dark .form-group.form-textarea label:after{background-color:#073642}.solarized-dark .form-control{color:#78909c;border-color:#90a4ae}.solarized-dark .form-control:focus{border-color:#cfd8dc;color:#cfd8dc}.solarized-dark textarea.form-control{color:#78909c}.solarized-dark .card{border-color:#90a4ae}.solarized-dark .card .card-header{background-color:transparent;color:#78909c;border-bottom:1px solid #90a4ae}.solarized-dark .btn.btn-ghost.btn-default{border-color:#607d8b;color:#607d8b}.solarized-dark .btn.btn-ghost.btn-default:focus,.solarized-dark .btn.btn-ghost.btn-default:hover{border-color:#90a4ae;color:#90a4ae;z-index:1}.solarized-dark .btn.btn-ghost.btn-default:focus,.solarized-dark .btn.btn-ghost.btn-default:hover{border-color:#e0e0e0;color:#e0e0e0}.solarized-dark .btn.btn-ghost.btn-primary:focus,.solarized-dark .btn.btn-ghost.btn-primary:hover{border-color:#64b5f6;color:#64b5f6}.solarized-dark .btn.btn-ghost.btn-success:focus,.solarized-dark .btn.btn-ghost.btn-success:hover{border-color:#81c784;color:#81c784}.solarized-dark .btn.btn-ghost.btn-info:focus,.solarized-dark .btn.btn-ghost.btn-info:hover{border-color:#4dd0e1;color:#4dd0e1}.solarized-dark .btn.btn-ghost.btn-error:focus,.solarized-dark .btn.btn-ghost.btn-error:hover{border-color:#e57373;color:#e57373}.solarized-dark .btn.btn-ghost.btn-warning:focus,.solarized-dark .btn.btn-ghost.btn-warning:hover{border-color:#ffb74d;color:#ffb74d}.solarized-dark .avatarholder,.solarized-dark .placeholder{background-color:transparent;border-color:#90a4ae}.solarized-dark .menu .menu-item{color:#78909c;border-color:#90a4ae}.solarized-dark .menu .menu-item.active,.solarized-dark .menu .menu-item:hover{color:#fff;border-color:#78909c}" ) ,
}
// define dirs
dir1 := & embedded . EmbeddedDir {
Filename : "" ,
2017-05-21 01:03:16 +00:00
DirModTime : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
ChildFiles : [ ] * embedded . EmbeddedFile {
file2 , // "hack.css"
file3 , // "solarized-dark.css"
} ,
}
// link ChildDirs
dir1 . ChildDirs = [ ] * embedded . EmbeddedDir { }
// register embeddedBox
embedded . RegisterEmbeddedBox ( ` css ` , & embedded . EmbeddedBox {
Name : ` css ` ,
2017-05-21 01:03:16 +00:00
Time : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
Dirs : map [ string ] * embedded . EmbeddedDir {
"" : dir1 ,
} ,
Files : map [ string ] * embedded . EmbeddedFile {
"hack.css" : file2 ,
"solarized-dark.css" : file3 ,
} ,
} )
}
func init ( ) {
// define files
2017-05-21 01:03:16 +00:00
file6 := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-144x144.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x90\x00\x00\x00\x90\b\x06\x00\x00\x00\xe7F\xe2\xb8\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x004\rIDATx\xda\xed\x9dy|\\G\x95\xef\xbfuoo\xdaWK\xb2-\xefv\xbc/\xb1\x1d'\x8e\xe3x\xc9\x06I\x9c\x05\xb2\x91\x84!\x84\xc7d\x1e\x03\f\f\xcc0\xf3f\x06\x06>\xccJ\x12\xde\xc0\xc0\x9b\x85\x00\x81\f!\v\xb1\x9d\xe0,\x10'!vb'\xde\xe4}\xdf$Y\xb6dYR\xab\xd5{ߪ\xf7G\xf5\x95Z\xb2\x96^%H\xfc\xfb|\xfac\xab\xfbֽu\xeb\xfe\xee9\xa7\xce9uJ0\xc2X8e\x01\xc0x\xe0G\xc0\r\xc01\xe0\xc1\x9d\xc7\xeb\xde\x1b\xe9\xbe}P\x11\x1f\xf3\xc9\xc0\xf7\x81\x9b\xed\xef\xa5%\x99s\xf9\\\xfe\xe9\xff\xfe3\xb5\xe3k\x01xꉟ\xf3\xef\x8f~\x9fH$\x82\x10b\x0f\xf0\xc0\xce\xe3u\xfb\xec6\xc6H\xdf\f \x80\xab\x80\xcb\xe3\u007f\xe7\x01%\U0005bf04,#>\xaee\xc0\xff\x06\x96\xf7\xfaQ\x80\xdfׅ\xd7\xeb\x05 \x1a\x89\xd0v\xa1\x8dX,f\x1fq\x008\x9b\xd8\xe4\xf7\x81@\xc5\xc0\x1d@e\xfc\xef\x02\xa0z\xa4;\xf5AD\x9c<y\xc0\xc3\xc0\xff\x02\x8a\x12\u007f\x17Bp\xeel3\xdb\xde}\x9f\x80?@c}#{v\xee&\x16\x8b!\x84\b\x01;\x80\xf6\xc46\x8e߃\x1bZ\x02\xacL\xf8:\x1f\x18\x83&\xb7\x1c\xc9\xfe}\x90\x10\x1fk\ap'\xf0%\xa0\xb4\xef1B\bB\xc1 \xcf=\xf5,\xc7\x0e\x1f\xa5\xedB\x1b\a\xf6\x1e\xc00\f\x80f4\x81z=\x93\x11%P\xfc\xfa+\x80Q\t\xdf9\x81\x1a\xc0\x05\x84F\xb8\u007f\x1f\b\xc4\xc9#\x80\xab\x81\xaf\x00\xb5\x03\x1d+\x84\xe0l\xd3Y\x9a\xd65\x01`\x18\x06B\b\x80\x13\xc0\x91\x9d\xc7\xebz\x1d?b*,~S\x93\xd0\x04J$\xb2@\xab\xb0\xfc\x91\xea\xdb\a\x14s\x80\xaf\x03\v\x94R\x18\x86\x81i\x9a(\xa5.:P\b\x81a\x18\xb6\xe4\x01\xb0\xd0ҧ\xa5\xef\xb1#)\x81\f\xb4ꚧ\x94¾\xa98\xaaжP\xdb\b\xf6\xef\x03\x81\xf8\x8bZ\t\xfc\x19\xb0B)e\x94\x94\x96p˝\xb7RRR\u0086u\x1b\xa8?uږ2\x03!\f\xec\x05\xa2}\u007f\x18\x11\x02\xc5oj\x14\xf0\x11\xa0\xb8\xa8\xb8\x88\x82\xc2B.\xb4\xb6\x12\x8b\xc6\x00ʁ\u0091\xe8\xdb\a\t\xf1q.\x06\x1e\x01>\x0e8\f\xc3`Ս \xaby\xe4\v\x8f\xe0\xc9ϣ\xa0\xb0\x80\x1f<\xf6\xef\x84B\x83Z\v\x1dh\x15v\x11Fr\x16\xb6H)uuYE9\xff\xfb˟\xe3ۏ\xfd\x03\xabnX\x8d0\x04h\x02\x95]\x9aʧ\x8f\xf8ؙ\xc0]\xc0\x17\x80R\xa5\x14\x9e<\x0fW.\xbb\x92\xa2\x92b\x9cN'W\\\xbd\x84\xf2Q\x15\xfd\xaa\xb2\x04\x1c\x01\x8e\xf6\xb5\u007f`\xe4T\x98\x1b\xb8\x01E\xf5\x95W_ɚ\x8f\xddFAa\x01\x86!سk7\xe7\x9a\xce\x15\v!*3\xbeʇ\x1b\x02X\x04|\x9e\x04\xb7\x88i\x9ax\xf2\xf2\xba\x0fr\xbb\xdd8\x9d\xce\xc1Σ\x80\xedh)t\x11\x86]\x02\xc5ߌj\xe0*a\b1z\xech\xdcn7\x00\xe3'M`\xcc\xd81(\xa5\xf2\xd131\x91\xf6\x85>\xa4X8e\x81=Ɨ\x01\u007f\v̳\u007f\xd3\xd3\xf4\x10'\x8e\x9e\xc0\xb2,\x00\xeaO\xd5\xd3\xd1\xde1\xd8);\x81m@\xa4\xbf\x1fGJ\x02]\t̴\x8d\xe7D\x9a\xc4E\xa9\vM \x13\x88\xa5s\x81\x0f9ʀ\xcf\x017\xa1ǰ\x1b\xd1h\x94\xd7_\xfe\rs\x17̥\xb4\xac\x94\x17\x9f_Og{\xc7`Ft\x03p\x10-\x89.\xc2H\x10\xa8\x18\xb8\x15(F\xc1铧\xf1w\xf9))-\xe1\xf0\x81\xc3464\"\xf4\u074c\x89\xf7\xef\x12\x81\x92\xc4\xc2)\x97\x03\xca\t\xdc\x03|\x02\xfd\" \ xf6 \ x82 \ x10 \ x82 \ xc3 \ a \ x0f \ xf3Ϳ \ xfa \ x06 . \ xb7 \ x9b3 \ xf5 \ x8dH \ xa5 \ x06 # \ xd0 ~ \ xa0 \ xa9 ? \ xfb \ a \ x86 \ x99 @ q \ xd1 : \ x13 - \ x81 \ x04 \ x02 \ xb6o \ xdd \ xc6 \ xff \ xfc \ xf8 ) \ xa6N \ x9f \ xca \ xfa \ xe7 \ xd6s \ xe1 \ xfc \ x05 \ xfbfFsə \ x984 \ xf4 \ xd8 \ n \ x01 \ xeaZ \ xe0 \ xcb \ xf4v \ xce \ xf6 \ x82R \ x8a3 \ rg \ x00M \ xa8A \ xc8 \ x13 \ x06 \ xea \ x18 \ xc0 \ xfe \ x81 \ xe1 \ x97 @ N \ xb4 \ xe3p \ xbc \ xdd \ xf9No ' O = \ xf1s \ xdc \ x1e7 ] \ xbe \ xae \ xc4 \ xd9 @ \ r : V \ xd39 \ xcc } \ xfc \ x03 \ x86 \ x9c \ x0e \ xfc % pY ⬪ ? \ x82 \ f \ xe1 \ xf7 \ xb1ц \ xf6 \ xffX \ x03 \ x1d0 \ xdc \ x04 \ xaa \ x04 \ xaeE \ a \ xf4 \ xbao $ \ x14 \ n \ x11 \ f \ x06 \ x13 \ x1d \ x89 \ xa0ߠ \ n \ xe0 \ xcc0 \ xf7 \ xb1 \ x1b \ x91 - \ xa7 \ x11خ | \ x85D \ xe1 \ xbaj \ xfcHug @ \ xc4 % { \ t \ xf0Y \ xf4 \ v * & N \ x9eȂE \ x97s \ xec \ xf0Q \ x0e \ xec ; 0 \ xd44 } \ xb4 \ x03 \ x8d \ x03 \ xa9 / \ x18F \ x02 \ xc5or \ x1czv \ xd0 \ v \ x03 \ x88 \ xd1 \ x12r \ x1c \ x95 \ xb7 \ xb64 \ fyL < r ( \ x94 \ x10ʔ \ x83 \ xb71 \ x97 \ x8e \ xcbew \ xfbE | \ \ ] \ xc0 \ xbd \ xc0 \ x03RJwyE9 \ x0f \ xfd \ xc9 \ xc3 \ xdct \ xcbM \ xecٵ \ x9b \ u007f \ xf9 \ xfb \ u007f \ xe6 \ xf8 \ xd1 \ xe3 } _ \ xd0dp \ x9a > \ xe9 \ x1b } 1 \ x9c \ x12 \ xc8D \ xdb > \ xe3 \ xa0 { \ xb65 \ x98 ( u \ xa3 % PV1 \ x00 \ x01 \ x9c \ xe8 \ xd8 [ ) Zu \ x8eFK \ xc0R \ x03 \ xf2P \ xca \ x14 \ n \ t \ x04 \ xd0 \ xf6 @ 3 Z2 \ x9e \ x8b \ xff \ x1d \ x04d \ u2e47 \ x99L \ x
}
file7 := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-192x192.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xc0\x00\x00\x00\xc0\b\x06\x00\x00\x00R\xdcl\a\x00\x00D\xccIDATx\xda\xed\x9dw\x9cT\xd5\xd9ǿ\xe7\xdc;\xb3\xbdS\x16diK\x11\xe9\xa8 6@\xc4\x16\v\x185\x1a\x8d)o\x12\xf3\xc64K^cb\x8a1\xc9\x1b\x8d\x9af\xa2oL,\x89Ѩ\xb1\x10[\xec\xa2¢\xf4\x8e\xd2Y`\x81\x85\xedm\xca=\xe7\xfd\xe3\xcc,\xbb˖ٙ;\x05\xb3\xbf\xcfg>,3w\xce=\xf7\xcc\xf3<\xe79O\x15\x1cC\x98Zz\x02\x02/\xc0\xb5\xc0C\x80\x15\xfa\xe8\xeb\xc0\xfd+\xb7\xadN\xf6\x14\xfb\xe0\"\xa6\x8c\x98\x84\x94\x12`\x01\xf0\b\x90\xdb\xf1\x1ao\x9a\x97\xdf>\xf8;\xa6\x9f:\xa3\xf5\xbdښZ\xfe\xfbsױi\xfd&\xa4%\xc3o\xbf\b\xfa2\xc0\xb7rۚ\xd6k%\xc7\x10Bğ\v|\x96#\xc4\x0f\xd0/\xd9s냻\x982br\x98\xf8'\x01\xb7\xd1\t\xf1\x03(G\xd1\xd4\xd4\xdc\uef40\xdfO\x8b\xcf\a\xa2\xdd\xdb\xef\x82\xf0it\xbb7\x8f)\x06\ba\x16pf\x87\xf7\x86\v\x19`Z\xe9\xe4dϭ\x0f.AJ\x010\x14\xf8\x1d0\xad\xab\xeb\xfc~?\x1b֮o\xf7\xde\xce\xed;\xa9<p\x10!Z9\xa0\x06x\x0f`ն\xb5\xed\xef\x93\xec\a\x8d\x14\xd3J\xa7\x00x\x81\xab\x80\x8c\x0e\x1f\x1f\xa7\x95'\xad#\xcb\xf7\xe1\xd8D\xe8\xb7\xce\a\xfe\x17#\xf0\xbaś\xaf\xbc\xc1\xce\xed;\x01PJ\xf1\xe6\xbfߤ\xa1\xae\xa1-\x03l\x01>\xea\xec\xbbv\xb2\x1f\xb6\x97\x98\x01\x9c\xdb\xc9\xfb\x831[de\xb2'؇\xd8\x10\"~\x0fp\v\U000197ae\x97R\xb2k\xfb.~q\xdbϘr\xd2T*\x0fV\xf2\xf6ko!d;a\xf8\x9e@U\xebN\xe4\xfd1\xc1\x00'\x8e\x9c\x12\xd6\xdc.\x02\n;\xb9\xa4_\xe8\xfd>\x068\x861\xadt*\x81\xcc:<M9W\x03\xd7\xd3\xfe\x9c\xd75\x04,[\xba\x8c\x0f\xcb>\x04\fS\xb4\x91\xfe>`\x91Fҙ\x91\xe4\x98P\x81\xb4y\x96|`f\x17\x97\xe4\x00\xfd\x93=\xcf>D\x8f\x13K'\x03\x1aOS\xceY\xc0\x1d\x98\xdf4bH)\xb1,\v˲\xda\x12?\xc0^`m\x97\xdfK\xf6\x83\xf7\x84\xdbK\x8b\xc3\u007f\xce\x03N\xea\xe2\xb2\f\xe0\xb8dϵ\x0f\xd1C\x9b\xf3\xdb\f̡wH\xf8}\xa5\x14\xcaQ(\xa5\xa2\x1d\xfaC`OW\x1f\xa6\xbc\n\xb4\x90b\x80t\x8c\xe93\xbd\x8b\xcb,\xa0$\xd9s\xedCths\xe8\xbd\r\x18\x1f~_\b\xc1\x8c\xd3fp\xf2\xcc\xe9,+[\xc6\xf2\xa5\xcb\xd0Z\xf7v\xf8e@\xb0+\x1fQ\xca\xef\x00!L\x06\xce\x00\xd0Z\xe38Ng\x12\xe18\x10\x9c4bb\xb2\xe7ڇ^\xc0\x10\xbf\xf6\x007\x01\xe7\x87\xdfWJq⌓\xf8\xd9=?翾\xfee~v\xcf\xcf8锓z\xbb\x138\x18\x15\xa8K\xa44\x03\x84$\x83\xc4H\xff\"\xad5y\xf9y̚;\x9b\xe3O8\xbe\xe3\xe5%\xa0m%#;7\xf5!\xf9\x98V:\x05\xa1\xb1@|\x1d\xf8\x0em\x0e\xbd\xe9\x19\xe9\\y\xed\x95\xf4\x1b`\x8ev\xfd\x06\xf4\xe73\xd7^EzFFon\xb1\x17X\xd9\xdd\x05)\xcd\x00!\x8c\x04.2ğ\xcf\xf7\xef\xf8\x01\xf7<p/\xf7<\xf0kf\x9cvJ[\x890\x98\xa3\xfd\x03}HQL+\x9d\x04\x80\x16\\\b\xfc\x18\xc8\x0e\u007f\xa6\x94\xa2\xb0\xa8\x901\xe3ƶ\xfb\xce\xd8qc(,*\xec\xcd.\xb0\x16\xd8\xdd\xdd\x05\xc7\x02\x03\xcc\x03\x86+\xa5\x98{\xde\\\xe6\x9e{6\xb6m3x\xc8`>\xff\xd5/\x90\x9d\x93\x13\xd6\v\xfb\xd1K\xcbA\x1f\x92\t\t0\b\xb8\x19(\xe8\xf8\xa9\xd7\xebś\xe6m\xf7\x9e\xc7\xeb\xc5\xeb\xf5\xf4\xe6&e\x80\x0f\xdd5ä,\x03\x84\xd4\x1f\x1b\x98\r\b)%cO\x18\xdb6\xb8\x89\x13&\x8ecD\xe9\xf0\xb0D(\xa0/&\xe8\x98@\xe8\xb7-\x04\xee\x04N\xeb\xf8\xb9\x10\x82\xba\xda:\xaa\x0eU\xb5{\xbf\xeap\x15uu\xf5\x1d͜]\xa1\x1ex\x1f`\xe5\xf6.\xad\xa0\xa9\xcb\x00!\x8c\x06N\r/\x8a7-\xad݇\xe9\x19\x19\xe4\x17\xb6\n\x8fl``\xb2'܇\xee1\xadt\nZ\xe0\xc1H\xfe\xab\xe9$~E\bAMu\rK\xde]\xdc\xee\xfd%\x8b\x96PSU\x1d)\x03l\x036\xf6tQJ2\xc0T#!\x00\xce!d\x13\xd6Z\x13\f\x04\xda]\x17\f\x04ijh\f\xff7\r\xb3\xa5\xf6!EqҨ\x13\x01\x10\x9a\x05\xc07\xe8\x86\xfe\xb4\xd2\xfc\xf3\xf1\xa7Y\xbch1\xcdM\xcd,^\xb4\x98\u007f>\xfe\x14:r\xfd\u007f\x15\x9a\xc3\xf4`5MI?@\x88\xbf\v\x80\xcb\xda.H\xf9\xae\xf2v\xd7mߺ \x8d\x9d;v\x85\xc3f\x05&z\xb0\x0f)\n\xa5\x1d\x80\x13\x80[\xe9\xe1\xbc&\xa4\xa0bo\x05?\xbc\xe9\a\x94\f+\xa1|W95\xd55\b\x19\x91\xccV\xc0\xbb\btO9\")\xb9\x03\x84p\nm\xc2`\x85\x14\xbc\xfa\xe2\xbfY\xf1\xc1\n\x00\xeaj\xeb\xf8\xfbC\x8fq\xb8\xf2P\xdb-q\xa8\x16\u07be\xb0\xe8\x14DH\xef/\x02~\tL\x89\xe4;aUh\xcd\xca5\x86\xf8#S}\x00\x0eb\x1c`=\"\xe5v\x80i\xa5S@i\x81\x14\x9f\x022\xdb.Ɓ\x8a\x03\xfc\xe4\x96\x1fq\xfa\xec3(\xdf]\xce\a\xef/\rK\xff0\x8e\x13\xda\xef\x05\xe1O\xf6s\xf4\xe1\b\f\xf1\v\x1b\xf4\r\xc0\xa7z\xf3]!\x04\x96\xd5k\xdf\xce\xc7\xc0\xaeH.L9\x06\x00@\x8a\x91t\x12\xf6,\x84`\xef\xee\xbd<\xf1\xe8\xe3\b@\x1e\xbd0\xc7a\xb6\xd6\xc3\xc9~\x84>\x18Lk=\xcf髁o\x11\xd2:\xb4\xd6(\xa5:Fn\xba\x852\xd0\r\" \ x02 \ x05 ' UU \ xa0 \ xb30 \ x0e \ xb0 \ xa3 \ xa4 \ x91 \ b \ xb
}
file8 := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-36x36.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00$\x00\x00\x00$\b\x06\x00\x00\x00\xe1\x00\x98\x98\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\tuIDATXí\x97ytT\xd5\x1d\xc7?\xf7\xbeY\x92L\xb6I2Y\b\x10B@\x81\x04\xd9E\xa0\x96ŢR\x96*\xeeV\xd4S\x14[\x97\xaa\xb5\x1e<=U{Z\xaax\xa0\xa7\xb5\xa5\xa2VZ\xf4h-.M\x8b\xb5\x96\xb0\xaf)\xa6\xac\r\x04\x13H\x80\x84,@\fYgy\xf3\xee\xed\x1f\xf3&;T\xd4\xdf9\xf7\xcc̛w\xef\xfd\xdc\xef\xef{\u007f\xef>\xc1Eb̐\xd1(\xa5\x9c\x86a\xac\x95R\x16\xa1ys\u007f\xe5A\xbe\x8e\x18?t,\bD8\x1c^\xe1r\xb9\x9e\xbag\xf1\"J\x0f\x95n}\xebݵ7\x19\x17딛5\x04\x97\xdb5!1)\xf1\xa7\x96e\x95\xb9\xdd\ue77e\x844\xea\x9a\xea\xbf\x1aL\xdeX\x94RBHq\xf75ߘ\xb24\xe0\x0fx\xf6\xed\xddGC]\xc3_\nF\x8e\xfe\xa7\xbcX\xa7\xd9s\xaf'=#}\xdeC?\xfc~\xfa\xd0\xe1Csv\x97\x16\u007fue\xf2\xc6bY\x16\x1a=]k\xfdҨѣ|\xbe\x8ct\xfc~?\xa6i\x1e\xaf?S\x87\xa3\xbf\x8eZk\xde]\xfbg\xb7/\xc37nǖ\xed\xd4\xd7\xd6g\x0f\x8c\x1f\xe0\x06\x82_C\xc6r\xbc))/\x06\x83\xc1\xec\xf7\xdfy\x8f` \x88a\x18-\xc0g\b\xfa\a2\x1c\x06)\xa9)\xa3|龫K\x8aK0Ms@zFz<\x10\xb4\x8a\xab\x01\x04\xe0\x03\xc6\x03\x93\x80,\xfbZ\b(\x03\xb6\x03\xe5\x80eL\x19ԩ\x0e\xe0\x06\x96\xceY0皺\xda:\xb6l،\xc3\xe1\x00\xa8\x04*\xa0\x1f\xa0\xf1ycIHH$\x14\nΚ \xb7p~\xc6G\x1f\xae\xa7\xfaTu\x96\xd6:\xf3`\xd5\xe1F`\x18p\x17\xb0\x10\xb8\x12\x88\xed-0P\r\xac\x06^\xb5\x8a\xab/L\xbag~\xf4\xbfۤ\x94\x8bvo߅\xdf\x1f\xc00:-\\\x02\x9c\x03\xe8cꬔLB\xc1\xa0\xcb4\xcd\x1f\xd5\xd6Ԏ<\xdbp\x16\xa5\x94k\ued73\xeaw\xac\xf9\xdb\x1c\xad\xd4r\xe0&[\x15g?\x02\v \t\x98\x0e\x8c\x00\x0e\x9e\xac\xadi\xac\xac9]\x00\xac\x12B\fhn\xba@GG\aB\x88\xe8\n\xfex\xa0\xe5`\xc9+\xc9O\xc5\xf5Q(l\x85io\xeb\x18\x98\u007fU\xfeؤ\x84\x04rS\a\xf0\xcd\t\x93]\u05ce\xbb\xfa9\x1d\x0e\xbb\xec\t\xbfH8\x81\x85B\x88\x9c\xef̼\xe1\x85\r{\xb6\xdf/\xa5\xbc\x12@Ȯ\xbd$\x11-\xa3\x8c\x9c\xb3/f~/߯\x83\x89=\x80\xac\xe2j\x8c)9<\xf0\xed\xbbG|\xe3ک\x99s\xa6\xcd\xc4c9\xf0x<h\xa5\xdcZ\xeb\xcbv\xb0\x10b±ʊ7\x80\x84\xfe\xa9\x1d\xe7\xc6;\x86\x85\x83\xda\xf4\x01\xc2\xd1ͤ^ O\x15\x9f\x9a\x13\b\x05o\x17Bƺ].\x00\x94e]z\xd6(g/\xed\xa4\x94Ԟk`\xd3\xde]ދuu\vgM\x86\xf0\xb6i\x94\x06BQ\x85\xdc\xc0\x12\xe0Q\r\x03bbb\x05\x80V\xaak\xc2\xde\r@\x11\xd9Wa\xc0\xb2?\x05\x10\xa3!\x01Z\xfdm\xbc\xfa\xc1۔ U\x1dG\xca~K\x1eN\x1c\x15)2\xa1\xaaC\aۀ\xb6(P\x00x\r8\x04\x8c.\xdc\xf2\xaf;[\xdb\xdb\xc6\xdd0i:\x19\xde4\xb4\xd2]\x10Q@\xd3n\x96\xdd:l \rʰPf\x90O\xcb\x0fPT\xbc\xe3\x92\xe26\xe9֦\x05\xadϟX\x1e\xb7\x98'\x8f\xaeD\x1aS\x06a\xb7\xa6{o]\xfcI֔!\xbf*,\xfa\xe4\x88ϓB\x8a'\x19mu\x83\xd1\xf6\xa4~{\t\x96}-`_\xb7Ӧ\x85\xc2\xf4\a\xc9K\xcadt\xce\x15\\\xca{\n\xed*0\x86\xf0fp#Э\x0e-\xe7>\x96\x16\xae\xe4\xf4\xaeϦ\xc6\xe7&OMNN\xeaޫK\x8dp\xaf\x11\x83vں\x87\x00\x8d&=)\x95\xc7\x17|\x97_\xae{\x9dc5U\xfd\xa5\xeds`\x9bF#m\x03v\xde1q\xf64\xd6\xdd\xfajL\xea\x10\xdfb\xaf7yhg\x97h:\x82\xfd\xc0X\xf4\xfb0\t\x85M\xb4\xd6(\xad\xc8\xcb\x1c\xcc}\xd7\xddD\xa2'\xbe?\xa5\xd6h\xf4\xfax\x11˳\xb1\xf7\x88\u0082\x15\xae\xce¸ j\xf9K\xe4]7bT\xac7\xee'B\x8a\xa4\xce\x14ES\xd3;\xb4\x9d\xba^\x90J+\x8a+\xf7\xe1M\xf6\xe0t8\xd1Z3(-\x13)\r\x0eU\x1d\xc3R\n!\x04\x1a\xca\x04<\xb3?\xe5\xa3F/*\x19\xc8\x06r\f\x00kk51\xa9\xf1\xb8b\x9c\x8f\b)\x17t\x8e\x1e\xb6S\xd5\xdf!%d\xc3vϔ\x10\x9cm9\xcf\xeam\uf41f\x93GJ|\"\x9a\xc8\xf6\xbf\" ; \ a3 \ x1c \ xa6 \ xac \ xfa \ x04hZ \ xb2eڋKco \ xaf8b \ x1e \ x1eb \ xc3x \ x01 \ xb7 , , X \ x19 \ x917 ` \ xfa \ x80y = f \ bw \ x83鮶 \ xd5 \ x17 & \ x02 $ \ xd9 [ y \ x90 } U \ xa5 \ x9c \ xa8 \ xaf \ xee \ xf4 \ x8c \ xd6 \ x1a \ xb7 \ xd3Ţ \ x99 \ xf3 \ x994 | \ xb4 \ xf6 \ xaa \ xf8 \ u007f \ xdc \ xe7 \ x9e } 4 \ xa4Ã \ x80D \ xba \ xbclI \ xd0 \ xc3 \ xdeZ \ xf0J \ x92 \ xd9 \ x11 \ xba \ x02 \ xc8 \ xed \ xd2 \ xde \ xfe \ x94 \ xfd \ xa4 \ xcc \ xec \ xf6 \ u007f \ x14 \ x06A [ \ xa0 \ x8d \ xa2 # ; \ xf1 \ x87 \ x02 \ x94 \ x9e : NG0 \ x80 \ xa5 , \ xa4 \ xfd \ xcc \ xf2 \ xc4 \ xc4 \ xf2 \ xe0 \ xec [ > \ xbf { \ xe8 \ xecM \ x0e \ xcbP : \ xb2J \ vh \ x03N \ x03 \ xa5Ɲ \ xe9 \ u05cf1 \ x9c \ x8e \ x94 \ x8c \ xfc \ xac \ x99 \ x1e_ \ u008dD뭢k \ x9b \ xf7 \ xaeA \ x81 \ xbe @ RJ6 \ x1d \ xddͺ \ x92 \ x8f \ b [ a \ xaa \ xcf \ xd7q \ xb8 \ xaa \ x8c \ x9a \ xc6zb
}
file9 := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-48x48.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x000\x00\x00\x000\b\x06\x00\x00\x00W\x02\xf9\x87\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\r\xaaIDATh\u07bd\x99{tU՝ \xc7?\xfb\x9cs\xefM\xee%/\x12\x02!\x0f \xbc\x94\\$\x04D\x11\x06\x85R\xa8\xa2\"J-\x8eT\a\x87Y\xdaQg\xec\x12u\xc6Y-\xd6Eg\xd6\x12\xaa\x9dbm\xabcGEk\a\x97\x13\xa4\xbe\xb0\xb5\x917T\x01IxD\x90\x87\x06Bȓ<\xee\xfb\x9e\xbd\xe7\x8fs\xce\xcdMr\x13R\xc5\xf9\xadu\xd6\xcd\xcd\xdd{\x9f\xef\xf7\xf7\xde{\v\x06!\x15c\xcb\x01\xb2\x81?\x00\xcf\x03\x1b\x00\xf6\x9f\xf8t0ӿ\xb2T\x8c-G)\x050\x01\xa84\fcң\xab\x1f\xa3\xfa@5\x9b6V\xfe(;;{\x8d1\x98E\xa4)A0\x05\xf0\v!\x8a\x94\x94h\xba\xfe\x8d\x82O\x88R9\xba\xcbX\xe3v\xb9/\x0f\x87\xc3<\xbf\xfey\"\xe1pH\xd7\xf5\xbf\x04\x02\x01\xb4\xc1\xacQ\u007f\xf6\xac+;'{\x85\u007f\x8a?;ݛ>\xb1\xfdB\xfbE\x89\u007f]\xb1\xad\xee6\xa5\xfc\x97\xb1\xe3\xc7\xdd\xf2\xc8\xea\xc7DvN6M\xe7\x1b\xe9\xec\xe8l\xd24\xed\x0408\x02^\x9f\xaf\xb0xT\xc9\xec\x1f\xfe\xebÌ,*,\xed\xe8\xe8L\xff\xa6\xc1k\x9a\x86R\xeao5\xa1ݧ\xeb\xba+33\x03\xa1i\b!\x10B\x1c\x02\x1a\x00\xf4\x8b-\x04\xe0\xf1x\x96\xc5\xcd\xf8\xb2@W\x97~\xa4\xe6p\xd0Ѝ\xd7uC\xef:\xd7\xd6\xf0Mi\x1e\xa5\xd4t\xb7۽^\b1\xa2\xb5\xb5\x95\xbd;\xf7\xd2\xdev\xc1\x19\xf6,\xb0\x03`0\xae\x90.4qs[K\xab\xeb\x9dʷ\x11Bd\xbb=\xee,G\x03\xc9b\xee\xae\x03˪^`(Vແ\b\xd0\n\xb4\x00a\x00}fq\xbf/\x94R\xe6\xbb\xdd\xee\xffXq\xdf=\xa5\xd5\a\x0e\xb2s\xebN\xdabm\b!\x00\x02@\rXI\xe4\xa2\x04\x82\xc1`Ɍ\x993\xfc#\x8b\n\xf9\xd3{\u007fDJ鵁%\x83\x16@\x16p\x05p\x1b0\x15(\x042\xb1\xac\x1c\a.\x00\x9f\x03\x95\xc0fsw]#\xa0\x92\x898~\xafi\xdac\xc0܂ \xc2\x02N\x9f:\r\xe0\x80\ah\x04N9_\xfa%\xe0\x98\xd2e\xb8\xe6L\x9ezE\xc1ճg\xb2\xbdj\x1b\xc1@\xd0'\x84(N\xf3x\xf6\xca=g4\xa5T\xb1\r\xfa\xbb\xc0e6\x11\x91b\xc9a\xc0x`\x1ep/\xb0\x16\xd8d\ueb8b\xe83\x8b\x13\xef\x03n\x06V\xc4\xe3q}\xfd\xda_\x10\n\x85е \x1e\x9e~\xc4&10\x01\xe7w\xc3e\xcc\xdb\xf2\x87\xf7\x8d\xbd;\xf6\x10\x0e\x85QJ\x19.\xc35\xe7\x83\xe7^\xadUJ\xdd\r,\x06\xc6\fb-G<\xc04\xe0\x05`\x0e𤹻\xee\xfcU\u07ff\x19\xa9\xd4x\xe0\xc7@\x0e@KsKo\xed\x03\xec0ЃO\xfb\xee\x13M\xfevc\xc0\x97*\xa5\x86j\x9a6\xa9\xa3\xa3\x83\xc6\xc6&\xd2\xdc\x1e&\x94\x8c\xe1\xceEK\x96{\xdc\xee%\xc0H\x06\x99\xc9RH\x86m\x89\x12\xcd0\x1e\xaconl\x1c\x91;l50\xd9\x19\xd0\v8@8]\xb8\x0f?\xeb{ \xeb\xb4y\xbe\x00\x18\xd2/\x01S\x9a\x04\x03\xc1\x11\x93\xfc\x93\n\x96\xff\xddrv\xbd\xbf\x95\xf9\x153\xb9\xd2?\x85ܬ\xa19\xa0r\xbe\"\xf0dс E\xca4\xdd\U000ef6bd\xab\xe6x\xed\xe2\x14\xa0\x93\x06k\x9d\xb3\r\u007f\xdaY\xb3ŏ\x95\x1cR\x9b\xdd\xdc]\x87vu\x11\xf7\xdet\xd7\xe4\xc9ee\x99\x8b&\xcf\xe2\xfa\xd1\xd3\xf0\xba\xd3\x1c\xcb\\\x02\xec\t-\x8b\x86\xe6\xa6\xf9\xc1P\xe8:\xa5\x94{ \x02\x86\xd0ۊ\xb4a\x11\x13i\x00\n\xc00w\xd5YN`a2\xb02\x8c_\xee9\xf3\xbd\x9f=\xfcㅆ\xae{\xdca\x85p\xa5]R\xe0\x8e\xc4\xe21\xfe{\xf3F\xedT}\x9d[\xd3\x06\xf6F/iLJ\x89\xac\x80B:,\xa5\x81H\x80/\x03Va\x05X\t\x90\xe9KO\x17\x8e\xc6\x15\xfd\x80WI\x9f\xc9O\x1c\x88%\x8d\xd3\x00\x97\xfdh\t\xed\xf3\xd1'{x\u007f\xd7V\xa4\x94\f\xa4}@\xe5j\x19\x87\xb34o8\xacbQ\xa0\rhMv\xa1\xf3\xc09\xac4\xe8\x01L\xd34u\xa9\xa4PJa\xe8\x06\x02\xd1\rP&\x81M&b\x02Q\x9b\x80C$l\u007fj\x80Gaf\xc71\x86\xb8\xa8;_ϋ\x9b~Og\xa0\x8b\x8bi\x1f\x90A\x1595Z\x1bQSkօ \x11\" \ x86R * A \ xd9 . H \ x06P \ xa2 \ tQ \ xdat \ xa1u \ xf8 / 7 \ xbe \ xf2 \ xa3H $ : \ xf1 \ xe6Y \ xf3 \ x991 \ xa9 \ xbc \ x9b @ \ xca哀 \ xcb $ 2 \ x01 \ xfb \ xd3 \ xe1 ) $ \ x91 \ xb4 \ x0e4 \ xaf \ xceﶾ \ xcbs \ x9b ^ \ x1b \ xack * ` \x05\xf02t\xb7\xf2\t\v\xd8\x151\x0e\x9c\xbc\xa2\xd8\u007f\xb2+\x1c\xcc,-*y ` \ xc5 \ r \ xb7sE \ xe9 \ xe5hJ \ xa4ƞ \ n \ xb8 \ xf3 \ xbaPO \ xf0 \ x16 \ x01 \ xcb \ x1d \ xcdP \ x94 \ xd9 \ xe3 \ xa6PU \ xb4 \ x9bC_ \ x1eG \ x13 \ x17 \ xb5 \ x80 \ x00 \ xfa4 \ x91 } \ xb2 \ xd0k \ x05Opg \ xdd \ x13 \ xec \ xb8 \ xf7 \ xf5 ) y3 \ v \ vJ \ x8bGa \ xe8z_ - \ x99X > \ xde \ x1b \ xb8 # az \ xc6 @ \ x0ffVD \ x15 \ xe5 \ xe6 \ xf3 \ xc0 \ x8dw \ xf0 \ xe4 \ xef \ u007fM } k \ x13 \ xda \ xc01 \ x10 ! \ xa9 \ x02 ' \ x14 \ x9f \ xfc \ xe5 \ xd5 \ u1ad9 \ xb1r6 \ xb7 \ xa4 \ xcfɯ X : ㉂ \ xc2 \ x11 \ u05c8ޑ \ x15 \ xb7 \ x97 \ x8a \ xd8 $ R \ x99 % j \ x13H \ x05_ ( L # \ x82 \ xe3 \ x8dós
}
filea := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-72x72.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00H\x00\x00\x00H\b\x06\x00\x00\x00U\xed\xb3G\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x15\xdfIDATx\xda՜y|Tս \xc0\xbf\xe7̝-\x93\x04BV\x02!\xecHH\x10\x17\x10\x05\x15\x15EP*(Oy\xb6tQ\xac[[ۺ\xd4V\xdb\xd7\xfalmť\xb5\x8b\x9f\xf7\xb4V\xfb,U\xd0B\xd5ڢ\xa2V\xc1(e\x89\x10\xc2\x1e\t[\x16\xc8\xc2d\x9b\xcc\xdc{\xcf\xfb\xe3̐\xc9d&\x99\tV\xda\xdf\xe73\x1f&w\xee=\xcb\xf7\xfe\xce\xef\xfc~\xbfs\x0e\x82\x93\x903\xc7L\x01(\x03\xfe\n\xac\x04\xbe\x05\xb0y_\xc5\xc9\x14\xfbO\x97p\xbbӁ\x9f\x037ڶ\xcd\xcd߸\x85\x1bn\xbd\x81;o\xbb\x93\xf7\xd6\xfe\xbd\xc20\x8c\xb9@\x9dq\x92\x95\x00\\\x01\f\x03\n\x00'\x10:\xd5\x00\x92h\xb7\x03X\x8ab1B_\xff\xe0\xbd\xf5\xa4\xf9\xd2سs7R\xca-\xc01\x80\x01\x03\nK\xaeRj>\x80\x10b\x18\x90\x06\x1c?\xd5\x10\xfa\x81\x03p\x15\xf0]\xa7\xdb\xe9\v\x05CH)پu;U۪PJ\x99R\xca\xf7\x00\x13@\x9eLEJ\xa9\v\xbc^\uf50c\xcc\f\x80\x1c \xe3TCH\x02\xceY\xb6m?8r̨\xbc\xfb\x1f\xfc>\x93Ϙ\x8cmۑ\xfe\x004\x03\x95\xa0Mŀ\x00\x01\x04\x83A\xb7\x94r\xd1u_\\\x9cv\uf3feǠ\xc1\x83\xb2B\xc1А S\r\xa2\x1f8\x85\xc0CJ\xa9\x89e\xa7\x972o\xc1\x15\x9c}\xee\xb4\xd8\xdb\xf7\x00\x9fD\xfeH\x19P\xa42\xc3a\x8cu:\x9d\xe7\x96M)c\xday\xd3\xc8\xc9\xcbɰl\xab\xe0T\xc3\xe8CҀ\xef\x01\x97\b!\xa8\xf9\xa4\x86\x1d\x95;طkO\xec}\x1b\x80\xa6\xc8\x1f\x03\xb6A\xd2!\xe7\x84B\xa1\xa2\xcd\x1b6\xd3\xd2r\x9c\x86\xda\x06\xb7\xcb\xe5\x1a\x1a\x81\xf8\xaf2\x93\x9d9f\nBH\xa1\x94\xbdĶ\xed/\v!d\xc4\xe6\xdcy\xeb\xb7hijA\xca\x13z\xd2\x05\x94\x03*\xd2\xfe\x81\x02\x1a\x04\\\xa1\x94\x92+\xff\xb0\x02\x87\xe1 \xd0\x190\xa4\x94#N5\x90X8\x00J\xd93\x84\x14\xdf\x1d=f\x8c\xcf\xdfr\x9c\xc6c\x8dX\x96ECm\x03B\x8a\xe8G\x8e\x11\xb6?\x11\x19(\xa0\tJ\xa9Re+\x82*\bA\x10B\x00\fG\x0f[\xbb\xbf\x02\xac\U0008346fn`\b\x90\x1f\xfe\xd7\x03X\x80\x1f\xa8\x0f\u007f\xda\x01\x1c\xe7\x16\xa5\f\a\x18n\xdb\xf6\x03\x05\x05\x05\xc5\x0f,\xfbo6}\xb4\x91'\x1e\xfe\x05J\xa9X8\x00\xfb\x80#\x03\x06t\xe6\x98)(\xa5PJ]<t\xd8м\x11#\x8b\xa9ظ\x85P\xe8\x84듋\xf6\x85\xba\xfa\x80\"\xc2 \xce\x00\xa6\x86\xff\x9d\x10\x06\x94\x16n\x93\n\x97\xd1\x04\xec\x06>\x04\u07b6\xca\x0fn\x06:R\x80\xe5\x01\xbe\r\\\xe8\xf5\xa6\x91\x97\x9fGA\xe1P\xa4Áe\x9a\xf1\xee\xdfD\x8c\x9b2\x10\r\x1a$\x84\xb8\xe4\xea\xc5\xd7p\xd5\u007f,\xe0\xdb7\u007f\x93ʏ +#\xe3\xb8\x18=\xfc\x1ab\xa0\x00x\x81\xc9\xc0l`.\xda\x03\xcf죞4 \v\x18\x13\xbe\xff\xeb\xc0\x9b\xc0\xef\x80\xf7\xac\xf2\x83]\x90\x81\xe3\xdc\xc1q_dX\x16\x01K\x85\x10\xb2\xbe\xae\x9e\xe5\xcf\xfe\x81=;\xf7`\x86B\x11\x8d\x8f\x96 \xda@\xab\x93\x02$\x84\x18\t\x94\xfa|>\xbc^/.\xb7;\xe2?\x80\xf6\xa8\x87\x01\rQ`\xb2\x81\x99\xc0u\xc0%h-\x13)U\xaa%\a\xf8O`\x0e\xb0\x1cx\x02Z\xf7X\xe5\a\x13i\xd3\x14\xe0\xbb@\x86\x10\x82@g'\xbf\u007f\xea\xb9H\x1f\xe2\xdd\xdf\x00l\x83\x9e\xa1\xd2@4h\x8aR*g\xf5\xca\xd5\xec\u07b9\x9b]U\xbb\xa2g\x81l[\xa9Ҋꏷ\x84A]\x06|\x11=\x94|\x03\xa8+\x9e\f\x01n\a\xce\x03\xbe\x0f\xac\xb1\xca\x0fZ\x11Ha\xed\x19\x1c\x86S\x92B\xb9\x87\x80\xda؋I\x03\x8a\x8aaf\b!\x8c=;v\xb3{\x87\x86#\x84\xc0\xb6m\xa4\x94Ƅ \xe2\xd1\xf36>\xff\xea\x10`\tz\x18\xb9>%0\xd1\" \ x803 \ x81g \ x80 \ a \ x81 \ xa7 \ xad \ U00083069_ \ x98 \ x1f \ xf9 \ xedF ` A\x8aeV\x9aXǛ\xecVV\x95.s\xa0MBf\xaa\x1a\x94\r\x9c\x89\x00\xe9\x90ض\x8dm\xdb8\x1c\x0e\x8a\v\x87s\xd9\xf4\xf3\x99;\xe3\xa2k\x84\x10\x8bR\x81\u007f\x12\x92\x0f<\x04\xe4\b!\x96͘rv\xfb\xfa\x8a\x8d\xe7\x03\xdf \xb5\x17c;\x90\x15/f\xdc\xe7\xaa4\xf7g\xa3\xb54\x1dp\xa6\xd6\t\xc5H\x04\xc5s\xae\xbc\x9c\xe1#\x8ax\xe1\xd9\xe5\x14f\xe71w\xc6,.<k:E\x05\x858\x84tڪ\xdfY\xfeӔt\xe0\x1e!\x84\x91\xeeK\u007fF)\xf5=!DJ\xfe\x98D\xb4M1\xc6t\xec\xb1\x0eOFk\x8e l\xac\x93\x02\x94\x9f\xa1#\x88\xa0\x19\x1a\x91\x9e\xee˸ \xe2\xaa+\x992\xa1\x84I酌\x1bZ\xcc\xd0ܼ\x13\xc3\xec3\x86\x13\x11/\x8a;r\x06e\xcdVJMI ` \ x84 \ x13 \ x8a \ x13 \ xe3 \ xe889 \ xcco * \ xcb \ x13 \ xbetb \ xd6I \ nкg ^ f \ xec \ xa2 \ xf3čW | \ xbelL \ xd1H \ xf7 ( 5 \ bߑ . . < } Z \ xc4 / \ x8a \ x9e \ xc9 > s \ x91R \ xf2 \ xc9 \ xe1 \ x83 \ xe9 \ x1b * + \ xce \ x19 \ xc8 \ x
}
fileb := & embedded . EmbeddedFile {
Filename : "favicon/android-icon-96x96.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00`\x00\x00\x00`\b\x06\x00\x00\x00\xe2\x98w8\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x1fYIDATx\xda\xe5\x9dw\x9c\x1cŵ\xef\xbfU=3\x1bfWڕ\xb4\xdaU\xce(\v\x05$!\x14\x10I\x04\x81\x91d\xc0\x18\a\xa2\t\xc6\xd7\xcf\x04\x1b_\xc3\r\xbe\xe0\xe7\xeb\vr\xbc\xcf\xefڏ\xfbp\x0e\"H`\xc0\x88`\x04\x02\x84P\xce\x19I\x9b\xb4\xd2\xe6\xbc3\xd3]\xf5\xfe\xa8\xee\xdd\xd90qW\x16\xf6\xfb}>\xf3\x99\xd4]]\xfd;\xa7N\x9d:u\xaaZ\xd0ǘ=n\xa6\xf7\xf1\xf3\xc0\u007f\x03\xaf\x02\x9f\x03Z\xb6\x1f\xdb\xd9ח\xfb\xc4\xc0\xbdo\t\xdc\x03<\t\x04\x1d\xc7a\xd5͟\xe6\xd1'\x1e\xe3L\xc5i\xber\xfb\xfd||\xf4\xe3\x16)\xe5\x17\x81\xe7A#\xcfR}\xfa\x01+\x80\x000\x10\xc8:\xd7\x04\x9dMD)\xdde\xc0C@\x10@\b\xc1\xb1#\xc78Uv\x8a\xa3\x87\x8eR]U\x8d\x10\xa2\f\xd8\v\xb0\xfd\xd8.|g\xa9Ns\x80%\xee\xe7B \x0f\xa8>\xd7D\x9d\rD\x91?\r\xf8\x0e\x9aq\b\U000c3512\x83{\x0f\xf0\u0603ߢ\xb1\xb1\x91ƆF\x84\x10;\x80\x12\xef\xa4>\x15\x80[\x19\vX\x06\fr\u007f\xce\a\n\x80c皬\xb3\x88\xe1\xc0\x13\xc0\\_\xc0\x8f\xe3\xd8h\xa5\x01\xb0m\x9b]\xdbv\x81\x00)\xa5\x03|\x00\xb4x'\x9e\r\x134Fk\xbd\x1c<= \x1b\x18\f\x9d\xb4\xe5\xef\x02\xee\xfd\x04\x81\a\xb4\xd6\xd7\x0e\x1d>\x94\x87\x1f{\x98\xe5\xd7/G\xca\x0ej\xa5%\xbd\uf374\x9b\x9f\x9d濾\xac\x8cR\n\xa5ԕ\xfd\xfa\xf7\x9bt\xebݷq\xe5\xb5W!-+Ck=\xe4\\\x93\xd5\u05c8j\xedw\x01_\xd2Z[\x8b/]\xc2\r\xb7\xdc\xc8ͷ\xdd\xc2\xc0\x82A\xed\xad \n\xc5\xc0\xd1\xe8\x1f\xfa\xb4\x05H)\xfb)\xa5\xae\x9ev\xfet\xff\x9d_\xbe\x8b;ᅨ!C\x8b|\xcaQ\xc3\v\v\v\xcf5g}\x86\xa8\x96|)\xf0\x00\x90+\x84 ;;\x1b!\x04\x99\x99\x99\xf8\xfd>4\xdd\x04\xb0\x03\xa8\x88\xfe\xa1O\xfa\x80\xa8\nM\x15\x88ٹ\xfdr\b\x04\x02\xe4\xe7瑓\x9b\x8bF\x0f;s\xe6L\x00\b\x9fk\xf2\xfa\xf0^'c\xec\xfe(\x00\xad5[?\xdc\u0081\xbd\a\xd8\xfa\xe1\x16\xaa\xceT!\x84\x88>5\x02|\b\x84\xa2\u007f\xec\xcbNX\x02\xd7\b)\x8a\x8aO\x14S|\xb2\x98\xe2\xe3'\xa9(?\x85%\xad\"\xadu\x06\u007f\a\x02p1\x00x\x04\x98\xdb~\xf3R\xb2o\xf7>\xbe~\xffC464\x11\n\x85\xba\n\xa0\n\xd8\x0e\x1d\xf6\x1f\xfaV\x00C\x80eRJq\xf8\xe0a\x1e\xfd\xda?\xd2\xdc\xd4L}]=B\x8aB \a\xd3\t\xfd\xcd\xc2\xd5~\x1fp\xb7\xd6\xfa3B\b\xa1\xb5n'Z)EYI\x19B\x88\xae\xe4\x03\x1c\xa1\aO\xb0\xd7}@T\x93\x9c\x8di\x96(Gq\xe8\xc0!\xcaJJ\xbd\xff\n\xe8pK\xff&\x11u\x9f\x97k\xad\xbf2\xa8`P\xe6\x1d\xf7\xddɂ\xc5\x17u:NJ\xd9\x13\xf9`\x04\xd0M\x01\xfb\xaa\x05X\xc0\"\xadu\xae\xd6\x1a)e'7\fȥ\x17\x02p6\xb5\x8f[\x02@\u007f\x8c[[\x88\x19cx\xa3\xecV\xa0\x068\x05\x9c\x06\x1a\x00\xc7Z0\xa2\x8fn\x11\x80I\xc0\xbf*\xa5\x86\xcd[8\x9f\xbb\xff\xe1\x1ev\xef\xd8\xc5\xc1}\a\xa8\xad\xa9\x8dE<\x80\x8d逻\x99\xe0\xbe\x12@\xa1\xd6ziNn\x0e\x85E\x85\x94\x16\x97\x12\x0ew\xbaV\x003\x1af\xf6\xb8\x99$\x13\x13rI\xb70\xadg\n\xa6u\xcdvI\x18\xe6\n\"\xe0\x1e\x03\xe0\xb87X\v\x1c\a\xb6\x01\x1f9\x9bJ\xb6bF\x9ei\v\xc3\xd5\xfe~\xc0׀ \xb9B\b\xf2\xf2\xf2\xf0\a\xfc\f\x188\x80̬L\xa2MQ\x0f\xa8\x01v\x02\xdd\xee\xbdW\x02\xf0\x9a\xa5\xd6z\xb6eY\x93>\U000c56f9\xfe\xc6\x15\xfc\xf8?~ě\xaf\xbe\x8e\xe8h\x05\x99\xc0\x98$I\x97\xee\xcd\xce\x00\xaeĸz\x131\xad(Q}\xb31\x82\x1e\x03\\\x82i\x15\x87\x81\x17\x815Φ\x92À\x9d\x8a \xa2\x82l\xb7b\x02\x8c\x12\rG\x0f\x1f\xa5\xbc\xb4\x9c\x9d\xdbvR[S\x17\x8f|0\xb6\xffHO\u007f\xf4E\v\xb0\x8c\xf6\xe7\xf6[\xb0\xf8\"\x86\x8f\x1c΅\x8b.d\xc3\x1bo\xe38\x8ew\x8ctI\xf4cܱ\x9e\x88\xf7\x01\xe3\x81\xe5.\xf1\xe7c\xccV\xba\xfd\x94p\x052\x13\x98\x0e\xdc\f\xac\x01~\xe1l*\xfd\x184\x89\x04\x11e\xf7\x17\x00\xff\x037\xc8&-ɮm;\xf9\xc6W\xbeNUe%m\xad\xad\x89\x04\xb0\x1b\xd32ϊ\x00\xfa\t!fۑ\b\x8d\r\xa6\x8f\xa9\xab\xadG)\xd5\xf5\xb8\xf30Z\\\x13E:\x18\xefh\x16p-p\x1d0\xa1\x8f\xea\x15\r\v\xa3\x00\xdf\x02.\x03\xfd#\xe0\x15gSIs\x12\xada8\xf0(0.\xfa\xc7p8̾]{\x11R$\" ? \ x02l \ xa5 \ aţ \ x8fnt \ xb4 \ x10bBKs3 \ u007f \ xfc \ xd5 \ xef9UVΫ / \ xbe \ x82R \ xaak \ xc5 \ xc6 \ x01 # \ xfc > _ \ x8dK ~ \ u007f \ x8cf } \ xc1 \ x90 \ xc2 ` : \ xe2Gg \ v \ x16p \ x11 \ xa6Oy \ x1a \ xf8 \ x81 \ xb3 \ xa9 \ xa4 \ x1c \ xe8 \ xd6 \ x1a \ \ \ xed \ xf7 \ x03_ \ x02 \ xae \ xe8 \ xa90i %
}
filec := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-114x114.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00r\x00\x00\x00r\b\x06\x00\x00\x00\x8f݅}\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00&{IDATx\xda\xed\x9dy|\\\xd5y\xf7\xbf\xe7\xde;3\xd2h\xb5eK\xb6\xe5ݲel\vl\x83\x8d\x1706\x180`\x83\r\x84\x10\x02\x84\xa6-m\x93B\x03M\xd2$oޤi\xd24-\xa6m\x96B\x9a\xadI\xde\x06HB1\x86\x00\x06\x1clc\x88\xcd\xe2}_\xb0%˖\xb5\xef\xd2h\x96{\xce\xfbǙ+\x8d\xa4\x19\xe9\x8ef\x84!\xf4\xf7\xf9\xccG\xcb\xdc\xe5\xdc\xf3\xbb\xcfs\x9e\xe79\xcfy\x8e\xe0}\xc0\xfcis\x01f\x03\xff\x03\x94\x00\u007f\t\xfcd\xf7{{ߏ\xdb\u007f(\x10\xed#\vx\x00\xf8G \x13 ӟɷ\xff\xfd;,\xbbz\x19\r\xf5\r<t\xff\xe78\xb0g?\x86i\xbc\fܵ\xfb\xbd\xbd\x8d\x00\xc6\xfb\xd4N\x01\\\x0fL\x89\xfe^x\xa1;\ue0c4(\x89\x02X\x05\xfc5Q\x12\x01\x82\xc1 \x15\xa7\xca\x01\xa8\xab\xa9\xa5\xb1\xa1\x01\x04\x12x\x17hu\x8e\xb3ާF\x16\x03\xb7\x02\xde\xe8\xbf'D\xef\x1d\xb9Н x\xa1\x11\xed\x1f\x80ˀo\x02Sc\xbf\xb7\xc36\xbf{\xe6y,\x8f\xc5\xe1\xfd\x87\xa8\xad\xae\xc50\x8c\x16`\a1\xfd7\xecDF\xb1\x10\x98\x13\xf3\xf78\xf4[\xd7va\xba\xef\x03\x87\xc9\xc0ׁ\xb9RJ\x84\x10\b!\x00\x10\x86\xe0\xe4\xf1\x93\xfc\xdb?\xfd+Җ(\xa5\x00*\x80C\xb1C\xd3\xfb\xa1Z\xb3\x80\x9b\x80ܘ\xff\x15\x029\x17\xba\xf7.4\xa2\xd2X\x00|\x15\xb8\xde4M\n\x8b\n\xc9\xc8\xccp\b\xeb\x86\x1d\xb1c\xff\xb7\x1b\xa8\x8a\xfd~X\x89\x8c6t\x0e\xb0R\b!\f\xc3p\x1a3\x12Ȼ\xd0\x1dy!\x11\xed\x1b/\xf0'\xc0'\x94R\xd6\xd2\xe5W\xf0\xcf\xdf\xff\x17\xee\xba\xef\x93\xf82|\xfdȌB\x02\x87\x81P\xec?\x87[\"-\xa5\xd4\x1a\x8f\xd7S\xbcz\xdd\x1a\xee\xfb\x8b?a\xe4\xa8\x02\x94Ryh2?\x92\x88\x92h\x00\xb7\x01\u007f\x8b\xc2\xef\xcf\xf2s\xf3m73\xf7\xb2y\xdc\U000b1d4c\x9f8!\x11\x91\xcd\xc0\xfe\xbe\xff\x1c\xb612\xdaرR\xcakKf\x94\x98\xf7?\xf8\x17\x8c\x1a=\x8a֖V~\xfb\xc4o\xb3\x95R\x85\xf3\xa7\xcd\xe5#\xec\x82\xcc\x05\xbe\x00\x8cQ(<\x1e\x0f\xf9#\xf2\x01\xc8\xce\xc9&+˟\x88\xc8S\xc0\xb1\xbe\xfd6\xdc\x129\x0f(\x1d]8\x9a\xdc\xfc\\\xbc>/\xa5\xb3J\xf1x\xac\f\x14\xe3.l?^\x18D_\xf0I\xc0?\xa0\xc9D\bAgG'G\x0e\x1eAJ\xc9铧\xa99_\xd3m\xf0\xf4\xc1\x1e\xa0\xba\xef?\x87\xd3j\xf5\x017\nD^\xa03\x80\x1d\xb1\x01h\xa8o\xc0\xb6m\x13\xc18\xf4\x8b$/\\\xb7\xbe\xbf\x88\x92\xe8\a>\x8b\xf6\xab\xbb\x99\n\x87\xc3\xfc\xf6\x89\xdf\xd2\xd6\xdaƞw\xf7PW[\x87a\xf4\x93\xb3 \xf06}\xc6G\x18&\"\xa3\r.\x01\x96\vCp\xfc\xe8q6=\xbf\x89\xb1\xc5c\xd9\xfcҫH[\"\x84\x18\a\x98|D\x88\x8c\x19\x17\xef\x00\xfeD)e\xc5J\x9c\x10\x82\x8aS\xe5\xfc\xf8\a?J\xa4R\x01j\xd1\x12\xd9\x0f\xc3%\x91\x06\xb0\x02\x98,\x84\xa0\xb9\xa9\x99\x1f\xac\xff\x1e\x1e\x8f\x87\x96\xe6\x16Ge\x14\xa3\xdfΖ \xe1\xec\xc0Ў\n\f\f\x10\x02\x85³h\xc2p\xde..b\x9c\xfe\xa5\xc0\x97\x80Q\x96e!\xa5\xecE\x9a\x10b \x12\x01\x8e\x03\x15\xf1\xec\x8a\xe1\"2\vM\xa4\xcfi`G{Gwc\xa3(\x02\xf2I3\x91\xf6\x8e\xca\xf8_(\x85\x88\xf3\xbd\xb9\xf8}#\xb6\x18\xf8\x82R\xaatj\xc9T\xd6ޱ\x8e\xbd\xbb\xf6\xb2m\xf3V\xa4t\xad\x94N\x01\xed\xf1\xbeH;\x91ѷo2P\x06\xa0\x94\xea\x15\xa9\x88\xc1\b\xb4\vR1\xd4{Ev\x9cA\xd0\xf7\xba\n\x10\x99\xe8\x97$\x0f\xfdR\xf9\xd0Z\"\ft\xa2M\xf8&\xa0\xc3\xdeQ\xd9K\x04\xd2Ml\xb4?\xb2\x80\xcf\x01\xd7\x1b\x86\xc1\x8dkoⓟ\xbe\x9b\xcb\x16-\xe0\xc4\xd1\xe3\x9c)?\x13o<\xec\x8b Z\xad\x06\xe3}9\x1c\x12)\x80+\x80\x89\x86a`\x9a&\xe1p8\xdeq>\x86\x10݉#q\x16::R\b\\\x04\xe2b`\x06:\x9e;\x02\xad\xbe=\xd1vE\x80.\xb4\x168\v\x1cAGI\xf6\x01\xe7\x81\xd6\xd8\xeb\xa7Jj̸x\x13p\x1f\xe0\xb5<\x1e\xc6O\x1c\x8f\x10\x82\xb1\xc5c\x19]TH\xc5iW\xefrc\xb4\x9dqu\xefp\x10\x99\xa3\x94\xba\xc6\xeb\xf5\xfan\xf9\xd8Z\xa6N\x9fʓ?\u007f\x823\xe5g\xfaJ\xa5\x1f\x18\x9b\x8c/\x19\xd3\xc9\x060\x1a\x1dh\xbe\n\x1d˝\x00\x8c%f\xe6`\xb0~\x06nFK\xe8\x19\xe0 \xf0<\xf0\x1a\x9ad\xec\x1d\x95\xe9\x90\xd0\xf9\xc0W\x80Q\x00v$BcC\x13\x00-\xcd-\xb445'r3\xfa\xe2=\xe0d\xa2\xbeJ+\x91\xd17p\xaaRj\xfe\xb4\x19%\xdc{\xff\xa7\x18W<\x8e\xe6\xa6f~\xf2\x83\x1f\xf7\x1d\v2\x81ihII8\xc2\xf7\x91\xc0\x91\xc0E\xc02\xb4\xf9^\x86\x96:W=\x91\x00~`f\xf4s\x03zz\xe8\t`\x13pf\xa8dF\xfbb4\xda\u9ff8\xfby\"
}
filed := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-120x120.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00x\x00\x00\x00x\b\x06\x00\x00\x009d6\xd2\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00)@IDATx\xda\xed\x9dy|\x9c\xd5u\xf7\xbf\xf7yfӾY\xb6%/\xb2-\xef\x96w\x1b/\xc4\x1b&\x10\xccb\x9b\x1dBH\x9a\x92\x95&iRh\xb6\xa6oҴi\xdf\x00i\xd27M\xf36\x05Rh\x02a\xb3\r\x18\xb3\x06\xb3x\xc1\x18\xe3}\x97-Y\xb26k\x9f\xd1\xec\xcfs\xfbǝG\x1a\xcb3\x9a\x19\xcd\xc8\x04\xc8\xef\xf3\x99\x8fF\xf3\xec\xf7\xf7\x9cs\xcf=\xf7\x9cs\x05\x17\x11\xf3*\xe7\u0601\x9f\x02\u007f\r\xbc\x03ܴ\xa7zo\xddż\x87\x0f\x13\xe6Uα \xbe.\x03\x1e\x02&\x02\x18\x86\xc1\xf2\xd5+\xf8\xc7\a\xfe\x89\xfc\x82|\xdeٶ\x93o\u007f\xedo\xe9\xee\xeaF\b\xf1\x1b\xe0\xaf\xf6T\xef\r\x02h\x17\xf9f'\x03\x97G~*\x00r?\xe8F\xfcSE\x14\xb9\x93\x80\xef\x02\xe3\xad\x1f\x84\x10\x9ckn\xa1\xab\xb3\v\x80\x86\xfa\x06\xfc>?B\x88\x00\xf0.\x10\xb4\xf6\xb5]\xc4{\xb6\x01W\xa3H\x06(\x02\x86}@\xed\xf7aA)\xf0w\xc0\x15\x80n\xfd(\x84\xa0\xa6\xba\x86\xa7\u007f\xff$s\x16\xcc\xe5\xc5\xe7\xb6\x10\f\x04\x11\x9ah\x00\xf6D\x9f@\\\x8c\xbb\x8c\xbc\x8de\xc0c\xc0\x8a\xc8\xcf^\xe0s\xc0\x93{\xaa\xf7~\xb0\xcd\xf8'\x86H{e\x01\xdf\x01\xee\x8d|\xbf\x00v\x87\x1d\x87É\xcf\xeb\xc54M\x80\xcd\xc0\x9d{\xaa\xf7\xb6[\xfb\\L\t^\x00̌\xfa\xdf\x05\x94_Ԗ\xfb\x10`^\xe5,\x00\a\xf0Y\xe0\xabR\xca,\x9bM\xd1\x14\x0e\x87\x11\xa2O&\x83\x81\xa0\x92\\\xf5[\x18e\xd7tF\x9f\xefb\x11\x9c\x05\xac\x93R\x16\x9b\xa6\x89\xa6i\b!4`\x14\xca\x0e0?\xc8F\xfdS\x81\x92\\\x01\xc8O\x00\xf7J)\x87\r\x1b>\x8c\x9b\xef\xb8\x05o\x8f\x97\xa7\x1f{\nw\xb7\xbb\x97\xe4h\xb2\x01?p\x90~m9\xe4\x04G\xd4\xcd,)\xe5\xca\xe2\x92b\xa6UM\xe7\xd4\xc9S4\x9em@\bQ\x06\u0601\xc0\aݸ\x1f4\xfa\x8c*9\x1b\xf8!0A\b\xc1\xeaO]Ν _\xf8,\x01\u007f\x80\xb3ugy兗㝢\x198ٿ\xbb\xbb\x18V\xb4.\xa5\xfc\x94\xc3騸\xeds\xb7\xf3\x93\x9f\xff3_\xfc\xda\x17\xc9\xc9\xcdEJ9\x928\xfd\xcb\xc7\x14%\xc0\xb7\x81OH)\xb1\xd9lL\x9e6\x05\x87\xc3An^.\x13\xa7LD\xd3\xe2Rv\x10\xa8\xed\xff\xe3\x90\x12\x1cy+K\xa4\x94+\xf2\xf2\xf3\xf5\xf9\x97\xcc'/?\x8fşX̘\x8aј \xa6Y\x8a\x1a.}\xac\x11i\xa7l\xe0n\xe0Z@\b!0\f\x83\xf6\xd66@\xf5\xbf\xedm\xed\x961\xd5\x1f\x06\xb0\v\xe8\xe9\xbf\xe1b\xf4\xc1s\x81Y\x9a\x10躲\xf4\xedv\av\xbb\x1d\xd4P\xa9\x84\x18o\xde\xc7\x05\x11r\x05\xb0\x1e\xf8\x1aQ\xbe\x01\xd30\xd9\xfa\xcaV.Yr\t\x1e\x8f\x87\x9do\xed\x88w\x9a\x0e`7\x8a\xe8\xf30\xd4\x04;\x81k\x84\x10E===T\x9f\xa8f\xfa\xac\x19\x1c9x\x98\xb3\xf5\rh\x9a\x96\x83\x1a\xeb}\xdc1\x1f\xf8\x1b\xfa\xf9\x05\x84&8z\xe8\b\xdf\xfb\xe6\xf70\xc2a\x9a\x9b\x9a\xfb\x1bV\x16j\x80c\xb1\x86\x9bCFp\xe4\xcd\x1c\x0f\xac\x10Bh>\xaf\x8fG\xff\xeb\x11N\x9d8\xc5\xfb\xbbߧ\xa3\xad\x1d!D\x160r^\xe5\x1c>\x8ec\xe1H\x1b\x8d\x06\xbe\x0f̖R\x02\xe7[ǦiR\u007f\xa6\x0e!D<r\x01\xf6\x01M\xb16\f\xb5\x04/\xa3\xcfs\xc5\xe9\xeaӜ\xae>\x1d\xfd\x10\xce\xc8\x03\n@\x0e\xf1\xbd\x10\xdcQ\x8b\x86\x06B \x91\xd8\x17\x8f\x19\xeaK\xc6E\x84\\\x17\xf0\x15`\x8dnӵa\xa5\xa5\xb8\xbb\xbb\xe9\xf1\xf4\x9cG\xe6\x00\x86\x15(\xb5|\x808#\x91\xa1$\xd8\t,\x89\xfc\x05\x88\xf5\x06\xea\xc0\x98\xc8>\xfeL\\\xd4\xdcY\x87L\xf4\xaaH\x89\x00\x8c\x1d\xf1\xe69\f\xf4%ㆬa\"\xe4\xea\xc0u\xc0礔\x8e\x15\xabW\xf2\xf9/\u007f\x9e\x1do\xef\xe4\xa1\xffx\x10oO\xcf@\x12\x1b\x8d\x1e\xe0d\xbc\x8dCBp\xe4\x01Ƣ\xbcWH)\a\xba\xd9R2@\xb0EV\x14\xb9\x0e\x94\xc1R\x82r\x93\x0e\a\nQ\xc32\x1d\xe5\x90w\x03\xe7\x80\x06\x94\x8a\xeb\x02\x02\xa0\xf7\x9eO_2dR>\x17\xe5g.w\xba\x9c\xac\xfe\xd4\xe5L\x9b9\x9d\x92\xd2\x12\xdexm+\xfb\xde\xdb\xdbk\x94&@\rp4^\x177\x94\x12\xbc\x18\xc9x\x9b\xddF^A>\xee\xaen\xc2\xe1p\xac\xfd\xf2QΎ\x94\x10C\xfat\x14\x91cQ\xdd\xc2\x1c`\x1aP\x81\" \ xd9 \ x15y ^ \ x8d \ xbe . \ xc1 @ \ xa9 \ xb6 . \ xe0 \ fj , \ xb9 \ x138 \ x84 \ x92 \ x8a \ xaeL \ x13 \ x1dy \ xf9K \ x81 \ xaf \ x033 \ xa4 \ x94 \ xd8 \ xedv \ n \ n \ xf3 \ x01 \ xc8 \ xce \ xcd ! \ xbf ? \ x95S \ x1e \ x06Z \ xe2m \ x1c * \ x82s \ xa4 \ x94 \ xabm6 [ \ xce5 \ xd7_Úu \ xd7 \ xf0 \ xecS \ x9bؼ \ xe1y \ xe4 \ x85 \ xfa \ xb3 \ f % Y \ xad \ x89N \ x1a \ x83T \ r % \ x99s \ x81ˀ \ xa5 ( B \ x8bP \ xe3 \ xcad \ x90 \ x15 \ xb9 ~ \ x05 \ xcaf \ xb83 \ xd2 ` \ xbb \ x81M \ xc0
}
filee := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-144x144.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x90\x00\x00\x00\x90\b\x06\x00\x00\x00\xe7F\xe2\xb8\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x004\rIDATx\xda\xed\x9dy|\\G\x95\xef\xbfuoo\xdaWK\xb2-\xefv\xbc/\xb1\x1d'\x8e\xe3x\xc9\x06I\x9c\x05\xb2\x91\x84!\x84\xc7d\x1e\x03\f\f\xcc0\xf3f\x06\x06>\xccJ\x12\xde\xc0\xc0\x9b\x85\x00\x81\f!\v\xb1\x9d\xe0,\x10'!vb'\xde\xe4}\xdf$Y\xb6dYR\xab\xd5{ߪ\xf7G\xf5\x95Z\xb2\x96^%H\xfc\xfb|\xfac\xab\xfbֽu\xeb\xfe\xee9\xa7\xce9uJ0\xc2X8e\x01\xc0x\xe0G\xc0\r\xc01\xe0\xc1\x9d\xc7\xeb\xde\x1b\xe9\xbe}P\x11\x1f\xf3\xc9\xc0\xf7\x81\x9b\xed\xef\xa5%\x99s\xf9\\\xfe\xe9\xff\xfe3\xb5\xe3k\x01xꉟ\xf3\xef\x8f~\x9fH$\x82\x10b\x0f\xf0\xc0\xce\xe3u\xfb\xec6\xc6H\xdf\f \x80\xab\x80\xcb\xe3\u007f\xe7\x01%\U0005bf04,#>\xaee\xc0\xff\x06\x96\xf7\xfaQ\x80\xdfׅ\xd7\xeb\x05 \x1a\x89\xd0v\xa1\x8dX,f\x1fq\x008\x9b\xd8\xe4\xf7\x81@\xc5\xc0\x1d@e\xfc\xef\x02\xa0z\xa4;\xf5AD\x9c<y\xc0\xc3\xc0\xff\x02\x8a\x12\u007f\x17Bp\xeel3\xdb\xde}\x9f\x80?@c}#{v\xee&\x16\x8b!\x84\b\x01;\x80\xf6\xc46\x8e߃\x1bZ\x02\xacL\xf8:\x1f\x18\x83&\xb7\x1c\xc9\xfe}\x90\x10\x1fk\ap'\xf0%\xa0\xb4\xef1B\bB\xc1 \xcf=\xf5,\xc7\x0e\x1f\xa5\xedB\x1b\a\xf6\x1e\xc00\f\x80f4\x81z=\x93\x11%P\xfc\xfa+\x80Q\t\xdf9\x81\x1a\xc0\x05\x84F\xb8\u007f\x1f\b\xc4\xc9#\x80\xab\x81\xaf\x00\xb5\x03\x1d+\x84\xe0l\xd3Y\x9a\xd65\x01`\x18\x06B\b\x80\x13\xc0\x91\x9d\xc7\xebz\x1d?b*,~S\x93\xd0\x04J$\xb2@\xab\xb0\xfc\x91\xea\xdb\a\x14s\x80\xaf\x03\v\x94R\x18\x86\x81i\x9a(\xa5.:P\b\x81a\x18\xb6\xe4\x01\xb0\xd0ҧ\xa5\xef\xb1#)\x81\f\xb4ꚧ\x94¾\xa98\xaaжP\xdb\b\xf6\xef\x03\x81\xf8\x8bZ\t\xfc\x19\xb0B)e\x94\x94\x96p˝\xb7RRR\u0086u\x1b\xa8?uږ2\x03!\f\xec\x05\xa2}\u007f\x18\x11\x02\xc5oj\x14\xf0\x11\xa0\xb8\xa8\xb8\x88\x82\xc2B.\xb4\xb6\x12\x8b\xc6\x00ʁ\u0091\xe8\xdb\a\t\xf1q.\x06\x1e\x01>\x0e8\f\xc3`Ս \xaby\xe4\v\x8f\xe0\xc9ϣ\xa0\xb0\x80\x1f<\xf6\xef\x84B\x83Z\v\x1dh\x15v\x11Fr\x16\xb6H)uuYE9\xff\xfb˟\xe3ۏ\xfd\x03\xabnX\x8d0\x04h\x02\x95]\x9aʧ\x8f\xf8ؙ\xc0]\xc0\x17\x80R\xa5\x14\x9e<\x0fW.\xbb\x92\xa2\x92b\x9cN'W\\\xbd\x84\xf2Q\x15\xfd\xaa\xb2\x04\x1c\x01\x8e\xf6\xb5\u007f`\xe4T\x98\x1b\xb8\x01E\xf5\x95W_ɚ\x8f\xddFAa\x01\x86!سk7\xe7\x9a\xce\x15\v!*3\xbeʇ\x1b\x02X\x04|\x9e\x04\xb7\x88i\x9ax\xf2\xf2\xba\x0fr\xbb\xdd8\x9d\xce\xc1Σ\x80\xedh)t\x11\x86]\x02\xc5ߌj\xe0*a\b1z\xech\xdcn7\x00\xe3'M`\xcc\xd81(\xa5\xf2\xd131\x91\xf6\x85>\xa4X8e\x81=Ɨ\x01\u007f\v̳\u007f\xd3\xd3\xf4\x10'\x8e\x9e\xc0\xb2,\x00\xeaO\xd5\xd3\xd1\xde1\xd8);\x81m@\xa4\xbf\x1fGJ\x02]\t̴\x8d\xe7D\x9a\xc4E\xa9\vM \x13\x88\xa5s\x81\x0f9ʀ\xcf\x017\xa1ǰ\x1b\xd1h\x94\xd7_\xfe\rs\x17̥\xb4\xac\x94\x17\x9f_Og{\xc7`Ft\x03p\x10-\x89.\xc2H\x10\xa8\x18\xb8\x15(F\xc1铧\xf1w\xf9))-\xe1\xf0\x81\xc3464\"\xf4\u074c\x89\xf7\xef\x12\x81\x92\xc4\xc2)\x97\x03\xca\t\xdc\x03|\x02\xfd\" \ xf6 \ x82 \ x10 \ x82 \ xc3 \ a \ x0f \ xf3Ϳ \ xfa \ x06 . \ xb7 \ x9b3 \ xf5 \ x8dH \ xa5 \ x06 # \ xd0 ~ \ xa0 \ xa9 ? \ xfb \ a \ x86 \ x99 @ q \ xd1 : \ x13 - \ x81 \ x04 \ x02 \ xb6o \ xdd \ xc6 \ xff \ xfc \ xf8 ) \ xa6N \ x9f \ xca \ xfa \ xe7 \ xd6s \ xe1 \ xfc \ x05 \ xfbfFsə \ x984 \ xf4 \ xd8 \ n \ x01 \ xeaZ \ xe0 \ xcb \ xf4v \ xce \ xf6 \ x82R \ x8a3 \ rg \ x00M \ xa8A \ xc8 \ x13 \ x06 \ xea \ x18 \ xc0 \ xfe \ x81 \ xe1 \ x97 @ N \ xb4 \ xe3p \ xbc \ xdd \ xf9No ' O = \ xf1s \ xdc \ x1e7 ] \ xbe \ xae \ xc4 \ xd9 @ \ r : V \ xd39 \ xcc } \ xfc \ x03 \ x86 \ x9c \ x0e \ xfc % pY ⬪ ? \ x82 \ f \ xe1 \ xf7 \ xb1ц \ xf6 \ xffX \ x03 \ x1d0 \ xdc \ x04 \ xaa \ x04 \ xaeE \ a \ xf4 \ xbao $ \ x14 \ n \ x11 \ f \ x06 \ x13 \ x1d \ x89 \ xa0ߠ \ n \ xe0 \ xcc0 \ xf7 \ xb1 \ x1b \ x91 - \ xa7 \ x11خ | \ x85D \ xe1 \ xbaj \ xfcHug @ \ xc4 % { \ t \ xf0Y \ xf4 \ v * & N \ x9eȂE \ x97s \ xec \ xf0Q \ x0e \ xec ; 0 \ xd44 } \ xb4 \ x03 \ x8d \ x03 \ xa9 / \ x18F \ x02 \ xc5or \ x1czv \ xd0 \ v \ x03 \ x88 \ xd1 \ x12r \ x1c \ x95 \ xb7 \ xb64 \ fyL < r ( \ x94 \ x10ʔ \ x83 \ xb71 \ x97 \ x8e \ xcbew \ xfbE | \ \ ] \ xc0 \ xbd \ xc0 \ x03RJwyE9 \ x0f \ xfd \ xc9 \ xc3 \ xdct \ xcbM \ xecٵ \ x9b \ u007f \ xf9 \ xfb \ u007f \ xe6 \ xf8 \ xd1 \ xe3 } _ \ xd0dp \ x9a > \ xe9 \ x1b } 1 \ x9c \ x12 \ xc8D \ xdb > \ xe3 \ xa0 { \ xb65 \ x98 ( u \ xa3 % PV1 \ x00 \ x01 \ x9c \ xe8 \ xd8 [ ) Zu \ x8eFK \ xc0R \ x03 \ xf2P \ xca \ x14 \ n \ t \ x04 \ xd0 \ xf6 @ 3 Z2 \ x9e \ x8b \ xff \ x1d \ x04d \ u2e47 \ x99L \ x
}
filef := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-152x152.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x98\x00\x00\x00\x98\b\x06\x00\x00\x00\x18\xc2 !\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x007eIDATx\xda\xed\xbdw\x98]Wy\xff\xfbY{\xefS\xa6\xf7\"MQoV\xaf\x96%\xb9\t\x17\x19Wٱ\x8di\x0e\xa9\x10\b\x01\f\xc9\xcd\xe5ޛ\xdf\x0fn\x12\xc0\x05\x02!\x84\x9a\x80\x03\x06\x83\x91\\\x00\x1b\xb9aI\x96d\xf5fui\xa4\x99\xd1h\x8a\xa6Ϝ \xb2\xcb\xfa\xfd\xb1\xce\x1e\x9d\x19M9}\x8c\xad\xef\xf3̣љ\xbd\xf7Y{\xed\xef~\xdfw\xbdm\t\xde!X2m\x11\xc0\x1c\xe0\a\xc0*\xe0\x1c\xf0\xf0\x9eS\xfb^\x1fﱽ\x97\x10y\x0e\x13\x81ǀ \x0f\x00\xc2\xfd\x9b\xcf\xef矾\xf2O\xdcr\xfb\xad\b!\xe8h\xef\xe0\x1f>\xf5\x05vm߅\xd0\x04\xc0oP\xcf\xec\xa2{\x8e6\xde7\x14\x05\x03X\x03\\\xe5\xde\x0fP4ރz/!B\xae<\xe0π[\x89\"\x17\x80mY\\lkGJ\t@_O/===\xeeQ6\xb0\v\xe8\x8d>\xe7\x1dA\xb0ȍ\x95\x03w\x00\x85\x91\x8f\xb3\x81\x8a\xc8߮ ͈̳\x0fx\b\xf8\x14P<\xf4\x18\xd34ٹ\xed-\xda\xdb.\xe28\x0e\x87\xf6\x1f\xe2B\xe3\x05\xf7\xcf\xed(\x82\x85\xa3\xcf1\xc6\xfb\xc6\"\x10(\xb5\xb8*\xea3\x1fJT먷\xe3\n҄\b\xb94\xe0\x16\xe0\x11\xa0b\xa4cwo\xdfŷ\x9f\xf86\x95\x13+\xd9\xfa\x87\xad\xf4\xf4\xf4 \x84\x008\x0e\x1c\x03d\xf4\xf1\xef\x14\x82\xf9\x81\x9b\x81\x92\xa8ϼ@%\x90\xc5\x10\xb1{\x05\xa9C\x94\x86X\x02|\x01\x989ұB\b\xfa\xfa\xfax\xfe\x99\xe7\x10B\xe08\x8e\xfb'\t\xec\a.\xec9\xb5o\xd09\xe3\xae\"#78\rX\xc9\x10\x9d\x0f\x94\x019\xe3=\xc6\xf7\x00f\x01\xff\x00\\\x03\xe08\x0e\x8e\xed\f\xd8ZC!\xa5\x8c&\x17@7\xb0\x17\xe8\x1bz\xec;A\x82\xe9\xc0m\xc0\x8ca\xfeV\n\xe4\x03\xcd\xe3=\xc8w#\"/w!\xca\xe6\xba\x030\f\xc3`\xf6\xdc\xd9\xe4\x17\x16ph\xff!\xba::]\x158\x1a.\x00o\x03\xce\xd0?\x8c+\xc1\"7X\r\xdc*\xa5\xcc\x12B 4\x81c;\xeeM\x15\xa2\bv\x05)\xc6\x10\xa3\xfe!\x94\x99\xc2\xc2%\vy䋟\xa7\xb8\xb4\x98\x9f\xff\xe4\xe7<\xf5\xe3\x9f\x11\f\x04\xc7\"Y\x1b\xd02T=\xc2\xf8\xabH\x01\\'\xa5\\\x98\x9d\x93\xcd\xfb\xd6\xddă\x1f\xfe\x00յծx.`\x98\xd5\xcc\x15\xa4\x04\x1e\xe0^\xe0\xf3@\x89\x94\x12\x9f\xdfǭw\xaecƜ\x99\x94U\x94\xb3\xee\xceuT\xd7\u058c\xa8*#p\x80\xc3@\xd3p\u007f\x1c7\t\x16y\x83\x8a\x81\x9b\x85\x10%+\xd7\\\xc3#_|\x84\xc2\xe2\"\xaaj\xaa\xf9\x8f\xaf\u007f\x9b\xfe\xbe\xbe<!D\xe9\x92i\x8b\x18\xee\xed\xb8\x82\xf8\x11e\xd4/\x00>\rL\x05@BVV\x16U5\xd5h\x9a\x92;\xa5\xe5e\x94\x94\x16sb\xf4K\xf61\x82\xfd\x05\xe3/\xc1\xa6\x00\x8b\r\x8f!\x96\xad\\FńJ|>\x1f\u05ee\xbd֕b٨%\xb3>\xce\xe3|\xd7@(aT\x83\" גK \ u007f \ x00 ˲ \ xe8 \ xef \ xeb \ x1f \ xf8 ( \ x14 \ n \ x11 \ f \ x86ƺd + \ x8a ` \xc3b<\t\xa6\x03ˀ)\x9a\xa6\x91\x93\x9b; \x8a\v\n\xf3).)\x02媨\x88\xfc { \x05IbɴEHA>\xf0\xb7\xc0\xfdDͫ\x10\x82\xbe\xde>vm\xdfI\u007f_?RJ\x0e\xed;Dù\x86\xb1\xec\xafc\xc0ɑ 4̸\xa8Ȉ\x98.A\xf9\xber\xa4#\t\x06\x02\x037\xd2\xd7\xdbOw׀ \x03\xaf\x02e\x8c\x06\xc6c\xac\xef\x16D\xe6\xdc\x00\xd6\x03\x0f\xa3\xfc\x8b\x83\xe08\x0e\xaf\xbc\xf82e\x15e\x94W\x94\xb3\xe1\x17\xbf\xa6\xa3\xed\xe2h\x04\xb3\x80=@\xd7H\a\x8c\x97\r&\x80\x85(\xdf\x17\x96i\xb1o\xd7^\xd6\xde\xfa>\n\n\vض\xf9M\xeaϞso\xac\x92\xc8\n\xe7\n\x12C\x94ݵ\n\xe5\x92(\x1b\xee8!\x04m\xadm|\xff[\xdf\xc3\xf0\x18J\x92\x8d~\xe9^\xe0-F\x89\xb4\x8c\x17\xc1<\xc0\xfb\x88\x84$\x1c\xe9\xb0\xe5\xf5-x\xbc^\xca+\xcby\xe5w/\xd3\xdb\xdd\x03\x8a ` e @ \ xee8 \ x8d \ xf3݄ \ xa9 \ xc0g \ x80ŀ \ x90R \ x8e ( \ x99 \ x82 \ xc1 2 \ a \ x8c \ xfdQp \ x0e8 \ n # \ xf3p \ xbc \ b6 \ tE0 \ x1dԛ \ xd3 \ xd3 \ xdd \ xc3o ~ \ xfd \ x02B \ x13ؖ \ xe5 \ x92 \ v \ x14 \ xc1 \ x8a \ xaf \ xac $ \ x13CDz \ xe5 \ x03 \ x9f \ x04n \ x93R \ xeaB \ x13 \ x18 \ xba \ x81eYÒL \ b \ x11 \ x8bs \ x15 \ x94 { \ xa2e \ xb4 \ xe7 \ x92q \ x82Enx ) 0 } \ xe8M9 \ xd2Q \ xc2v \ xf0 \ xcd \ x15 \ xa02 - \ xc6 \ x1d \ xe1mg \ x11h \ b \ x04 \ bp \ x90xW \ u058c \ xf7 \ xb0FDd \ xaeu \ xe0v \ xe0 ! $ \ xfe \ xec \ x9cl \ xae [ { \ x1d \ x13 \ xaa & \ xf2 \ x87W \ xfe \ xc0 \ xe9 \ x13 \ xa7b % \ xd3PH \ xa0 \ x0e \ b \ x8ev \ xd0xH0 / JL \ xc7 \ x1ac \ xcc \ x06 \ xaaP + ^ ' \ xc6s ↳ \ xbd \ x9e \ xd1 \ xfd \ x89 * N * ] \ xfaK \ x89 \ x0e \ xd2 \ xdeV \ x1f \ xf9xx \ xe8 \ u05cc \ x0f \ x01 # \ xe4 \ x12 \ xa8 \ xf8 \ xe2 \ xe7 \ x80 \ tRJ \ x96 \ xaeXƧ > \ xffi \ xca * ʨ \ x9eTÿ ? \ xfaM : . \ xb6 # \ xc6V \ x87Cу R \ x8f \ xe1 \ xd1 \ x0e \ xca ( \ xc1 \ xa2BCW \ x03 \ x1e \ xd7 - 1 \ xc6 \ x1bd \ xa0 \ x1c \ xb2 ) ' \ x98 \ xb5휒F \ x10M . \ r \ xf
}
fileg := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-180x180.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xb4\x00\x00\x00\xb4\b\x06\x00\x00\x00=\xcd\x062\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00E<IDATx\xda\xed\xbdwt\x1c\xe7}\xef\xfdyf\xb6\x02X\xf4\xc2\x066\x90 E\x11\xec\xa4H\x15Z\x14\xd5{\xb3\xec؉s\xaf\xed$\xceM\xe2\x92\xc47\xb97\xf7\x9e\xf3\xde7q\x9cD\x92\x1d;\xb1\xe3\x1b\xbf\x89\x13\xc7q\x91mIT\xefT\xa1DQf\xef\x9dD!\x1a\xd1w\xb1m\xca\xf3\xfe\xf1\xec\x00K\x10\x00w\xb1\xbbXH\xc6\xf7\x9c= \x81\x99ٙg\xbe\xf3\x9b_\xff\t>\x04XS\xb7J\x00\x1f\a\xbe\r\xd4\x00\x03\xc0\x97\x81\u007f\xdf{f\xbf\x9d\xef\xf3\x9bF\xeaXS\xb7\n@\x00\xab\x81ǀ -#\xb7\xa9\xac\xae\xe4k\xdf\xf8k\xd6^\xb3\x0e!\x04RJ^}\xfe\x15\xfe\xf6\xff\xf9\x1bz\xba{\xd0t\r\xe0\x00\xf0{{\xcf\xecߕ\xbc\xaf\x96\xef\vLq\x01J\x80\xdb\x13?\x9d\xf3.\xcf\xf7\xb9M#=$\xee%\xc0\x1c\xe0\xbf\x00kG\xdb\xce4LB\xa1\xc1\xa1\xffۖM8\x1c&n\x1a\xeaQP8\n\xb4\x8d\xdcw\xca\x13:\x81\xf5\xc0\xf5\x80/\xf1\u007f\x170\x9b\xe4˛ Ƈ\x05\x15\xc0\xe7\x80O\x01ţm\x10\x0e\x879z\xe8\b\xa6i\x02\x10\n\x858{\xea\f\xe1\xd0 B\b\x80\x18\xb0\x1f\xe8\x1a\xb9\uf1c1\xd0\x05\xc0\x9d\xc0\xac\xa4\xdf\xe9\xc0L\x86\t>\x8d)\x8e\x84t.\x04\x1e\x01\xfe+\x8aأ\"\x1e\x8b\xb3c\xfb;\xecٵ\x87\xb6\vm\x1cس\x9fݻ\xf6`\x99\x96C\xe86\x94\x84\x0e\x8f\xdcו \xef\vMa\x11\x1a\x80\x8f%\x16Á\x06\xcc\x00\x02\xc0`\xda\a\x9eƤ\"q\x1f\xdd\xc0-\xc0\u007f\x03\xe6^i\x9f3'\xcf\xf0\xed\xbf\xfd{f̞IkK+gO\x9fqtg\x80\xe3\xc0\x99\xd1\xf6\x9b҄F\xa9\x14\xd7\x00\xb5#~\xef\xe8Х @{\xbeOr\x1ac#Af\r\xa5/\xff\x01\xb0<\x95\xfdL\xd3\xe4\xe8\xe1\xa3\x1c9x\x18\xa1ih\x9a\xe6Hg\v8\f\xb4\xef=\xb3\xff\xb2\xfd\xa6:\xa1\xab\x81\x8d\\\xaek\x89\xc4\xef*\xf3}\x82\xd3\x18\x1bId\xbe\x1a\xf8\"\xeaM\x8b\x94\x12˲\x10\x80\xa6\xeb\x0eQ/\x83\xae\xeb\xa0\xeb#\u007fݍ\"\xf4\xc0h\xfbLYB'\x16c\x13\xb0\x0e\xf0\x8c\xb2I\x01J\xed\x98\xc6\xd4F5\xf0\xbb\xc0}\x80[JIAa\x01\xb5\xf3j1\xe2\x06-M-\xc4\xe3\xf11I=\n\x1a\x81\x93(I}\x19\xa6,\xa1Q\xfa\xf1\x16\xa0VJ\x89m+w\xb3>\xfc\xc4z\x80\x19k\xeaV1ګg\x1a\xf9EB \xf9\x81\aP\x86`\x81\x94\x12\xbf\xdf\xcf-w\xdc\xc2\xdd\x0f\xddC4\x12\xe3\xa7?\xfc\t\x1f\xbc\xbb\v\xc30R%u'\xd0=\xd6=\x9f\x92\x84N,\xc6\n`\x93\x94\xd2\xe7v\xbb\xa9\x999\x83x,F\xd7\xc5.\xa4\x94ι \xcf@\xa9\x1f2\xdf\xe7<\x8da$\xee\x9f\a\xb8\x1b\xf8C\x94\x94FJ\xc9\xe2\xab\xea\xb9\xff\x13\x0f\xb2r\xcdJ\x00b\xd1(\x8dg\x1biijN\xe5\xd0&p\x8eQ\xdcu\x0e\xa6$\xa1\x01/p\xa3\x94r\x89\xdb\xed\xe6\xb6{n\xe7\xce{\xef$\x18\f\xf1\xa3\u007f\xf9\x0f\x8e\x1c<\x8c\x94ҍr\xddyP~\xc9iL\x01$Ȭ\x03\xd7\x01\u007f\x06\\\x05\x8a̺K\xa7~i=\v\x17-\x1c\xda~\xf9\xaa\x06\xe6̛Å\xe6\x96T\x0eߋҟ\xfb\xc6\xda`\xaa\x12z>p\xadmہ \xfa\xab\xeay\xf8S\x1f\xa7aU\x03\xa6i\x12\tGh:\xdf\xc4@\u007f\xbf\x0eT\xa1t\xe9iBO\x01$\x85\xb5kPz\xf3J\x9c\xe0\x97\x04\x97\xee\"P\x1c\xc0\xeb\x1b\x0e\x1f\x14\x14\x14PTT\x84\xd0\x04\xb6e_I\xedh\x05N\x00c\xa6;L\xb9\xc0JbQ\x96\x00\xf5RJQ\xb7\xb8\x8eYsf!\x84\xc0\xedv\xb3\xf6\x9a5\xd4Λ\x83\x94RG9\xe7\x8b3\xf9\xbeid\x1de(_\xf3\xed$\vL\x01\xa6e\x12\x1c\b\x12\x8bF\x87~=88H(\x14B\xda2\x15\x1d\xfa\x14pv<\x9biJ\x11:)\x9a\xb4\x16\x98-\x10\xf8\n\n\x92\rA\x02\xc5\x01\xca*\xca\x11\xea\xeaK\x18'\xe24\x8d\xc9C\xe2\xde\xf9\x80\xdfD\x85\xb6K\x93\xff.\x84\xc04LN\x9f<MӹF\xa4\x94H)9~\xe48\x17\x9aZ\x86\x8c\xfeq0\x88\x8a\x0e\x8e\x1bw\x98\x8a*\xc7|\x94\xef\xd9/\x91X\xa6\xe9\x18\x81\x00\x18q\x93h$\x8aD\" \ x10EL \ xfb \ xa2 \ xf3 \ x8e $ \ u007f \ xf3 \ x8d \ xc0 \ xef \ xa1T \ x8eˠ \ t \ x8d \ x93GO \ xf0 \ xfc \ xd3 \ xcfSXTD $ \ x12 \ xe6 \ xd9_n \ xa3 \ xbd \ xb5 = \ x15 \ xe9 \ xdc \ x05 \ x1c \ x03 \ xe2 \ xe3m4 \ xd5 \ b \ xad \ xa3 \ xfc \ xce + @ ) _ \ xed \ xad \ xed \ x84 \ x06 \ x82 \ x94W \ x94c \ xdb6gN \ x9f \ xa6 \ xa5 \ xb9 \ x05 \ xa1T3 \ x1fP3 \ xed \ xba \ xcb ; \ x04 \ xb0 \ x18 \ xf8 \ x02 \ xb0 \ x881 \ x92Ƅ & \ b \ x87 \ xc3 < \ xfb \ xe43 \ xec߳ \ x8fx \ xdc \ xe0Bs \ v \ xa6i \ xa6B \ xe8 \ x16 \ x94 \ xfe < . \ xa6 \ f \ xa1 \ x13Oy5 \ xca : \ xae \ x01 \ x15E : \ xb4 \ xff o \ xbc \ xf2 \ x06 \ xb7 \ xdfs ; \ x91p \ x84 \ xa7 \ u007f \ xf6 \ x14 \ x17 \ xdb ; \ x9d \ xdd < L \ aW \ xf2 \ x8a \ xc4 } \ xab @ \ xb9 \ xe7nb \ xf4 \ xd8 \ x10 \ x84 \ x10 \ x84 \ a \ xc3 \ x1c ? r \ x1c \ x04 \ x8e ` \ x
}
fileh := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-57x57.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x009\x00\x00\x009\b\x06\x00\x00\x00\x8c\x18\x83\x85\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x10\x9cIDATh\xde͚ytTU\x9e\xc7?\xf7\xbdZS\tY !\x01BBB\x02!aU\x96\x806\xa2\x82\xa2\"\x8b\x0e\x02\x8e#\xcch\xb7\x8eδ\v\xb43j\x9f\xb6m{ԁ \x1e\xf1\xf4\xb4K;\xad\xce\xf4\f\x8e\xb1\x11\xc5\x05\xdb\xc1F\x1d\x04\x11\ba\x13\b\x84-\x81$\x90\x8dl\xb5\xbew\xe7\x8f\xf7^R\x95TU\x92>.\xf3;\xe7\x9dS\xf5\xea\xde߭\xefo\xbf\xbf{\x05\x03\xa0)\xf9\x93\x00\x9c\xc0\xab@\"p+\x10,\xaf\xaa\x18\b\x9bo\x8c\xcc\xff\x030\x1e\xf8oM\xd3\xc6ͻq\x1ew\xdf\xffC\x1e\xba\xe7\xc1\xc0\xd9\xd3gW\xd9l\xb6\r\xb6?\x83w!0\a\xa8\x02\x12\x80K\xdf\vB\x93\x84\x10C5M\xfb9\x92q\x8a\xa2\xb0w\xd7^\x1a.>\xcd\xc5\xfa\x8b\r\x8a\xa2\x1c\x00P\x06\"5\xa7Ӊ\x10\xe2&\xbbÑ%\x84H\x97R\xa6}_\xe0L-\xba\xb5P\xe8\x1fr\xf2ro\x9e\xbfp>N\x97\x93\xe6\xa6fʿ\xdaK0\x18<\xac(\xca\xd9\x01\x81\x04\xa8\xaf\xab\xcf\x18>r\xc4\xc25\x8f\xaf\xa1`l\xc1\x10\xbfϟ\xf1=\x02\x04X)\xe1\xaei3\xa7\xa9\xf7>x\x1f\x83\x87\f\x06)QU\x15\xa0\x1ch\xed7H\x8b\xa9\xcb\xed\x9a\xee\xf1x\xc6Ϻ j\x16\x99ò\x12%2\xfd\xfb\x00)\xa5\x04\xb8\x1cxX\b\x91x\xb2\xb2\x8a\xcf>\xf9\x8c\xb6\xd66\x10\x02\xc0\v|\x05P^U\x81\xda\x1f\xa6Yi\x99\x00vUU\x1f\xf2\xf9|\xd3\xcf\xd7\xd4R\xb1g\x9f\xea\xf7\xf9\xffGQ\x94\x8a\xac\xb4Lj\x9b\xeb\xbe\x13\x80\xa6\xc03\x15EYo\xb3٦I)\xa9\xaf\xadg\xf7ί\xf0\xf9|\b\x03\xe4\x19\xe0\x9f\x81\x96\xda\xe6:\x06\x12x\xb2\x90\xf2\x8a\xb6\xd66\xb6l\xfe\x10EQ\x84\xaa\xaa#\xfb\x9a\xa4\xed\xac\x06\x10\x80\vH\x03\x06\x99\xdfہ \x06S\xeaR-\xcd\xee/@\xa7\xae\xe9\x0f\x14\x95\x14͛{\xc3<^{\xe9U\xdaZ\xdb,\xedZt\xda\xe4\r\xd0?\x90B\b4M\x9b\x953*'\xd7\xe9rq\xe2\xd8q\xeb\xa7l@\x05\xb4(\xc0l\xc0H`*0\x03\x18\x03\f\a\x92M\x90m\xc09\xe0\x00\xb0U\xdbY\xbd\vh\x01\x88\x068\xcc\x0f\x17#\xf8ш\x91\xd9\xea\xac\xd9WP\xf6\x9fe\x86\x99F\xd2\x17\xa6\x10\xfb\arJ\xfe$\x9a\x9b\x9am\x83\x87\f\xbej\xf9\xca\x15\xae\x9c\xdc\x1c\x1e\xfeۇ\xf0vz\x11B\x14`\xa4\x91\xb60\x8d%\x03W\x02\xf3\x81kM\xa0\xce\x18싁y\xc0=\xc0\xff\x02\xbf\x03\xb6h;\xab;c\x80-\x01\x1eW\x14%e\u007fy\x05/\xae\u007f\x81\xe6\xc6&\xcbD-\xf2c\x04\x9d.\xea\x97&\x93S\x9235M\x9bYUYE{[;\xa1`\xc8b<RӴ\xa1\x15\xa7\x0e\xb4\xe9_\xd6\xe4\x03\xcbMpつ\xfe\xf06)ќ7\v\xd8\x02<\v\xec\xd3vV\xa3\x96f[ZL\a\x9e\x02\x8a\x85\x10\\\xa8\xbb@\xfd\xf9z\x14\xb5W\xec\xac\x01\x8e\x82\x11t\x80\xbe\x03OVZ&B\x88˥\x94\xf7T\x1e\xa9t\xee\xdb]N0\x14B\xea:\xaa\xa2\xba\xe7θ\xf2\xe2ܜ\xcb\xe6H]\xff'\xe0\x16 '\x8e\xe6\xfa\"\xa7\xa9\xad+\x80J\xe0\x94\xdf\x17\xe2d\xcdY\x15x\b\xb8\v3#\b!\x10\x8a\x88\xc6c\x8f\x86\xfeʾ 1\x15\xc1I\xceDDz\x8cy\x83D\xbc\x15-?\x90R\xfe\xd4\xeep<\xa9\xaa*\x9d\x9d\x1d8\xec\x0eFg\xe7r\xfd\xcc\xd9̟yU\xe7\x90\xd44\xa7\x94\xb2_\x91z\x00t\nX\xad\x96f\xbf=9\u007f\xe2\xf5\x02\xf1:0\xb4\xafIv\xd4\u007f}̽\xe2g\x1az\x1a\x90\x02\xb8⚫\xae\xeb\x006]\xd7\xc7\xdft\xd3uL\x980\x9e\xad\x1b\xb70w\xda,fM\x9e\xcaд!\x00\t=\" \ xdb7E \ xa3 \ x84 \ x10 \ xeb \ xcb \ xff \ xe3 \ xe3̻ ~ \ xfe \ x93 \ xdb \ xfa \ x03P \ x82 \ xa3Ԭz \ x1bj \ x91 \ x86 \ xee0_ ˸ \ xd3 \ xd3 \ x06 \ xe3 \ xf7 \ xfb ] \ x89 \ t \ x9e \ xa1 \ xa5 % S \ x987 \ xedJ \ xae ˞ L \ xa2 ; \ xc1 \ x98 \ xfd \ xed \ x80 \ v \ xa7 \ xec \ x03 \ x95G \ xd6 \ t ! \ x1c \ xfdYK : G ( Cj % R \ x05 \ xba & \ xf4 \ x02iFI \ x80 \ x04 ! DI \ xa7 \ xcfwmCKӸ \ x8c \ xd4 \ xc1 ( \ xcd > \ x12 \ xdd \ t \ xdf \ x058 \ x14E \ xe1 \ xe0 \ xf1 \ xa3lܺŭ \ xebz \ xcf \ b \ x1a \ x95l \ xa8 \ x8dCDr \ x8b \ x86 \ f \ x1f , la \ xc0 \ x14 ` \b\x90\x8f\x11\xe5~ \xa5\x9c\xeev:\xd3Gf\x0e\x13RJC4\x03\x01\xd8s\xa8\x1e\xf6N\xc1H8\xd6\x136V\bAK[+\xafm.\xa3\xba\xfe<\x8aҿ\x12\xdb-\x1c'\xb3\x95\xf4V\x1d]19\x06\x80\x8epMځ\xbf\x03\xee\x03R#\xfek\u007f\x80I\xf3\xd1 { |\xb7\x9e\xa0\xb9\xa4\xc5J\xc7(!l\x80\xdb|\xccХ Kɻ\x9f~\xcc\xf6} { \xfa\r\xd0\x00\xe9\xacIU\x12\xdb\xfc2؎\xb1\x05lA\xd0\x19\x0e\xd2\x0f\xbc\x02\x84\x80\x9b\x81\x02\xc0-\xa5Tt)\x15]א\x12\x1c6 { o\x00\xe1OO\xe0!\x13 ` ( \ xec \ x9d \ xcf \ x04l \ xd5I * h \ tAd \ x8a \ x8e \ xdd \ xe3 \ xe2ؙ * \ xca > ~ \ x9f \ xa0 \ x16B釙Z \ xd4 * ; \ x1b \ n \ x94 \ xe1 \ a \ x0ei \ xa7 \ xfd \ x9a \ xa6i6 \ x9b \ x8
}
filei := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-60x60.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00<\x00\x00\x00<\b\x06\x00\x00\x00:\xfc\xd9r\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x11\x9fIDATh\xde͛{tTս \xc7?{\x9f\x99\xc9d&\x81\x90\x97\xe1e\f\th @\b\x8f\x18\x14\x01E\xc5B[\xa8\x0f\xbc\xab\xda{\xd5\xda[\xaf\xda\xc7\x15[o\x97\xf5\xf6\xa9\xb5\x95j\xd7j\xedm\xad\xf6\xdeUn[Q\x8b\xb6>\x10\xb5\xa8\x17\x89U\x92 A\b\x8f\x10ț\x90\xf7cf2s\xce\xd9\xf7\x8fs&\x99\xcc#\x99\xd4W\u007fk\x9d5\xe1<\xf6\xd9\xdf\xfd\xfd\xfd~\xfb\xf78\b&)e\x85\xa5\x00\xb3\x80]\xc0\xb3\xc0\xbd\x00\xd5\xf5\a&;ԇ*\xf6\xbc\x00n\x00\x1e1M3\xeb\xf6\xbb\xee`ђ\xc5\xdcu\xdbׇ\a\a\x06\xaf\x95R\xfe\xc5\xf1w\x0e\xba\x1a8\x1f\xc8\x06$`\xfe\x83\x80]i\x9a\xe6}B\x88,!\x04\xbb\xfe\xfc\x12\xef\xec{\a\xbf\xcf\xdf \x848\x020)\xc0\xb6\xb8\x95R\x9b\xecgg\t)RQ\f}\x92\x80m9\x17x`\xf1\xd2ҹÁ\x00G\x0f\x1f\xe5䉓\xd4\x1f\xafGJ\xb9W\bq\x1a,v&%\xc1\xe1\xe0\xf2\x85\xa5\v/\xder\xe3\xf5\xa4\xa5\xa7\xcd\b\x0e\a\xd3>I\x946\xbbS\x94R\xf7\xa4\xb8S.\xbe\xf5\x8e/q\xf3m\xb7\xe0r\xb9\x10B \xa5T\xc0~ 4)\xc0e\x85\xa5\b!\x84\xd4\xe4Ջ\xca\x16\xe7\xddp\xcb\r̜53g80<\xf5\x13\x06\xeb\x00\xbe*\x84\xb8\xd90\f\xd9\xd6\xd2JKS\v\x869be]\xc0A\xb0\xfc̤TZ)5CJ\xb9\xeaȡ#\xbc\xf4\xdcK\xb4\xb7\xb5{S=\xa9\xe9\x9f\x14X\xd30\x11R\xacSJ\xfd\x9b\x10\"E\x0f\xe9\xfc\xf2\xe1G\xd1u\x1dC\xd7\x11B\x00\x1c\a\x8e\x85\x9fK\np\x84SX!\x84XP\xb3\xbf\x86\x83\xd5\xefa\xe8F\xaa\xc3ᘞ\xec$\x8d\xca&\x00\x01h\xf6\xaf\x02\f\xfb\x17\xadbv\xd2`\xb1F*v\xba\\\xdfY\xb5\xf6⼎\xf6\xb3\x1cz\xaf\x96\x9e\xee\x1e\xeb\x92\x05\x16\x1blϤ\x00ۢ\x01k\xbdiޔ\xe0p\x90P(\x84\x10\xc2\t\xccL\x02\xe0\x14`\x1ep!0\x1f˻\xbb\x00ݞ\xcc!\xe0\r\xa3\xb2\xe9(\xe0K\x12|\x06\xf0\xfd)S\xd2˿t痩y\xb7\x9a\xf7\x0f\x1e\x8a\xbe\xc7IJ\xdf\x11\xfdN\x1a\xf0\xe0\xc0`\xf6\x9c\xb9\x85\xab\xee\xdcz'o\xbc\xf6:\xbb_؍ \x10B\x03\xe6\x84W\xbd\xba\xfe@\x18dxB\xc5\xc0\xa7\x80\x8b\x81\v\x80\x1c{\xe1b\xd6\x06h\xb7'\xb7\x1dxŨl\xea\x8b\a\xdcfW\x02\xff\"\x84\xd8\xe0\xf7\xfb\xa9\xd9_ñ\xbac(S!\xa4\x88\xbc\xbd\x1f\xa8\x82\xd18!i\xc0N\x97s\xa1\xc7\xe3)XT\xb6\x98\xfa\xe3\xf5\bF\x06.\x02\x9c\xe7df\x87\x8c\xedM\x00Ӂ\r\xc0\xb5\xc02`\x9a\xcd\xf2x\xa2ai\xcaL\xe0r\xe05\xe0g\xc0\x1e\xa3\xb2Ɍ\xc3\xf6\xc5\xc0\xbf\v!\xdc~\x9f\x9f\x9f\xfd\xe8a\fÈ\x06\v\xd0\b\x9c\x8e<1\xd1DF\xecE)u\xb7+\xc5\xf5\xe35\xeb\xd6p\xbc\xee8\r\xf5\r\b!0L\xf3@\x8a\xd3\xf9\xe9\xbf\xed\xd8-M\xbf\xef3\xc0u@9\x96\xca~\x10i\x04\xbe\x0f\xfc\x01\x18\xd2*f\x87\xe72\x1d\xf85\xb0q\xe4N\x95\x10\xc9S\xc0\x17\x80\xc0\xb7\xbde`\xce\x17\x1a\x13\xc8\xf4\xcc<\x00\xb7\x10\xe2\x0e=\xa4/8Qw\x82\xbe\xde>\x94RH)\xb9\xe0\xbc\xc2\xf4\x1f\xde\xf1\x8d\xf3fL\xcb\xfa\x8aR\xeaF\xa0\x80\xf8j;Y\x99\n\\\x86e\xef\xfbW\x14\x97\xf9\xf6\xec\xafL\x01\xbe\r\xdc8\x06b\x02\xda\x14\xec\xa8\xe9>\xf0ڣ\x99wyQ9\x99\xc0̤\x18VJ\x15k\x9a\xf6\xfc\xdc\xe2ys:\xda\xcf\xd0\xd3\xd5Â\xc2y\xac_\xb9\x86\xd5K\xcb\xc9\xcbʉ\xf4\x8a\x1f\xb6\x18\xc0\xff\xca̬\xaf\x97\xae/_\xadI\xed\t,\xff0\xae\b\b̐\xd9_\xbb\xd3\xfd\xd9ׇT`\x1a\x90\x02\xc8\tm\xd84MB\xa1\xd0ܜsr\xf3\xee\xfe\xd6VN\xd6\xd4\x11<\xd3Ϛe\x15\xe4e\xe7\x02\n\xa5\xd4G\x05\x16@\x13B\xfcөõ\xd2\xeb\xf6\x14\x05\x82\xc3\x13\x82\x05p\xe08\xbbD+\x1c\x18V\xa1<Fu@\x8d\vبlB\xab\x98ͭ\x1bo,>\u007fN\x91g\x8e\xc8d\xf1\xd25\b\xdb\xc9+\xf5\xf1\xe4\f\xa6i:wW\xbe\xf9\xf9\x90\xae'\xfd\x8c[8\x1b\v\xb4\xe9]FT^\x13\x03\xd8\xdeV$\x96ڔ\x19\x95M\xab\a\xfd\xbek\xdd.\x17NӁB\xf1\x91\xf2\x19%RJj\xea\xdeg\xe7_w\x89\x90\xa1#\x934\x9dT\x91Ҝ)\xd2\x03&f\xf8\x01A\x98\xe1\x88\x00a\x0e\xb0\x04X\x81\xe5\xfa\x8b\x81\x8c\xf4T\xef\xdf\x0fT\xd9GXL,\xab\f\xbfQ2\x1a{E\x89\x10\x82\xee\xbe^\x9ex\xeeIڻ\xce\"eҡ\xbf\x99.<\x8d.\xe1P\x01\x15\x14\xf6\x1b\a\x81\xfeH\x86\x95\r\xf2\xa7@\xe6\xd873\xb2\xef&\xb4\xd7003\nd\xe4o\x10+g1\xa2\xce)\xc0\tx\x80\xb4Q\xf0J)\x9e}}7o\xd7\xd6L\x06,\x12\xe1\x9b&Қ\xb1\x02\x8fn\xa0\x1f!\x86\x10\" \ xe4 \ x00 + \ x9a \ xb1Y ~ \ x1a \ x18 \ x02 \ xb6 \ x00e \ xc0T \ xa5 \ x94 \ xcb \ x17 \ bx \ r
}
filej := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-72x72.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00H\x00\x00\x00H\b\x06\x00\x00\x00U\xed\xb3G\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x15\xdfIDATx\xda՜y|Tս \xc0\xbf\xe7̝-\x93\x04BV\x02!\xecHH\x10\x17\x10\x05\x15\x15EP*(Oy\xb6tQ\xac[[ۺ\xd4V\xdb\xd7\xfalmť\xb5\x8b\x9f\xf7\xb4V\xfb,U\xd0B\xd5ڢ\xa2V\xc1(e\x89\x10\xc2\x1e\t[\x16\xc8\xc2d\x9b\xcc\xdc{\xcf\xfb\xe3̐\xc9d&\x99\tV\xda\xdf\xe73\x1f&w\xee=\xcb\xf7\xfe\xce\xef\xfc~\xbfs\x0e\x82\x93\x903\xc7L\x01(\x03\xfe\n\xac\x04\xbe\x05\xb0y_\xc5\xc9\x14\xfbO\x97p\xbbӁ\x9f\x037ڶ\xcd\xcd߸\x85\x1bn\xbd\x81;o\xbb\x93\xf7\xd6\xfe\xbd\xc20\x8c\xb9@\x9dq\x92\x95\x00\\\x01\f\x03\n\x00'\x10:\xd5\x00\x92h\xb7\x03X\x8ab1B_\xff\xe0\xbd\xf5\xa4\xf9\xd2سs7R\xca-\xc01\x80\x01\x03\nK\xaeRj>\x80\x10b\x18\x90\x06\x1c?\xd5\x10\xfa\x81\x03p\x15\xf0]\xa7\xdb\xe9\v\x05CH)پu;U۪PJ\x99R\xca\xf7\x00\x13@\x9eLEJ\xa9\v\xbc^\uf50c\xcc\f\x80\x1c \xe3TCH\x02\xceY\xb6m?8r̨\xbc\xfb\x1f\xfc>\x93Ϙ\x8cmۑ\xfe\x004\x03\x95\xa0Mŀ\x00\x01\x04\x83A\xb7\x94r\xd1u_\\\x9cv\uf3feǠ\xc1\x83\xb2B\xc1А S\r\xa2\x1f8\x85\xc0CJ\xa9\x89e\xa7\x972o\xc1\x15\x9c}\xee\xb4\xd8\xdb\xf7\x00\x9fD\xfeH\x19P\xa42\xc3a\x8cu:\x9d\xe7\x96M)c\xday\xd3\xc8\xc9\xcbɰl\xab\xe0T\xc3\xe8CҀ\xef\x01\x97\b!\xa8\xf9\xa4\x86\x1d\x95;طkO\xec}\x1b\x80\xa6\xc8\x1f\x03\xb6A\xd2!\xe7\x84B\xa1\xa2\xcd\x1b6\xd3\xd2r\x9c\x86\xda\x06\xb7\xcb\xe5\x1a\x1a\x81\xf8\xaf2\x93\x9d9f\nBH\xa1\x94\xbdĶ\xed/\v!d\xc4\xe6\xdcy\xeb\xb7hijA\xca\x13z\xd2\x05\x94\x03*\xd2\xfe\x81\x02\x1a\x04\\\xa1\x94\x92+\xff\xb0\x02\x87\xe1 \xd0\x190\xa4\x94#N5\x90X8\x00J\xd93\x84\x14\xdf\x1d=f\x8c\xcf\xdfr\x9c\xc6c\x8dX\x96ECm\x03B\x8a\xe8G\x8e\x11\xb6?\x11\x19(\xa0\tJ\xa9Re+\x82*\bA\x10B\x00\fG\x0f[\xbb\xbf\x02\xac\U0008346fn`\b\x90\x1f\xfe\xd7\x03X\x80\x1f\xa8\x0f\u007f\xda\x01\x1c\xe7\x16\xa5\f\a\x18n\xdb\xf6\x03\x05\x05\x05\xc5\x0f,\xfbo6}\xb4\x91'\x1e\xfe\x05J\xa9X8\x00\xfb\x80#\x03\x06t\xe6\x98)(\xa5PJ]<t\xd8м\x11#\x8b\xa9ظ\x85P\xe8\x84듋\xf6\x85\xba\xfa\x80\"\xc2 \xce\x00\xa6\x86\xff\x9d\x10\x06\x94\x16n\x93\n\x97\xd1\x04\xec\x06>\x04\u07b6\xca\x0fn\x06:R\x80\xe5\x01\xbe\r\\\xe8\xf5\xa6\x91\x97\x9fGA\xe1P\xa4Áe\x9a\xf1\xee\xdfD\x8c\x9b2\x10\r\x1a$\x84\xb8\xe4\xea\xc5\xd7p\xd5\u007f,\xe0\xdb7\u007f\x93ʏ +#\xe3\xb8\x18=\xfc\x1ab\xa0\x00x\x81\xc9\xc0l`.\xda\x03\xcf죞4 \v\x18\x13\xbe\xff\xeb\xc0\x9b\xc0\xef\x80\xf7\xac\xf2\x83]\x90\x81\xe3\xdc\xc1q_dX\x16\x01K\x85\x10\xb2\xbe\xae\x9e\xe5\xcf\xfe\x81=;\xf7`\x86B\x11\x8d\x8f\x96 \xda@\xab\x93\x02$\x84\x18\t\x94\xfa|>\xbc^/.\xb7;\xe2?\x80\xf6\xa8\x87\x01\rQ`\xb2\x81\x99\xc0u\xc0%h-\x13)U\xaa%\a\xf8O`\x0e\xb0\x1cx\x02Z\xf7X\xe5\a\x13i\xd3\x14\xe0\xbb@\x86\x10\x82@g'\xbf\u007f\xea\xb9H\x1f\xe2\xdd\xdf\x00l\x83\x9e\xa1\xd2@4h\x8aR*g\xf5\xca\xd5\xec\u07b9\x9b]U\xbb\xa2g\x81l[\xa9Ҋꏷ\x84A]\x06|\x11=\x94|\x03\xa8+\x9e\f\x01n\a\xce\x03\xbe\x0f\xac\xb1\xca\x0fZ\x11Ha\xed\x19\x1c\x86S\x92B\xb9\x87\x80\xda؋I\x03\x8a\x8aaf\b!\x8c=;v\xb3{\x87\x86#\x84\xc0\xb6m\xa4\x94Ƅ \xe2\xd1\xf36>\xff\xea\x10`\tz\x18\xb9>%0\xd1\" \ x803 \ x81g \ x80 \ a \ x81 \ xa7 \ xad \ U00083069_ \ x98 \ x1f \ xf9 \ xedF ` A\x8aeV\x9aXǛ\xecVV\x95.s\xa0MBf\xaa\x1a\x94\r\x9c\x89\x00\xe9\x90ض\x8dm\xdb8\x1c\x0e\x8a\v\x87s\xd9\xf4\xf3\x99;\xe3\xa2k\x84\x10\x8bR\x81\u007f\x12\x92\x0f<\x04\xe4\b!\x96͘rv\xfb\xfa\x8a\x8d\xe7\x03\xdf \xb5\x17c;\x90\x15/f\xdc\xe7\xaa4\xf7g\xa3\xb54\x1dp\xa6\xd6\t\xc5H\x04\xc5s\xae\xbc\x9c\xe1#\x8ax\xe1\xd9\xe5\x14f\xe71w\xc6,.<k:E\x05\x858\x84tڪ\xdfY\xfeӔt\xe0\x1e!\x84\x91\xeeK\u007fF)\xf5=!DJ\xfe\x98D\xb4M1\xc6t\xec\xb1\x0eOFk\x8e l\xac\x93\x02\x94\x9f\xa1#\x88\xa0\x19\x1a\x91\x9e\xee˸ \xe2\xaa+\x992\xa1\x84I酌\x1bZ\xcc\xd0ܼ\x13\xc3\xec3\x86\x13\x11/\x8a;r\x06e\xcdVJMI ` \ x84 \ x13 \ x8a \ x13 \ xe3 \ xe889 \ xcco * \ xcb \ x13 \ xbetb \ xd6I \ nкg ^ f \ xec \ xa2 \ xf3čW | \ xbelL \ xd1H \ xf7 ( 5 \ bߑ . . < } Z \ xc4 / \ x8a \ x9e \ xc9 > s \ x91R \ xf2 \ xc9 \ xe1 \ x83 \ xe9 \ x1b * + \ xce \ x19 \ xc8 \ x
}
filek := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-76x76.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00L\x00\x00\x00L\b\x06\x00\x00\x00ǗQ+\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x17pIDATx\xda՜yxT\xd5\xd9\xc0\u007f\xe7\xdcY3\x93\x84\x84\x84-\t!\xb2k\x00\x05A\xa9\x16Q\x10\x97T\x16\x15\x10\xb0V\xdb\xdaG\xfbٝ\xfa\xb5_\x97\xcf\xee\x8bX[m\xab֪m\xfd\xeac\xdd@Z\xb4XZ\xb4. \n\x04\t\xfb\"$@HHB\xd6If\xe6\xde{\xbe?\xce\f\x99LfKR\xa5}\x9fg\x1e\xc2\xdc{\xcf\xf2\xbb\xefy\xcf\xfb\xbe\xe7\x9c\x11\fP\xa6\x8e>\x1f\xe0B`\x1d\xf0\x1cp\x17\xa0\xb6\x1d\xaa\x1ch\xd1\x1f\x8aD\xda\x0fp\t\xf0G\xa5T\xa9\xcf\xef\xe7\xfeG\ue9f4l\x14w|\xfc3\x1c:p\xe8\x1f\x86a\\\x0f\xb48\xfe\x05\x95\t\xe0:`\b0\x14p\x02\xa1\xb3\r\xa2\x8fR\x06|\x17(\x15B\xd0\x19\b\xf0\xb7\x97^\xa1\xa8\xa4\x98\xfa\x93\xf5H)\xb7\b!Z\x94R\f\bXD\x86\x03\x15\x91\xbf\x8b\x00?\xd0t\xb6\td\"\x91\x17\x9e\x0fܣ\x94\xba\\ @\x80R\x8a\x17\x9e~\x01)%\xa6iv\b!\xdePJ\xb1\xedP%r \x95)\xa5PJ]!\x848OJ\tP\x00\xe4\x9em\x10}\x80\xe5\x02>'\x84\xb8\xe9\xcak\xe7\x89\xc57/\xc1\xe5r\x01`\xdb6\xa6i\x02\x9c\x04\xf6D\x9f\xeb70\x00˴ |\x86a,^\xb0x\xa1\xe7\x93w~\n\x8fדkYV\xfeن\x91!,\x80%J\xa9/\xf8\xb3\xb3]+n[\xc1mw~\x92\xe1\xc5#\xb0m;\xf6\xf6\xdd\x11h\x03\a\x86`b\x96/k\xc65\xf3\xaf\xe1\xc6\x15\x8b\x19Q<\xc2o\x86\xcdag\x1bH\x86\xb0f\x02\xdf\x04\xf2,ˤ\xad\xad\x9d\x8e\xf6\x0eB\xc1`\xfc#\x9b\x80@\xf4?\xfd\xb2a\xd1J\rø:\x1c\n\x0fkj<\x8d\xcf\uf8e3\xad\xc3m8\x8c\x11g\x1bJ\x06R\x04|\a\x18/\x84 \xd0\x11\xe0\xd7?\xfb%>\xbf\x9f\xba\xda:\"\xe6\x05\xa0\x05x\x1b\x005\x00`\x11\x19\"\x84\xa8\b\x06\x83<t\xff\xaf\xf0fy\xa9\xaf\xab\x97\x0e\x87\xa38\n\xf5\xdf͵\x88\xbch/p\xb7\x90b\x8e\x14\x12˲\x00ؽs7@,,\x80#\xc0^\x80m\x87+\xfb\a,F\xa5'\x03\xe7\x02\x1c9|$\xb6\xb2\xd2H\xb9f_ʵ6\xd5D\xff\x94h\xd7$\xdar3\xf2Q\xc6̒\x81\xc2\x02X*\x84\xb8u\xfe\r\vdQI\x11O<\xfc8\x81\x8e@<\xa8\xa8\x1c$n\xc6\uf5c6\xd5\xd550d\xc8\xe0\xcb\r\xc3ȑ\x86\xc4\f\xf7`S\x88\x9e}R\x02\x8b\x01\xe4C\xfbo\xe3#/`4ڧ\xf3\x02\x16\xd0\nT\x03U֦\x9aJ\xe0(\xd0\x01\x90)\xc0\x18X\x17*\xa5\xbe\xe1\xf1zr\xe6U\xccc\xdc\xc4\xf1\xac\xff\xcbz\x0e\xecݏ\x10\"ѣ\xef\x00]\x03\x06VX\x98_(\xa5\x9c\xb3p\xe9\"F\x9d3\x8aG~\xf1\b\xedmm\xd1J\x87\xa2}\xb1@\xfcs1\x90<\x110s\x80\xb9\xc0D\xb4?\x97\x85v\x84\x13I\b\xa8\x03\xb6\x03\xcf\x02\u007f\xb56\xd54\xf4\x01\xdcP\xe0;B\x881fؤ\xfed=9\xb9\xb9\xb4\xb7\xb6%\x83\xd5\n\xbc\v\xf40-\xfd\x02\xa6\x94\x9a\xec\xf3\xfb&\\}\xdd5\x8c\x197\x86\x97֬c\xf7{\xbb\x11\x86\x00\x18\x11\xe9|}\x02P\x85\xc0\x15\xc0\"\xe0b\xa0\x1802\xac\xd6\x05\x94D>W\x02[\x80G\x80\xb5֦\x9a\x8ed\xd0\"\xda\xe5\x00>\v\xcc\x03\b\x87\xc3<\xfa\xcbG\xc9\xf2eQ_W\x9f\fX\r\xb0/\xfe\xcb>\x01\x8b\xaa\xb6\x94rZ(\x18\xca=v\xb4\x06\xaf\xd7KKsK\xac^\xe4\x03\xe3\x80\x1d\xa77\xec!\xc7\xe7\x97\xc09\xc0\x02`!0\r=\xdc\x06\"^\xe0\xb2HY\xf3\x80{\xadM5\xbb\xa1\xa7\xb6\xc5\fŊ\b0\a\x80\x10\x82\xe3\xd5\xc7P\xa8d\xb6\v\xb4\xffU\x1f\xffe\u007f4\xcc+\x84\xb88\x18\f\xf2\xf0/\x1e\xc2\xe7\xf7s\xf2\xc4\xc93\x15+pۖ5\xadr\xfd\x96\x17즆r\xe0\x86\xc8g<\x99kS\xa6\xe2\an\x05\xa6\x00\xdf\x06^\xb66\xd5X\xc6̒XXc\x80\xaf\xa1\xa3\x903\" \ xa4 @ $ \ x1d \ xfd \ x80 \ x9e \ x1dC \ x00k & \ xddO \ x98 \ x16 \ x1cd \ x8b \ xfe \ x00 + \ x06 \ xa6 \ b ! 8 yB ; \ xc0RJ \ x14 \ xa0l \ x1b \ xb7 \ xcbŔs ' _ \ xddv \ xa2 & \ xdb \ xe7 \ xf1V \ x00 # ! u \ xcb \ xfe \ x05r \ x01 \ xf0 ( : \ x80 ~ \ xdc \ xdaT \ x13 \ x9c ~ \ xf3u \ xa05q % z \ xf8 \ xf7E : \ x15l7 \ x10 | 3 k \ x85T \ xca \ xf48 \ xf0e \ x83 = ( \ xe3 \ x8eļ \ xb1 \ x85 \ xc0S . \ xb7۫l \ x9bP ( \ x84 \ xad \ x14Y \ x1e \ x0f \ x13F \ x8d \ xe1c \ x1f \ x9d \ xc3G \ xa7Ngpn \ xde \ a \ xcc ( \ xa1 \ xb4 \ x02 ? \ x96 \ x86 \ xf1 \ xf3p ( \ xd4y \ xf1 ' \ x16 \ xde \ n < \ x88 \ xd6ČE @ \ xf5 \ x10 \ x99 \ xb7p \ xa5 \ xe7 \ xc6c \ xad * P \ b \ xe4 \ x00n @ \ xf6YÔRS \ xb2 | > \ xef ] + ? \ xc7 \ xe9 \ xc6 & \ x9e \ xf9 \ xfdӔ \ x8f \ x1e \ xc7u \ xb3 \ xe6rṓ \ xc9 \ xcb \ x19 \ x04 ( \ x94Rg \ x03X \ x0e \ xf0 \ r @ \ xde \ xfc \ xad / \ xfeM \ xa1V \ nD \ x9f ` \ x01x \ x84 \ xbbn \ x81sf ~ \ xbb \ xea̦ی ( @ e \ f \ xac \ xa1 \ xb9 \ t ! \ x84 \ xe1 \ xf7 \ xfa \ xcaJ \ x87 \ x16r \ xf9 \ x15 \ xb3q \ x05 , f \ x14 \ x8cal \ xd1 ( r \ xfc \ xfeH \ xf6 \ xc2δ \ xc8 \ x0fJ | \ xe1p \ xf8 \ xee \ xe2 ! \ xc3W \ xec ? rx \ xbc \ x90 } \ xb7 \ x06 ~ < \ xef \ x0f \ x93y \ x96 \ x8d \ x92 \ x9c \
}
filel := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon-precomposed.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xc0\x00\x00\x00\xc0\b\x06\x00\x00\x00R\xdcl\a\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00D\xccIDATx\xda\xed\x9dw\x9cT\xd5\xd9ǿ\xe7\xdc;\xb3\xbdS\x16diK\x11\xe9\xa8 6@\xc4\x16\v\x185\x1a\x8d)o\x12\xf3\xc64K^cb\x8a1\xc9\x1b\x8d\x9af\xa2oL,\x89Ѩ\xb1\x10[\xec\xa2¢\xf4\x8e\xd2Y`\x81\x85\xedm\xca=\xe7\xfd\xe3\xcc,\xbb˖ٙ;\x05\xb3\xbf\xcfg>,3w\xce=\xf7\xcc\xf3<\xe79O\x15\x1cC\x98Zz\x02\x02/\xc0\xb5\xc0C\x80\x15\xfa\xe8\xeb\xc0\xfd+\xb7\xadN\xf6\x14\xfb\xe0\"\xa6\x8c\x98\x84\x94\x12`\x01\xf0\b\x90\xdb\xf1\x1ao\x9a\x97\xdf>\xf8;\xa6\x9f:\xa3\xf5\xbdښZ\xfe\xfbsױi\xfd&\xa4%\xc3o\xbf\b\xfa2\xc0\xb7rۚ\xd6k%\xc7\x10Bğ\v|\x96#\xc4\x0f\xd0/\xd9s냻\x982br\x98\xf8'\x01\xb7\xd1\t\xf1\x03(G\xd1\xd4\xd4\xdc\uef40\xdfO\x8b\xcf\a\xa2\xdd\xdb\xef\x82\xf0it\xbb7\x8f)\x06\ba\x16pf\x87\xf7\x86\v\x19`Z\xe9\xe4dϭ\x0f.AJ\x010\x14\xf8\x1d0\xad\xab\xeb\xfc~?\x1b֮o\xf7\xde\xce\xed;\xa9<p\x10!Z9\xa0\x06x\x0f`ն\xb5\xed\xef\x93\xec\a\x8d\x14\xd3J\xa7\x00x\x81\xab\x80\x8c\x0e\x1f\x1f\xa7\x95'\xad#\xcb\xf7\xe1\xd8D\xe8\xb7\xce\a\xfe\x17#\xf0\xbaś\xaf\xbc\xc1\xce\xed;\x01PJ\xf1\xe6\xbfߤ\xa1\xae\xa1-\x03l\x01>\xea\xec\xbbv\xb2\x1f\xb6\x97\x98\x01\x9c\xdb\xc9\xfb\x831[de\xb2'؇\xd8\x10\"~\x0fp\v\U000197ae\x97R\xb2k\xfb.~q\xdbϘr\xd2T*\x0fV\xf2\xf6ko!d;a\xf8\x9e@U\xebN\xe4\xfd1\xc1\x00'\x8e\x9c\x12\xd6\xdc.\x02\n;\xb9\xa4_\xe8\xfd>\x068\x861\xadt*\x81\xcc:<M9W\x03\xd7\xd3\xfe\x9c\xd75\x04,[\xba\x8c\x0f\xcb>\x04\fS\xb4\x91\xfe>`\x91Fҙ\x91\xe4\x98P\x81\xb4y\x96|`f\x17\x97\xe4\x00\xfd\x93=\xcf>D\x8f\x13K'\x03\x1aOS\xceY\xc0\x1d\x98\xdf4bH)\xb1,\v˲\xda\x12?\xc0^`m\x97\xdfK\xf6\x83\xf7\x84\xdbK\x8b\xc3\u007f\xce\x03N\xea\xe2\xb2\f\xe0\xb8dϵ\x0f\xd1C\x9b\xf3\xdb\f̡wH\xf8}\xa5\x14\xcaQ(\xa5\xa2\x1d\xfaC`OW\x1f\xa6\xbc\n\xb4\x90b\x80t\x8c\xe93\xbd\x8b\xcb,\xa0$\xd9s\xedCths\xe8\xbd\r\x18\x1f~_\b\xc1\x8c\xd3fp\xf2\xcc\xe9,+[\xc6\xf2\xa5\xcb\xd0Z\xf7v\xf8e@\xb0+\x1fQ\xca\xef\x00!L\x06\xce\x00\xd0Z\xe38Ng\x12\xe18\x10\x9c4bb\xb2\xe7ڇ^\xc0\x10\xbf\xf6\x007\x01\xe7\x87\xdfWJq⌓\xf8\xd9=?翾\xfee~v\xcf\xcf8锓z\xbb\x138\x18\x15\xa8K\xa44\x03\x84$\x83\xc4H\xff\"\xad5y\xf9y̚;\x9b\xe3O8\xbe\xe3\xe5%\xa0m%#;7\xf5!\xf9\x98V:\x05\xa1\xb1@|\x1d\xf8\x0em\x0e\xbd\xe9\x19\xe9\\y\xed\x95\xf4\x1b`\x8ev\xfd\x06\xf4\xe73\xd7^EzFFon\xb1\x17X\xd9\xdd\x05)\xcd\x00!\x8c\x04.2ğ\xcf\xf7\xef\xf8\x01\xf7<p/\xf7<\xf0kf\x9cvJ[\x890\x98\xa3\xfd\x03}HQL+\x9d\x04\x80\x16\\\b\xfc\x18\xc8\x0e\u007f\xa6\x94\xa2\xb0\xa8\x901\xe3ƶ\xfb\xce\xd8qc(,*\xec\xcd.\xb0\x16\xd8\xdd\xdd\x05\xc7\x02\x03\xcc\x03\x86+\xa5\x98{\xde\\\xe6\x9e{6\xb6m3x\xc8`>\xff\xd5/\x90\x9d\x93\x13\xd6\v\xfb\xd1K\xcbA\x1f\x92\t\t0\b\xb8\x19(\xe8\xf8\xa9\xd7\xebś\xe6m\xf7\x9e\xc7\xeb\xc5\xeb\xf5\xf4\xe6&e\x80\x0f\xdd5ä,\x03\x84\xd4\x1f\x1b\x98\r\b)%cO\x18\xdb6\xb8\x89\x13&\x8ecD\xe9\xf0\xb0D(\xa0/&\xe8\x98@\xe8\xb7-\x04\xee\x04N\xeb\xf8\xb9\x10\x82\xba\xda:\xaa\x0eU\xb5{\xbf\xeap\x15uu\xf5\x1d͜]\xa1\x1ex\x1f`\xe5\xf6.\xad\xa0\xa9\xcb\x00!\x8c\x06N\r/\x8a7-\xad݇\xe9\x19\x19\xe4\x17\xb6\n\x8fl``\xb2'܇\xee1\xadt\nZ\xe0\xc1H\xfe\xab\xe9$~E\bAMu\rK\xde]\xdc\xee\xfd%\x8b\x96PSU\x1d)\x03l\x036\xf6tQJ2\xc0T#!\x00\xce!d\x13\xd6Z\x13\f\x04\xda]\x17\f\x04ijh\f\xff7\r\xb3\xa5\xf6!EqҨ\x13\x01\x10\x9a\x05\xc07\xe8\x86\xfe\xb4\xd2\xfc\xf3\xf1\xa7Y\xbch1\xcdM\xcd,^\xb4\x98\u007f>\xfe\x14:r\xfd\u007f\x15\x9a\xc3\xf4`5MI?@\x88\xbf\v\x80\xcb\xda.H\xf9\xae\xf2v\xd7mߺ \x8d\x9d;v\x85\xc3f\x05&z\xb0\x0f)\n\xa5\x1d\x80\x13\x80[\xe9\xe1\xbc&\xa4\xa0bo\x05?\xbc\xe9\a\x94\f+\xa1|W95\xd55\b\x19\x91\xccV\xc0\xbb\btO9\")\xb9\x03\x84p\nm\xc2`\x85\x14\xbc\xfa\xe2\xbfY\xf1\xc1\n\x00\xeaj\xeb\xf8\xfbC\x8fq\xb8\xf2P\xdb-q\xa8\x16\u07be\xb0\xe8\x14DH\xef/\x02~\tL\x89\xe4;aUh\xcd\xca5\x86\xf8#S}\x00\x0eb\x1c`=\" \ xe5v \ x80i \ xa5S @ i \ x81 \ x14 \ x9f \ x022 \ xdb . Ɓ \ x8a \ x03 \ xfc \ xe4 \ x96 \ x1fq \ xfa
}
filem := & embedded . EmbeddedFile {
Filename : "favicon/apple-icon.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\xc0\x00\x00\x00\xc0\b\x06\x00\x00\x00R\xdcl\a\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00D\xccIDATx\xda\xed\x9dw\x9cT\xd5\xd9ǿ\xe7\xdc;\xb3\xbdS\x16diK\x11\xe9\xa8 6@\xc4\x16\v\x185\x1a\x8d)o\x12\xf3\xc64K^cb\x8a1\xc9\x1b\x8d\x9af\xa2oL,\x89Ѩ\xb1\x10[\xec\xa2¢\xf4\x8e\xd2Y`\x81\x85\xedm\xca=\xe7\xfd\xe3\xcc,\xbb˖ٙ;\x05\xb3\xbf\xcfg>,3w\xce=\xf7\xcc\xf3<\xe79O\x15\x1cC\x98Zz\x02\x02/\xc0\xb5\xc0C\x80\x15\xfa\xe8\xeb\xc0\xfd+\xb7\xadN\xf6\x14\xfb\xe0\"\xa6\x8c\x98\x84\x94\x12`\x01\xf0\b\x90\xdb\xf1\x1ao\x9a\x97\xdf>\xf8;\xa6\x9f:\xa3\xf5\xbdښZ\xfe\xfbsױi\xfd&\xa4%\xc3o\xbf\b\xfa2\xc0\xb7rۚ\xd6k%\xc7\x10Bğ\v|\x96#\xc4\x0f\xd0/\xd9s냻\x982br\x98\xf8'\x01\xb7\xd1\t\xf1\x03(G\xd1\xd4\xd4\xdc\uef40\xdfO\x8b\xcf\a\xa2\xdd\xdb\xef\x82\xf0it\xbb7\x8f)\x06\ba\x16pf\x87\xf7\x86\v\x19`Z\xe9\xe4dϭ\x0f.AJ\x010\x14\xf8\x1d0\xad\xab\xeb\xfc~?\x1b֮o\xf7\xde\xce\xed;\xa9<p\x10!Z9\xa0\x06x\x0f`ն\xb5\xed\xef\x93\xec\a\x8d\x14\xd3J\xa7\x00x\x81\xab\x80\x8c\x0e\x1f\x1f\xa7\x95'\xad#\xcb\xf7\xe1\xd8D\xe8\xb7\xce\a\xfe\x17#\xf0\xbaś\xaf\xbc\xc1\xce\xed;\x01PJ\xf1\xe6\xbfߤ\xa1\xae\xa1-\x03l\x01>\xea\xec\xbbv\xb2\x1f\xb6\x97\x98\x01\x9c\xdb\xc9\xfb\x831[de\xb2'؇\xd8\x10\"~\x0fp\v\U000197ae\x97R\xb2k\xfb.~q\xdbϘr\xd2T*\x0fV\xf2\xf6ko!d;a\xf8\x9e@U\xebN\xe4\xfd1\xc1\x00'\x8e\x9c\x12\xd6\xdc.\x02\n;\xb9\xa4_\xe8\xfd>\x068\x861\xadt*\x81\xcc:<M9W\x03\xd7\xd3\xfe\x9c\xd75\x04,[\xba\x8c\x0f\xcb>\x04\fS\xb4\x91\xfe>`\x91Fҙ\x91\xe4\x98P\x81\xb4y\x96|`f\x17\x97\xe4\x00\xfd\x93=\xcf>D\x8f\x13K'\x03\x1aOS\xceY\xc0\x1d\x98\xdf4bH)\xb1,\v˲\xda\x12?\xc0^`m\x97\xdfK\xf6\x83\xf7\x84\xdbK\x8b\xc3\u007f\xce\x03N\xea\xe2\xb2\f\xe0\xb8dϵ\x0f\xd1C\x9b\xf3\xdb\f̡wH\xf8}\xa5\x14\xcaQ(\xa5\xa2\x1d\xfaC`OW\x1f\xa6\xbc\n\xb4\x90b\x80t\x8c\xe93\xbd\x8b\xcb,\xa0$\xd9s\xedCths\xe8\xbd\r\x18\x1f~_\b\xc1\x8c\xd3fp\xf2\xcc\xe9,+[\xc6\xf2\xa5\xcb\xd0Z\xf7v\xf8e@\xb0+\x1fQ\xca\xef\x00!L\x06\xce\x00\xd0Z\xe38Ng\x12\xe18\x10\x9c4bb\xb2\xe7ڇ^\xc0\x10\xbf\xf6\x007\x01\xe7\x87\xdfWJq⌓\xf8\xd9=?翾\xfee~v\xcf\xcf8锓z\xbb\x138\x18\x15\xa8K\xa44\x03\x84$\x83\xc4H\xff\"\xad5y\xf9y̚;\x9b\xe3O8\xbe\xe3\xe5%\xa0m%#;7\xf5!\xf9\x98V:\x05\xa1\xb1@|\x1d\xf8\x0em\x0e\xbd\xe9\x19\xe9\\y\xed\x95\xf4\x1b`\x8ev\xfd\x06\xf4\xe73\xd7^EzFFon\xb1\x17X\xd9\xdd\x05)\xcd\x00!\x8c\x04.2ğ\xcf\xf7\xef\xf8\x01\xf7<p/\xf7<\xf0kf\x9cvJ[\x890\x98\xa3\xfd\x03}HQL+\x9d\x04\x80\x16\\\b\xfc\x18\xc8\x0e\u007f\xa6\x94\xa2\xb0\xa8\x901\xe3ƶ\xfb\xce\xd8qc(,*\xec\xcd.\xb0\x16\xd8\xdd\xdd\x05\xc7\x02\x03\xcc\x03\x86+\xa5\x98{\xde\\\xe6\x9e{6\xb6m3x\xc8`>\xff\xd5/\x90\x9d\x93\x13\xd6\v\xfb\xd1K\xcbA\x1f\x92\t\t0\b\xb8\x19(\xe8\xf8\xa9\xd7\xebś\xe6m\xf7\x9e\xc7\xeb\xc5\xeb\xf5\xf4\xe6&e\x80\x0f\xdd5ä,\x03\x84\xd4\x1f\x1b\x98\r\b)%cO\x18\xdb6\xb8\x89\x13&\x8ecD\xe9\xf0\xb0D(\xa0/&\xe8\x98@\xe8\xb7-\x04\xee\x04N\xeb\xf8\xb9\x10\x82\xba\xda:\xaa\x0eU\xb5{\xbf\xeap\x15uu\xf5\x1d͜]\xa1\x1ex\x1f`\xe5\xf6.\xad\xa0\xa9\xcb\x00!\x8c\x06N\r/\x8a7-\xad݇\xe9\x19\x19\xe4\x17\xb6\n\x8fl``\xb2'܇\xee1\xadt\nZ\xe0\xc1H\xfe\xab\xe9$~E\bAMu\rK\xde]\xdc\xee\xfd%\x8b\x96PSU\x1d)\x03l\x036\xf6tQJ2\xc0T#!\x00\xce!d\x13\xd6Z\x13\f\x04\xda]\x17\f\x04ijh\f\xff7\r\xb3\xa5\xf6!EqҨ\x13\x01\x10\x9a\x05\xc07\xe8\x86\xfe\xb4\xd2\xfc\xf3\xf1\xa7Y\xbch1\xcdM\xcd,^\xb4\x98\u007f>\xfe\x14:r\xfd\u007f\x15\x9a\xc3\xf4`5MI?@\x88\xbf\v\x80\xcb\xda.H\xf9\xae\xf2v\xd7mߺ \x8d\x9d;v\x85\xc3f\x05&z\xb0\x0f)\n\xa5\x1d\x80\x13\x80[\xe9\xe1\xbc&\xa4\xa0bo\x05?\xbc\xe9\a\x94\f+\xa1|W95\xd55\b\x19\x91\xccV\xc0\xbb\btO9\")\xb9\x03\x84p\nm\xc2`\x85\x14\xbc\xfa\xe2\xbfY\xf1\xc1\n\x00\xeaj\xeb\xf8\xfbC\x8fq\xb8\xf2P\xdb-q\xa8\x16\u07be\xb0\xe8\x14DH\xef/\x02~\tL\x89\xe4;aUh\xcd\xca5\x86\xf8#S}\x00\x0eb\x1c`=\" \ xe5v \ x80i \ xa5S @ i \ x81 \ x14 \ x9f \ x022 \ xdb . Ɓ \ x8a \ x03 \ xfc \ xe4 \ x96 \ x1fq \ xfa
}
filen := & embedded . EmbeddedFile {
Filename : "favicon/browserconfig.xml" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<browserconfig><msapplication><tile><square70x70logo src=\"/ms-icon-70x70.png\"/><square150x150logo src=\"/ms-icon-150x150.png\"/><square310x310logo src=\"/ms-icon-310x310.png\"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>" ) ,
}
fileo := & embedded . EmbeddedFile {
Filename : "favicon/favicon-16x16.png" ,
FileModTime : time . Unix ( 1495352082 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10\x00\x00\x00\x10\b\x03\x00\x00\x00(-\x0fS\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x02\u007fPLTE\x00\x00\x00%\x16\"[OZH;F\t\x03\b\xa8\x9b\xa6:,8`Q]\xfc\xc6\xe2PCN@3>\xfd\xc7\xe3,#+\xf5\xaf\xda\xff\xff\xff\xf1\xa7\xce\xf3\xaa\xd0\xff\xd1\xee\xf7\xcf\xe4\xfe\xfe\xfe\xf4\xb4\xd5܀\xbd\xfc\xfc\xfc\xaf,\x8b\xfd\xbf\xe3\xfd\xb2\xe3M@KF9DJ=HOBNI<G-\x1e+VJUOBM\xfd\xc7\xe3\xfd\xc7\xe3\xfd\xc7\xe3\xfd\xc7\xe3I;GPCOB4@-\x1e+G;FPDON:I\xff\xce\xeb\xfd\xc7\xe3\xfd\xc7\xe3\xfd\xc7\xe3\xfd\xc7\xe3\xff\xc9\xe6@.<:+81\"/@$:\x84k{\x96y\x8bר\xc1\xfe\xc8\xe4\xfe\xc8\xe5y\\o/!.=$8\xa7+\x85\xfd\xc7\xe3\xfd\xc7\xe3\xed\xbb\xd6E$>\xbd-\x95\xff\xd2\xea\xf4\xbb\xdaŔ\xb13#1\xf2\xab\xd7\xfa\xbb\xe01#/>$9\xc6.\x9c\xfd\xbe\xe3zTkM#C\xb6,\x90\xaf,\x8b\xbcD\x99\xf9\xb8\xdf\xe6\x9f\xc5\xc7h\xa6\xac\"\x87\xaf,\x8b\xbdG\x9b\xf8\xb6\xdd\xf3\xa9\xd0\xef\xa4\xcc\xfd\xbf㺧\xb3\xf5\xb8\xd7\xf3\xa9\xd0\xf3\xaa\xd0\xe7\x96\xca\xfa\xb9\xe0\xff\xff\xff\xf7\xcb\xe2\xf3\xa9\xd0\xf3\xaaЮ+\x8a\xad)\x89\xee\xa4\xd3\xfd\xbe㱟\xac\xfb\xfc\xfb\xfe\xfe\xfe\xf3\xaa\xd0\xf3\xaaЯ,\x8b\xae*\x8a\xd6w\xb7\xfd\xc0\xe3\xfd\xbe\xe3\xfd\xba\xe4\xfb\xea\xf6\xdf\xde\xdf\xe5\xe4\xe5\xfb\xfb\xfb\xfe\xfe\xfe\xf3\xaaЯ,\x8b\xaf,\x8b\xfd\xbf\xe3\xfd\xbf\xe3\xfd\xbb\xe3\xfd\xb3\xe3\xff\xff\xff\xff\xff\xff\xfe\xfe\xfe\xaf,\x8b\xaf,\x8b\xfd\xc0\xe3\xfd\xbc\xe3\xfd\xb2\xe3E7C\xfd\xc7\xe3\xfd\xc8\xe31\"/\xf9\xc4\xe0\xfe\xc7\xe5\xfd\xc5\xe3\xfd\xc2\xe3\xfd\xbd\xe3\xfd\xb8\xe3\xfe\xbe\xe4ԥ\xbeK7F2#0\xf2\xb7\xd9\xfe\xbf\xe4\xfd\xba\xe3\xfd\xb4\xe3\xfd\xac\xe3\xfd\xa1\xe3\xfd\xa7\u07fc\x86\xa3;*8\xfd\xb1\xe3\xfd\xaf\xe3\xfd\xa3\xe3\xfd\xa0\xe3\xee\x9d\xd2\xef\xa7͔g\x814$2\xfd\xbf\xe3\xfd\xb7\xe3\xfd\xb2\xe3\xfd\xa7\xe3\xf6\x9cݤm\x92\xe9\xa3\xc8\xec\xa5\xca\xfd\xbe\xe3\xfd\xb6\xe3\xfd\xae\xe3\xff\xa2\xe6\u0383\xbaD/?\x92h~ۚ\xbc\xfd\xa9\xe3\xfe\xa0\xe4\xf4\x9b܄ ]zWJYk]j\xb4\u007f\x9b\xf4\xaa\xd1\xfd\xb3\xe3\xfd\xb0\xe3\xfd\xa5\xe3\xfa\x9e\xe0\x9bc\x8cXJV\x85n\x86xhx\xa1h\x927%4.\x1f,K>I\xd3\xd0\xd2\xfd\xb5\xe3\xfc\xb4\xe4OCMNAM\xab\xa5\xaa\xff\xff\xff\xdf\x15uO\x00\x00\x00\x8btRNS\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00e>X\xf3{\v\xb6Y\x06\x1d\"\n+\xd6\xf2C1\xed\x87U\xae\xdd\xe3\xb6C\x10\xad\xd2\x1ci\xfe\xf2\xf8\xe4\xad\xf8\xb85\frۖ!\x02\"\xb7t0\xe2\xd8/\r\x82\xf9}1:3\xc0\xef[\x1f\x113ǝ\x04\x89\xfc\xeb\xe4)A\xe9\xaf9\xb6H\x0f6~\xf4\xfe\xc1\" 1 % 40 \ v \ x82 \ xfb \ xf0 \ xa7 \ xdf \ xfc \ xba ( \ x018 \ x10 \ v \ x9b \ xf6P # P \ x17 \ x16 \ x01 / \ xaa ) \ xa7 \ xaeM \ f \ x00 \ x00 \ x00 \ x01bKGD \ x0eo \ xbd0O \ x00 \ x00 \ x00 \ tpHYs \ x00 \ x00n \ xba \ x00 \ x00n \ xba \ x01 \ xd6ޱ \ x17 \ x00 \ x00 \ x01 \ x17IDAT \ x18 \ xd3c ` ` d \ x92 \ x92ff \ x00 \ x01 \ x16V \ x19Y9 \ x06 \ x066y \ x05Ev % e \ x15U \ x0eN5u \ rM \ x06 \ x06 . - m \ x1d ] = } \ x03C # c \ x93nS3 \ x06n \ x06s \ vK \ xab \ x9e \ x9e \ xde ^ k \ x1b \ xdb > ; { \ x06 \ aG \ xa7 \ xfe \ t \ x13 ' M \ x9e2u \ xda \ xf4 \ xbe \ x19 \ xce . \ f \ xaen \ xee3g͞3w \ xde \ xfc \ x05 \ v \ xfbfx \ xf00 \ xf0zzM \ x9e \ xb3h \ xf1 \ x92 \ xa5 ˖ \ xafX \ xe9 \ xed \ xe3 \ xcb \ xc0 \ xe7 \ xb7j \ xf5 \ x9aEk \ x97 \ xae [ \ xbfa \ xa3 \ u007f @ ` \ x10CpȦ \ xcdk \ xb6 \ xccۺm \ xfb \ x8e \ x9d \ xa1a \ xe1 \ x11 \ f \ x91Q \ x9b \ xe6 , ڵ { \ xcf \ xde } \ xfb \ x0f \ x1c \ x8c \ x8e \ xe1g \ xe0 \ x8b \ xddt \ xe8 \ xf0 \ x91 \ xa3ǎ \ x9f8 \ x19 \ x17 \ x9f \ x90 ( \ xc0 \ x98 \ x94 \ xbc \ xfa \ xf0 \ x91S \ xa7Ϝ = \ x97 \ x92 \ x9a \ x96 . \ xc0 \ x90 \ x91 \ x99 \ x95 } \ xfeB \ xce \ xc5K \ x97s \ xf3 \ x84 \ xf2 \ v \ x04 \ x18 \ n \ x8b \ x8aKJ \ xcb \ xca + * \ xab \ xaa \ x85Ejj \ x04 \ x18j \ xebD \ xeb \ x1b \ x1a \ x9b \ x9a [ Z \ xf9 \ xc4 \ xc0 ~ nk \ x17 \ x97 \ xe8 \ xe8 \ xec \ x92d \ x80 \ x02 \ x00 \ xce \ xfac \ x88I \ xe7 \ xb9 \ xcd \ x00 \ x00 \ x00 % tEXtdate : create \ x002017 - 05 - 21 T00 : 34 : 30 + 00 : 00 E \ xf8 , \ xfb \ x00 \ x00 \ x00 % tEXtdate : modify \ x002017 - 05 - 21 T00 : 34 : 30 + 00 : 004 \ xa5 \ x94G \ x00 \ x00 \ x00FtEXtsoftware \ x00ImageMagick 6.7 .8 - 9 2014 - 05 - 12 Q16 http : //www.imagemagick.org܆\xed\x00\x00\x00\x00\x18tEXtThumb::Document::Pages\x001\xa7\xff\xbb/\x00\x00\x00\x18tEXtThumb::Image::height\x00192\x0f\x00r\x85\x00\x00\x00\x17tEXtThumb::Image::Width\x00192Ӭ!\b\x00\x00\x00\x19tEXtThumb::Mimetype\x00image/png?\xb2VN\x00\x00\x00\x17tEXtThumb::MTime\x001495
}
filep := & embedded . EmbeddedFile {
Filename : "favicon/favicon-32x32.png" ,
FileModTime : time . Unix ( 1495352082 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00 \x00\x00\x00 \b\x06\x00\x00\x00szz\xf4\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\bCIDATXÝ\x96\u007fpT\xd5\x15\xc7?\xf7\xbe\xb7o7\xbf6\t$\x9b\x10HB\f\x88\x83\x88iP\xa9\x10~\x8a\x05\xa2#\"\x8a\xa9\xc5\xd6Qk\xadS\xad\xbf\x10k\x9d\xb6\xa3\xcet\xacV\x9dik\xd5vP\x06\xb5EQ\xb4\x91\xa2\xb5\x15\x1d,\xa1)\x90\x90@\"\x95\x10\xe2\xc6@\x04B\x92M\xb2\xbf\u07bb\xb7\u007f\xec[\xb2\t\xd1A\xcf̛\xf7\xfb|\xbf\xf7\x9c\xef9\xe7\nư\v'_@\xa8?$\xb2\xfcY\xcfI)w\x01/6\x1c\xde\xc77\xb5\xca\xf2\nl\xdbF\b\xb1\x18\xd8P\xb5p\xde$ێ\u007f\xf2\xde;\xefU\x9bc\xfd`y-\x02\x05\x81\xf2¢\xc2E\xa7zz\x9bLӀ \xc3\xdf\x18\x1f\x80H82\xf9\xc2Y\x17\xfe*?\x10\x98T\xb7c'B\x88\xdd\xd99\xd9A9\xd6\xc7>\x9f\x0f!Ŋ\xb9\v\xab\xa6\x96M)\xf3/\xbdr\xd97\x06\xae(\x9b\x89rT\xba\xd7\xe7\xfde$\x1c\x99'\xa5@k\x8d\xd6z\xb7a\x18\xf6\x19\x11\xa8,\xaf` 4`\t!\xe6\xbd\xf3f-\x91p\xa4\xec\xa5\xd77PY^\xc1\u07b6F\x9c\xba \x80\x00r\x80\t\x80\x0f\xe8\x01\xba\x80\x18\x80qi\xf1i_\xbf}\xeei\x1e\xba\xfbg\xb7_2\xe7\x92\x1b\xf6\xd6\xef!\xd8\x11DJ\x19\x01\x0e\x02\x8c\x19\x01\xa5\xd4\xf9W]\xbb\xe2ہ \x82\x00\x91H\xa4\xac\xb2\xbc\"\xfd\x9a\xc5\xcbp\xea\x82\xe3\x80\x1b\x80\x17\x80m\xc0\a\xc0?\xdd\xf3&\xe0V ۩\vRY^\x01\xc0\xbd?\xba{\x89\xe3\xd8\xf7x\xbd\x96e\x18\x06B\b\x80v\xa0\x19\xc0\x18\r^\x90\x13@\b\xf1]\xbf\u07ff\xaa\xe7\xe4)\xfaz\xfb<k\xaaW6\xac\xbb\xf9'\xd7h\xad\x1e\x01\xee\x00.\x06&\x01\x99@\x1a\x90\v\x9c\a,\x03\xce\aZ\xa5\x90\xdd{Z\x9b\x8b\x84\x10\xbfSJ]p\xf8\xd0a\xa2\xd1h\x92\xc0\xbb\x1a\xfd\xca\xe3\xe9\xb7J\x91\n>\xad\xe8\\\x0ev\xfd\x8fy\x15U\u007fNK\xf3ݒ.-\x96W-r\xae^\xb8\xf4D~\xee\xb8<\xad\xf5\x19\x84\xbf\xc4\x1a\xc2\xf1\xd8=s\u007f\xb0\xf2\nCʵ\xa3_\xfaE\xfa\xa3\xbfH[\xb3\xbeO\x0f\xe6\x8e\xd0@\xcdҫ\x88\x87\xa3\xb9\x05\xa5ES\x17̞C\x8e\xf0Q2a\x92\x01\xba@k}\xd6\u0093\xd2\xf8V]\xe3\xee\x17M\xc3\xc8\x19\xe3?g\x92\xccs\xa2\xc4K\x00\xd3tE\xe5\x03*\x80E\x8eRU\xb6c_\xec\xb3|\x80Fku&Bҧr\xaf尚\x84\x10\x9c\xe8=\xc9\xeb\xefo-s\x1c\a)G\xca\xcc@\xf6M\x94yAG+\x05\xf4'#\x90\r\xdc\x02\xd4\x18Rfj-\xb1\xed8\x864\x12\x00\xa3\x0f\a\x88\xbbG\f\xb0\x01\x13t\xa6\x83J\x17\xfc\xe5ݿ\xb1\xbb\xa5\xe9\fp\x00\x818\xe1\xc1l4\x85q$\xae\xed\x81$\x81n\xe0>\xe9\xf3\xad\u007f\xeb\xbd\xda\xe5\x9fw\x1f{pՂjOAn\x1eZ\xa5\x84P\xa5\x00'\xaf\x87\\B\x80\x1d\x8d0\xd07HSk\v\xb6\xe3`\x1agJ\xc6\xc6a[\xbc\xfeضx}Ϟ\xb6F\xccd\xcd> k\xfa\xa7\xbf\xb2\xa4.\xf3\x94\xba`\xfe\x8c\xd92\x90=~\x18<\tf\x0f\x83\xa1\x80\x88{\x16\xc9G\n\x1f\x06\xab\xe7\\Α \xa3\x9d\x9c\b\xf5\"\x85\x18\xcda@'\xbc\xb9)\x01\x96\x9b\x85<\xf5\xa7\xe7\xc9m\x91\xe7̞\u007f\xf1c\x13\n\v\x8b\xd1:\x11\xee\x18\x10u\xc1S\xf5\x14&ō\xab.3\x86\x12\x0e%\xf9\x13\xb0<\x1e\x1a\xdaZ\xb1\x1d'Yz\xb8\x9e\x1e\x15\xb0Ã\xc9\xef\x8b\xefK\x10\xa8]\xbb\x99\xe2\x9b.%\x03\xf1cO\x86u\xe3\xe95%\xc1G\v9\xe6\xae>\x99W!\xe8\v\x87\xe8\fu\x92\x93\x95\tZ3eB\t\xa1\xf0\x10\xad\xc1\xe1!\xa2\xd1/\x02\xbfy:\xe3\x0e1˜ \x9a\x87\xd6E&\xc0\xb9\xcb\xceG\x1d\xe8\x1a\xe7\xf5\xfb\x96\x9f\x06O\nM\xbaaN\xd5Ad$)!${\x8e4s4\xd6\xc9\xe4\xa2B\x1c\xad\xf1\x98\x1e\xbe\xbf\xf8*\xbaz\xbe`ǁ\xbdX\xd2l\x9dn\x94n\xbc\xc1\xbb\xa8\xa8G\xf5\xe7\x02\x19\x80\x94[f<\x99\xf43\x0f\xb8(E-\t*\xa3S\x18K\xd1A\x92\x93r\xd8yh\x0f\xf5\x9f6\x13\x89\xc5\x10\"1pr3\xfdܶ\xf4Z\xa6\x15M\x8e\x96\x10\xd8\\\xe3]\xa8\x87t\xb4\x04\xf0\xbbKs$\xe8i\x9b֬\x0f8qg>\x89~0\\nr\x14\x98r\t\xa4\x98\x14\x92\xb6\xe3\x1dԷ7\xd2x\xf8\x13\xf6\xb6\xb5\x10\x1a\x1aL\xb8њs\n\x8bY\xbb⦮\xd5ŋ\x9b\" N \ xccp \ x97 \ xd6Cb \ xc0 \ x1f0j \ x02ߙiX \ xc6 \ xf8 \ xd29 \ xe5WX \ x19 \ xd6y \ xa7 \ t ( \ x17 < 5 \ xff \ xd13 \ t \ xe0 \ xe5 \ xba - lo \ xddI ( < @ c { + \ xfb : ZQJc \ x99 \ x16 \ xd9 \ xe9 \ x99 \ xe4 \ xe7 \ x8c \ xf3 \ x17L \ xccoo \ xff \ xb8 \ xfd \ x1f \ x86et \ x02 \ x9d N \ x01aӅ \ x91Z \ xe9 \ x91 ] # \ xd9pR \ xefG \ xa9 ^ Jɾ \ xcfZز \ xf7 ] \ xf2J \ xf29 \ x12 \ xec ` \ xc0gc \ x16 \ xe7 \ xf0E \ xef \ t \ xa6 \ x17OAk \ r \ x02 \ xc3_ \ xe4_U \ xfd \ xf8 \ x15 \ xaf \ x02 \ xc1 \ xac \ xd5 \ x15 \ xc3 > \ x80 \ xfdv8 ~ \ xc8 \ xf4 \ x9a ' O \ xafV \ x8c \ xa1 | g $ ! !
}
fileq := & embedded . EmbeddedFile {
Filename : "favicon/favicon-96x96.png" ,
FileModTime : time . Unix ( 1495352082 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00`\x00\x00\x00`\b\x06\x00\x00\x00\xe2\x98w8\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x1fYIDATx\xda\xe5\x9dw\x9c\x1cŵ\xef\xbfU=3\x1bfWڕ\xb4\xdaU\xce(\v\x05$!\x14\x10I\x04\x81\x91d\xc0\x18\a\xa2\t\xc6\xd7\xcf\x04\x1b_\xc3\r\xbe\xe0\xe7\xeb\vr\xbc\xcf\xefڏ\xfbp\x0e\"H`\xc0\x88`\x04\x02\x84P\xce\x19I\x9b\xb4\xd2\xe6\xbc3\xd3]\xf5\xfe\xa8\xee\xdd\xd90qW\x16\xf6\xfb}>\xf3\x99\xd4]]\xfd;\xa7N\x9d:u\xaaZ\xd0ǘ=n\xa6\xf7\xf1\xf3\xc0\u007f\x03\xaf\x02\x9f\x03Z\xb6\x1f\xdb\xd9ח\xfb\xc4\xc0\xbdo\t\xdc\x03<\t\x04\x1d\xc7a\xd5͟\xe6\xd1'\x1e\xe3L\xc5i\xber\xfb\xfd||\xf4\xe3\x16)\xe5\x17\x81\xe7A#\xcfR}\xfa\x01+\x80\x000\x10\xc8:\xd7\x04\x9dMD)\xdde\xc0C@\x10@\b\xc1\xb1#\xc78Uv\x8a\xa3\x87\x8eR]U\x8d\x10\xa2\f\xd8\v\xb0\xfd\xd8.|g\xa9Ns\x80%\xee\xe7B \x0f\xa8>\xd7D\x9d\rD\x91?\r\xf8\x0e\x9aq\b\U000c3512\x83{\x0f\xf0\u0603ߢ\xb1\xb1\x91ƆF\x84\x10;\x80\x12\xef\xa4>\x15\x80[\x19\vX\x06\fr\u007f\xce\a\n\x80c皬\xb3\x88\xe1\xc0\x13\xc0\\_\xc0\x8f\xe3\xd8h\xa5\x01\xb0m\x9b]\xdbv\x81\x00)\xa5\x03|\x00\xb4x'\x9e\r\x134Fk\xbd\x1c<= \x1b\x18\f\x9d\xb4\xe5\xef\x02\xee\xfd\x04\x81\a\xb4\xd6\xd7\x0e\x1d>\x94\x87\x1f{\x98\xe5\xd7/G\xca\x0ej\xa5%\xbd\uf374\x9b\x9f\x9d濾\xac\x8cR\n\xa5ԕ\xfd\xfa\xf7\x9bt\xebݷq\xe5\xb5W!-+Ck=\xe4\\\x93\xd5\u05c8j\xedw\x01_\xd2Z[\x8b/]\xc2\r\xb7\xdc\xc8ͷ\xdd\xc2\xc0\x82A\xed\xad \n\xc5\xc0\xd1\xe8\x1f\xfa\xb4\x05H)\xfb)\xa5\xae\x9ev\xfet\xff\x9d_\xbe\x8b;ᅨ!C\x8b|\xcaQ\xc3\v\v\v\xcf5g}\x86\xa8\x96|)\xf0\x00\x90+\x84 ;;\x1b!\x04\x99\x99\x99\xf8\xfd>4\xdd\x04\xb0\x03\xa8\x88\xfe\xa1O\xfa\x80\xa8\nM\x15\x88ٹ\xfdr\b\x04\x02\xe4\xe7瑓\x9b\x8bF\x0f;s\xe6L\x00\b\x9fk\xf2\xfa\xf0^'c\xec\xfe(\x00\xad5[?\xdc\u0081\xbd\a\xd8\xfa\xe1\x16\xaa\xceT!\x84\x88>5\x02|\b\x84\xa2\u007f\xec\xcbNX\x02\xd7\b)\x8a\x8aO\x14S|\xb2\x98\xe2\xe3'\xa9(?\x85%\xad\"\xadu\x06\u007f\a\x02p1\x00x\x04\x98\xdb~\xf3R\xb2o\xf7>\xbe~\xffC464\x11\n\x85\xba\n\xa0\n\xd8\x0e\x1d\xf6\x1f\xfaV\x00C\x80eRJq\xf8\xe0a\x1e\xfd\xda?\xd2\xdc\xd4L}]=B\x8aB \a\xd3\t\xfd\xcd\xc2\xd5~\x1fp\xb7\xd6\xfa3B\b\xa1\xb5n'Z)EYI\x19B\x88\xae\xe4\x03\x1c\xa1\aO\xb0\xd7}@T\x93\x9c\x8di\x96(Gq\xe8\xc0!\xcaJJ\xbd\xff\n\xe8pK\xff&\x11u\x9f\x97k\xad\xbf2\xa8`P\xe6\x1d\xf7\xddɂ\xc5\x17u:NJ\xd9\x13\xf9`\x04\xd0M\x01\xfb\xaa\x05X\xc0\"\xadu\xae\xd6\x1a)e'7\fȥ\x17\x02p6\xb5\x8f[\x02@\u007f\x8c[[\x88\x19cx\xa3\xecV\xa0\x068\x05\x9c\x06\x1a\x00\xc7Z0\xa2\x8fn\x11\x80I\xc0\xbf*\xa5\x86\xcd[8\x9f\xbb\xff\xe1\x1ev\xef\xd8\xc5\xc1}\a\xa8\xad\xa9\x8dE<\x80\x8d逻\x99\xe0\xbe\x12@\xa1\xd6ziNn\x0e\x85E\x85\x94\x16\x97\x12\x0ew\xbaV\x003\x1af\xf6\xb8\x99$\x13\x13rI\xb70\xadg\n\xa6u\xcdvI\x18\xe6\n\"\xe0\x1e\x03\xe0\xb87X\v\x1c\a\xb6\x01\x1f9\x9bJ\xb6bF\x9ei\v\xc3\xd5\xfe~\xc0׀ \xb9B\b\xf2\xf2\xf2\xf0\a\xfc\f\x188\x80̬L\xa2MQ\x0f\xa8\x01v\x02\xdd\xee\xbdW\x02\xf0\x9a\xa5\xd6z\xb6eY\x93>\U000c56f9\xfe\xc6\x15\xfc\xf8?~ě\xaf\xbe\x8e\xe8h\x05\x99\xc0\x98$I\x97\xee\xcd\xce\x00\xaeĸz\x131\xad(Q}\xb31\x82\x1e\x03\\\x82i\x15\x87\x81\x17\x815Φ\x92À\x9d\x8a \xa2\x82l\xb7b\x02\x8c\x12\rG\x0f\x1f\xa5\xbc\xb4\x9c\x9d\xdbvR[S\x17\x8f|0\xb6\xffHO\u007f\xf4E\v\xb0\x8c\xf6\xe7\xf6[\xb0\xf8\"\x86\x8f\x1c΅\x8b.d\xc3\x1bo\xe38\x8ew\x8ctI\xf4cܱ\x9e\x88\xf7\x01\xe3\x81\xe5.\xf1\xe7c\xccV\xba\xfd\x94p\x052\x13\x98\x0e\xdc\f\xac\x01~\xe1l*\xfd\x184\x89\x04\x11e\xf7\x17\x00\xff\x037\xc8&-ɮm;\xf9\xc6W\xbeNUe%m\xad\xad\x89\x04\xb0\x1b\xd32ϊ\x00\xfa\t!fۑ\b\x8d\r\xa6\x8f\xa9\xab\xadG)\xd5\xf5\xb8\xf30Z\\\x13E:\x18\xefh\x16p-p\x1d0\xa1\x8f\xea\x15\r\v\xa3\x00\xdf\x02.\x03\xfd#\xe0\x15gSIs\x12\xada8\xf0(0.\xfa\xc7p8̾]{\x11R$\" ? \ x02l \ xa5 \ aţ \ x8fnt \ xb4 \ x10bBKs3 \ u007f \ xfc \ xd5 \ xef9UVΫ / \ xbe \ x82R \ xaak \ xc5 \ xc6 \ x01 # \ xfc > _ \ x8dK ~ \ u007f \ x8cf } \ xc1 \ x90 \ xc2 ` : \ xe2Gg \ v \ x16p \ x11 \ xa6Oy \ x1a \ xf8 \ x81 \ xb3 \ xa9 \ xa4 \ x1c \ xe8 \ xd6 \ x1a \ \ \ xed \ xf7 \ x03_ \ x02 \ xae \ xe8 \ xa90i %
}
filer := & embedded . EmbeddedFile {
Filename : "favicon/favicon.ico" ,
FileModTime : time . Unix ( 1495352070 , 0 ) ,
Content : string ( "\x00\x00\x01\x00\x01\x00\x10\x10\x00\x00\x01\x00 \x00h\x04\x00\x00\x16\x00\x00\x00(\x00\x00\x00\x10\x00\x00\x00 \x00\x00\x00\x01\x00 \x00\x00\x00\x00\x00\x00\x04\x00\x00\xb9n\x00\x00\xb9n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8b,\xaf\x16\x8b,\xaf\x01\x8b,\xaf\x00\xe3\xbf\xfd\x00\xe3\xc0\xfd/\xe3\xbc\xfd\xac\xe3\xb2\xfd)\xe3\xb2\xfd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8b,\xaf9\x8b,\xaf\x0f\xbd\u007f\xdb\x00\xe3\xbf\xfd\v\xe3\xbf\xfd\x9b\xe3\xbb\xfd\xf7\xe3\xb3\xfdP\xff\xff\xff#\xff\xff\xffP\xfe\xfe\xfe\x17\xff\xff\xff\x00\xfc\xfc\xfc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x8b,\xaf4\x8a*\xae0\xb7w\xd6\v\xe3\xc0\xfd\x82\xe3\xbe\xfd\xfb\xe4\xba\xfd\xf0\xf6\xea\xfb\xa7\xe0\xdf\xe0\xdf\xe5\xe4\xe5\xfc\xfb\xfb\xfb\xbb\xfe\xfe\xfe(\xfe\xfe\xfe\x00մ\xf4\x00Ъ\xf3\x01Ъ\xf3\x01Ъ\xf3\x00\x8a+\xae\x0f\x89)\xad6Ӥ\xee~\xe3\xbe\xfd\xf4\xe3\xb5\xfd\xff\xe4\xb4\xfc\xff\xac\x9f\xb1\xfeMCO\xffMAN\xff\xaa\xa5\xab\xff\xfc\xfc\xfc\xc1\xfe\xfe\xfe!\xe4\xcf\xf7\x00Ъ\xf30Ъ\xf3%Ъ\xf3\x00\xed\xce\xff\x00ʖ\xe7A\xe0\xba\xfa\xe9\xe3\xb7\xfd\xff\xe3\xb0\xfd\xff\xe3\xa5\xfd\xff\x92h\xa1\xff4%7\xff,\x1f.\xffI>J\xff\xd3\xd0\xd3\xff\xff\xff\xff\xb0\xe2\xcb\xf79Щ\xf3\xb6Ъ\xf3HЪ\xf3\x00\xff\xff\xff\x00\xe3\xbf\xfd\x89\xe3\xbe\xfd\xff\xe3\xb3\xfd\xff\xe3\xb0\xfd\xff\xe3\xa5\xfd\xff\xe0\x9e\xfa\xff\x8cc\x9b\xffVJX\xff\x87n\x86\xffyhy\xff\xb2\xa7\xba\xfc\u05f8\xf5\xecЩ\xf3\xe4Ъ\xf3)Ъ\xf3\x00\x9bG\xbd2ݶ\xf8\xc7\xe3\xbe\xfd\xff\xe3\xb4\xfd\xff\xe3\xb1\xfd\xff\xe3\xa9\xfd\xff\xe4\xa0\xfe\xffܛ\xf5\xffz]\x84\xffZKX\xffi\\j\xff\x9a\u007f\xb3\xffѪ\xf4\xffЩ\xf3\x9d̤\xef\x04Χ \xf1\x00\x99C\xbb3߸\xf9\xc0\xe3\xbe\xfd\xff\xe3\xb6\xfd\xff\xe3\xb2\xfd\xff\xe3\xae\xfd\xff\xe3\xa1\xfd\xff\xe6\xa2\xff\xff\xba\x83\xcf\xff?/D\xff~h\x91\xff\xbc\x9a\xdb\xffş\xe6\xef\xa6h\xc7[\x87\"\xac\x1f\x8b,\xaf\x11\xff\xff\xff\x00\xe3\xbe\xfd\x82\xe3\xbf\xfd\xff\xe3\xb7\xfd\xff\xe3\xb2\xfd\xff\xe3\xb1\xfd\xff\xe3\xa7\xfd\xff\xe3\xa0\xfd\xffݜ\xf6\xff\x92m\xa3\xffȣ \xe9\xffʥ\xec\xffkTz\xf9C#M}\x90,\xb61\x8b,\xaf:گ\xf5\x00\u05eb\xf2/\xe0\xbb\xfa\xe2\xe3\xbd\xfd\xff\xe3\xb4\xfd\xff\xe3\xb1\xfd\xff\xe3\xaf\xfd\xff\xe3\xa3\xfd\xff\xe3\xa0\xfd\xffҝ\xee\xffͧ\xef\xff\x81g\x94\xff2$4\xff/#1\xd89$>/\x9c.\xc7\r\xe9\xd1\xff\x02ۼ\xf5\"\xb2\x95ƶٷ\xf1\xff\xe4\xbf\xfe\xff\xe3\xba\xfd\xff\xe3\xb4\xfd\xff\xe3\xac\xfd\xff\xe3\xa1\xfd\xffߧ\xfd\xff\xa3\x86\xbc\xff8);\xff/\"1\xff0#2\xff1#3u,#-\x00\xe3\xc7\xfd\f\xe3\xc7\xfdrֻ\xee\xdb\xe0\xc4\xf9\xff\xe5\xc7\xfe\xff\xe3\xc5\xfd\xff\xe3\xc2\xfd\xff\xe3\xbd\xfd\xff\xe3\xb8\xfd\xff\xe4\xbe\xfe\xff\xbe\xa5\xd4\xffF7K\xff/\"1\xff0#2\xff>$E\x97\x95-\xbd!\xe3\xc7\xfd\x00\x00\x00\x00\x00zj\x83i\x8ax\x96\xfe\xc1\xa8\xd7\xf2\xe4\xc8\xfe\xf8\xe3\xc7\xfd\xff\xe3\xc7\xfd\xff\xe3\xc8\xfd\xff\xe3\xc8\xfd\xff\xe5\xc9\xfe\xe5o]y\xad.!/\xf8/\"1\xff8$=\xb8\x85+\xa75\x00\x00\x00\x00>2?\x00F;G1NDP\xedH9M\x87\xeb\xce\xffU\xe3\xc7\xfd\xae\xe3\xc7\xfd\xdd\xe3\xc7\xfd\xe3\xe3\xc7\xfd\xb6\xe6\xc9\xffC<-@\x108+:\xadC7E\xff/\"1\xd2:$@\x1c\x00\x00\x00\x008,:\x00*\x1d,\nUJV\xb6NCOX]Q_\x00\xe3\xc7\xfd\x06\xe3\xc7\xfd\x1c\xe3\xc7\xfd!\xe3\xc7\xfd\n\xe2\xc7\xfc\x00NCP\x00G<I+ODP\xd6@4B\xf2+\x1e-C\x00\x00\x00\x00$\x17&\x00XNZ\x00K?LeD8F>F:H\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\b\x02\t\x00\xa1\x96\xa2\x00H=JXNBO\xf3H<I{1\xff\x00\x00 ?\x00\x00\x00\x19\x00\x00\x00\t\x00\x00\x80\x01\x00\x00\x80\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x80\x00\x00\x00\x80\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\xc0\x00\x00\x00\xc0\x00\x00\x00\xc40\x00\x00\xe7\xf8\x00\x00" ) ,
}
files := & embedded . EmbeddedFile {
Filename : "favicon/manifest.json" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "{\n \"name\": \"App\",\n \"icons\": [\n {\n \"src\": \"\\/android-icon-36x36.png\",\n \"sizes\": \"36x36\",\n \"type\": \"image\\/png\",\n \"density\": \"0.75\"\n },\n {\n \"src\": \"\\/android-icon-48x48.png\",\n \"sizes\": \"48x48\",\n \"type\": \"image\\/png\",\n \"density\": \"1.0\"\n },\n {\n \"src\": \"\\/android-icon-72x72.png\",\n \"sizes\": \"72x72\",\n \"type\": \"image\\/png\",\n \"density\": \"1.5\"\n },\n {\n \"src\": \"\\/android-icon-96x96.png\",\n \"sizes\": \"96x96\",\n \"type\": \"image\\/png\",\n \"density\": \"2.0\"\n },\n {\n \"src\": \"\\/android-icon-144x144.png\",\n \"sizes\": \"144x144\",\n \"type\": \"image\\/png\",\n \"density\": \"3.0\"\n },\n {\n \"src\": \"\\/android-icon-192x192.png\",\n \"sizes\": \"192x192\",\n \"type\": \"image\\/png\",\n \"density\": \"4.0\"\n }\n ]\n}" ) ,
}
filet := & embedded . EmbeddedFile {
Filename : "favicon/ms-icon-144x144.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x90\x00\x00\x00\x90\b\x06\x00\x00\x00\xe7F\xe2\xb8\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x004\rIDATx\xda\xed\x9dy|\\G\x95\xef\xbfuoo\xdaWK\xb2-\xefv\xbc/\xb1\x1d'\x8e\xe3x\xc9\x06I\x9c\x05\xb2\x91\x84!\x84\xc7d\x1e\x03\f\f\xcc0\xf3f\x06\x06>\xccJ\x12\xde\xc0\xc0\x9b\x85\x00\x81\f!\v\xb1\x9d\xe0,\x10'!vb'\xde\xe4}\xdf$Y\xb6dYR\xab\xd5{ߪ\xf7G\xf5\x95Z\xb2\x96^%H\xfc\xfb|\xfac\xab\xfbֽu\xeb\xfe\xee9\xa7\xce9uJ0\xc2X8e\x01\xc0x\xe0G\xc0\r\xc01\xe0\xc1\x9d\xc7\xeb\xde\x1b\xe9\xbe}P\x11\x1f\xf3\xc9\xc0\xf7\x81\x9b\xed\xef\xa5%\x99s\xf9\\\xfe\xe9\xff\xfe3\xb5\xe3k\x01xꉟ\xf3\xef\x8f~\x9fH$\x82\x10b\x0f\xf0\xc0\xce\xe3u\xfb\xec6\xc6H\xdf\f \x80\xab\x80\xcb\xe3\u007f\xe7\x01%\U0005bf04,#>\xaee\xc0\xff\x06\x96\xf7\xfaQ\x80\xdfׅ\xd7\xeb\x05 \x1a\x89\xd0v\xa1\x8dX,f\x1fq\x008\x9b\xd8\xe4\xf7\x81@\xc5\xc0\x1d@e\xfc\xef\x02\xa0z\xa4;\xf5AD\x9c<y\xc0\xc3\xc0\xff\x02\x8a\x12\u007f\x17Bp\xeel3\xdb\xde}\x9f\x80?@c}#{v\xee&\x16\x8b!\x84\b\x01;\x80\xf6\xc46\x8e߃\x1bZ\x02\xacL\xf8:\x1f\x18\x83&\xb7\x1c\xc9\xfe}\x90\x10\x1fk\ap'\xf0%\xa0\xb4\xef1B\bB\xc1 \xcf=\xf5,\xc7\x0e\x1f\xa5\xedB\x1b\a\xf6\x1e\xc00\f\x80f4\x81z=\x93\x11%P\xfc\xfa+\x80Q\t\xdf9\x81\x1a\xc0\x05\x84F\xb8\u007f\x1f\b\xc4\xc9#\x80\xab\x81\xaf\x00\xb5\x03\x1d+\x84\xe0l\xd3Y\x9a\xd65\x01`\x18\x06B\b\x80\x13\xc0\x91\x9d\xc7\xebz\x1d?b*,~S\x93\xd0\x04J$\xb2@\xab\xb0\xfc\x91\xea\xdb\a\x14s\x80\xaf\x03\v\x94R\x18\x86\x81i\x9a(\xa5.:P\b\x81a\x18\xb6\xe4\x01\xb0\xd0ҧ\xa5\xef\xb1#)\x81\f\xb4ꚧ\x94¾\xa98\xaaжP\xdb\b\xf6\xef\x03\x81\xf8\x8bZ\t\xfc\x19\xb0B)e\x94\x94\x96p˝\xb7RRR\u0086u\x1b\xa8?uږ2\x03!\f\xec\x05\xa2}\u007f\x18\x11\x02\xc5oj\x14\xf0\x11\xa0\xb8\xa8\xb8\x88\x82\xc2B.\xb4\xb6\x12\x8b\xc6\x00ʁ\u0091\xe8\xdb\a\t\xf1q.\x06\x1e\x01>\x0e8\f\xc3`Ս \xaby\xe4\v\x8f\xe0\xc9ϣ\xa0\xb0\x80\x1f<\xf6\xef\x84B\x83Z\v\x1dh\x15v\x11Fr\x16\xb6H)uuYE9\xff\xfb˟\xe3ۏ\xfd\x03\xabnX\x8d0\x04h\x02\x95]\x9aʧ\x8f\xf8ؙ\xc0]\xc0\x17\x80R\xa5\x14\x9e<\x0fW.\xbb\x92\xa2\x92b\x9cN'W\\\xbd\x84\xf2Q\x15\xfd\xaa\xb2\x04\x1c\x01\x8e\xf6\xb5\u007f`\xe4T\x98\x1b\xb8\x01E\xf5\x95W_ɚ\x8f\xddFAa\x01\x86!سk7\xe7\x9a\xce\x15\v!*3\xbeʇ\x1b\x02X\x04|\x9e\x04\xb7\x88i\x9ax\xf2\xf2\xba\x0fr\xbb\xdd8\x9d\xce\xc1Σ\x80\xedh)t\x11\x86]\x02\xc5ߌj\xe0*a\b1z\xech\xdcn7\x00\xe3'M`\xcc\xd81(\xa5\xf2\xd131\x91\xf6\x85>\xa4X8e\x81=Ɨ\x01\u007f\v̳\u007f\xd3\xd3\xf4\x10'\x8e\x9e\xc0\xb2,\x00\xeaO\xd5\xd3\xd1\xde1\xd8);\x81m@\xa4\xbf\x1fGJ\x02]\t̴\x8d\xe7D\x9a\xc4E\xa9\vM \x13\x88\xa5s\x81\x0f9ʀ\xcf\x017\xa1ǰ\x1b\xd1h\x94\xd7_\xfe\rs\x17̥\xb4\xac\x94\x17\x9f_Og{\xc7`Ft\x03p\x10-\x89.\xc2H\x10\xa8\x18\xb8\x15(F\xc1铧\xf1w\xf9))-\xe1\xf0\x81\xc3464\"\xf4\u074c\x89\xf7\xef\x12\x81\x92\xc4\xc2)\x97\x03\xca\t\xdc\x03|\x02\xfd\" \ xf6 \ x82 \ x10 \ x82 \ xc3 \ a \ x0f \ xf3Ϳ \ xfa \ x06 . \ xb7 \ x9b3 \ xf5 \ x8dH \ xa5 \ x06 # \ xd0 ~ \ xa0 \ xa9 ? \ xfb \ a \ x86 \ x99 @ q \ xd1 : \ x13 - \ x81 \ x04 \ x02 \ xb6o \ xdd \ xc6 \ xff \ xfc \ xf8 ) \ xa6N \ x9f \ xca \ xfa \ xe7 \ xd6s \ xe1 \ xfc \ x05 \ xfbfFsə \ x984 \ xf4 \ xd8 \ n \ x01 \ xeaZ \ xe0 \ xcb \ xf4v \ xce \ xf6 \ x82R \ x8a3 \ rg \ x00M \ xa8A \ xc8 \ x13 \ x06 \ xea \ x18 \ xc0 \ xfe \ x81 \ xe1 \ x97 @ N \ xb4 \ xe3p \ xbc \ xdd \ xf9No ' O = \ xf1s \ xdc \ x1e7 ] \ xbe \ xae \ xc4 \ xd9 @ \ r : V \ xd39 \ xcc } \ xfc \ x03 \ x86 \ x9c \ x0e \ xfc % pY ⬪ ? \ x82 \ f \ xe1 \ xf7 \ xb1ц \ xf6 \ xffX \ x03 \ x1d0 \ xdc \ x04 \ xaa \ x04 \ xaeE \ a \ xf4 \ xbao $ \ x14 \ n \ x11 \ f \ x06 \ x13 \ x1d \ x89 \ xa0ߠ \ n \ xe0 \ xcc0 \ xf7 \ xb1 \ x1b \ x91 - \ xa7 \ x11خ | \ x85D \ xe1 \ xbaj \ xfcHug @ \ xc4 % { \ t \ xf0Y \ xf4 \ v * & N \ x9eȂE \ x97s \ xec \ xf0Q \ x0e \ xec ; 0 \ xd44 } \ xb4 \ x03 \ x8d \ x03 \ xa9 / \ x18F \ x02 \ xc5or \ x1czv \ xd0 \ v \ x03 \ x88 \ xd1 \ x12r \ x1c \ x95 \ xb7 \ xb64 \ fyL < r ( \ x94 \ x10ʔ \ x83 \ xb71 \ x97 \ x8e \ xcbew \ xfbE | \ \ ] \ xc0 \ xbd \ xc0 \ x03RJwyE9 \ x0f \ xfd \ xc9 \ xc3 \ xdct \ xcbM \ xecٵ \ x9b \ u007f \ xf9 \ xfb \ u007f \ xe6 \ xf8 \ xd1 \ xe3 } _ \ xd0dp \ x9a > \ xe9 \ x1b } 1 \ x9c \ x12 \ xc8D \ xdb > \ xe3 \ xa0 { \ xb65 \ x98 ( u \ xa3 % PV1 \ x00 \ x01 \ x9c \ xe8 \ xd8 [ ) Zu \ x8eFK \ xc0R \ x03 \ xf2P \ xca \ x14 \ n \ t \ x04 \ xd0 \ xf6 @ 3 Z2 \ x9e \ x8b \ xff \ x1d \ x04d \ u2e47 \ x99L \ x
}
fileu := & embedded . EmbeddedFile {
Filename : "favicon/ms-icon-150x150.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x96\x00\x00\x00\x96\b\x06\x00\x00\x00<\x01q\xe2\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x006\xc1IDATx\xda\xed\x9dwx\x1cǙ\xe6\u007f\xd5\xdd3\x03\xcc '\x02\xcc9\xe7 \x8a\nLʢ,Q\xc1\x96\xac\xb0\x96}>or\x90\x9c\xbd\xdeg}{\xb7\u07bd[K֭\xbd\xbeuX[\xf2\xae-[\xc9\"\x953%*0\x93\xa0\x983H\x10\x04Id\f\x80I\xdd]\xf7GM\x03\x03\x10a2\xb4\x12\xdf\xe7\x19\x82\xc0t\xa8\xaa~\xfb\xab\xaf\xbeT\x82\x8f\b\x16N\x9a\xaf\x03_\x06\xfe\x0f\xe0\x01~\n|w\xe7\xb1\xea\xae\xe1n\xdb'\x01\v'\xcd\a\xf0\x02߉~<\xcew\x9a\xa6\xf1\xe5o}\x85{?\u007f/\xbaa\xd0\xd9\xd1\xc9\x0f\xbe\xfdw\xbc\xf5ʛ\bM\x00\xbc\tܷ\xf3Xu}\xf79\xc3ݡ\x18T\x017\x02\xee\xe8鹿1܍\xfa$ J*7\xb0\x16\xb8\x8f\x18R\x01ضMsc3\xa6e\x01\xd0\xd5\xd9I{[\x1b\x12\t`\x03;\x81\xd6\xd8s>\x12Ċvl9\xb0\b\x10\xd1?W\x01\xb9\xc3ݶ\x8f;\xa2c/\x80\x95\xc0w\x81\t}\x8f\x91\xb6d\u05f6\x9d\xd4\xd5\xd6aY\x16\a\xf7\x1d\xe4ԉS\xce\xd7m\xc0v \x18{\xceGE\"T\x007\x03%1\u007f\x1b\x01\x14.\x9c4\xff\xdc\xcec\xd5\xc3ݾ\x8f%\xa2\xa4\x02\x98\a|\x0f\x98\xdd\xdfqB\x13\x1c>p\x98\u007f}\xe8\xa7L\x9c<\x91]\xdbv\xd2\xd4\u0604\xa6i\x00ǀ \xfd\xa0ė\x83a'V\xb4sӁ\xc5\xf4H+P$+\x03\x0e\x0fw\x1b?\xe6\x18\r|\x13\xb8\x82\xde\xe3\xdf\v\x91H\x84w\xdex\x9b\x8do\xbe\x83m\xdb\b!@\x91i/p\xba\xef\xcb?\xacĊ\x92\xca\x03\\\x0e\x8c\xec\xf3\xb5\x0f%\xb5.\"\x03\x88\x8e}9\xf0\x00J\xb72\xa4\x94\x8a*\x02\x878\x17@J\x19\xfb]'\xb0\vh\xef{\xdcGA\xc7\x1a\x83R\xdas\xa5\x94H\xd9-Q=(\xb2\x89d/|\x11\xfd#J*\x17p'\xf0y\xc0'\x84`\xda\xcci\xac\xb9\xed&\xc6N\x18\x17讀\x80}(\x05\xbe\x17\x86\x9bX\x1aJ\x04ϓR\xe2v\xbb\xd1u\xdd!\x97\x86R\xe0\x87\xbb\x8d\x1f+DI\xa5\x03\xd7\x00\u007f\x05\x94ض̈́I\x13x\xf0{_\xe7o\xfe\xe7\xdf\xf0\x17_\xfb\v**+\xb0m{\xa8\xcb5\x03\xf5\xfd\xe9\xc0\xc3\xfd\xd0JPb8\u007f\xd6\xdcY|\xe9\xab\u007f\xce\r\xb7܈\xd7\xe7EJ\xa9\xa1$\x96k\x98\xdb\xf8q\x83\x00\x96\x02\u007f\x8b\xd2m\xd14\x8dK._ʜ\xf9s\xc9\xf5zYz\xd9Rfϛ3\xd4ul\x94\xb4\xaa\xed\xef\xcbaӱ\xa2o\xceB۶\x97\x96\x8f\xa8\xe0\xbe/~\x8e\xabo\xb8\x9a\xfa\xbaz\xdaZ\xdb\xd9\xf8\xe6ۚ\x10\xa2\x12er\b\xa6t\xb3\x8b\x00\xbaǼ\x02e\x88^\n\b)%.\x97Aň\n<99\x00\xf8\xf2\xf3(+/S\xab\xbe\xa8\xce\xd5\x0fB\xc0\x0e\xa0\xa3\xbf/\x87Sb\xe9\xc0\xe5\xb6m\x97\x8e\x1cUŴ\x99\xd3\xd04\x8d\x91\xa3Grɲ\xc5\xe4\xe4\xe4`\xdbv\x19P0\x8cm\xfc\xd8 J\xaaB\xe0/\x81\x9b\x88y\xf6\x96e\xd3\xd6چiF\x00\b\x05C\xb4\xb7\xb5cK9\x98\x86ی\xb2_\xc9\xfe\xbe\x1c\x16bE;9\n\xa5_\xb9\\n\x17\x86\xa1\x84\xa7\x10\x82¢\"\f\x97\v\xa0\x18e\x81\xbf\x88\x14\x10cY\xff\f\x8aX\xf9\xcewB\b,\xd3b\u05f6\x9d\xd4\x1c\xafAJɁ \xbd\xfb9\xb0w?H9\xd8e\x8f\x00G\x06\xb21\x0e\xa7\xb9a)0K \bt\x05\t\x05C\x00\x98\xa6ɹ\xb3\xe7\b\x87C\b!|\xa8%\xf1E$\x89\x18\xcb\xfaR\x14\xa9*\xfa\x1e\xa3i\x1a\a\xf6\x1d\xe0\x97?\xf9\x05s\x17\xcc働\xefS{\xb2\x16M\f(\xae\xfau\xe3\xc4\"\xebĊv\xb4\x00\xb8\x1a(\xd34\x8d\xba\xda\xd3lۼ\x95\xaaQUԜ \xa8\xe1\xfdw\xde'\x1c\n\xa3iZ.P\xb1p\xd2|.Z\xdfS\xc2x\xe0\xeb@\xff\x1a\xb9\x80p(̆\xd7\xde\xe2\xbd\r\xef\x12\x89D\xa2\u007f\x1f\x90X\x9d\xc06 <\xd0\x01\xc3%\xb1&\x03\x97\x02\xba\xd0\x04m\xadm\xfc\xf6\x97\x8f\xb1\xb7z/g\xea\xea\xd8[\xbd\xc7q\x17xP&\a\xc1\x00s\xf9E\f\x8c\x18\xbdꯁ\x1b\x00ñ\x9a\xf75\x80:\xbf\x87\xc3\xe1\x01\x8d\xa31\xa8\xa5\x1f7N,\x86\x83X\x06p%\x8a\\ݝ:{\xe6,/\xae{\xa1W'\xe91\x92\xba\x18\xe4\xed\xb8\x88\x01a\xa0\xf4\xaa\xcfI)=\xba\xae\x93\x97\x9fG0\x10$\x12\x89\xf4K\xa08H\x05J\xbf\x1aԇ\x9bUbEߠ<\x94\xb4\xf2\xc6\xd1!\r\xa8D\xb9w\xb2B,kS\rj\xc1\x9a\x1c\xf4ec\xb2\xd1\xccA\x11\xe3\\^\x02|IJY\xe6r\xbbXq\xd5JV_\xbb\x9a\x1d[w\xf0Һ\x17\t\x04\x02\xf1\x12\xa9/jQ\xd3\xe1\x80\xc8*\xb1$\x1a\x02{$\x03\xcd\xf5\xfd\xa3\x02%\xce[2֮\xad\xb5\xd8V\xbf_i\xd112Pl\xd3虖m\xc0\x8a~\" \ xd1߱69 \ xf6B \ x89 \ xbell \ x06GsHLB9 \ x97 \ x17ض \ xcd \ xe8 \ xb1c \ xb8 \ xfb \ xf3 \ xf70 \ u007f \ xd1 | fϟC ] m \ x1d \ x9b \ xde \ xfd \ x19bu \ xa2 \ f \ xa3 \ x83 \ x06 ` f \ x95X \ x02K \ x80XF4 \ xe6Ƕm \ x04 \ u0089B \ x1c \ b > 2 \ x10 \ x97en : \ x85 \ x88 \ x1aibH \
}
filev := & embedded . EmbeddedFile {
Filename : "favicon/ms-icon-310x310.png" ,
FileModTime : time . Unix ( 1495352082 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x016\x00\x00\x016\b\x06\x00\x00\x00뼾\xa9\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x80\x00IDATx\xda\xec\xfd\xe7\x93dk~\xe7\x87}\x9e眓'}\x96\xf7\xb6\xab\xbd\xbf}\xef\xdc;3\x18\x03`\x81]\xaeV\x8b\x05v\xb9\b9*\xf4\x82\x12\x15\xc1\xa0H\x91 \xa5\xbf@\x8a \x06䊡P\x90A\xbd\x91\"\x14\x8c\x18\xedbf\t\xad\xc1b\x81\xc1`ܝk\xfa\xb6\xbdm\xcb{o\xd2\x1f\xf7\xe8œ\xa7*\xab\xba\xba\xbb\xaa\xba\xaa2\xab\xba\xbe\x11\xd9Y]Y\x99\xf9\x1c\xf7=ߟ\x17\x9caW\xdc\x19\xba\x1d\xfe8\x00\xfc-\xe0\xdf\a\xbeY\xf5'\xcb\xc0\xff\a\xf8S\xe0ӻ\xc3\xf7ʵ^\xf3\x19\xcep\\\xa8\xba>\x9a\x80o\x00\xff\x1e\xf0{@\x12\x10\xaf}\xa3\x80\x0f?\xfe\x90\xff\xf9\xff\xe6\u007f\xc1\xcd\x0fn\xd1\xdcҼ\xf9\x92R\n\xcf\xf3\xb8\xfb\xeb/\xf9\u007f\xff\xf7\xff/\x1e?x\xc4\xfa\xda\x06B\n\x84\x10\x00\x1e\xf0\x02\xf8\x17\xc0\xff\xe3\xee\xf0\xbd\xd1;C\xb7\xb8;|\xff\x95\xaf\x91\xb5\xdeAu\x0e\x89>p\x83@z\xc7k\x02\x88\x00\x16o:\x90g8\xc3)C\x15\xa9\xd9@'p\v\xe8C_\x0fo\x86\x82 P\x04~\x80R\xea\u0557\x95\"\b\x02\xfdPj略\x805`\tx\xa3\x900k\xbd\x93\xea\rw\x86nsw\xf8\x1ehR\x8b\x03\xe7\x80\x0f\x81\xb6\x1d\u007f*\x81D\xe5oΈ\xed\f\xa7\x1eU\x84&\xd07\xf4.\xb4Z\xfb\xdb\xc0\x154\xb1\xbd\xf1ZP\x81\xc2s]\n\x85\"\xae\xebn\u007fM\xe9\xd7\xca\xe52e\xc7\xc1\xf7\xfd\x9do\xf7\x80i`\x04(\xbe\xe9{Έ\xed\xf5\x88\x00=\xc0e\xe0\x12\xaf*6\td\x80\x14g\xc4v\x86\xf7\v\x12h\x06~\v\xf8{\xc0U\xa0\x81=\\\aA\x10\x90\xcf\xe7Y\x9c_\xa0\x90/l{M)E.\x97gue\x95\xec\xc6\x06\x8e\xe3\x86&h\x88\" 0 \ tL \ xf0 \ x16 \ xc5vf \ x8a \ xee \ x82ʝ ) \ n \ \ D \ x13 [ \ x1b \ xaf \ xcal \ x03Mli \ xc0 \ xa8 \ xba \ x9b \ x9d \ xe1 \ f \ xa7 \ n ; \ xcem \ x01 \ xb4 \ x02w \ x80 \ xdf \ x06 > A_ \ x1f { \ x12I \ nEv = \ xcb \ xd8 \ xc8 \ x18 \ x8b \ xf3 \ x8b \ xdbT \ x9bR \ x8a \ xa5 \ x85Ef \ xa6fȮg \ xf1 * \ xafU \ xf9 \ xd7ր ) ` \x16p\x81]\xfdkpFloB\x06\xb8\t\\ ` w߁D ; JShY ~ \ x863 \ x9cv \ x84 \ xee \ x99 \ x1b \ xe8 @ \ xc1 ' @ ; \ xfb \ xe0 \ x11 ! \ x04ٍ , / \ x9f \ xbe ` tx \ x84 \ xe5 \ xa5e \ x1c \ xc7 ! \ b \ x02J \ xc5 \ x12c # c \ x8c \ xbc \ x18 ! \ x9f \ xcb \ x13 \ x04A \ xb5b + \ x02 \ xf3hR [ \ x01 \ xfc7 } ϙ ) \ xfa * \ x04 \ x9a \ xb0 \ xfa \ xd0 \ a \ xb0 \ x1f \ xad \ xcevB \ xa2I - \ x8dVw \ x02 \ xed \ xdc < \ xc3 \ x19N \ x1d * \ xaa - \ x8e \ xbe \ xd9 \ xff \ x16 \ xf0 \ x1d \ xa0 \ x9b } r \ x88 \ x94 \ x92r \ xb9 \ xcc \ xec \ xcc , _ } v \ x17 ) \ r \ xba { \ xbb \ xb1 , \ x93Օ U > \ xff \ xd5猼 \ x1c \ xa1 \ \ . \ xef4C7 \ x80q4 \ xb9 \ x15 \ x81 \ xe0M \ xdfsFlU \ xa8 \ x1c \ xbcPj_ \ x02Σ } \ t \ xbb \ xf9 \ x0e \ xc2 \ xe0A \ x1a \ x88 \ xa1 \ xc9ϫ \ xf56 \ x9c \ xe1 \ f \ x87 \ x89 \ x1d \ x11 \ xd0 ^ 4 \ xa9 } \ x1f } m \ xbc = \ n \ xba \ x03B \ b \ x82 \ xbb \ x91 \ xe5 \ xd1 \ xfdG \ xac \ xad \ xae \ xd1 \ xd9Ӆa \ x18 \ xac \ xae \ xac2 \ xfar \ x84 \ xf9 \ xb9y | \ xdfG \ xcamBp \ r \ x18FGD \ xfd \ xb7 } \ xcf \ x19 \ xb1 \ xed \ x8en \ xe0 \ x1a \ xd0 \ xc2 \ xeb \ xf7Q ( \ xcbSh \ x8239 # \ xb63 \ x9cN \ bt \ xed \ xdb \ xe8 \ x9cΫ \ xbc \ x83 \ xfbE \ b \ x81R \ x8a \ xe5 \ xa5e \ xb2 \ xd9 , # / G @ \ b < ץT * m \ xfaݪ \ x14 \ x9bB \ x9b \ x9f \ xc3h \ x82 { + Έ \ xedU \ x84a \ xecsh \ xd2z \ x1d \ x04 \ xfa . \ x96 \ xa8 < , \ xa0T \ xebş \ xe1 \ f \ x87 \ x81 * \ xa5f \ xa2s9 ? \ x06 ~ \ a \ x9d \ xd6 \ xd1p \ x18 \ xdf \ xe18 \ x0e \ xa5RI \ xe7 \ xb3 ) \ x10 \ x02 \ xa4a \ x84 \ xd8Ije \ xb4R \ x1b \ a \ xb2 \ x95t \ xac7 \ xe2 \ x8c \ xd8 \ xd8v \ x10 % ڴ \ xecF \ xcb \ xee7I \ xed0 \ x97 ' Tm \ xfb \ x96 \ xe5g8C = b \ xc7 \ xf5Ј N \ xc0 \ xfd \ x1d \ xe0 { h \ x92 ; \ x14H ) w \ x9a \ x9b \ xbb \ xc1 \ aց \ xb9ʣ \ xf0 \ xb67 \ xc0 \ x19 \ xb1 \ xedD \ x02 \ xad \ xd4 . \ xa2 \ xa5 \ xb7 \ xfd \ x86 \ xbf \ x15 \ xe8 \ xfd \ x97 @ GPψ \ xed \ f \ xa7 \ t \ x12 \ xad \ xccn \ x03 \ xbf \ x8f . ' l \ xa5 \ xca \ x04 \ r + \ x04T \ xa0 \ xb4ʒ \ x02 ) \ xe5N \ xa7 \ xff \ xbb \ xc2E \ x13 \ xda \ x14 \ xba \ x8c \ xd1 \ xdd ˛ Έm ; \ x1aё \ xd0 \ v \ xe8 ; \ x93 \ xf1 \ x96 \ xbf \ x17 \ xe8 \ xc0A \ x03 : 2 z \ x863 \ x9ch \ xdc \ x19 \ xba \ x15 \ xfe \ x18 \ xe6q ~ \ x17 \ xf8MtY \ xa1 & 5 \ x05 \ b \ xb0 \ xa36 \ xd1h \ x14۶ \ xf1 < \ x8fR \ xb1 \ x84S \ xa9 \ x188Drs \ xd1 \ xd5 \ x06S @ \ x8e \ xb7DCC \ x9c \ x11 \ xdbv \ xb4 \ x02 \ x1f \ xa0 \ xcdн \ xe6 \ xe6D \ xd1 \ xc4f \ xef \ xf1 \ xef \ xcfp \ x86zGXY \ xf0 \ x1dt \ x04 \ xb4 \ x97 \ xaa \ xf3 [ \ xa1 \ xb0L \ x8b \ x8e \ xce \ x0e \ xfa \ x06 \ xfb \ xe8 \ xea \ xeeb } } \ x83 \ xf1 \ x91q \ xa6 && \ xc9es \ x87 \ xb9 \ x16 \ x17 \ x98 \ x01 \ x16 \ xd8Gp \ xee \ x8c \ xd84 \ xc2d \ xdb > \ xb4s \ xb4 \ x15 \ x10J ) \ xc2 \ a \ xe8 ( \ xcd . > \ x81 \ b \ xda \ x14 \ xb5 \ xab \ xeaL \ xcfp \ x86 \ x13 \ x83 \ x0f \ xcf \ xdd \ xe6ˑ { \ x15ߚ \ x04 \ x82vt \ r \ xe8o \ xa0 \ xaf \ x87D \ xe5 \ x05 \ x94RضM { g ; \ xdf \ xfc \ xce7 \ xb9y \ xe7 \ x16 \ xad \ xedm \ x14ry \ x9e ? } \ xce / \ u007f \ xfa \ v \ x86_ \ f \ x93 \
}
filew := & embedded . EmbeddedFile {
Filename : "favicon/ms-icon-70x70.png" ,
FileModTime : time . Unix ( 1495352080 , 0 ) ,
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00F\x00\x00\x00F\b\x06\x00\x00\x00q.\xe2\x84\x00\x00\x00\x04gAMA\x00\x00\xb1\x8f\v\xfca\x05\x00\x00\x00\x01sRGB\x00\xae\xce\x1c\xe9\x00\x00\x00 cHRM\x00\x00z&\x00\x00\x80\x84\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00u0\x00\x00\xea`\x00\x00:\x98\x00\x00\x17p\x9c\xbaQ<\x00\x00\x00\x06bKGD\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x15?IDATx\xda՛y|Tս \xc0\xbf\xe7\xde;\x93\xccd%\x84\x10HB\x12\x96\x00\x1aV7@\xb0\xe0\x82\x1b\xa0\xf0ZyO\xb1\xb4\xb5\xed+\xcf\xd6Z\x97\xa7\xf6=}\xaf\xf5Ui\xa5~\xecb\xeb\xb3ն\xee\xe2\x12\xb7\xa2\xafn\b(\xb2ʾ I lY\t!{f\xe6\xdes\xde\x1fgn2\x99\xcc$\x13\xacb\u007f\x9f\xcf|\bs\xef\xdc{\xce\xf7\xfc\xb6s\xce\xef\bNQ&\x8f\x98\b \x80\xa5\xc0\"\xe0\x12`\xd7\xe6\xf2-\xa7\xfa\xc8\xcf]\xc2m6\x80\x9b\x81\xfb\x1d\xc7\xf1\xce]0\x8f\xbbﻇ{\xff㧼\xf6\xe2\xab{,˺\x148l|\xc6w\x15\x00\x97\x03\xe9\xc0\xc0\xd3\xdd\xf1\x04\xa0\x00\\\xaa\x94\xba\x05\xf0\x1a\x86\xc1\x96M[\xf8\xcb\x1f\xfe̶\xcd[1\fc+P\x03`\x9d\xeaK\x94R\b!fJ)G\v!\f!D\xde\xe9\xee|\x02P&\x01K}~_\x9e\x1d\xb2\xb1m\x9b\xca#\xc7x\xe4\xa1\xdf\x03H\xc30\xd6\x00\x01\xd0juJ\xa2\xa4J5L\xe3\xabC\x86\x0e\xf1&\xfb|\x96R*/\xaa\x11_6\x19\xaa\x94\xfa\x9f\x8c\x01\x19\xe3\xef\xfaɏ\x99\xf7\xd5y(\xa5\xb43\xd0\xd2\x04l\x05\xd8\\\xbe\xa5\xff`\u070e\aC\xc1IE\xc5E\xe7/\xfd\xcd/\x98}\xe5l\xa4\x94\xf9\xf7\xfe\xfa\xfe\xd3\xdd\xf9x\xed\xf5\x01w*\xa5.\xcf\x19<\x98\xe9\xb3fp\xce\xd4\xf3\xb0\xacn\x06s\x10\xf8\xd4\xfd\xcf)\x99\x12\x80i\x98\xb3\xd32ҳF\x96\x8c\xa4xD1\x86a\xe4ߵ \xe4v\xaf层\xa7\x1bF\x14\x14\x01|\x03\xf8\x96\x10B\xd4T\xd5\xf0\xc1;\x1f\xb0u\xf3\x16l\xdbF\x88N\x95\xd9\b\xd4~V0C,\x8fu\xc5ჇX\xfe\xd4\xf3\xacz\xf7\x03\x94R\xb9\x96\xc7\xf2\x01_\n0\x11&\xfd\x15)\xe5\x9d@\x8aa\x18456\xf2\xf3\x9f\xdc\x1f\r\xc5\x06>\x02\xe4)\x81\x89x\xd9yB\x88\xb1\r\xf5\r\xfcv\xd9oPJa\x18\xc6` \x13h<\xddP\"d\x98R\xea'\xa3\xcf\x183,k`\x16\x1b֮GJIG{G$\x14\x80\x93\xc0N\xd0\xfe\xa5\xdf`\x00\f\xc30\x1cǙ\x85\xb6[P\x9d\x972\x80,\xe0Po\xbfw\xd6\x1eq\xffL\x02\xb2\x81\"\xa0\x18\x18\f\xf8ѣw\x02\xa8@\xdb\xfc1\u0091\u009cZ\x90P\x1b#\xfd\x8ai\x9a3\xae\xfdƵ\x8c\x9f<\x81\u007f[\xbc\x84\xeac\x95\b\xa3\x87k\xad\b\u007f:\xa5\xdf`B\xa1\xd0\x10\x9f\xcf7s\u03829\xd4Tհ f\xe5\x1a\x97\xbe?\xdcQ&\x8f\x98Hd\xa2\x17\x05\xa3\x04\xb8\x10\x98\x0e\x8c\x01\xf2\x814\xc0\x8cx\x8d\x02ڀJt\xa4X\x01\xbc\xe9\xac=R\xdd\x17\xa0\b\xad\xbe\x16\xb8\x1e\x10\x8e#\xb1m\x1b\xa5$t\xd7\x14W>\t\x0fƩ\x83\x91\x8e<+'w\xf0\xc8o-\xb9\x81\xfd{\xf7\xb3a\xed\x06\x82\xc1 @\n0\nx;\x06\x90\\\xe0b`.0\r\x18\x12\x05\"ZD\xc4\xf3F\x01\xf3\x80\xcd\xc0\xe3\xc0\v\xce\xda#'c\x01\x8a\x80r6p'\x90\xea8\x0eO\xff\xe9)2\xca28^{<ڄ\x00\x1c`\x1d\xe0D\x0ef\xc2`ܗ\x9a\x96yn[k\xab\xbf\xf2h\x15\x95\xc7*q\x1c'\xb23\xe3\x00\xf1\xfd\x85\x8b\xd5\u2e6f\x9b\xe1N\xcd\a\xae\x06&\xa05\xe6T\xc4\vL\x01&\xa23\xed\xa5\xc0\x06g\xed\x11\x15C{\xb2\x81{\x80\x91\x00B\b\xca\xf7\xed\a\xc00bf'\r\xc0\xb6X#\xd3\x1f0i\xc0\xcb\xc0\xc5y\x05\xf9\xb4\xb7\xb5Q\u007f\xbc\xbes\x14\x1c\xe9\xac\x1d9\xacx\xc1\x8b\xcb\xfe7O\xda\xf65\xc0\x02`8\x9f!\x91\x8c#\xfb\x81\x9f\x02\xcf\x03Asj\x81\xdb>\v\xad)\xf7\x00\x9e\x04\x9f\xb5\x1d\xb8\f\xa8\xbc\xdbw}\x18\x894\xfb\xdb\xe0b\xe0\f)%G*\x0eS\u007f\xbc\x1e\x048R\xe2\xb1,\xce=s\xe2\x19\xbf\xb8\xe9\xaeGp\x9c2\xe0\xdfѣ\xf6\xf7\x86B\xf8\xb9\xbf\x06n\x03R\x1a\xdf\xdd\xe3~?\v\xf8~?\xa0\x00씨\xe3\xbfJYb\x82\xcc\x00g\x18\xa83\x122\xa5\b\xdb\x1d'\x84\x184\xac\xa8\x90\x93\r\r4\x9el$\xc5\xefg\xfc\xa8\xb1\\>m&\xd3'\x9d\x93\x91\x99\x96~\x95T*\x91\xc7~V\xc9\x04\xfe\x13HK/\x1e\xf9\xb3`(\x94\xe9\xf5x\xeeAG\xb7\x84%E$\xef\xbd\xdbwݠ\xe3\xb2)\x1bH\rC\x15\t\x81\xb1m\a\xd34p\x1c\xa7\xb4\xb0\xb8\xd0s߯\xeeg\xddʏ رf3sf\\\xc8\xd9gN =%\x15\xa5\x94\x9e\u007f|q\xe2\x03~\x14\xa8<j\r\xcc\x1c\xe0mjm\x9e&\x12\xf7\x0e\bD\xfbh3\xbf\xc9\xc6\x19\x8e6C\xb7\xf1*!0\xcdm-t\x04\x03\xde!\x03sF\x8c,,\xa68m0#ο \f5\xe1\" | \ xc9 \ xc9 ( \ xa5 \ x90R & \ U000a8ffb \ x18 \ x86 \ x91 \ xf4 \ xe9 \ x81O \ u007f \ xe8 \ xb1 , \ x85 \ xc2 \ xe8 \ a \ x17 , \ x8c \ x86 | cP \ x95 \ xa3 \ xa4 2 # \ xa3 \ x8f \ xa8 \ x14 \ x0e \ xb7 \ xc2 \ xf0x3 \ x8fU \ x1d \ x9d \ xba \ xb3 | ߤ1 \ xc5 # H \ xaa \ xee \ xd0 - \ xf0zO \ x1b \ x10 \ xd0 \ x11 \ xa7 \ xa9 \ xb5 \ x85 ' \ xff \ xfa \ xb2 \ xa7 \ xfedC \ xacP \ xdc ; \
}
filex := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "geekcode.txt" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1490773813 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( "-----BEGIN GEEK CODE BLOCK-----\nVersion: 3.1\nGCS d-$pu s: !a C++$ UBL---$ P--- L+++$ E--- W+++$ N++ o? !K-->$ w--- !O M-- V-- PS PE Y++>$ PGP++$ t++ !5-- !X R tv+ b DI D++ !G? e h>$ r++ x-\n------END GEEK CODE BLOCK------\n" ) ,
}
2017-05-21 01:03:16 +00:00
filey := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "gpg.pub" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1490773821 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( " -- -- - BEGIN PGP PUBLIC KEY BLOCK -- -- - \ r \ nVersion : Keybase OpenPGP v2 .0 .8 \ r \ nComment : https : //keybase.io/crypto\r\n\r\nxsFNBFUG1QoBEADirTVhiBptbiVxftvyCSS4sR+vXZGNiBOaEcj4XXtRFaSDMm3g\r\nIr+EQ06K7f8vOurwYBk45myBAimSS3PQo1jeOTADf7ZfnNwbrcN2vxWEM8eFpD6o\r\nR2qNrt0jvdU6Jed/9cNrxO7iTrKrwrTzQBgb3wLeffiV66iAiv8YopoVh/hP3R32\r\nli9Kzx9PGJr4rBm/hXtqyey2tlejZP2B7yk8HVUPsTgtZdfWVFp2Xtnjc7mzG7XW\r\nXe47j7fjB+g1C8EJA5XVCwjAeOOQEs5BSZDq+U2zjJ6yaEqzJ1AI5t2lCNyHYlgM\r\n91AeE+MJ6BHArCFYlSGav2MJwPB/jyqGH+QjmI+7jt8ix7RCZkykBtEuKYQrC4QO\r\nq3cLJOz2/q/KwW6QCy4w522lcrNAVnoFEJOStWxDszBu6Xc61GuLRqQz2l+TzL+q\r\n6efH/IR7y+RwIL3sKw4dNqXkFLv54RfRh7cYe/Oa/8aOyLl0b1PvxMLaDETjE7qN\r\nXxvBREK7rRHHLhBbgKLIU8pCYytake9mlnJSL96Qp3MxZFbvqJs4G8waiMKPAdjj\r\n0bd7GUsJwvgHy6bX8Cv8tSQzamufDDsOtnivbe61xdaSlacudeEji5v0mX1LO29a\r\nT+7bKjQiOlXqss1W9xbQkF3yhqx63eYz8tVOxcgrfUYWI+nUY5mTb3BGFwARAQAB\r\nzSFrZXliYXNlLmlvL3hlbmEgPHhlbmFAa2V5YmFzZS5pbz7CwXAEEwEKABoFAlUG\r\n1QoCGy8DCwkHAxUKCAIeAQIXgAIZAQAKCRB5n5E0gRgREU+sEACnjmF9VWRRAFBu\r\neGyBS+wvnYEPVaYdok9HcMRB3xXQS84YQH31+d4iFXS5kOtQ6B91fDTjZYtx4rws\r\nItmIQtNAq9yW4e3uGD9tXYByaJy5csy0C85pbe5JAtFhlh+72CV29x/uqE+R8UYD\r\n1oS5JXeMPoi9qTmXL8dwh5SQ8iFTXAw51W9ZfCN2Y65f7bzRQH0gwncfSHoTAAli\r\nTQpl79s6sG2jTSshga2FG3+zJ4cOFWCgEQxKK5hcx9WWmttrkO/nJs7mPoXciU98\r\nSel3k16ldg6m5aDkr/Iz8XCB+BMHdLrd/NJIu+2MGhIF4NEWTf/C4EquZCZM8t9e\r\nElfzov4DYYSuFy6/db806Hr6I8nXw4YrMz6ReZR6aZvC0TzOnbfUPDDDplciZQ4m\r\nKyQcl4WAAnFiuIaDlYEJvdzQxsWgsdvgtpGr5HA8JJkfgqDE+SsIgfWe4MzzZELd\r\nX1Xr00Rc8vvAvwpHz8N7IITvEB8DltPfBPySGhKe9tZmPX5OeSvL8deoXhp84/kf\r\nygHna9nW1A3Ad5O9xN9jJ9S+jTamO+hcJsG87LB1BnPaU/J+uF9ShiA9OFhaCCnv\r\nWmJH0APTXKSJHqWyWPxIhLq5Gz0GmDBJNm8UcHT4LaVbKvmm/5F6B90XZhWms63P\r\n1Z3AiN5Xm+hiqETG7HwVloJxFx27gM7ATQRVBtUKAQgAum1uRBnpfD9M2R29eo8w\r\njOEz4AP6aPBClBNWip9nwweZCFKmnyBkV8c2fYgmhrscmotQJUmJX+uHYnLaq5Ew\r\nlcdeXzKePN5c11BZXg8MW9TabLHrSLefrIegmJTEAZg3Qu60PRC8InRtcbpmVrZt\r\n3X5iTNtcDfawyEp6/fDjizpic6cj1ZZkeJfRXrhqTGaqIqO23TF8ay1/+iEK6rOH\r\nx1ieG7ZbmYZzIFdP3Ogdxw9H11+uLSiY1wQhSWWgEeQUAPM1zPtX4NdtsKgYtDlB\r\nJsdIkXOFK89ZDfWArds/LtNTXUd5eHK0Y4c+GLIAP4MGaeq3SYuK4xWY7phdKL/l\r\nIQARAQABwsKEBBgBCgAPBQJVBtUKBQkPCZwAAhsCASkJEHmfkTSBGBERwF0gBBkB\r\nCgAGBQJVBtUKAAoJEOkDe2d85VAE/C0H/AtEuR60dfhJgb7mOQ9y2kAxj07uGiEz\r\nXOiVAb2ct+WBB5M+iw5xJo0aiXdWPTkUIz7HPt205mU7Q4JiAcQOsrkFnzISG01Z\r\n/5tNvuc1K+GQfrB4SIS0VDUz64HoaE5aDx4FafdfxKIbTSSQOx8RnN3tY5R4wvaa\r\nXq1olOkmMkQGjC+EYHQFO/WS8oL5zX+tKcaz7c7nbmFPs9uWXxl3CjXtZqSiwyg8\r\n+6v/2fbdPX+KFyMR6Iulu42bF+OFwKX14fq1ifuVxYF3yZgMfVkBMaIe2I7CNSh+\r\ndpyQMxYrUmW/0Wlp22/Ba6Kxh6KSIZQOE49lO0Y7ttDld6Y2LXvpriowCA/8Dul7\r\n93g6rFooatITtGtWC1hYM038nP0UUvEwAa7yjbv6W3htK8elo08WG43EJQ9xrbQs\r\nf1R63bAp3E500P4XIMLCDamIWgUyYN8Ck8KzIOUxzj572oH22LWFrD+r++qA6Ypp\r\nY/B07HbkPTAg6Kq4tc6YsY/aWAoRj1k99/ZHt0gw5jIc/SRJiKAOBcbU/ag6MKrs\r\n1uIrU1/zqPdN2auhD+OjqXQQrLc78SZ74rkNP3GOCCmtLN2+CbF+4TdenLPfe86x\r\nwkKXF1Zk268bg7DeqxgYTylVGXzfuNgbA76hUdjJD8jarRX0BOHfBTeF62RtfVjh\r\n1ue+AoQ8t8vixkTWT2/dqmWMxmtCgO/LC5wW4DESxheHY2A+xM8RFwtj1FlAyF16\r\nhZMTkZ5fURjLsK92RBEOQz1laBYk47VeHQ/fb5DJ/DFUsxADI8fvRz/aAokGagkG\r\nRsXz8hIdtbS4chfIyL83JThIOAQwqLHh7RQQ+oSGOfbw62+l6EgbdcKnC5kphk0l\r\nYgHKMVgGSjzf1LwVrbTGo9WohhJQdutyycKyCLfFKyhqgMG9G7Rx6pwTlCw6+Lws\r\n/EA7s9VGXmcqDuw7BAPLWnoGTUz76L4h0tZ62taKhw6EYSjUG+jcMY7x2UgVKA3j\r\n+kn/ghaxcyofdI+sfQ01gQhMKbZauqkPL6MeawHOwE0EVQbVCgEIALLRDZ334N2f\r\n8X6KuTvsEv0wjCYNUHTaxgFgW/Kwoxu7gabcjmBEq8DY+77x9qbYHLz/Gd+FtdVC\r\nuxutrs7Co+5zKF9rIUV1Ez/1NWeaxGz3QtmHl/mVfmwfllMlkCQZwGFkMRC1mVk9\r\nATB+W+75nCFxzfLO8DGdNBOIN1BbY2BgJpdSNMha9qDJ04WF16u+8wWNyo/uWwY+\r\nAtGhhkE0xIDrwDpLq2QGfvc7Xf3MnxRBnVi3Gu0ysf/phNLgG64ZFPgVQS/dKniD\r\nsi+a0vG/F6v03Rd7x3/XTWeWlJD2S1Vm0jo/zbF/vXSRePsU/QlMH7Y4Zc15tZzL\r\n6ryJ1zJQ+UEAEQEAAcLChAQYAQoADwUCVQbVCgUJDwmcAAIbDAEpCRB5n5E0gRgR\r\nEcBdIAQZAQoABgUCVQbVCgAKCRCnohrRCghhYQBQB/9uOmGEk5kYgo4hBzlX0HJu\r\ni0Pps+gTs9ZdILVwgks9LIPf41wTilS5eA5igcJw2h0bSlTg6XDVxnNhrd1IFUdg\r\n3UGMGtMYuQtbOkug8IEbcf9kIVuoiNGybWzbufnJl3maVxSqCuvuU3PFTz1v/HOP\r\nTQI9aN/j4rHudtiYgKSD51YWKA8PNYUDQCodj+0LylAuwaBmeeDOq1A37o+hBB6R\r\n1b0pxvYTFk55tS+K8uViAi93HyzNWCCxTciZulh9pm7eGVgcnKkgU/n0bnEdo3fY\r\n5333VZWeAyj
}
2017-05-21 01:03:16 +00:00
file11 := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "img/about/tower.jpg" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1481933203 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( "\xff\xd8\xff\xe0\x00\x10JFIF\x00\x01\x01\x01\x00H\x00H\x00\x00\xff\xdb\x00C\x00\x03\x02\x02\x03\x02\x02\x03\x03\x03\x03\x04\x03\x03\x04\x05\b\x05\x05\x04\x04\x05\n\a\a\x06\b\f\n\f\f\v\n\v\v\r\x0e\x12\x10\r\x0e\x11\x0e\v\v\x10\x16\x10\x11\x13\x14\x15\x15\x15\f\x0f\x17\x18\x16\x14\x18\x12\x14\x15\x14\xff\xdb\x00C\x01\x03\x04\x04\x05\x04\x05\t\x05\x05\t\x14\r\v\r\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\x14\xff\xc0\x00\x11\b\x01\xf4\x01\xf4\x03\x01\x11\x00\x02\x11\x01\x03\x11\x01\xff\xc4\x00\x1d\x00\x00\x01\x05\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x05\x02\x03\x04\x06\a\x01\x00\b\t\xff\xc4\x00D\x10\x00\x02\x02\x02\x01\x03\x03\x03\x02\x04\x03\x06\x05\x03\x01\t\x01\x02\x03\x04\x05\x11\x12\x00\x06!\x13\"1\a\x14AQa\x15#2q\bB\x81\x16$3R\x91\xa1b\xb1\xc1\xd1\xf0C\xe1\xf1\x17%r\x184S\xc2&c\xb2\xff\xc4\x00\x1c\x01\x00\x02\x03\x01\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x04\x01\x02\x05\x06\x00\a\b\xff\xc4\x00:\x11\x00\x01\x04\x01\x03\x02\x04\x03\b\x02\x03\x00\x02\x03\x00\x03\x01\x00\x02\x03\x11\x04\x12!1\x05A\x13\"Qaq\x81\xf0\x06\x142\x91\xa1\xb1\xc1\xd1#\xe1\x15B\xf1$3\a\x16RCbr\xff\xda\x00\f\x03\x01\x00\x02\x11\x03\x11\x00?\x00\xc4*b\x9a(U\xa2c\xbf;'\xe4\x0fӯ\xdeZ\xed~gt\xe0\x94\xddj\xd2%\xce/\xb3\xfa\x03\xf1\xae\xac8\xb4W\x90\xe6\n]Ȫ\xcb.\x8e\xd7\xc7\xe7\xaf0\xafBS\xf8\xaao'\x90\xe4\xc4<\x80G\x9d\xf49\x1diy\xde,\x80\x89\xcb*%^%\x81\x97{ \u007f~\x82ѽ\xa05\x86\xb5(3\xa2\xc5{\x90\xe29/\xe4\xff\x00\xe5\xd3\r\xe16\xcd\xf6C\xac\xd8&\xf2\x027\x1e\xbd\xdez \x14\x13A\xbaZ\x95\x02,6V8\xbf#\x97\x93Թ\xdbR\x1b\x85\xb4\x95!\xe3\x8dm3\xe8\x97a\xef]\xfc\x00>z\tP\x0eԽJh\xed1\x8f\\~tO^x\xd9\x02`@\xd9M\xb3\x0f7m.\xb4\xba\xf9\xfc\xe8uF\x9a\n\xb1=\xc1U\xa6\xaf,\x93H\t\x1eO\xc7\xc7O\xea\x1aV\xcb\x1c\x03RV?\xb7\x93n\xbeu\xa1\xbf\xc7\xefԒ\b\x14\xaa炦G)\t)\x8cl0ֿ#\xaa!l\x99\xa4\xed^\xda,\x9a\x1c\xff\x00 \xef\xa8u\xd2\xf4\x87SQ\x99\xa1\x129\x8dtX\x91\xe4\xf4\x1b n\x92$\xb4Z\x8b&/Ә\x8d\x9d\x9f\xd3]\\=\x19\x93(F\a\x82v\r\xf8?#\xa9\x0e\xb2\x98\xd4\x1c\x12\xa3q\xea\x8fП'\xf1\xd1]©\x1b)\r\n3\x02\xa3Z\xf2|\xf45Ai\x94n\x04\r\x01\xc4\xf5\ar\xafʝJ\xc3:\xb9>G\xc6\xfa\xa4\x89Y[\xddr\xc5S$$\xeb\x97/\x9e\xa8\xd3K\xd1?J\x83\xfc,\xa0\x05\x97\xc7\xc8\x1eO\x8e\xa4\xba\xcam\xd3\xf0\xa7\xe1R8\xac1eb\xfb\xf1\xe7^5\xf1\xd5\x1eRr\xbfR(\x84\xb3\xbf\xb3@\x8f\x1e>\u007f~\x97't\x90ء\x19X\x1f\xd3\u007f\x04\xebg\xf4\xdfL\xb4\xadH\x9e\n\x85\x1eC\x8dEOX\xab\x01\xbduz\xdd\x1d\xcc\x05ڒm\x99\x92\x93\x17\x9fd\x9f\x80>7ׇ\xe2Da\x1a\xb6Rp\xd0\xc7\x1bF\xc5\xf9\x12|\xb7\xe7\xafHRYD\xf0\x89^\xba#\x80p\x97\xd3\x1a\xfe\x9d\xeb\xaa0\x02P e\x9dж\xbf\xc4\x1eM\xb6\xfd\xff\x00=\x11\xcd\x1a\x96\x8f\x87椈2|ct\u007f\x91\xf2\x14\xfe\xfdI`\x02\xd4>*\xdd94&\xe3\xf2\x8anh@%X|x\xe87HA\xdaT\x89\xa9,\x14Bzr\x90\xda\x1b\xe5\xf8\xfe\xdd\f;uV\xbeͧ\x1aS\x8d\xc6\b\xeb'\xa7$\x8f\xe4\xefdy\xfc\xf5\x1aC\x8a\x1b\a\x88\xfd\xd4\x1b7\xa6,\x89\xeb\x96o\xf3zC~\u007f=X\x00\x99\f\r\xdc)4\x12i-)'Q\u007f\xe2\xf2OP\xf3\xb2Vw\x82)\x1f\xb5)\xe1\xb0KD<q\x03G\xa5\xc0\xddg\xc6\x00rLr4\xd1m\u0380\x1f\xae\x8fUҩ[\xaeY\x11\bC!\xd7\xed\xff\x00\xcf\xedћh\xad\x04\x9aQ\x92\xc5xb.\U0009f7d2<\xff\x00ӫ\xe9%_\xc2.pP,[\x8eşJ=l\xfc3\rt\xc3[\xa4'|\x12\xd4\xcd\xe1\x1aB\x91\xa1\x1c\xbco\xa26\xd5\xd8\b\\\x89\xd9\x15G=E\xf0\aκ\xafuW\x84\xa5\xe3$\xfc\x87 W\xcfC't3\xb0]\f\x16Fv\xf2\xdf=Oe\x00\xec\xa4Ɓ\xc7#\xbeDt2iQ<\x06\x88\x1f;\x1f=\f\x843\xca\xebnVd*Jk\xc8\xe8\x80\xd0R\r(2\xa8,ʺ\xd7\xfe]Y0\xce\x13\xb1\x0f>\xef:\xea\n\xa3\x8d\x85\xd7U2\xf8\x1a\xeaC\xa9R\xe9*=\x86a\xbf\xc7\xcf^%x\x94\xb4S\xc1O\xc7TP\x92\x13o\xb2>:\x9e\xca-(\xec\xef\xf2>7ԅ\xeb\\\x04\x06\xd0\xf8\xd7\xc7D콩p\xa8R\xc4kϏ\x1dVԇ$\x88\x89Q\xcb\xfa\x8f\x90z\x85W;u\xd5\x1fԿ\xd2\u007f;\xf3ו \x82\xea\x82\xc5N\xbe?'\xab\x17+\" x \ xd0 } \ x06 \ xfc \ xfb \ xbf \ xf4 \ x1d ( \ xfeT \ x85 \ n \ x9eL $ \ xf2 \ xc3 \ xe0h \ xf9 \ xf3 \ xe7 \ xfb \ xf5r \ xd2wTt = \ xd4 | \ x95 \ xe7 { \ xe9ă \ xaf \ x04 \ x8f \ x83 \ xd1FͤJ \ xf2 \ xa7 . \ xc7ʙ \ x94 \ x8d \ xb1 \ xf2 @ = @ 4 \ xab \ x19 \ xa3J ^ : U \ x8c / \ xbc \ x12 \ x0e \ xbf # \ xa18 \ x13 \ xbaJan \ xd9Cʃ \ x15 \ xa4 \ x91v6 \ xe3 \
}
2017-05-21 01:03:16 +00:00
file12 := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "img/avatar.png" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1482072158 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( "\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x04\x00\x00\x00\x04\x00\b\x06\x00\x00\x00\u007f\x1d+\x83\x00\x00\x00\x04sBIT\b\b\b\b|\bd\x88\x00\x00\x00\tpHYs\x00\x00n\xba\x00\x00n\xba\x01\xd6ޱ\x17\x00\x00\x00\x19tEXtSoftware\x00www.inkscape.org\x9b\xee<\x1a\x00\x00 \x00IDATx\x9c\xec\xddy|\x94\xe5\xb9>\xf0\xeb~g\xb2\x02a\a\xd9C2\x10\x04I&\x19P\x03.\xb1n\x80\x80[q\xab[պT\xabv\xf5\xf4\xb4=\xb5\xa7\xbfSm\xb5\xb6\xd6Z\xab\xb6n\xb5U\xa9m]\xeaV\x17\xdcH\x82\xb2\xcaV\v\x880\x01q-\x04!@\xe6}\xee\xdf\x1f\x88\x05%\x90d\xde\xf7}杹\xbe\u007f\x9cO?\x95\xb9\xefKO\xc1<\xf7<\x8b\x80\x88\xb2FMY\xfc\x0f\x10\x9c\xedE-U9k\xc1[\v\x1e\xf0\xa2\x16\x11\x11\x11\x11\x85O\xa2,~\x82\n\x1e\x05\x10\xb1\x9dewwͼ\aU5U\xbe\xf7\xb9\xee\u007f\xfe\x0f\x0f\xff\xe9a_{\xa8\xea\x85\v\xdeZt\x97\xafMv\xe3\x04Ո\x88\xfcU]Q=\x10\x82Ӽ\xaa\xe7\x00#\xbc\xaaEDDDDᒈU\xd6(\xf0\x102l\xf1\x0f\x00\xddJ\xba\x05ԧ\xc4\xf7\x1eQq\x9f\xf5\xbd\xc9n8\x00 \xca\x12\x92\xd2\xcb\x01\xe4{UO\xa1\x1c\x00\x10\x11\x11\x11堪\x91U\x83\xa0Σ\x10t\xb1\x9deoJ\x02X\x98\x03\x81\f\x1a\xdex}Ւ\xa4\xdfMv\xc7\x01\x00Q\x16\xa8\x1d\\[\x04\xe0b\x8f\xcbr\x00@DDD\x94c&VTt\x8b\x18yB\x81\xc1\xb6\xb3\xb4%\xa8\x1d\x00%\xdd}\x1f4<\xedw\x83\xcf\xe2\x00\x80(\vl/\xd8z.\x80>\x9e\x16\x15\x8c\xf4\xb4\x1e\x11\x11\x11\x11e\xb4\x19\x98\x11iq\x8b\xfe\x04\x85\xff\a\xec\xd3 \x8e\x04\xd2'\x12\xf1\xfb\xf4\x83y\xc6\xe7\x06\x9f\xc3\x01\x00Q\xf8\t W\xfaP\xb7gbd\xc2ۡ\x02\x11\x11\x11\x11e\xacUe+~\x05\xc5T\xdb9\xf6\xe7\xe3\xe6́\xf4i\xde\xd4\xec_qŖf\xd9:ۿ\x06{\xc7\x01\x00Q\xc8%bU\xc7\x02\x18\xedGm5\x1a\xf3\xa3.\x11\x11\x11\x11e\x96겪k \xf8\xaa\xed\x1c\xed\xb19\x1b\x06\x00\x90\x17V\xae\\\xb9\xdd\xc7\x06{\xc5\x01\x00Q\xc8)\xe4k\xbe\xd5V\xe51\x00\"\"\"\xa2,W\x1d\xab\xfe\xa2\x88\xfc\xc4v\x8e\xf6jΆ\x01\x80\xa3\x81o\xff\a8\x00 \n\xb5D,Q\x0e\xc5\x14\xbf\xea\xf3)@\"\"\"\xa2얈U\u0588\xd1{\x10\xa2\xb5\xe1{\x1b\xde\v\xa4\xcf\xfb\xef\xbd\xef[mA$\xf0\v\x00\x81\x10\xfd?\x99\x88>O\xe1^\x01\x1f\u007f\x1f\x1b\xd12\xbfj\x13\x11\x11\x11\x91]\x89a\x89\x01\x99\xfc\xdc_[\xfe\xb9ty }\x96/^\xe6W\xe9\x15\xf3V\xce[\xe5W\xf1}\xe1\x00\x80(\xa4ƌ\x19\xd3\x15\x8a/\xfb\xd9C\x94\x03\x00\"\"\"\xa2lT;\xb8\xb6\xc8乏d\xf2s\u007fmY\xe6\xdf\xc2\xfcS\x1f}\xf0!\xde\xdd\xf0\xae/\xb5\x05j\xe5\xdb\u007f\x80\x03\x00\xa2\xd0*\xd8\x16=\x1f@w?{(d\xb8\x9f\xf5\x89\x88\x88\x88\xc8\n\xd9^\xb0\xednQ\x1cl;Hg,[\xb2\f\xaa\xeao\x0f?\x87\f*V\xce\xff\x03\x1c\x00\x10\x85\x95@p\xb9\xffM\xd0\u007f̘1]\xfd\xeeCDDDD\xc1\xa9.\x8b\xff\x1f\xa0\xa7\xdb\xce\xd1Y\xcd\x1b7\xe1_\xcb\xdf\xf4\xb5\xc7k\xf5\xaf\xf9Uz\xfb\xb6\xa2֗\xfc*\xbe?\x1c\x00\x10\x85PMy\xcd\xf1P\x19\x15D\xaf\xa2m\x91\xd2 \xfa\x10\x11\x11\x11\x91\xffjʫN\x17\xc1\u007f\xd9Α \xae\xa7\x1f\xf7o\x17\xbd1\x06\xcf>\xf9\x0f_j\xab\xe0\xe5\xa5K\x97~\xecK\xf1v\xe0\x00\x80(\x84\x14Ʒ \xa7\xff>\xcb\bx\f\x80\x88\x88\x88(\v\xc4\xcb\xe3\x13\x00\xb9\x17\x80\xd8Β \xae\xa7\x1e}\x12\xc6\x18_j\xbf\xde\xf0:\xde{ן \x97\x06\x1c\x8b\xdb\xff\x01\x0e\x00\x88B\xa7\xa6\xbc&&\xc0\xa4\xa0\xfa\x89qx\x11 \x11\x11\x11Q\xc8U\x0f\xaf\x1e&\xc0_\x01\x14\xd8\xce\xe2\x85\xf7\xdf{\x1f\xaf7\xbc\xeeK\xed'\xfe\xf6\xb8/u\x01 %\xc6\xda\x05\x80\x00\a\x00D\xa1\xa3p\xbf\x86\x00\u007f\xef*w\x00\x10\x11\x11\x11\x85\xda!\xb1CJ\xc4ѿ\v\xd0\xdfv\x16/\xfd\xe6\xa6[=\xbf\fp\xcd[o\xfbv\xbc@\x80\xa6E+\x17-\xf5\xa5x;q\x00@\x14\"\x13+*\xba\t伀\xdbr\x00@DDD\x14^N\xab\xd9q?\x80\x83l\a\xf1ڒE\x8b\xf1\xd2s/zZ\xf3\x96\x1bo\x81뺞\xd6\xfc\x94\xaa\xd5\xed\xff\x00\a\x00D\xa1\xb2\xad\xb5\xe8\x02\xf8\xfc\xf4\xdf^\xf0\b\x00\x11\x11\x11QH\xd5\xc4\xe2?\x87\xe84\xdb9\xfc\xf2\xeb\x1bo\xc1\x8e\x1d;<\xa9\xb5h\xdeB\xbc\xf8\xec,Oj\xed\x8d\n\x9e\xf5\xadx;q\x00@\x14\x1e\xa2\x82\xcb\x02\xef\xaa\xdc\x01@DDD\x14F\xd5eU\x17@q\xb5\xed\x1c~Z\xbdj5n\xfd\xf9\xafӮ\xb3\xe5\xe3-\xf8\xc1\xb7~\xe0\xf9\x91\x82\xdd\x18\x15\xe7\x05\xbf\x8a\xb7\x17\a\x00D!\x91(\x8bO\x01P\x11xcA\x97\xca\xf2\xca~\x81\xf7%\"\"\" \ xa2N \ xab \ x1eQ } \ x84 \ x88 \ xdcf ; G \ x10 \ xfex \ xd7 \ xfdx \ xe2 \ x91 ' : \ xfdy \ xe3 \ x1a \ xfc \ xe0 \ x9b \ xdfúd \ x93 \ x87 \ xa9 > gނ \ x95 \ v \ xde \ xf7 \ xb3A { p \ x00 @ \ x14 \ x12 * \ x12 \ xd8 \ xd3 \ u007f \ x9f \ x95 \ xe7p \ x17 \ x00 \ x11 \ x11 \ x11QX \ xc4 \ xcb \ xe2 # \ xa0 \ xfa7 \ x00 \ xf9 \ xb6 \ xb3 \ x04AU \ xf1 \ xe3 \ xef \ xfe \ b \ xcf = \ xfd \ \ \ x87 ? \ x9bJ \ xa5 \ xf0 \ xfdo \
}
2017-05-21 01:03:16 +00:00
file13 := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "keybase.txt" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1490773786 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( "==================================================================\nhttps://keybase.io/xena\n--------------------------------------------------------------------\n\nI hereby claim:\n\n * I am an admin of https://christine.website\n * I am xena (https://keybase.io/xena) on keybase.\n * I have a public key with fingerprint CF54 AAE3 62BF 9C9F B79F AA18 799F 9134 8118 1111\n\nTo do so, I am signing this object:\n\n{\n \"body\": {\n \"key\": {\n \"fingerprint\": \"cf54aae362bf9c9fb79faa18799f913481181111\",\n \"host\": \"keybase.io\",\n \"key_id\": \"799f913481181111\",\n \"kid\": \"0101d20fbebf676d50a60006e9d6d7a5ac1bed37d6cd9aab5d1098d7d59f66a7f3620a\",\n \"uid\": \"c51a91a819ddafb3a17644abab032500\",\n \"username\": \"xena\"\n },\n \"service\": {\n \"hostname\": \"christine.website\",\n \"protocol\": \"https:\"\n },\n \"type\": \"web_service_binding\",\n \"version\": 1\n },\n \"ctime\": 1426511662,\n \"expire_in\": 157680000,\n \"prev\": \"e855b34f4b574813056786deecf96f8f4bfac209228ec4b8d35e1bedb2a8993b\",\n \"seqno\": 29,\n \"tag\": \"signature\"\n}\n\nwhich yields the signature:\n\n-----BEGIN PGP MESSAGE-----\nVersion: Keybase OpenPGP v2.0.8\nComment: https://keybase.io/crypto\n\nyMIdAnicbVJbSFRBGN5NW9KSonoq6uF0kUy2mXOZc2aLgjKiG10oqCxs5syc3UN1\ndjvn7JZsG2gPgdAFk3qpoCIoIrqpUaGspZlKZIIoPUQXxO6J1FtYc6TegoFhvv/7\nvvm/n7+9pCBUHP5YkI0fGdpcGO5pW5UObY8MRLMSTbJqKZaV9vHxy7KdOHdTru34\nUkwyLU0lhCtIphY2sUV1bBECDR1jC0NFNSAUB0KpXEokvUAhbCjxeNROCkw8qmwm\n0P/w940XAASQycCinFpIR0wDBAEAEMcMMZ1oxISUM0VnyGSYEKoxCLDBdKZhCyGi\nW6I1QIRdetzO1CDBkBgQM0YsqhCoI1UllFCgyBoAAdHjrkMOcME+zB0i5colgWRs\nkwfxgxR/q2bCtT3fdnj0EKee7XMhTrlJP2km94tywvdTXiyQ+9WpgC9YVX+dqqjt\nMDFIochw17OTjhSDgmn6dmANVRlpECIkl0v8cMp2eZUdMDQdGSI8CP7hGWHJDU2j\nimqpVNPF7BSgId1AjHPTwsgyBG4RUwZYlg1uqtRgisaDeVGZGBgrVAqyHXSSUkzG\nok8SF56eHXeIn3a5lHuc310YCheHIhMnBLsQKi6a9m9Ddj6cFLp5r/REvudnJH/k\nY0NZ9+fKyoj77cFQaTRzpexqYcvbyrFHau3N6Tc2jp5rSG/IF25RH8xNy3sxyJT+\nPhtf0Ll1Y/T15Lb1jTUHsdbbXvHyTL1cV9l7a/j6unZvzf3G8Mie0/7FIltrndF5\ndW92ET/ZFc5fW/b9/rTbzS8W7mqac/rZh0utbRlz8MepC/Mvz6/eMzb3y4Tjnc/X\nAnOkY9uUyzXN2QqwYemOkq/n+yuKIqMFXU8HEx+ait5PzM2sa1vcXle94s3dxtpN\nn5Yfendn9tiTsmM57+uS4cSs1X0LN9cf7XjV19204ldLfcNyeVFZf254wCjpsT7N\nK+5YOeQODUw9tuYPmLMrAQ==\n=TR+Q\n-----END PGP MESSAGE-----\n\nAnd finally, I am proving ownership of this host by posting or\nappending to this document.\n\nView my publicly-auditable identity here: https://keybase.io/xena\n\n==================================================================\n" ) ,
}
2017-05-21 01:03:16 +00:00
file15 := & embedded . EmbeddedFile {
2017-05-20 22:40:12 +00:00
Filename : "resume/resume.md" ,
2017-05-21 01:03:16 +00:00
FileModTime : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
Content : string ( " # Christine Dodrill \ n \ n -- - \ n \ n > # # # # Web and Backend Services Devops Specialist \ n > # # # # # Bellevue , WA & emsp ; [ christine . website ] [ homepage ] \ n > ` Docker ` , ` Git ` , ` Haskell ` , ` Nim ` , ` Go ` , ` C ` , ` CentOS ` , ` CoreOS ` , ` IRC ` , ` Matrix ` \ n \ n -- - \ n # # Experience \ n # # # Heroku - Software Engineer & emsp ; < small > * 2017 - current * < / small > \ n > [ Heroku ] [ heroku ] is a cloud Platform - as - a - Service ( PaaS ) supporting \ n > several programming languages that is used as a web application deployment model . \ n > Heroku , one of the first cloud platforms , has been in development since June 2007 , \ n > when it supported only the Ruby programming language , but now supports Java , \ n > Node . js , Scala , Clojure , Python , PHP , and Go . \ n > \ n > # # # # Highlights \ n > \ n > - [ JVM Application Metrics ] ( https : //devcenter.heroku.com/changelog-items/1133)\n> - [Go Runtime Metrics Agent](https://github.com/heroku/x/tree/master/runtime-metrics)\n> - Other backend fixes and improvements on [Threshold Autoscaling](https://blog.heroku.com/heroku-autoscaling) and [Threshold Alerting](https://devcenter.heroku.com/articles/metrics#threshold-alerting)\n\n---\n### Backplane.io - Software Engineer   <small>*2016 - 2016*</small>\n> [Backplane](https://backplane.io) is an innovative reverse reverse proxy that\n> helps administrators and startups simplify their web application routing.\n>\n> #### Highlights\n>\n> - Performance monitoring of production servers\n> - Continuous deployment and development in Go\n> - Learning a lot about HTTP/2 and load balancing\n\n---\n### Pure Storage - Member of Technical Staff   <small>*2016 - 2016*</small>\n> Pure Storage is a Mountain View, California-based enterprise data flash storage\n> company founded in 2009. It is traded on the NYSE (PSTG).\n>\n> #### Highlights\n> - Code maintenance\n\n---\n### IMVU - Site Reliability Engineer   <small>*2015 - 2016*</small>\n> IMVU, inc is a company whose mission is to help people find and communicate\n> with eachother. Their main product is a 3D avatar-based chat client and its\n> surrounding infrastructure allowing creators to make content for the avatars\n> to wear.\n>\n> #### Highlights\n>\n> - Wrote up technical designs\n> - Implemented technical designs on an over 800 machine cluster\n> - Continuous learning of a lot of very powerful systems and improving upon them\n> when it is needed\n\n---\n### VTCSecure - Deis Consultant (contract)   <small>*2014 - 2015*</small>\n> VTCSecure is a company dedicated to helping with custom and standard\n> audio/video conferencing solutions. They specialize in helping the deaf and\n> blind communicate over today's infrastructure without any trouble on their end.\n>\n> #### Highlights\n>\n> - Started groundwork for a dynamically scalable infrastructure on a project for helping the blind see things\n> - Developed a prototype of a new website for VTCSecure\n> - Education on best practices using Docker and CoreOS\n> - Learning Freeswitch\n\n---\n### Crowdflower - Deis Consultant (Contract)   <small>*2014 - 2014*</small>\n> Crowdflower is a company that uses crowdsourcing to have its customers submit\n> tasks to be done, similar to Amazon's Mechanical Turk. CrowdFlower has over 50\n> labor channel partners, and its network has more than 5 million contributors\n> worldwide.\n>\n> #### Highlights\n>\n> - Research and development on scalable Linux deployments on AWS via CoreOS and\n> Docker\n> - Development of in-house tools to speed instance creation\n> - Laid groundwork on the creation and use of better tools for managing large\n> clusters of CoreOS and Fleet machines\n\n---\n### OpDemand - Software Engineering Intern   <small>*2014 - 2014*</small>\n> OpDemand is the company behind the open source project Deis, a distributed\n> platform-as-a-service (PaaS) designed from the ground up to emulate Heroku but\n> on privately owned servers.\n>\n> #### Highlights\n>\n> - Built new base image for Deis components\n> - Research and development on a new builder component\n\n---\n## Open Source\n### [Elemental-IRCd](http://elemental-ircd.com)\nA sca
}
// define dirs
dir4 := & embedded . EmbeddedDir {
Filename : "" ,
2017-05-21 01:03:16 +00:00
DirModTime : time . Unix ( 1495326925 , 0 ) ,
ChildFiles : [ ] * embedded . EmbeddedFile {
filex , // "geekcode.txt"
filey , // "gpg.pub"
file13 , // "keybase.txt"
} ,
}
dir5 := & embedded . EmbeddedDir {
Filename : "favicon" ,
DirModTime : time . Unix ( 1495326964 , 0 ) ,
2017-05-20 22:40:12 +00:00
ChildFiles : [ ] * embedded . EmbeddedFile {
2017-05-21 01:03:16 +00:00
file6 , // "favicon/android-icon-144x144.png"
file7 , // "favicon/android-icon-192x192.png"
file8 , // "favicon/android-icon-36x36.png"
file9 , // "favicon/android-icon-48x48.png"
filea , // "favicon/android-icon-72x72.png"
fileb , // "favicon/android-icon-96x96.png"
filec , // "favicon/apple-icon-114x114.png"
filed , // "favicon/apple-icon-120x120.png"
filee , // "favicon/apple-icon-144x144.png"
filef , // "favicon/apple-icon-152x152.png"
fileg , // "favicon/apple-icon-180x180.png"
fileh , // "favicon/apple-icon-57x57.png"
filei , // "favicon/apple-icon-60x60.png"
filej , // "favicon/apple-icon-72x72.png"
filek , // "favicon/apple-icon-76x76.png"
filel , // "favicon/apple-icon-precomposed.png"
filem , // "favicon/apple-icon.png"
filen , // "favicon/browserconfig.xml"
fileo , // "favicon/favicon-16x16.png"
filep , // "favicon/favicon-32x32.png"
fileq , // "favicon/favicon-96x96.png"
filer , // "favicon/favicon.ico"
files , // "favicon/manifest.json"
filet , // "favicon/ms-icon-144x144.png"
fileu , // "favicon/ms-icon-150x150.png"
filev , // "favicon/ms-icon-310x310.png"
filew , // "favicon/ms-icon-70x70.png"
2017-05-20 22:40:12 +00:00
} ,
}
2017-05-21 01:03:16 +00:00
dirz := & embedded . EmbeddedDir {
2017-05-20 22:40:12 +00:00
Filename : "img" ,
2017-05-21 01:03:16 +00:00
DirModTime : time . Unix ( 1484000131 , 0 ) ,
2017-05-20 22:40:12 +00:00
ChildFiles : [ ] * embedded . EmbeddedFile {
2017-05-21 01:03:16 +00:00
file12 , // "img/avatar.png"
2017-05-20 22:40:12 +00:00
} ,
}
2017-05-21 01:03:16 +00:00
dir10 := & embedded . EmbeddedDir {
2017-05-20 22:40:12 +00:00
Filename : "img/about" ,
2017-05-21 01:03:16 +00:00
DirModTime : time . Unix ( 1481933203 , 0 ) ,
2017-05-20 22:40:12 +00:00
ChildFiles : [ ] * embedded . EmbeddedFile {
2017-05-21 01:03:16 +00:00
file11 , // "img/about/tower.jpg"
2017-05-20 22:40:12 +00:00
} ,
}
2017-05-21 01:03:16 +00:00
dir14 := & embedded . EmbeddedDir {
2017-05-20 22:40:12 +00:00
Filename : "resume" ,
2017-05-21 01:03:16 +00:00
DirModTime : time . Unix ( 1495326442 , 0 ) ,
2017-05-20 22:40:12 +00:00
ChildFiles : [ ] * embedded . EmbeddedFile {
2017-05-21 01:03:16 +00:00
file15 , // "resume/resume.md"
2017-05-20 22:40:12 +00:00
} ,
}
// link ChildDirs
dir4 . ChildDirs = [ ] * embedded . EmbeddedDir {
2017-05-21 01:03:16 +00:00
dir5 , // "favicon"
dirz , // "img"
dir14 , // "resume"
2017-05-20 22:40:12 +00:00
}
2017-05-21 01:03:16 +00:00
dir5 . ChildDirs = [ ] * embedded . EmbeddedDir { }
dirz . ChildDirs = [ ] * embedded . EmbeddedDir {
dir10 , // "img/about"
2017-05-20 22:40:12 +00:00
}
2017-05-21 01:03:16 +00:00
dir10 . ChildDirs = [ ] * embedded . EmbeddedDir { }
dir14 . ChildDirs = [ ] * embedded . EmbeddedDir { }
2017-05-20 22:40:12 +00:00
// register embeddedBox
embedded . RegisterEmbeddedBox ( ` static ` , & embedded . EmbeddedBox {
Name : ` static ` ,
2017-05-21 01:03:16 +00:00
Time : time . Unix ( 1495326925 , 0 ) ,
2017-05-20 22:40:12 +00:00
Dirs : map [ string ] * embedded . EmbeddedDir {
"" : dir4 ,
2017-05-21 01:03:16 +00:00
"favicon" : dir5 ,
"img" : dirz ,
"img/about" : dir10 ,
"resume" : dir14 ,
2017-05-20 22:40:12 +00:00
} ,
Files : map [ string ] * embedded . EmbeddedFile {
2017-05-21 01:03:16 +00:00
"favicon/android-icon-144x144.png" : file6 ,
"favicon/android-icon-192x192.png" : file7 ,
"favicon/android-icon-36x36.png" : file8 ,
"favicon/android-icon-48x48.png" : file9 ,
"favicon/android-icon-72x72.png" : filea ,
"favicon/android-icon-96x96.png" : fileb ,
"favicon/apple-icon-114x114.png" : filec ,
"favicon/apple-icon-120x120.png" : filed ,
"favicon/apple-icon-144x144.png" : filee ,
"favicon/apple-icon-152x152.png" : filef ,
"favicon/apple-icon-180x180.png" : fileg ,
"favicon/apple-icon-57x57.png" : fileh ,
"favicon/apple-icon-60x60.png" : filei ,
"favicon/apple-icon-72x72.png" : filej ,
"favicon/apple-icon-76x76.png" : filek ,
"favicon/apple-icon-precomposed.png" : filel ,
"favicon/apple-icon.png" : filem ,
"favicon/browserconfig.xml" : filen ,
"favicon/favicon-16x16.png" : fileo ,
"favicon/favicon-32x32.png" : filep ,
"favicon/favicon-96x96.png" : fileq ,
"favicon/favicon.ico" : filer ,
"favicon/manifest.json" : files ,
"favicon/ms-icon-144x144.png" : filet ,
"favicon/ms-icon-150x150.png" : fileu ,
"favicon/ms-icon-310x310.png" : filev ,
"favicon/ms-icon-70x70.png" : filew ,
"geekcode.txt" : filex ,
"gpg.pub" : filey ,
"img/about/tower.jpg" : file11 ,
"img/avatar.png" : file12 ,
"keybase.txt" : file13 ,
"resume/resume.md" : file15 ,
2017-05-20 22:40:12 +00:00
} ,
} )
}