commit 9fff5771e6196f37719ae2af303e1da1bf0d2532 Author: Yoshihiro OKUMURA Date: Fri Jun 25 11:39:57 2021 +0900 first commit diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..5f2d03e --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,194 @@ +body, +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: "Raleway", sans-serif; +} + +body, +html { + height: 100%; + line-height: 1.8; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 3rem 0 1.38rem; +} + +.cbs-copyright { + margin: 32px auto 0; +} + +.cbs-copyright a { + text-decoration: none; +} + +#cbsDspNavbar { + height: 64px; + float: left; + overflow: visible; +} +#cbsDspNavbar .w3-button { + padding: 16px; +} + +.cbs-dsp-logo { + display: block; + background-image: url("../images/logo32.png"); + background-size: cover; + width: 32px; + height: 32px; +} + +.cbs-dsp-navbar-links { + max-width: calc(100% - 74px); + float: right; +} + +.cbs-dsp-navbar-links-mbutton { + height: 64px; +} + +#cbsDspSidebar { + display: none; + width: 300px; +} + +.cbs-dsp-section { + padding: 80px 24px 32px !important; + min-height: 100%; +} + +.cbs-dsp-section > div { + margin-top: 32px; +} + +#home { + background-position: center; + background-size: cover; + background-image: url("../images/background.jpg"); + background-color: rgba(0, 0, 0, 0.7); + background-blend-mode: darken; + min-height: 100%; +} +#memberlist .w3-card { + padding: 16px 32px 32px; +} + +#observation .w3-card { + padding: 16px 10px; + height: 300px; +} +#observation a { + text-decoration: none; +} +#observation a .w3-card:hover { + background-color: #eee; +} +#observation .w3-card i { + margin: 1rem 0 1rem; +} +#observation .w3-card h2 { + font-size: 20px !important; + margin: 1rem 0; +} +#observation .w3-card p { + font-size: 14px; +} + +#archive.cbs-dsp-section > div { + margin-top: 0; +} + +#footer .cbs-dsp-links a { + text-decoration: none; + font-weight: bold; +} +#footer .cbs-dsp-links p { + width: 100%; + padding: 5px 0; +} +#footer .cbs-dsp-links img { + width: 100%; +} +#footer .cbs-dsp-tothetop { + margin: 0 30px 30px; + text-align: right; +} + +/* middle */ +@media (min-width: 601px) { + #cbsDspNavbar { + height: 96px; + } + + .cbs-dsp-logo { + background-image: url("../images/logo64.png"); + width: 64px; + height: 64px; + } + + .cbs-dsp-navbar-links { + width: calc(100% - 96px); + } + .cbs-dsp-navbar-links .w3-button { + padding: 12px; + } + .cbs-dsp-navbar-links .w3-dropdown-content { + z-index: 2; + top: 50px; + } + .cbs-dsp-navbar-links .cbs-dsp-navbar-item { + max-width: 20%; + font-size: 0.8rem; + } + + .cbs-dsp-section { + padding: 96px 64px 64px !important; + } + + .cbs-dsp-section > div { + margin-top: 64px; + } + + #observation .w3-card { + padding: 32px 16px; + height: 340px; + } +} + +@media (min-width: 736px) { + .cbs-dsp-navbar-links { + padding: 5px 0; + } + .cbs-dsp-navbar-links .w3-button { + padding: 16px; + } + .cbs-dsp-navbar-links .cbs-dsp-navbar-item { + max-width: 20%; + font-size: 1rem; + } + .cbs-dsp-navbar-links .w3-dropdown-content { + top: 64px; + } + + #observation .w3-card h2 { + font-size: 24px !important; + } + + #observation .w3-card p { + font-size: 18px; + } + + #footer .cbs-dsp-links p { + font-size: 18px; + } +} diff --git a/assets/css/w3.css b/assets/css/w3.css new file mode 100644 index 0000000..822fa75 --- /dev/null +++ b/assets/css/w3.css @@ -0,0 +1,235 @@ +/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */ +html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit} +/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */ +html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} +article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item} +audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline} +audio:not([controls]){display:none;height:0}[hidden],template{display:none} +a{background-color:transparent}a:active,a:hover{outline-width:0} +abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted} +b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000} +small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} +sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none} +code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible} +button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold} +button,input{overflow:visible}button,select{text-transform:none} +button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button} +button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0} +button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText} +fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} +legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto} +[type=checkbox],[type=radio]{padding:0} +[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto} +[type=search]{-webkit-appearance:textfield;outline-offset:-2px} +[type=search]::-webkit-search-decoration{-webkit-appearance:none} +::-webkit-file-upload-button{-webkit-appearance:button;font:inherit} +/* End extract */ +html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden} +h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px} +.w3-serif{font-family:serif}.w3-sans-serif{font-family:sans-serif}.w3-cursive{font-family:cursive}.w3-monospace{font-family:monospace} +h1,h2,h3,h4,h5,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}.w3-wide{letter-spacing:4px} +hr{border:0;border-top:1px solid #eee;margin:20px 0} +.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit} +.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #ccc} +.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}.w3-striped tbody tr:nth-child(even){background-color:#f1f1f1} +.w3-table-all tr:nth-child(odd){background-color:#fff}.w3-table-all tr:nth-child(even){background-color:#f1f1f1} +.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center} +.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top} +.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px} +.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap} +.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)} +.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} +.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none} +.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none} +.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%} +.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none} +.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block} +.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s} +.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%} +.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc} +.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer} +.w3-dropdown-hover:hover .w3-dropdown-content{display:block} +.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#ccc;color:#000} +.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000} +.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1} +.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px} +.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto} +.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%} +.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%} +.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px} +.w3-main,#main{transition:margin-left .4s} +.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)} +.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px} +.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto} +.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0} +.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left} +.w3-bar .w3-button{white-space:normal} +.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0} +.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%} +.w3-responsive{display:block;overflow-x:auto} +.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before, +.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both} +.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%} +.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%} +.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%} +.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%} +@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%} +.w3-col.m5{width:41.66666%}.w3-col.m6,.w3-half{width:49.99999%}.w3-col.m7{width:58.33333%}.w3-col.m8,.w3-twothird{width:66.66666%} +.w3-col.m9,.w3-threequarter{width:74.99999%}.w3-col.m10{width:83.33333%}.w3-col.m11{width:91.66666%}.w3-col.m12{width:99.99999%}} +@media (min-width:993px){.w3-col.l1{width:8.33333%}.w3-col.l2{width:16.66666%}.w3-col.l3{width:24.99999%}.w3-col.l4{width:33.33333%} +.w3-col.l5{width:41.66666%}.w3-col.l6{width:49.99999%}.w3-col.l7{width:58.33333%}.w3-col.l8{width:66.66666%} +.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}} +.w3-rest{overflow:hidden}.w3-stretch{margin-left:-16px;margin-right:-16px} +.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:980px}.w3-auto{max-width:1140px} +.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell} +.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom} +.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important} +@media (max-width:1205px){.w3-auto{max-width:95%}} +@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px} +.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative} +.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center} +.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}} +@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}} +@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}} +@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}} +@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}} +.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0} +.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2} +.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0} +.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0} +.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)} +.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)} +.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)} +.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} +.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)} +.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none} +.w3-display-position{position:absolute} +.w3-circle{border-radius:50%} +.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px} +.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px} +.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px} +.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px} +.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word} +.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%} +.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)} +.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)} +.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}} +.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}} +.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}} +.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}} +.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}} +.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}} +.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}} +.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} +.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important} +.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1} +.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75} +.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)} +.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)} +.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)} +.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important} +.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important} +.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important} +.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important} +.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important} +.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important} +.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important} +.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important} +.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important} +.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important} +.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important} +.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important} +.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important} +.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important} +.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important} +.w3-padding-top-64{padding-top:64px!important}.w3-padding-top-48{padding-top:48px!important} +.w3-padding-top-32{padding-top:32px!important}.w3-padding-top-24{padding-top:24px!important} +.w3-left{float:left!important}.w3-right{float:right!important} +.w3-button:hover{color:#000!important;background-color:#ccc!important} +.w3-transparent,.w3-hover-none:hover{background-color:transparent!important} +.w3-hover-none:hover{box-shadow:none!important} +/* Colors */ +.w3-amber,.w3-hover-amber:hover{color:#000!important;background-color:#ffc107!important} +.w3-aqua,.w3-hover-aqua:hover{color:#000!important;background-color:#00ffff!important} +.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important} +.w3-light-blue,.w3-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important} +.w3-brown,.w3-hover-brown:hover{color:#fff!important;background-color:#795548!important} +.w3-cyan,.w3-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important} +.w3-blue-grey,.w3-hover-blue-grey:hover,.w3-blue-gray,.w3-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important} +.w3-green,.w3-hover-green:hover{color:#fff!important;background-color:#4CAF50!important} +.w3-light-green,.w3-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important} +.w3-indigo,.w3-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important} +.w3-khaki,.w3-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important} +.w3-lime,.w3-hover-lime:hover{color:#000!important;background-color:#cddc39!important} +.w3-orange,.w3-hover-orange:hover{color:#000!important;background-color:#ff9800!important} +.w3-deep-orange,.w3-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important} +.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#e91e63!important} +.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important} +.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important} +.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important} +.w3-sand,.w3-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important} +.w3-teal,.w3-hover-teal:hover{color:#fff!important;background-color:#009688!important} +.w3-yellow,.w3-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important} +.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important} +.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important} +.w3-grey,.w3-hover-grey:hover,.w3-gray,.w3-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important} +.w3-light-grey,.w3-hover-light-grey:hover,.w3-light-gray,.w3-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important} +.w3-dark-grey,.w3-hover-dark-grey:hover,.w3-dark-gray,.w3-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important} +.w3-pale-red,.w3-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important} +.w3-pale-green,.w3-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important} +.w3-pale-yellow,.w3-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important} +.w3-pale-blue,.w3-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important} +.w3-text-amber,.w3-hover-text-amber:hover{color:#ffc107!important} +.w3-text-aqua,.w3-hover-text-aqua:hover{color:#00ffff!important} +.w3-text-blue,.w3-hover-text-blue:hover{color:#2196F3!important} +.w3-text-light-blue,.w3-hover-text-light-blue:hover{color:#87CEEB!important} +.w3-text-brown,.w3-hover-text-brown:hover{color:#795548!important} +.w3-text-cyan,.w3-hover-text-cyan:hover{color:#00bcd4!important} +.w3-text-blue-grey,.w3-hover-text-blue-grey:hover,.w3-text-blue-gray,.w3-hover-text-blue-gray:hover{color:#607d8b!important} +.w3-text-green,.w3-hover-text-green:hover{color:#4CAF50!important} +.w3-text-light-green,.w3-hover-text-light-green:hover{color:#8bc34a!important} +.w3-text-indigo,.w3-hover-text-indigo:hover{color:#3f51b5!important} +.w3-text-khaki,.w3-hover-text-khaki:hover{color:#b4aa50!important} +.w3-text-lime,.w3-hover-text-lime:hover{color:#cddc39!important} +.w3-text-orange,.w3-hover-text-orange:hover{color:#ff9800!important} +.w3-text-deep-orange,.w3-hover-text-deep-orange:hover{color:#ff5722!important} +.w3-text-pink,.w3-hover-text-pink:hover{color:#e91e63!important} +.w3-text-purple,.w3-hover-text-purple:hover{color:#9c27b0!important} +.w3-text-deep-purple,.w3-hover-text-deep-purple:hover{color:#673ab7!important} +.w3-text-red,.w3-hover-text-red:hover{color:#f44336!important} +.w3-text-sand,.w3-hover-text-sand:hover{color:#fdf5e6!important} +.w3-text-teal,.w3-hover-text-teal:hover{color:#009688!important} +.w3-text-yellow,.w3-hover-text-yellow:hover{color:#d2be0e!important} +.w3-text-white,.w3-hover-text-white:hover{color:#fff!important} +.w3-text-black,.w3-hover-text-black:hover{color:#000!important} +.w3-text-grey,.w3-hover-text-grey:hover,.w3-text-gray,.w3-hover-text-gray:hover{color:#757575!important} +.w3-text-light-grey,.w3-hover-text-light-grey:hover,.w3-text-light-gray,.w3-hover-text-light-gray:hover{color:#f1f1f1!important} +.w3-text-dark-grey,.w3-hover-text-dark-grey:hover,.w3-text-dark-gray,.w3-hover-text-dark-gray:hover{color:#3a3a3a!important} +.w3-border-amber,.w3-hover-border-amber:hover{border-color:#ffc107!important} +.w3-border-aqua,.w3-hover-border-aqua:hover{border-color:#00ffff!important} +.w3-border-blue,.w3-hover-border-blue:hover{border-color:#2196F3!important} +.w3-border-light-blue,.w3-hover-border-light-blue:hover{border-color:#87CEEB!important} +.w3-border-brown,.w3-hover-border-brown:hover{border-color:#795548!important} +.w3-border-cyan,.w3-hover-border-cyan:hover{border-color:#00bcd4!important} +.w3-border-blue-grey,.w3-hover-border-blue-grey:hover,.w3-border-blue-gray,.w3-hover-border-blue-gray:hover{border-color:#607d8b!important} +.w3-border-green,.w3-hover-border-green:hover{border-color:#4CAF50!important} +.w3-border-light-green,.w3-hover-border-light-green:hover{border-color:#8bc34a!important} +.w3-border-indigo,.w3-hover-border-indigo:hover{border-color:#3f51b5!important} +.w3-border-khaki,.w3-hover-border-khaki:hover{border-color:#f0e68c!important} +.w3-border-lime,.w3-hover-border-lime:hover{border-color:#cddc39!important} +.w3-border-orange,.w3-hover-border-orange:hover{border-color:#ff9800!important} +.w3-border-deep-orange,.w3-hover-border-deep-orange:hover{border-color:#ff5722!important} +.w3-border-pink,.w3-hover-border-pink:hover{border-color:#e91e63!important} +.w3-border-purple,.w3-hover-border-purple:hover{border-color:#9c27b0!important} +.w3-border-deep-purple,.w3-hover-border-deep-purple:hover{border-color:#673ab7!important} +.w3-border-red,.w3-hover-border-red:hover{border-color:#f44336!important} +.w3-border-sand,.w3-hover-border-sand:hover{border-color:#fdf5e6!important} +.w3-border-teal,.w3-hover-border-teal:hover{border-color:#009688!important} +.w3-border-yellow,.w3-hover-border-yellow:hover{border-color:#ffeb3b!important} +.w3-border-white,.w3-hover-border-white:hover{border-color:#fff!important} +.w3-border-black,.w3-hover-border-black:hover{border-color:#000!important} +.w3-border-grey,.w3-hover-border-grey:hover,.w3-border-gray,.w3-hover-border-gray:hover{border-color:#9e9e9e!important} +.w3-border-light-grey,.w3-hover-border-light-grey:hover,.w3-border-light-gray,.w3-hover-border-light-gray:hover{border-color:#f1f1f1!important} +.w3-border-dark-grey,.w3-hover-border-dark-grey:hover,.w3-border-dark-gray,.w3-hover-border-dark-gray:hover{border-color:#616161!important} +.w3-border-pale-red,.w3-hover-border-pale-red:hover{border-color:#ffe7e7!important}.w3-border-pale-green,.w3-hover-border-pale-green:hover{border-color:#e7ffe7!important} +.w3-border-pale-yellow,.w3-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.w3-border-pale-blue,.w3-hover-border-pale-blue:hover{border-color:#e7ffff!important} \ No newline at end of file diff --git a/assets/images/background.jpg b/assets/images/background.jpg new file mode 100644 index 0000000..c4fed52 Binary files /dev/null and b/assets/images/background.jpg differ diff --git a/assets/images/cbs-dsp-logo.png b/assets/images/cbs-dsp-logo.png new file mode 100644 index 0000000..f639fa5 Binary files /dev/null and b/assets/images/cbs-dsp-logo.png differ diff --git a/assets/images/link-cbs.png b/assets/images/link-cbs.png new file mode 100644 index 0000000..fd8faf3 Binary files /dev/null and b/assets/images/link-cbs.png differ diff --git a/assets/images/link-niu.png b/assets/images/link-niu.png new file mode 100644 index 0000000..807f8ad Binary files /dev/null and b/assets/images/link-niu.png differ diff --git a/assets/images/link-olsp.png b/assets/images/link-olsp.png new file mode 100644 index 0000000..c34c6a7 Binary files /dev/null and b/assets/images/link-olsp.png differ diff --git a/assets/images/link-riken.png b/assets/images/link-riken.png new file mode 100644 index 0000000..d89437b Binary files /dev/null and b/assets/images/link-riken.png differ diff --git a/assets/images/logo32.png b/assets/images/logo32.png new file mode 100644 index 0000000..ac92601 Binary files /dev/null and b/assets/images/logo32.png differ diff --git a/assets/images/logo64.png b/assets/images/logo64.png new file mode 100644 index 0000000..8923f10 Binary files /dev/null and b/assets/images/logo64.png differ diff --git a/assets/images/map.jpg b/assets/images/map.jpg new file mode 100644 index 0000000..78c809f Binary files /dev/null and b/assets/images/map.jpg differ diff --git a/assets/images/team1.jpg b/assets/images/team1.jpg new file mode 100644 index 0000000..6082fa7 Binary files /dev/null and b/assets/images/team1.jpg differ diff --git a/assets/images/team2.jpg b/assets/images/team2.jpg new file mode 100644 index 0000000..9a346a7 Binary files /dev/null and b/assets/images/team2.jpg differ diff --git a/assets/images/team3.jpg b/assets/images/team3.jpg new file mode 100644 index 0000000..0035c60 Binary files /dev/null and b/assets/images/team3.jpg differ diff --git a/assets/images/team4.jpg b/assets/images/team4.jpg new file mode 100644 index 0000000..7bca2d0 Binary files /dev/null and b/assets/images/team4.jpg differ diff --git a/assets/images/tsneko/ace/alert.gif b/assets/images/tsneko/ace/alert.gif new file mode 100644 index 0000000..b96eae9 Binary files /dev/null and b/assets/images/tsneko/ace/alert.gif differ diff --git a/assets/images/tsneko/ace/erun1.gif b/assets/images/tsneko/ace/erun1.gif new file mode 100644 index 0000000..a4ef2cf Binary files /dev/null and b/assets/images/tsneko/ace/erun1.gif differ diff --git a/assets/images/tsneko/ace/erun2.gif b/assets/images/tsneko/ace/erun2.gif new file mode 100644 index 0000000..b98e0fe Binary files /dev/null and b/assets/images/tsneko/ace/erun2.gif differ diff --git a/assets/images/tsneko/ace/escratch1.gif b/assets/images/tsneko/ace/escratch1.gif new file mode 100644 index 0000000..af48bbc Binary files /dev/null and b/assets/images/tsneko/ace/escratch1.gif differ diff --git a/assets/images/tsneko/ace/escratch2.gif b/assets/images/tsneko/ace/escratch2.gif new file mode 100644 index 0000000..10f4605 Binary files /dev/null and b/assets/images/tsneko/ace/escratch2.gif differ diff --git a/assets/images/tsneko/ace/itch1.gif b/assets/images/tsneko/ace/itch1.gif new file mode 100644 index 0000000..aee5d51 Binary files /dev/null and b/assets/images/tsneko/ace/itch1.gif differ diff --git a/assets/images/tsneko/ace/itch2.gif b/assets/images/tsneko/ace/itch2.gif new file mode 100644 index 0000000..72bd59e Binary files /dev/null and b/assets/images/tsneko/ace/itch2.gif differ diff --git a/assets/images/tsneko/ace/nerun1.gif b/assets/images/tsneko/ace/nerun1.gif new file mode 100644 index 0000000..cead260 Binary files /dev/null and b/assets/images/tsneko/ace/nerun1.gif differ diff --git a/assets/images/tsneko/ace/nerun2.gif b/assets/images/tsneko/ace/nerun2.gif new file mode 100644 index 0000000..bd47e79 Binary files /dev/null and b/assets/images/tsneko/ace/nerun2.gif differ diff --git a/assets/images/tsneko/ace/nrun1.gif b/assets/images/tsneko/ace/nrun1.gif new file mode 100644 index 0000000..15952f3 Binary files /dev/null and b/assets/images/tsneko/ace/nrun1.gif differ diff --git a/assets/images/tsneko/ace/nrun2.gif b/assets/images/tsneko/ace/nrun2.gif new file mode 100644 index 0000000..702e957 Binary files /dev/null and b/assets/images/tsneko/ace/nrun2.gif differ diff --git a/assets/images/tsneko/ace/nscratch1.gif b/assets/images/tsneko/ace/nscratch1.gif new file mode 100644 index 0000000..50e36f6 Binary files /dev/null and b/assets/images/tsneko/ace/nscratch1.gif differ diff --git a/assets/images/tsneko/ace/nscratch2.gif b/assets/images/tsneko/ace/nscratch2.gif new file mode 100644 index 0000000..82b9648 Binary files /dev/null and b/assets/images/tsneko/ace/nscratch2.gif differ diff --git a/assets/images/tsneko/ace/nwrun1.gif b/assets/images/tsneko/ace/nwrun1.gif new file mode 100644 index 0000000..f5d31bc Binary files /dev/null and b/assets/images/tsneko/ace/nwrun1.gif differ diff --git a/assets/images/tsneko/ace/nwrun2.gif b/assets/images/tsneko/ace/nwrun2.gif new file mode 100644 index 0000000..d431718 Binary files /dev/null and b/assets/images/tsneko/ace/nwrun2.gif differ diff --git a/assets/images/tsneko/ace/serun1.gif b/assets/images/tsneko/ace/serun1.gif new file mode 100644 index 0000000..4449300 Binary files /dev/null and b/assets/images/tsneko/ace/serun1.gif differ diff --git a/assets/images/tsneko/ace/serun2.gif b/assets/images/tsneko/ace/serun2.gif new file mode 100644 index 0000000..05f49f7 Binary files /dev/null and b/assets/images/tsneko/ace/serun2.gif differ diff --git a/assets/images/tsneko/ace/sleep1.gif b/assets/images/tsneko/ace/sleep1.gif new file mode 100644 index 0000000..9cff802 Binary files /dev/null and b/assets/images/tsneko/ace/sleep1.gif differ diff --git a/assets/images/tsneko/ace/sleep2.gif b/assets/images/tsneko/ace/sleep2.gif new file mode 100644 index 0000000..3b341c9 Binary files /dev/null and b/assets/images/tsneko/ace/sleep2.gif differ diff --git a/assets/images/tsneko/ace/srun1.gif b/assets/images/tsneko/ace/srun1.gif new file mode 100644 index 0000000..b3107e5 Binary files /dev/null and b/assets/images/tsneko/ace/srun1.gif differ diff --git a/assets/images/tsneko/ace/srun2.gif b/assets/images/tsneko/ace/srun2.gif new file mode 100644 index 0000000..c0b716d Binary files /dev/null and b/assets/images/tsneko/ace/srun2.gif differ diff --git a/assets/images/tsneko/ace/sscratch1.gif b/assets/images/tsneko/ace/sscratch1.gif new file mode 100644 index 0000000..4c8e832 Binary files /dev/null and b/assets/images/tsneko/ace/sscratch1.gif differ diff --git a/assets/images/tsneko/ace/sscratch2.gif b/assets/images/tsneko/ace/sscratch2.gif new file mode 100644 index 0000000..f34af35 Binary files /dev/null and b/assets/images/tsneko/ace/sscratch2.gif differ diff --git a/assets/images/tsneko/ace/still.gif b/assets/images/tsneko/ace/still.gif new file mode 100644 index 0000000..77fe385 Binary files /dev/null and b/assets/images/tsneko/ace/still.gif differ diff --git a/assets/images/tsneko/ace/swrun1.gif b/assets/images/tsneko/ace/swrun1.gif new file mode 100644 index 0000000..aa90d82 Binary files /dev/null and b/assets/images/tsneko/ace/swrun1.gif differ diff --git a/assets/images/tsneko/ace/swrun2.gif b/assets/images/tsneko/ace/swrun2.gif new file mode 100644 index 0000000..c08567f Binary files /dev/null and b/assets/images/tsneko/ace/swrun2.gif differ diff --git a/assets/images/tsneko/ace/wrun1.gif b/assets/images/tsneko/ace/wrun1.gif new file mode 100644 index 0000000..a07cb0a Binary files /dev/null and b/assets/images/tsneko/ace/wrun1.gif differ diff --git a/assets/images/tsneko/ace/wrun2.gif b/assets/images/tsneko/ace/wrun2.gif new file mode 100644 index 0000000..f0fb569 Binary files /dev/null and b/assets/images/tsneko/ace/wrun2.gif differ diff --git a/assets/images/tsneko/ace/wscratch1.gif b/assets/images/tsneko/ace/wscratch1.gif new file mode 100644 index 0000000..e37a7fc Binary files /dev/null and b/assets/images/tsneko/ace/wscratch1.gif differ diff --git a/assets/images/tsneko/ace/wscratch2.gif b/assets/images/tsneko/ace/wscratch2.gif new file mode 100644 index 0000000..4705da5 Binary files /dev/null and b/assets/images/tsneko/ace/wscratch2.gif differ diff --git a/assets/images/tsneko/ace/yawn.gif b/assets/images/tsneko/ace/yawn.gif new file mode 100644 index 0000000..ec094c7 Binary files /dev/null and b/assets/images/tsneko/ace/yawn.gif differ diff --git a/assets/images/tsneko/air/alert.gif b/assets/images/tsneko/air/alert.gif new file mode 100644 index 0000000..89e7eff Binary files /dev/null and b/assets/images/tsneko/air/alert.gif differ diff --git a/assets/images/tsneko/air/erun1.gif b/assets/images/tsneko/air/erun1.gif new file mode 100644 index 0000000..21c9bb6 Binary files /dev/null and b/assets/images/tsneko/air/erun1.gif differ diff --git a/assets/images/tsneko/air/erun2.gif b/assets/images/tsneko/air/erun2.gif new file mode 100644 index 0000000..feca714 Binary files /dev/null and b/assets/images/tsneko/air/erun2.gif differ diff --git a/assets/images/tsneko/air/escratch1.gif b/assets/images/tsneko/air/escratch1.gif new file mode 100644 index 0000000..f036983 Binary files /dev/null and b/assets/images/tsneko/air/escratch1.gif differ diff --git a/assets/images/tsneko/air/escratch2.gif b/assets/images/tsneko/air/escratch2.gif new file mode 100644 index 0000000..da48f74 Binary files /dev/null and b/assets/images/tsneko/air/escratch2.gif differ diff --git a/assets/images/tsneko/air/itch1.gif b/assets/images/tsneko/air/itch1.gif new file mode 100644 index 0000000..598945b Binary files /dev/null and b/assets/images/tsneko/air/itch1.gif differ diff --git a/assets/images/tsneko/air/itch2.gif b/assets/images/tsneko/air/itch2.gif new file mode 100644 index 0000000..7dce4d0 Binary files /dev/null and b/assets/images/tsneko/air/itch2.gif differ diff --git a/assets/images/tsneko/air/nerun1.gif b/assets/images/tsneko/air/nerun1.gif new file mode 100644 index 0000000..94a2300 Binary files /dev/null and b/assets/images/tsneko/air/nerun1.gif differ diff --git a/assets/images/tsneko/air/nerun2.gif b/assets/images/tsneko/air/nerun2.gif new file mode 100644 index 0000000..509d268 Binary files /dev/null and b/assets/images/tsneko/air/nerun2.gif differ diff --git a/assets/images/tsneko/air/nrun1.gif b/assets/images/tsneko/air/nrun1.gif new file mode 100644 index 0000000..a46cc2b Binary files /dev/null and b/assets/images/tsneko/air/nrun1.gif differ diff --git a/assets/images/tsneko/air/nrun2.gif b/assets/images/tsneko/air/nrun2.gif new file mode 100644 index 0000000..2bd7e98 Binary files /dev/null and b/assets/images/tsneko/air/nrun2.gif differ diff --git a/assets/images/tsneko/air/nscratch1.gif b/assets/images/tsneko/air/nscratch1.gif new file mode 100644 index 0000000..5794621 Binary files /dev/null and b/assets/images/tsneko/air/nscratch1.gif differ diff --git a/assets/images/tsneko/air/nscratch2.gif b/assets/images/tsneko/air/nscratch2.gif new file mode 100644 index 0000000..8480a96 Binary files /dev/null and b/assets/images/tsneko/air/nscratch2.gif differ diff --git a/assets/images/tsneko/air/nwrun1.gif b/assets/images/tsneko/air/nwrun1.gif new file mode 100644 index 0000000..703b119 Binary files /dev/null and b/assets/images/tsneko/air/nwrun1.gif differ diff --git a/assets/images/tsneko/air/nwrun2.gif b/assets/images/tsneko/air/nwrun2.gif new file mode 100644 index 0000000..78be9b5 Binary files /dev/null and b/assets/images/tsneko/air/nwrun2.gif differ diff --git a/assets/images/tsneko/air/serun1.gif b/assets/images/tsneko/air/serun1.gif new file mode 100644 index 0000000..86f7376 Binary files /dev/null and b/assets/images/tsneko/air/serun1.gif differ diff --git a/assets/images/tsneko/air/serun2.gif b/assets/images/tsneko/air/serun2.gif new file mode 100644 index 0000000..33a80a5 Binary files /dev/null and b/assets/images/tsneko/air/serun2.gif differ diff --git a/assets/images/tsneko/air/sleep1.gif b/assets/images/tsneko/air/sleep1.gif new file mode 100644 index 0000000..fdfd16e Binary files /dev/null and b/assets/images/tsneko/air/sleep1.gif differ diff --git a/assets/images/tsneko/air/sleep2.gif b/assets/images/tsneko/air/sleep2.gif new file mode 100644 index 0000000..e8878ec Binary files /dev/null and b/assets/images/tsneko/air/sleep2.gif differ diff --git a/assets/images/tsneko/air/srun1.gif b/assets/images/tsneko/air/srun1.gif new file mode 100644 index 0000000..396d281 Binary files /dev/null and b/assets/images/tsneko/air/srun1.gif differ diff --git a/assets/images/tsneko/air/srun2.gif b/assets/images/tsneko/air/srun2.gif new file mode 100644 index 0000000..e329db1 Binary files /dev/null and b/assets/images/tsneko/air/srun2.gif differ diff --git a/assets/images/tsneko/air/sscratch1.gif b/assets/images/tsneko/air/sscratch1.gif new file mode 100644 index 0000000..f8af4aa Binary files /dev/null and b/assets/images/tsneko/air/sscratch1.gif differ diff --git a/assets/images/tsneko/air/sscratch2.gif b/assets/images/tsneko/air/sscratch2.gif new file mode 100644 index 0000000..6ba5cb6 Binary files /dev/null and b/assets/images/tsneko/air/sscratch2.gif differ diff --git a/assets/images/tsneko/air/still.gif b/assets/images/tsneko/air/still.gif new file mode 100644 index 0000000..7d2aecf Binary files /dev/null and b/assets/images/tsneko/air/still.gif differ diff --git a/assets/images/tsneko/air/swrun1.gif b/assets/images/tsneko/air/swrun1.gif new file mode 100644 index 0000000..8bbc829 Binary files /dev/null and b/assets/images/tsneko/air/swrun1.gif differ diff --git a/assets/images/tsneko/air/swrun2.gif b/assets/images/tsneko/air/swrun2.gif new file mode 100644 index 0000000..0c41f73 Binary files /dev/null and b/assets/images/tsneko/air/swrun2.gif differ diff --git a/assets/images/tsneko/air/wrun1.gif b/assets/images/tsneko/air/wrun1.gif new file mode 100644 index 0000000..23927fd Binary files /dev/null and b/assets/images/tsneko/air/wrun1.gif differ diff --git a/assets/images/tsneko/air/wrun2.gif b/assets/images/tsneko/air/wrun2.gif new file mode 100644 index 0000000..50f06f1 Binary files /dev/null and b/assets/images/tsneko/air/wrun2.gif differ diff --git a/assets/images/tsneko/air/wscratch1.gif b/assets/images/tsneko/air/wscratch1.gif new file mode 100644 index 0000000..f09673b Binary files /dev/null and b/assets/images/tsneko/air/wscratch1.gif differ diff --git a/assets/images/tsneko/air/wscratch2.gif b/assets/images/tsneko/air/wscratch2.gif new file mode 100644 index 0000000..6e87840 Binary files /dev/null and b/assets/images/tsneko/air/wscratch2.gif differ diff --git a/assets/images/tsneko/air/yawn.gif b/assets/images/tsneko/air/yawn.gif new file mode 100644 index 0000000..ef4895e Binary files /dev/null and b/assets/images/tsneko/air/yawn.gif differ diff --git a/assets/images/tsneko/black/alert.gif b/assets/images/tsneko/black/alert.gif new file mode 100644 index 0000000..c163d4f Binary files /dev/null and b/assets/images/tsneko/black/alert.gif differ diff --git a/assets/images/tsneko/black/erun1.gif b/assets/images/tsneko/black/erun1.gif new file mode 100644 index 0000000..99df775 Binary files /dev/null and b/assets/images/tsneko/black/erun1.gif differ diff --git a/assets/images/tsneko/black/erun2.gif b/assets/images/tsneko/black/erun2.gif new file mode 100644 index 0000000..a408920 Binary files /dev/null and b/assets/images/tsneko/black/erun2.gif differ diff --git a/assets/images/tsneko/black/escratch1.gif b/assets/images/tsneko/black/escratch1.gif new file mode 100644 index 0000000..8d52551 Binary files /dev/null and b/assets/images/tsneko/black/escratch1.gif differ diff --git a/assets/images/tsneko/black/escratch2.gif b/assets/images/tsneko/black/escratch2.gif new file mode 100644 index 0000000..5f64bdc Binary files /dev/null and b/assets/images/tsneko/black/escratch2.gif differ diff --git a/assets/images/tsneko/black/itch1.gif b/assets/images/tsneko/black/itch1.gif new file mode 100644 index 0000000..829d47b Binary files /dev/null and b/assets/images/tsneko/black/itch1.gif differ diff --git a/assets/images/tsneko/black/itch2.gif b/assets/images/tsneko/black/itch2.gif new file mode 100644 index 0000000..d6fbecb Binary files /dev/null and b/assets/images/tsneko/black/itch2.gif differ diff --git a/assets/images/tsneko/black/nerun1.gif b/assets/images/tsneko/black/nerun1.gif new file mode 100644 index 0000000..3f7e509 Binary files /dev/null and b/assets/images/tsneko/black/nerun1.gif differ diff --git a/assets/images/tsneko/black/nerun2.gif b/assets/images/tsneko/black/nerun2.gif new file mode 100644 index 0000000..5894017 Binary files /dev/null and b/assets/images/tsneko/black/nerun2.gif differ diff --git a/assets/images/tsneko/black/nrun1.gif b/assets/images/tsneko/black/nrun1.gif new file mode 100644 index 0000000..0e7c357 Binary files /dev/null and b/assets/images/tsneko/black/nrun1.gif differ diff --git a/assets/images/tsneko/black/nrun2.gif b/assets/images/tsneko/black/nrun2.gif new file mode 100644 index 0000000..6a5ca9f Binary files /dev/null and b/assets/images/tsneko/black/nrun2.gif differ diff --git a/assets/images/tsneko/black/nscratch1.gif b/assets/images/tsneko/black/nscratch1.gif new file mode 100644 index 0000000..2fac1a7 Binary files /dev/null and b/assets/images/tsneko/black/nscratch1.gif differ diff --git a/assets/images/tsneko/black/nscratch2.gif b/assets/images/tsneko/black/nscratch2.gif new file mode 100644 index 0000000..e8dde19 Binary files /dev/null and b/assets/images/tsneko/black/nscratch2.gif differ diff --git a/assets/images/tsneko/black/nwrun1.gif b/assets/images/tsneko/black/nwrun1.gif new file mode 100644 index 0000000..54e5bd4 Binary files /dev/null and b/assets/images/tsneko/black/nwrun1.gif differ diff --git a/assets/images/tsneko/black/nwrun2.gif b/assets/images/tsneko/black/nwrun2.gif new file mode 100644 index 0000000..80b0840 Binary files /dev/null and b/assets/images/tsneko/black/nwrun2.gif differ diff --git a/assets/images/tsneko/black/serun1.gif b/assets/images/tsneko/black/serun1.gif new file mode 100644 index 0000000..c252870 Binary files /dev/null and b/assets/images/tsneko/black/serun1.gif differ diff --git a/assets/images/tsneko/black/serun2.gif b/assets/images/tsneko/black/serun2.gif new file mode 100644 index 0000000..4650a05 Binary files /dev/null and b/assets/images/tsneko/black/serun2.gif differ diff --git a/assets/images/tsneko/black/sleep1.gif b/assets/images/tsneko/black/sleep1.gif new file mode 100644 index 0000000..a140ffc Binary files /dev/null and b/assets/images/tsneko/black/sleep1.gif differ diff --git a/assets/images/tsneko/black/sleep2.gif b/assets/images/tsneko/black/sleep2.gif new file mode 100644 index 0000000..8b6c5c6 Binary files /dev/null and b/assets/images/tsneko/black/sleep2.gif differ diff --git a/assets/images/tsneko/black/srun1.gif b/assets/images/tsneko/black/srun1.gif new file mode 100644 index 0000000..077ac90 Binary files /dev/null and b/assets/images/tsneko/black/srun1.gif differ diff --git a/assets/images/tsneko/black/srun2.gif b/assets/images/tsneko/black/srun2.gif new file mode 100644 index 0000000..0e534e3 Binary files /dev/null and b/assets/images/tsneko/black/srun2.gif differ diff --git a/assets/images/tsneko/black/sscratch1.gif b/assets/images/tsneko/black/sscratch1.gif new file mode 100644 index 0000000..0290b98 Binary files /dev/null and b/assets/images/tsneko/black/sscratch1.gif differ diff --git a/assets/images/tsneko/black/sscratch2.gif b/assets/images/tsneko/black/sscratch2.gif new file mode 100644 index 0000000..11f1dae Binary files /dev/null and b/assets/images/tsneko/black/sscratch2.gif differ diff --git a/assets/images/tsneko/black/still.gif b/assets/images/tsneko/black/still.gif new file mode 100644 index 0000000..d59f7ae Binary files /dev/null and b/assets/images/tsneko/black/still.gif differ diff --git a/assets/images/tsneko/black/swrun1.gif b/assets/images/tsneko/black/swrun1.gif new file mode 100644 index 0000000..2ae3219 Binary files /dev/null and b/assets/images/tsneko/black/swrun1.gif differ diff --git a/assets/images/tsneko/black/swrun2.gif b/assets/images/tsneko/black/swrun2.gif new file mode 100644 index 0000000..9eea5cf Binary files /dev/null and b/assets/images/tsneko/black/swrun2.gif differ diff --git a/assets/images/tsneko/black/wrun1.gif b/assets/images/tsneko/black/wrun1.gif new file mode 100644 index 0000000..df08626 Binary files /dev/null and b/assets/images/tsneko/black/wrun1.gif differ diff --git a/assets/images/tsneko/black/wrun2.gif b/assets/images/tsneko/black/wrun2.gif new file mode 100644 index 0000000..3cbb54d Binary files /dev/null and b/assets/images/tsneko/black/wrun2.gif differ diff --git a/assets/images/tsneko/black/wscratch1.gif b/assets/images/tsneko/black/wscratch1.gif new file mode 100644 index 0000000..a7588e2 Binary files /dev/null and b/assets/images/tsneko/black/wscratch1.gif differ diff --git a/assets/images/tsneko/black/wscratch2.gif b/assets/images/tsneko/black/wscratch2.gif new file mode 100644 index 0000000..eb3a5eb Binary files /dev/null and b/assets/images/tsneko/black/wscratch2.gif differ diff --git a/assets/images/tsneko/black/yawn.gif b/assets/images/tsneko/black/yawn.gif new file mode 100644 index 0000000..2e30375 Binary files /dev/null and b/assets/images/tsneko/black/yawn.gif differ diff --git a/assets/images/tsneko/blue/alert.gif b/assets/images/tsneko/blue/alert.gif new file mode 100644 index 0000000..82a328d Binary files /dev/null and b/assets/images/tsneko/blue/alert.gif differ diff --git a/assets/images/tsneko/blue/erun1.gif b/assets/images/tsneko/blue/erun1.gif new file mode 100644 index 0000000..eaf962d Binary files /dev/null and b/assets/images/tsneko/blue/erun1.gif differ diff --git a/assets/images/tsneko/blue/erun2.gif b/assets/images/tsneko/blue/erun2.gif new file mode 100644 index 0000000..fc0c380 Binary files /dev/null and b/assets/images/tsneko/blue/erun2.gif differ diff --git a/assets/images/tsneko/blue/escratch1.gif b/assets/images/tsneko/blue/escratch1.gif new file mode 100644 index 0000000..549bc8f Binary files /dev/null and b/assets/images/tsneko/blue/escratch1.gif differ diff --git a/assets/images/tsneko/blue/escratch2.gif b/assets/images/tsneko/blue/escratch2.gif new file mode 100644 index 0000000..ff20651 Binary files /dev/null and b/assets/images/tsneko/blue/escratch2.gif differ diff --git a/assets/images/tsneko/blue/itch1.gif b/assets/images/tsneko/blue/itch1.gif new file mode 100644 index 0000000..bb31d01 Binary files /dev/null and b/assets/images/tsneko/blue/itch1.gif differ diff --git a/assets/images/tsneko/blue/itch2.gif b/assets/images/tsneko/blue/itch2.gif new file mode 100644 index 0000000..ba01856 Binary files /dev/null and b/assets/images/tsneko/blue/itch2.gif differ diff --git a/assets/images/tsneko/blue/nerun1.gif b/assets/images/tsneko/blue/nerun1.gif new file mode 100644 index 0000000..c71f2d6 Binary files /dev/null and b/assets/images/tsneko/blue/nerun1.gif differ diff --git a/assets/images/tsneko/blue/nerun2.gif b/assets/images/tsneko/blue/nerun2.gif new file mode 100644 index 0000000..870a0ad Binary files /dev/null and b/assets/images/tsneko/blue/nerun2.gif differ diff --git a/assets/images/tsneko/blue/nrun1.gif b/assets/images/tsneko/blue/nrun1.gif new file mode 100644 index 0000000..e482d18 Binary files /dev/null and b/assets/images/tsneko/blue/nrun1.gif differ diff --git a/assets/images/tsneko/blue/nrun2.gif b/assets/images/tsneko/blue/nrun2.gif new file mode 100644 index 0000000..ed0b2a6 Binary files /dev/null and b/assets/images/tsneko/blue/nrun2.gif differ diff --git a/assets/images/tsneko/blue/nscratch1.gif b/assets/images/tsneko/blue/nscratch1.gif new file mode 100644 index 0000000..ec0b681 Binary files /dev/null and b/assets/images/tsneko/blue/nscratch1.gif differ diff --git a/assets/images/tsneko/blue/nscratch2.gif b/assets/images/tsneko/blue/nscratch2.gif new file mode 100644 index 0000000..c857bb8 Binary files /dev/null and b/assets/images/tsneko/blue/nscratch2.gif differ diff --git a/assets/images/tsneko/blue/nwrun1.gif b/assets/images/tsneko/blue/nwrun1.gif new file mode 100644 index 0000000..683eefa Binary files /dev/null and b/assets/images/tsneko/blue/nwrun1.gif differ diff --git a/assets/images/tsneko/blue/nwrun2.gif b/assets/images/tsneko/blue/nwrun2.gif new file mode 100644 index 0000000..d643045 Binary files /dev/null and b/assets/images/tsneko/blue/nwrun2.gif differ diff --git a/assets/images/tsneko/blue/serun1.gif b/assets/images/tsneko/blue/serun1.gif new file mode 100644 index 0000000..f1c5f21 Binary files /dev/null and b/assets/images/tsneko/blue/serun1.gif differ diff --git a/assets/images/tsneko/blue/serun2.gif b/assets/images/tsneko/blue/serun2.gif new file mode 100644 index 0000000..00fecee Binary files /dev/null and b/assets/images/tsneko/blue/serun2.gif differ diff --git a/assets/images/tsneko/blue/sleep1.gif b/assets/images/tsneko/blue/sleep1.gif new file mode 100644 index 0000000..65a3bb2 Binary files /dev/null and b/assets/images/tsneko/blue/sleep1.gif differ diff --git a/assets/images/tsneko/blue/sleep2.gif b/assets/images/tsneko/blue/sleep2.gif new file mode 100644 index 0000000..06134f3 Binary files /dev/null and b/assets/images/tsneko/blue/sleep2.gif differ diff --git a/assets/images/tsneko/blue/srun1.gif b/assets/images/tsneko/blue/srun1.gif new file mode 100644 index 0000000..7c42d25 Binary files /dev/null and b/assets/images/tsneko/blue/srun1.gif differ diff --git a/assets/images/tsneko/blue/srun2.gif b/assets/images/tsneko/blue/srun2.gif new file mode 100644 index 0000000..0cc9b09 Binary files /dev/null and b/assets/images/tsneko/blue/srun2.gif differ diff --git a/assets/images/tsneko/blue/sscratch1.gif b/assets/images/tsneko/blue/sscratch1.gif new file mode 100644 index 0000000..c283dfc Binary files /dev/null and b/assets/images/tsneko/blue/sscratch1.gif differ diff --git a/assets/images/tsneko/blue/sscratch2.gif b/assets/images/tsneko/blue/sscratch2.gif new file mode 100644 index 0000000..a0104a4 Binary files /dev/null and b/assets/images/tsneko/blue/sscratch2.gif differ diff --git a/assets/images/tsneko/blue/still.gif b/assets/images/tsneko/blue/still.gif new file mode 100644 index 0000000..c26e803 Binary files /dev/null and b/assets/images/tsneko/blue/still.gif differ diff --git a/assets/images/tsneko/blue/swrun1.gif b/assets/images/tsneko/blue/swrun1.gif new file mode 100644 index 0000000..b7bd41b Binary files /dev/null and b/assets/images/tsneko/blue/swrun1.gif differ diff --git a/assets/images/tsneko/blue/swrun2.gif b/assets/images/tsneko/blue/swrun2.gif new file mode 100644 index 0000000..7b05636 Binary files /dev/null and b/assets/images/tsneko/blue/swrun2.gif differ diff --git a/assets/images/tsneko/blue/wrun1.gif b/assets/images/tsneko/blue/wrun1.gif new file mode 100644 index 0000000..4573138 Binary files /dev/null and b/assets/images/tsneko/blue/wrun1.gif differ diff --git a/assets/images/tsneko/blue/wrun2.gif b/assets/images/tsneko/blue/wrun2.gif new file mode 100644 index 0000000..2154b10 Binary files /dev/null and b/assets/images/tsneko/blue/wrun2.gif differ diff --git a/assets/images/tsneko/blue/wscratch1.gif b/assets/images/tsneko/blue/wscratch1.gif new file mode 100644 index 0000000..d0699a5 Binary files /dev/null and b/assets/images/tsneko/blue/wscratch1.gif differ diff --git a/assets/images/tsneko/blue/wscratch2.gif b/assets/images/tsneko/blue/wscratch2.gif new file mode 100644 index 0000000..e399583 Binary files /dev/null and b/assets/images/tsneko/blue/wscratch2.gif differ diff --git a/assets/images/tsneko/blue/yawn.gif b/assets/images/tsneko/blue/yawn.gif new file mode 100644 index 0000000..a24c431 Binary files /dev/null and b/assets/images/tsneko/blue/yawn.gif differ diff --git a/assets/images/tsneko/calico/alert.gif b/assets/images/tsneko/calico/alert.gif new file mode 100644 index 0000000..b92b17e Binary files /dev/null and b/assets/images/tsneko/calico/alert.gif differ diff --git a/assets/images/tsneko/calico/erun1.gif b/assets/images/tsneko/calico/erun1.gif new file mode 100644 index 0000000..db83cd7 Binary files /dev/null and b/assets/images/tsneko/calico/erun1.gif differ diff --git a/assets/images/tsneko/calico/erun2.gif b/assets/images/tsneko/calico/erun2.gif new file mode 100644 index 0000000..de670b1 Binary files /dev/null and b/assets/images/tsneko/calico/erun2.gif differ diff --git a/assets/images/tsneko/calico/escratch1.gif b/assets/images/tsneko/calico/escratch1.gif new file mode 100644 index 0000000..cc375b8 Binary files /dev/null and b/assets/images/tsneko/calico/escratch1.gif differ diff --git a/assets/images/tsneko/calico/escratch2.gif b/assets/images/tsneko/calico/escratch2.gif new file mode 100644 index 0000000..6030b49 Binary files /dev/null and b/assets/images/tsneko/calico/escratch2.gif differ diff --git a/assets/images/tsneko/calico/itch1.gif b/assets/images/tsneko/calico/itch1.gif new file mode 100644 index 0000000..ba07e97 Binary files /dev/null and b/assets/images/tsneko/calico/itch1.gif differ diff --git a/assets/images/tsneko/calico/itch2.gif b/assets/images/tsneko/calico/itch2.gif new file mode 100644 index 0000000..92a90fd Binary files /dev/null and b/assets/images/tsneko/calico/itch2.gif differ diff --git a/assets/images/tsneko/calico/nerun1.gif b/assets/images/tsneko/calico/nerun1.gif new file mode 100644 index 0000000..d057aba Binary files /dev/null and b/assets/images/tsneko/calico/nerun1.gif differ diff --git a/assets/images/tsneko/calico/nerun2.gif b/assets/images/tsneko/calico/nerun2.gif new file mode 100644 index 0000000..a026c12 Binary files /dev/null and b/assets/images/tsneko/calico/nerun2.gif differ diff --git a/assets/images/tsneko/calico/nrun1.gif b/assets/images/tsneko/calico/nrun1.gif new file mode 100644 index 0000000..364951f Binary files /dev/null and b/assets/images/tsneko/calico/nrun1.gif differ diff --git a/assets/images/tsneko/calico/nrun2.gif b/assets/images/tsneko/calico/nrun2.gif new file mode 100644 index 0000000..63b6a88 Binary files /dev/null and b/assets/images/tsneko/calico/nrun2.gif differ diff --git a/assets/images/tsneko/calico/nscratch1.gif b/assets/images/tsneko/calico/nscratch1.gif new file mode 100644 index 0000000..b6d09df Binary files /dev/null and b/assets/images/tsneko/calico/nscratch1.gif differ diff --git a/assets/images/tsneko/calico/nscratch2.gif b/assets/images/tsneko/calico/nscratch2.gif new file mode 100644 index 0000000..b0c37fc Binary files /dev/null and b/assets/images/tsneko/calico/nscratch2.gif differ diff --git a/assets/images/tsneko/calico/nwrun1.gif b/assets/images/tsneko/calico/nwrun1.gif new file mode 100644 index 0000000..cdc936f Binary files /dev/null and b/assets/images/tsneko/calico/nwrun1.gif differ diff --git a/assets/images/tsneko/calico/nwrun2.gif b/assets/images/tsneko/calico/nwrun2.gif new file mode 100644 index 0000000..c7aa023 Binary files /dev/null and b/assets/images/tsneko/calico/nwrun2.gif differ diff --git a/assets/images/tsneko/calico/serun1.gif b/assets/images/tsneko/calico/serun1.gif new file mode 100644 index 0000000..06e2a21 Binary files /dev/null and b/assets/images/tsneko/calico/serun1.gif differ diff --git a/assets/images/tsneko/calico/serun2.gif b/assets/images/tsneko/calico/serun2.gif new file mode 100644 index 0000000..87ad195 Binary files /dev/null and b/assets/images/tsneko/calico/serun2.gif differ diff --git a/assets/images/tsneko/calico/sleep1.gif b/assets/images/tsneko/calico/sleep1.gif new file mode 100644 index 0000000..dc09624 Binary files /dev/null and b/assets/images/tsneko/calico/sleep1.gif differ diff --git a/assets/images/tsneko/calico/sleep2.gif b/assets/images/tsneko/calico/sleep2.gif new file mode 100644 index 0000000..6308077 Binary files /dev/null and b/assets/images/tsneko/calico/sleep2.gif differ diff --git a/assets/images/tsneko/calico/srun1.gif b/assets/images/tsneko/calico/srun1.gif new file mode 100644 index 0000000..59dfcb1 Binary files /dev/null and b/assets/images/tsneko/calico/srun1.gif differ diff --git a/assets/images/tsneko/calico/srun2.gif b/assets/images/tsneko/calico/srun2.gif new file mode 100644 index 0000000..a81c9b4 Binary files /dev/null and b/assets/images/tsneko/calico/srun2.gif differ diff --git a/assets/images/tsneko/calico/sscratch1.gif b/assets/images/tsneko/calico/sscratch1.gif new file mode 100644 index 0000000..982dc06 Binary files /dev/null and b/assets/images/tsneko/calico/sscratch1.gif differ diff --git a/assets/images/tsneko/calico/sscratch2.gif b/assets/images/tsneko/calico/sscratch2.gif new file mode 100644 index 0000000..7fe79b9 Binary files /dev/null and b/assets/images/tsneko/calico/sscratch2.gif differ diff --git a/assets/images/tsneko/calico/still.gif b/assets/images/tsneko/calico/still.gif new file mode 100644 index 0000000..8b589b8 Binary files /dev/null and b/assets/images/tsneko/calico/still.gif differ diff --git a/assets/images/tsneko/calico/swrun1.gif b/assets/images/tsneko/calico/swrun1.gif new file mode 100644 index 0000000..d7faa70 Binary files /dev/null and b/assets/images/tsneko/calico/swrun1.gif differ diff --git a/assets/images/tsneko/calico/swrun2.gif b/assets/images/tsneko/calico/swrun2.gif new file mode 100644 index 0000000..804f5e2 Binary files /dev/null and b/assets/images/tsneko/calico/swrun2.gif differ diff --git a/assets/images/tsneko/calico/wrun1.gif b/assets/images/tsneko/calico/wrun1.gif new file mode 100644 index 0000000..70fcfd2 Binary files /dev/null and b/assets/images/tsneko/calico/wrun1.gif differ diff --git a/assets/images/tsneko/calico/wrun2.gif b/assets/images/tsneko/calico/wrun2.gif new file mode 100644 index 0000000..c1cec6d Binary files /dev/null and b/assets/images/tsneko/calico/wrun2.gif differ diff --git a/assets/images/tsneko/calico/wscratch1.gif b/assets/images/tsneko/calico/wscratch1.gif new file mode 100644 index 0000000..90020c5 Binary files /dev/null and b/assets/images/tsneko/calico/wscratch1.gif differ diff --git a/assets/images/tsneko/calico/wscratch2.gif b/assets/images/tsneko/calico/wscratch2.gif new file mode 100644 index 0000000..0e9ad8e Binary files /dev/null and b/assets/images/tsneko/calico/wscratch2.gif differ diff --git a/assets/images/tsneko/calico/yawn.gif b/assets/images/tsneko/calico/yawn.gif new file mode 100644 index 0000000..31987d0 Binary files /dev/null and b/assets/images/tsneko/calico/yawn.gif differ diff --git a/assets/images/tsneko/colourful/alert.gif b/assets/images/tsneko/colourful/alert.gif new file mode 100644 index 0000000..a6cf8c1 Binary files /dev/null and b/assets/images/tsneko/colourful/alert.gif differ diff --git a/assets/images/tsneko/colourful/erun1.gif b/assets/images/tsneko/colourful/erun1.gif new file mode 100644 index 0000000..a13b64a Binary files /dev/null and b/assets/images/tsneko/colourful/erun1.gif differ diff --git a/assets/images/tsneko/colourful/erun2.gif b/assets/images/tsneko/colourful/erun2.gif new file mode 100644 index 0000000..33015f0 Binary files /dev/null and b/assets/images/tsneko/colourful/erun2.gif differ diff --git a/assets/images/tsneko/colourful/escratch1.gif b/assets/images/tsneko/colourful/escratch1.gif new file mode 100644 index 0000000..775a7c8 Binary files /dev/null and b/assets/images/tsneko/colourful/escratch1.gif differ diff --git a/assets/images/tsneko/colourful/escratch2.gif b/assets/images/tsneko/colourful/escratch2.gif new file mode 100644 index 0000000..5ae2f8f Binary files /dev/null and b/assets/images/tsneko/colourful/escratch2.gif differ diff --git a/assets/images/tsneko/colourful/itch1.gif b/assets/images/tsneko/colourful/itch1.gif new file mode 100644 index 0000000..558690a Binary files /dev/null and b/assets/images/tsneko/colourful/itch1.gif differ diff --git a/assets/images/tsneko/colourful/itch2.gif b/assets/images/tsneko/colourful/itch2.gif new file mode 100644 index 0000000..e41326d Binary files /dev/null and b/assets/images/tsneko/colourful/itch2.gif differ diff --git a/assets/images/tsneko/colourful/nerun1.gif b/assets/images/tsneko/colourful/nerun1.gif new file mode 100644 index 0000000..87e4a67 Binary files /dev/null and b/assets/images/tsneko/colourful/nerun1.gif differ diff --git a/assets/images/tsneko/colourful/nerun2.gif b/assets/images/tsneko/colourful/nerun2.gif new file mode 100644 index 0000000..faf53af Binary files /dev/null and b/assets/images/tsneko/colourful/nerun2.gif differ diff --git a/assets/images/tsneko/colourful/nrun1.gif b/assets/images/tsneko/colourful/nrun1.gif new file mode 100644 index 0000000..3e2ad97 Binary files /dev/null and b/assets/images/tsneko/colourful/nrun1.gif differ diff --git a/assets/images/tsneko/colourful/nrun2.gif b/assets/images/tsneko/colourful/nrun2.gif new file mode 100644 index 0000000..0fedccd Binary files /dev/null and b/assets/images/tsneko/colourful/nrun2.gif differ diff --git a/assets/images/tsneko/colourful/nscratch1.gif b/assets/images/tsneko/colourful/nscratch1.gif new file mode 100644 index 0000000..4076f07 Binary files /dev/null and b/assets/images/tsneko/colourful/nscratch1.gif differ diff --git a/assets/images/tsneko/colourful/nscratch2.gif b/assets/images/tsneko/colourful/nscratch2.gif new file mode 100644 index 0000000..7996782 Binary files /dev/null and b/assets/images/tsneko/colourful/nscratch2.gif differ diff --git a/assets/images/tsneko/colourful/nwrun1.gif b/assets/images/tsneko/colourful/nwrun1.gif new file mode 100644 index 0000000..6094818 Binary files /dev/null and b/assets/images/tsneko/colourful/nwrun1.gif differ diff --git a/assets/images/tsneko/colourful/nwrun2.gif b/assets/images/tsneko/colourful/nwrun2.gif new file mode 100644 index 0000000..02ae8c5 Binary files /dev/null and b/assets/images/tsneko/colourful/nwrun2.gif differ diff --git a/assets/images/tsneko/colourful/serun1.gif b/assets/images/tsneko/colourful/serun1.gif new file mode 100644 index 0000000..dd411a1 Binary files /dev/null and b/assets/images/tsneko/colourful/serun1.gif differ diff --git a/assets/images/tsneko/colourful/serun2.gif b/assets/images/tsneko/colourful/serun2.gif new file mode 100644 index 0000000..91ba08c Binary files /dev/null and b/assets/images/tsneko/colourful/serun2.gif differ diff --git a/assets/images/tsneko/colourful/sleep1.gif b/assets/images/tsneko/colourful/sleep1.gif new file mode 100644 index 0000000..f1b1f1f Binary files /dev/null and b/assets/images/tsneko/colourful/sleep1.gif differ diff --git a/assets/images/tsneko/colourful/sleep2.gif b/assets/images/tsneko/colourful/sleep2.gif new file mode 100644 index 0000000..699c639 Binary files /dev/null and b/assets/images/tsneko/colourful/sleep2.gif differ diff --git a/assets/images/tsneko/colourful/srun1.gif b/assets/images/tsneko/colourful/srun1.gif new file mode 100644 index 0000000..7538ee6 Binary files /dev/null and b/assets/images/tsneko/colourful/srun1.gif differ diff --git a/assets/images/tsneko/colourful/srun2.gif b/assets/images/tsneko/colourful/srun2.gif new file mode 100644 index 0000000..7b82c72 Binary files /dev/null and b/assets/images/tsneko/colourful/srun2.gif differ diff --git a/assets/images/tsneko/colourful/sscratch1.gif b/assets/images/tsneko/colourful/sscratch1.gif new file mode 100644 index 0000000..b564e3a Binary files /dev/null and b/assets/images/tsneko/colourful/sscratch1.gif differ diff --git a/assets/images/tsneko/colourful/sscratch2.gif b/assets/images/tsneko/colourful/sscratch2.gif new file mode 100644 index 0000000..eb9a98f Binary files /dev/null and b/assets/images/tsneko/colourful/sscratch2.gif differ diff --git a/assets/images/tsneko/colourful/still.gif b/assets/images/tsneko/colourful/still.gif new file mode 100644 index 0000000..b7c2d90 Binary files /dev/null and b/assets/images/tsneko/colourful/still.gif differ diff --git a/assets/images/tsneko/colourful/swrun1.gif b/assets/images/tsneko/colourful/swrun1.gif new file mode 100644 index 0000000..f0a0b1a Binary files /dev/null and b/assets/images/tsneko/colourful/swrun1.gif differ diff --git a/assets/images/tsneko/colourful/swrun2.gif b/assets/images/tsneko/colourful/swrun2.gif new file mode 100644 index 0000000..51d5c23 Binary files /dev/null and b/assets/images/tsneko/colourful/swrun2.gif differ diff --git a/assets/images/tsneko/colourful/wrun1.gif b/assets/images/tsneko/colourful/wrun1.gif new file mode 100644 index 0000000..a87745c Binary files /dev/null and b/assets/images/tsneko/colourful/wrun1.gif differ diff --git a/assets/images/tsneko/colourful/wrun2.gif b/assets/images/tsneko/colourful/wrun2.gif new file mode 100644 index 0000000..93633d5 Binary files /dev/null and b/assets/images/tsneko/colourful/wrun2.gif differ diff --git a/assets/images/tsneko/colourful/wscratch1.gif b/assets/images/tsneko/colourful/wscratch1.gif new file mode 100644 index 0000000..02e63c3 Binary files /dev/null and b/assets/images/tsneko/colourful/wscratch1.gif differ diff --git a/assets/images/tsneko/colourful/wscratch2.gif b/assets/images/tsneko/colourful/wscratch2.gif new file mode 100644 index 0000000..bfbb302 Binary files /dev/null and b/assets/images/tsneko/colourful/wscratch2.gif differ diff --git a/assets/images/tsneko/colourful/yawn.gif b/assets/images/tsneko/colourful/yawn.gif new file mode 100644 index 0000000..97273fa Binary files /dev/null and b/assets/images/tsneko/colourful/yawn.gif differ diff --git a/assets/images/tsneko/dave/alert.gif b/assets/images/tsneko/dave/alert.gif new file mode 100644 index 0000000..aa1ad89 Binary files /dev/null and b/assets/images/tsneko/dave/alert.gif differ diff --git a/assets/images/tsneko/dave/erun1.gif b/assets/images/tsneko/dave/erun1.gif new file mode 100644 index 0000000..3a595cf Binary files /dev/null and b/assets/images/tsneko/dave/erun1.gif differ diff --git a/assets/images/tsneko/dave/erun2.gif b/assets/images/tsneko/dave/erun2.gif new file mode 100644 index 0000000..ad867f0 Binary files /dev/null and b/assets/images/tsneko/dave/erun2.gif differ diff --git a/assets/images/tsneko/dave/escratch1.gif b/assets/images/tsneko/dave/escratch1.gif new file mode 100644 index 0000000..08ece0e Binary files /dev/null and b/assets/images/tsneko/dave/escratch1.gif differ diff --git a/assets/images/tsneko/dave/escratch2.gif b/assets/images/tsneko/dave/escratch2.gif new file mode 100644 index 0000000..a4454d9 Binary files /dev/null and b/assets/images/tsneko/dave/escratch2.gif differ diff --git a/assets/images/tsneko/dave/itch1.gif b/assets/images/tsneko/dave/itch1.gif new file mode 100644 index 0000000..1ae03d8 Binary files /dev/null and b/assets/images/tsneko/dave/itch1.gif differ diff --git a/assets/images/tsneko/dave/itch2.gif b/assets/images/tsneko/dave/itch2.gif new file mode 100644 index 0000000..7a27f90 Binary files /dev/null and b/assets/images/tsneko/dave/itch2.gif differ diff --git a/assets/images/tsneko/dave/nerun1.gif b/assets/images/tsneko/dave/nerun1.gif new file mode 100644 index 0000000..4b74fa7 Binary files /dev/null and b/assets/images/tsneko/dave/nerun1.gif differ diff --git a/assets/images/tsneko/dave/nerun2.gif b/assets/images/tsneko/dave/nerun2.gif new file mode 100644 index 0000000..3b53f6e Binary files /dev/null and b/assets/images/tsneko/dave/nerun2.gif differ diff --git a/assets/images/tsneko/dave/nrun1.gif b/assets/images/tsneko/dave/nrun1.gif new file mode 100644 index 0000000..97485d9 Binary files /dev/null and b/assets/images/tsneko/dave/nrun1.gif differ diff --git a/assets/images/tsneko/dave/nrun2.gif b/assets/images/tsneko/dave/nrun2.gif new file mode 100644 index 0000000..255f207 Binary files /dev/null and b/assets/images/tsneko/dave/nrun2.gif differ diff --git a/assets/images/tsneko/dave/nscratch1.gif b/assets/images/tsneko/dave/nscratch1.gif new file mode 100644 index 0000000..262b37b Binary files /dev/null and b/assets/images/tsneko/dave/nscratch1.gif differ diff --git a/assets/images/tsneko/dave/nscratch2.gif b/assets/images/tsneko/dave/nscratch2.gif new file mode 100644 index 0000000..b643bed Binary files /dev/null and b/assets/images/tsneko/dave/nscratch2.gif differ diff --git a/assets/images/tsneko/dave/nwrun1.gif b/assets/images/tsneko/dave/nwrun1.gif new file mode 100644 index 0000000..1e7c800 Binary files /dev/null and b/assets/images/tsneko/dave/nwrun1.gif differ diff --git a/assets/images/tsneko/dave/nwrun2.gif b/assets/images/tsneko/dave/nwrun2.gif new file mode 100644 index 0000000..9a0363e Binary files /dev/null and b/assets/images/tsneko/dave/nwrun2.gif differ diff --git a/assets/images/tsneko/dave/serun1.gif b/assets/images/tsneko/dave/serun1.gif new file mode 100644 index 0000000..9180e16 Binary files /dev/null and b/assets/images/tsneko/dave/serun1.gif differ diff --git a/assets/images/tsneko/dave/serun2.gif b/assets/images/tsneko/dave/serun2.gif new file mode 100644 index 0000000..9b79356 Binary files /dev/null and b/assets/images/tsneko/dave/serun2.gif differ diff --git a/assets/images/tsneko/dave/sleep1.gif b/assets/images/tsneko/dave/sleep1.gif new file mode 100644 index 0000000..1a1d6e2 Binary files /dev/null and b/assets/images/tsneko/dave/sleep1.gif differ diff --git a/assets/images/tsneko/dave/sleep2.gif b/assets/images/tsneko/dave/sleep2.gif new file mode 100644 index 0000000..eb9bb84 Binary files /dev/null and b/assets/images/tsneko/dave/sleep2.gif differ diff --git a/assets/images/tsneko/dave/srun1.gif b/assets/images/tsneko/dave/srun1.gif new file mode 100644 index 0000000..af008d9 Binary files /dev/null and b/assets/images/tsneko/dave/srun1.gif differ diff --git a/assets/images/tsneko/dave/srun2.gif b/assets/images/tsneko/dave/srun2.gif new file mode 100644 index 0000000..6ab4a15 Binary files /dev/null and b/assets/images/tsneko/dave/srun2.gif differ diff --git a/assets/images/tsneko/dave/sscratch1.gif b/assets/images/tsneko/dave/sscratch1.gif new file mode 100644 index 0000000..8efd686 Binary files /dev/null and b/assets/images/tsneko/dave/sscratch1.gif differ diff --git a/assets/images/tsneko/dave/sscratch2.gif b/assets/images/tsneko/dave/sscratch2.gif new file mode 100644 index 0000000..d96ecbe Binary files /dev/null and b/assets/images/tsneko/dave/sscratch2.gif differ diff --git a/assets/images/tsneko/dave/still.gif b/assets/images/tsneko/dave/still.gif new file mode 100644 index 0000000..44b92e8 Binary files /dev/null and b/assets/images/tsneko/dave/still.gif differ diff --git a/assets/images/tsneko/dave/swrun1.gif b/assets/images/tsneko/dave/swrun1.gif new file mode 100644 index 0000000..1d08008 Binary files /dev/null and b/assets/images/tsneko/dave/swrun1.gif differ diff --git a/assets/images/tsneko/dave/swrun2.gif b/assets/images/tsneko/dave/swrun2.gif new file mode 100644 index 0000000..beeb138 Binary files /dev/null and b/assets/images/tsneko/dave/swrun2.gif differ diff --git a/assets/images/tsneko/dave/wrun1.gif b/assets/images/tsneko/dave/wrun1.gif new file mode 100644 index 0000000..0b8b475 Binary files /dev/null and b/assets/images/tsneko/dave/wrun1.gif differ diff --git a/assets/images/tsneko/dave/wrun2.gif b/assets/images/tsneko/dave/wrun2.gif new file mode 100644 index 0000000..ef17ad7 Binary files /dev/null and b/assets/images/tsneko/dave/wrun2.gif differ diff --git a/assets/images/tsneko/dave/wscratch1.gif b/assets/images/tsneko/dave/wscratch1.gif new file mode 100644 index 0000000..375d6dc Binary files /dev/null and b/assets/images/tsneko/dave/wscratch1.gif differ diff --git a/assets/images/tsneko/dave/wscratch2.gif b/assets/images/tsneko/dave/wscratch2.gif new file mode 100644 index 0000000..71f72fc Binary files /dev/null and b/assets/images/tsneko/dave/wscratch2.gif differ diff --git a/assets/images/tsneko/dave/yawn.gif b/assets/images/tsneko/dave/yawn.gif new file mode 100644 index 0000000..e833d44 Binary files /dev/null and b/assets/images/tsneko/dave/yawn.gif differ diff --git a/assets/images/tsneko/earth/alert.gif b/assets/images/tsneko/earth/alert.gif new file mode 100644 index 0000000..f2e9026 Binary files /dev/null and b/assets/images/tsneko/earth/alert.gif differ diff --git a/assets/images/tsneko/earth/erun1.gif b/assets/images/tsneko/earth/erun1.gif new file mode 100644 index 0000000..aa3a6f6 Binary files /dev/null and b/assets/images/tsneko/earth/erun1.gif differ diff --git a/assets/images/tsneko/earth/erun2.gif b/assets/images/tsneko/earth/erun2.gif new file mode 100644 index 0000000..457fb7f Binary files /dev/null and b/assets/images/tsneko/earth/erun2.gif differ diff --git a/assets/images/tsneko/earth/escratch1.gif b/assets/images/tsneko/earth/escratch1.gif new file mode 100644 index 0000000..e27c6a4 Binary files /dev/null and b/assets/images/tsneko/earth/escratch1.gif differ diff --git a/assets/images/tsneko/earth/escratch2.gif b/assets/images/tsneko/earth/escratch2.gif new file mode 100644 index 0000000..54de84a Binary files /dev/null and b/assets/images/tsneko/earth/escratch2.gif differ diff --git a/assets/images/tsneko/earth/itch1.gif b/assets/images/tsneko/earth/itch1.gif new file mode 100644 index 0000000..a6e0a0e Binary files /dev/null and b/assets/images/tsneko/earth/itch1.gif differ diff --git a/assets/images/tsneko/earth/itch2.gif b/assets/images/tsneko/earth/itch2.gif new file mode 100644 index 0000000..54ea384 Binary files /dev/null and b/assets/images/tsneko/earth/itch2.gif differ diff --git a/assets/images/tsneko/earth/nerun1.gif b/assets/images/tsneko/earth/nerun1.gif new file mode 100644 index 0000000..f6b08b8 Binary files /dev/null and b/assets/images/tsneko/earth/nerun1.gif differ diff --git a/assets/images/tsneko/earth/nerun2.gif b/assets/images/tsneko/earth/nerun2.gif new file mode 100644 index 0000000..f893076 Binary files /dev/null and b/assets/images/tsneko/earth/nerun2.gif differ diff --git a/assets/images/tsneko/earth/nrun1.gif b/assets/images/tsneko/earth/nrun1.gif new file mode 100644 index 0000000..81e76ee Binary files /dev/null and b/assets/images/tsneko/earth/nrun1.gif differ diff --git a/assets/images/tsneko/earth/nrun2.gif b/assets/images/tsneko/earth/nrun2.gif new file mode 100644 index 0000000..4f0a6c4 Binary files /dev/null and b/assets/images/tsneko/earth/nrun2.gif differ diff --git a/assets/images/tsneko/earth/nscratch1.gif b/assets/images/tsneko/earth/nscratch1.gif new file mode 100644 index 0000000..49ded0e Binary files /dev/null and b/assets/images/tsneko/earth/nscratch1.gif differ diff --git a/assets/images/tsneko/earth/nscratch2.gif b/assets/images/tsneko/earth/nscratch2.gif new file mode 100644 index 0000000..b6ec42e Binary files /dev/null and b/assets/images/tsneko/earth/nscratch2.gif differ diff --git a/assets/images/tsneko/earth/nwrun1.gif b/assets/images/tsneko/earth/nwrun1.gif new file mode 100644 index 0000000..432d086 Binary files /dev/null and b/assets/images/tsneko/earth/nwrun1.gif differ diff --git a/assets/images/tsneko/earth/nwrun2.gif b/assets/images/tsneko/earth/nwrun2.gif new file mode 100644 index 0000000..ac0b5ec Binary files /dev/null and b/assets/images/tsneko/earth/nwrun2.gif differ diff --git a/assets/images/tsneko/earth/serun1.gif b/assets/images/tsneko/earth/serun1.gif new file mode 100644 index 0000000..1a53057 Binary files /dev/null and b/assets/images/tsneko/earth/serun1.gif differ diff --git a/assets/images/tsneko/earth/serun2.gif b/assets/images/tsneko/earth/serun2.gif new file mode 100644 index 0000000..d946a0a Binary files /dev/null and b/assets/images/tsneko/earth/serun2.gif differ diff --git a/assets/images/tsneko/earth/sleep1.gif b/assets/images/tsneko/earth/sleep1.gif new file mode 100644 index 0000000..4e7e1e9 Binary files /dev/null and b/assets/images/tsneko/earth/sleep1.gif differ diff --git a/assets/images/tsneko/earth/sleep2.gif b/assets/images/tsneko/earth/sleep2.gif new file mode 100644 index 0000000..04bc8c2 Binary files /dev/null and b/assets/images/tsneko/earth/sleep2.gif differ diff --git a/assets/images/tsneko/earth/srun1.gif b/assets/images/tsneko/earth/srun1.gif new file mode 100644 index 0000000..4055cad Binary files /dev/null and b/assets/images/tsneko/earth/srun1.gif differ diff --git a/assets/images/tsneko/earth/srun2.gif b/assets/images/tsneko/earth/srun2.gif new file mode 100644 index 0000000..4580560 Binary files /dev/null and b/assets/images/tsneko/earth/srun2.gif differ diff --git a/assets/images/tsneko/earth/sscratch1.gif b/assets/images/tsneko/earth/sscratch1.gif new file mode 100644 index 0000000..4375238 Binary files /dev/null and b/assets/images/tsneko/earth/sscratch1.gif differ diff --git a/assets/images/tsneko/earth/sscratch2.gif b/assets/images/tsneko/earth/sscratch2.gif new file mode 100644 index 0000000..de4dce9 Binary files /dev/null and b/assets/images/tsneko/earth/sscratch2.gif differ diff --git a/assets/images/tsneko/earth/still.gif b/assets/images/tsneko/earth/still.gif new file mode 100644 index 0000000..9d7172e Binary files /dev/null and b/assets/images/tsneko/earth/still.gif differ diff --git a/assets/images/tsneko/earth/swrun1.gif b/assets/images/tsneko/earth/swrun1.gif new file mode 100644 index 0000000..f02c67d Binary files /dev/null and b/assets/images/tsneko/earth/swrun1.gif differ diff --git a/assets/images/tsneko/earth/swrun2.gif b/assets/images/tsneko/earth/swrun2.gif new file mode 100644 index 0000000..47dd1c3 Binary files /dev/null and b/assets/images/tsneko/earth/swrun2.gif differ diff --git a/assets/images/tsneko/earth/wrun1.gif b/assets/images/tsneko/earth/wrun1.gif new file mode 100644 index 0000000..e25174b Binary files /dev/null and b/assets/images/tsneko/earth/wrun1.gif differ diff --git a/assets/images/tsneko/earth/wrun2.gif b/assets/images/tsneko/earth/wrun2.gif new file mode 100644 index 0000000..114165f Binary files /dev/null and b/assets/images/tsneko/earth/wrun2.gif differ diff --git a/assets/images/tsneko/earth/wscratch1.gif b/assets/images/tsneko/earth/wscratch1.gif new file mode 100644 index 0000000..bdea57b Binary files /dev/null and b/assets/images/tsneko/earth/wscratch1.gif differ diff --git a/assets/images/tsneko/earth/wscratch2.gif b/assets/images/tsneko/earth/wscratch2.gif new file mode 100644 index 0000000..eb77301 Binary files /dev/null and b/assets/images/tsneko/earth/wscratch2.gif differ diff --git a/assets/images/tsneko/earth/yawn.gif b/assets/images/tsneko/earth/yawn.gif new file mode 100644 index 0000000..b4ceceb Binary files /dev/null and b/assets/images/tsneko/earth/yawn.gif differ diff --git a/assets/images/tsneko/fancy/alert.gif b/assets/images/tsneko/fancy/alert.gif new file mode 100644 index 0000000..6d61f1c Binary files /dev/null and b/assets/images/tsneko/fancy/alert.gif differ diff --git a/assets/images/tsneko/fancy/erun1.gif b/assets/images/tsneko/fancy/erun1.gif new file mode 100644 index 0000000..a7f37ba Binary files /dev/null and b/assets/images/tsneko/fancy/erun1.gif differ diff --git a/assets/images/tsneko/fancy/erun2.gif b/assets/images/tsneko/fancy/erun2.gif new file mode 100644 index 0000000..1ed9a39 Binary files /dev/null and b/assets/images/tsneko/fancy/erun2.gif differ diff --git a/assets/images/tsneko/fancy/escratch1.gif b/assets/images/tsneko/fancy/escratch1.gif new file mode 100644 index 0000000..53189a0 Binary files /dev/null and b/assets/images/tsneko/fancy/escratch1.gif differ diff --git a/assets/images/tsneko/fancy/escratch2.gif b/assets/images/tsneko/fancy/escratch2.gif new file mode 100644 index 0000000..87a2564 Binary files /dev/null and b/assets/images/tsneko/fancy/escratch2.gif differ diff --git a/assets/images/tsneko/fancy/itch1.gif b/assets/images/tsneko/fancy/itch1.gif new file mode 100644 index 0000000..17d9bb0 Binary files /dev/null and b/assets/images/tsneko/fancy/itch1.gif differ diff --git a/assets/images/tsneko/fancy/itch2.gif b/assets/images/tsneko/fancy/itch2.gif new file mode 100644 index 0000000..e35757b Binary files /dev/null and b/assets/images/tsneko/fancy/itch2.gif differ diff --git a/assets/images/tsneko/fancy/nerun1.gif b/assets/images/tsneko/fancy/nerun1.gif new file mode 100644 index 0000000..9c57d1f Binary files /dev/null and b/assets/images/tsneko/fancy/nerun1.gif differ diff --git a/assets/images/tsneko/fancy/nerun2.gif b/assets/images/tsneko/fancy/nerun2.gif new file mode 100644 index 0000000..d92ba5b Binary files /dev/null and b/assets/images/tsneko/fancy/nerun2.gif differ diff --git a/assets/images/tsneko/fancy/nrun1.gif b/assets/images/tsneko/fancy/nrun1.gif new file mode 100644 index 0000000..e04584b Binary files /dev/null and b/assets/images/tsneko/fancy/nrun1.gif differ diff --git a/assets/images/tsneko/fancy/nrun2.gif b/assets/images/tsneko/fancy/nrun2.gif new file mode 100644 index 0000000..4b41134 Binary files /dev/null and b/assets/images/tsneko/fancy/nrun2.gif differ diff --git a/assets/images/tsneko/fancy/nscratch1.gif b/assets/images/tsneko/fancy/nscratch1.gif new file mode 100644 index 0000000..c17107a Binary files /dev/null and b/assets/images/tsneko/fancy/nscratch1.gif differ diff --git a/assets/images/tsneko/fancy/nscratch2.gif b/assets/images/tsneko/fancy/nscratch2.gif new file mode 100644 index 0000000..dc1057a Binary files /dev/null and b/assets/images/tsneko/fancy/nscratch2.gif differ diff --git a/assets/images/tsneko/fancy/nwrun1.gif b/assets/images/tsneko/fancy/nwrun1.gif new file mode 100644 index 0000000..b8259cf Binary files /dev/null and b/assets/images/tsneko/fancy/nwrun1.gif differ diff --git a/assets/images/tsneko/fancy/nwrun2.gif b/assets/images/tsneko/fancy/nwrun2.gif new file mode 100644 index 0000000..6dce72c Binary files /dev/null and b/assets/images/tsneko/fancy/nwrun2.gif differ diff --git a/assets/images/tsneko/fancy/serun1.gif b/assets/images/tsneko/fancy/serun1.gif new file mode 100644 index 0000000..62c3070 Binary files /dev/null and b/assets/images/tsneko/fancy/serun1.gif differ diff --git a/assets/images/tsneko/fancy/serun2.gif b/assets/images/tsneko/fancy/serun2.gif new file mode 100644 index 0000000..5ce33f6 Binary files /dev/null and b/assets/images/tsneko/fancy/serun2.gif differ diff --git a/assets/images/tsneko/fancy/sleep1.gif b/assets/images/tsneko/fancy/sleep1.gif new file mode 100644 index 0000000..f3c8b23 Binary files /dev/null and b/assets/images/tsneko/fancy/sleep1.gif differ diff --git a/assets/images/tsneko/fancy/sleep2.gif b/assets/images/tsneko/fancy/sleep2.gif new file mode 100644 index 0000000..d7ab029 Binary files /dev/null and b/assets/images/tsneko/fancy/sleep2.gif differ diff --git a/assets/images/tsneko/fancy/srun1.gif b/assets/images/tsneko/fancy/srun1.gif new file mode 100644 index 0000000..94e306a Binary files /dev/null and b/assets/images/tsneko/fancy/srun1.gif differ diff --git a/assets/images/tsneko/fancy/srun2.gif b/assets/images/tsneko/fancy/srun2.gif new file mode 100644 index 0000000..5f2ec64 Binary files /dev/null and b/assets/images/tsneko/fancy/srun2.gif differ diff --git a/assets/images/tsneko/fancy/sscratch1.gif b/assets/images/tsneko/fancy/sscratch1.gif new file mode 100644 index 0000000..088c00a Binary files /dev/null and b/assets/images/tsneko/fancy/sscratch1.gif differ diff --git a/assets/images/tsneko/fancy/sscratch2.gif b/assets/images/tsneko/fancy/sscratch2.gif new file mode 100644 index 0000000..653323e Binary files /dev/null and b/assets/images/tsneko/fancy/sscratch2.gif differ diff --git a/assets/images/tsneko/fancy/still.gif b/assets/images/tsneko/fancy/still.gif new file mode 100644 index 0000000..daf3b39 Binary files /dev/null and b/assets/images/tsneko/fancy/still.gif differ diff --git a/assets/images/tsneko/fancy/swrun1.gif b/assets/images/tsneko/fancy/swrun1.gif new file mode 100644 index 0000000..ac543ae Binary files /dev/null and b/assets/images/tsneko/fancy/swrun1.gif differ diff --git a/assets/images/tsneko/fancy/swrun2.gif b/assets/images/tsneko/fancy/swrun2.gif new file mode 100644 index 0000000..d661d25 Binary files /dev/null and b/assets/images/tsneko/fancy/swrun2.gif differ diff --git a/assets/images/tsneko/fancy/wrun1.gif b/assets/images/tsneko/fancy/wrun1.gif new file mode 100644 index 0000000..2fad135 Binary files /dev/null and b/assets/images/tsneko/fancy/wrun1.gif differ diff --git a/assets/images/tsneko/fancy/wrun2.gif b/assets/images/tsneko/fancy/wrun2.gif new file mode 100644 index 0000000..b1b8dce Binary files /dev/null and b/assets/images/tsneko/fancy/wrun2.gif differ diff --git a/assets/images/tsneko/fancy/wscratch1.gif b/assets/images/tsneko/fancy/wscratch1.gif new file mode 100644 index 0000000..b93e75d Binary files /dev/null and b/assets/images/tsneko/fancy/wscratch1.gif differ diff --git a/assets/images/tsneko/fancy/wscratch2.gif b/assets/images/tsneko/fancy/wscratch2.gif new file mode 100644 index 0000000..23f0882 Binary files /dev/null and b/assets/images/tsneko/fancy/wscratch2.gif differ diff --git a/assets/images/tsneko/fancy/yawn.gif b/assets/images/tsneko/fancy/yawn.gif new file mode 100644 index 0000000..454b32d Binary files /dev/null and b/assets/images/tsneko/fancy/yawn.gif differ diff --git a/assets/images/tsneko/fire/alert.gif b/assets/images/tsneko/fire/alert.gif new file mode 100644 index 0000000..85a992b Binary files /dev/null and b/assets/images/tsneko/fire/alert.gif differ diff --git a/assets/images/tsneko/fire/erun1.gif b/assets/images/tsneko/fire/erun1.gif new file mode 100644 index 0000000..a97502a Binary files /dev/null and b/assets/images/tsneko/fire/erun1.gif differ diff --git a/assets/images/tsneko/fire/erun2.gif b/assets/images/tsneko/fire/erun2.gif new file mode 100644 index 0000000..f5c3e0b Binary files /dev/null and b/assets/images/tsneko/fire/erun2.gif differ diff --git a/assets/images/tsneko/fire/escratch1.gif b/assets/images/tsneko/fire/escratch1.gif new file mode 100644 index 0000000..eb79a51 Binary files /dev/null and b/assets/images/tsneko/fire/escratch1.gif differ diff --git a/assets/images/tsneko/fire/escratch2.gif b/assets/images/tsneko/fire/escratch2.gif new file mode 100644 index 0000000..760fe11 Binary files /dev/null and b/assets/images/tsneko/fire/escratch2.gif differ diff --git a/assets/images/tsneko/fire/itch1.gif b/assets/images/tsneko/fire/itch1.gif new file mode 100644 index 0000000..f9c2785 Binary files /dev/null and b/assets/images/tsneko/fire/itch1.gif differ diff --git a/assets/images/tsneko/fire/itch2.gif b/assets/images/tsneko/fire/itch2.gif new file mode 100644 index 0000000..6762b92 Binary files /dev/null and b/assets/images/tsneko/fire/itch2.gif differ diff --git a/assets/images/tsneko/fire/nerun1.gif b/assets/images/tsneko/fire/nerun1.gif new file mode 100644 index 0000000..0f4047e Binary files /dev/null and b/assets/images/tsneko/fire/nerun1.gif differ diff --git a/assets/images/tsneko/fire/nerun2.gif b/assets/images/tsneko/fire/nerun2.gif new file mode 100644 index 0000000..e32b47d Binary files /dev/null and b/assets/images/tsneko/fire/nerun2.gif differ diff --git a/assets/images/tsneko/fire/nrun1.gif b/assets/images/tsneko/fire/nrun1.gif new file mode 100644 index 0000000..e7f8ef7 Binary files /dev/null and b/assets/images/tsneko/fire/nrun1.gif differ diff --git a/assets/images/tsneko/fire/nrun2.gif b/assets/images/tsneko/fire/nrun2.gif new file mode 100644 index 0000000..7f27cd9 Binary files /dev/null and b/assets/images/tsneko/fire/nrun2.gif differ diff --git a/assets/images/tsneko/fire/nscratch1.gif b/assets/images/tsneko/fire/nscratch1.gif new file mode 100644 index 0000000..240562e Binary files /dev/null and b/assets/images/tsneko/fire/nscratch1.gif differ diff --git a/assets/images/tsneko/fire/nscratch2.gif b/assets/images/tsneko/fire/nscratch2.gif new file mode 100644 index 0000000..0d38bda Binary files /dev/null and b/assets/images/tsneko/fire/nscratch2.gif differ diff --git a/assets/images/tsneko/fire/nwrun1.gif b/assets/images/tsneko/fire/nwrun1.gif new file mode 100644 index 0000000..d1f9ea1 Binary files /dev/null and b/assets/images/tsneko/fire/nwrun1.gif differ diff --git a/assets/images/tsneko/fire/nwrun2.gif b/assets/images/tsneko/fire/nwrun2.gif new file mode 100644 index 0000000..044f162 Binary files /dev/null and b/assets/images/tsneko/fire/nwrun2.gif differ diff --git a/assets/images/tsneko/fire/serun1.gif b/assets/images/tsneko/fire/serun1.gif new file mode 100644 index 0000000..b3a8114 Binary files /dev/null and b/assets/images/tsneko/fire/serun1.gif differ diff --git a/assets/images/tsneko/fire/serun2.gif b/assets/images/tsneko/fire/serun2.gif new file mode 100644 index 0000000..8ff1c6d Binary files /dev/null and b/assets/images/tsneko/fire/serun2.gif differ diff --git a/assets/images/tsneko/fire/sleep1.gif b/assets/images/tsneko/fire/sleep1.gif new file mode 100644 index 0000000..4ee23ba Binary files /dev/null and b/assets/images/tsneko/fire/sleep1.gif differ diff --git a/assets/images/tsneko/fire/sleep2.gif b/assets/images/tsneko/fire/sleep2.gif new file mode 100644 index 0000000..27efb7c Binary files /dev/null and b/assets/images/tsneko/fire/sleep2.gif differ diff --git a/assets/images/tsneko/fire/srun1.gif b/assets/images/tsneko/fire/srun1.gif new file mode 100644 index 0000000..cce9fe4 Binary files /dev/null and b/assets/images/tsneko/fire/srun1.gif differ diff --git a/assets/images/tsneko/fire/srun2.gif b/assets/images/tsneko/fire/srun2.gif new file mode 100644 index 0000000..4edf44e Binary files /dev/null and b/assets/images/tsneko/fire/srun2.gif differ diff --git a/assets/images/tsneko/fire/sscratch1.gif b/assets/images/tsneko/fire/sscratch1.gif new file mode 100644 index 0000000..34fc55a Binary files /dev/null and b/assets/images/tsneko/fire/sscratch1.gif differ diff --git a/assets/images/tsneko/fire/sscratch2.gif b/assets/images/tsneko/fire/sscratch2.gif new file mode 100644 index 0000000..434e542 Binary files /dev/null and b/assets/images/tsneko/fire/sscratch2.gif differ diff --git a/assets/images/tsneko/fire/still.gif b/assets/images/tsneko/fire/still.gif new file mode 100644 index 0000000..2f465c2 Binary files /dev/null and b/assets/images/tsneko/fire/still.gif differ diff --git a/assets/images/tsneko/fire/swrun1.gif b/assets/images/tsneko/fire/swrun1.gif new file mode 100644 index 0000000..b098926 Binary files /dev/null and b/assets/images/tsneko/fire/swrun1.gif differ diff --git a/assets/images/tsneko/fire/swrun2.gif b/assets/images/tsneko/fire/swrun2.gif new file mode 100644 index 0000000..e5e72c3 Binary files /dev/null and b/assets/images/tsneko/fire/swrun2.gif differ diff --git a/assets/images/tsneko/fire/wrun1.gif b/assets/images/tsneko/fire/wrun1.gif new file mode 100644 index 0000000..bce72e0 Binary files /dev/null and b/assets/images/tsneko/fire/wrun1.gif differ diff --git a/assets/images/tsneko/fire/wrun2.gif b/assets/images/tsneko/fire/wrun2.gif new file mode 100644 index 0000000..d43a2ec Binary files /dev/null and b/assets/images/tsneko/fire/wrun2.gif differ diff --git a/assets/images/tsneko/fire/wscratch1.gif b/assets/images/tsneko/fire/wscratch1.gif new file mode 100644 index 0000000..4f3dfc5 Binary files /dev/null and b/assets/images/tsneko/fire/wscratch1.gif differ diff --git a/assets/images/tsneko/fire/wscratch2.gif b/assets/images/tsneko/fire/wscratch2.gif new file mode 100644 index 0000000..ec150e0 Binary files /dev/null and b/assets/images/tsneko/fire/wscratch2.gif differ diff --git a/assets/images/tsneko/fire/yawn.gif b/assets/images/tsneko/fire/yawn.gif new file mode 100644 index 0000000..b29bcd8 Binary files /dev/null and b/assets/images/tsneko/fire/yawn.gif differ diff --git a/assets/images/tsneko/ghetto/alert.gif b/assets/images/tsneko/ghetto/alert.gif new file mode 100644 index 0000000..4db9f90 Binary files /dev/null and b/assets/images/tsneko/ghetto/alert.gif differ diff --git a/assets/images/tsneko/ghetto/erun1.gif b/assets/images/tsneko/ghetto/erun1.gif new file mode 100644 index 0000000..4db4dea Binary files /dev/null and b/assets/images/tsneko/ghetto/erun1.gif differ diff --git a/assets/images/tsneko/ghetto/erun2.gif b/assets/images/tsneko/ghetto/erun2.gif new file mode 100644 index 0000000..2830127 Binary files /dev/null and b/assets/images/tsneko/ghetto/erun2.gif differ diff --git a/assets/images/tsneko/ghetto/escratch1.gif b/assets/images/tsneko/ghetto/escratch1.gif new file mode 100644 index 0000000..14ba2b5 Binary files /dev/null and b/assets/images/tsneko/ghetto/escratch1.gif differ diff --git a/assets/images/tsneko/ghetto/escratch2.gif b/assets/images/tsneko/ghetto/escratch2.gif new file mode 100644 index 0000000..847b9b0 Binary files /dev/null and b/assets/images/tsneko/ghetto/escratch2.gif differ diff --git a/assets/images/tsneko/ghetto/itch1.gif b/assets/images/tsneko/ghetto/itch1.gif new file mode 100644 index 0000000..85da6d8 Binary files /dev/null and b/assets/images/tsneko/ghetto/itch1.gif differ diff --git a/assets/images/tsneko/ghetto/itch2.gif b/assets/images/tsneko/ghetto/itch2.gif new file mode 100644 index 0000000..9706297 Binary files /dev/null and b/assets/images/tsneko/ghetto/itch2.gif differ diff --git a/assets/images/tsneko/ghetto/nerun1.gif b/assets/images/tsneko/ghetto/nerun1.gif new file mode 100644 index 0000000..98bf036 Binary files /dev/null and b/assets/images/tsneko/ghetto/nerun1.gif differ diff --git a/assets/images/tsneko/ghetto/nerun2.gif b/assets/images/tsneko/ghetto/nerun2.gif new file mode 100644 index 0000000..973c5ae Binary files /dev/null and b/assets/images/tsneko/ghetto/nerun2.gif differ diff --git a/assets/images/tsneko/ghetto/nrun1.gif b/assets/images/tsneko/ghetto/nrun1.gif new file mode 100644 index 0000000..b15f25f Binary files /dev/null and b/assets/images/tsneko/ghetto/nrun1.gif differ diff --git a/assets/images/tsneko/ghetto/nrun2.gif b/assets/images/tsneko/ghetto/nrun2.gif new file mode 100644 index 0000000..ade9297 Binary files /dev/null and b/assets/images/tsneko/ghetto/nrun2.gif differ diff --git a/assets/images/tsneko/ghetto/nscratch1.gif b/assets/images/tsneko/ghetto/nscratch1.gif new file mode 100644 index 0000000..8e72226 Binary files /dev/null and b/assets/images/tsneko/ghetto/nscratch1.gif differ diff --git a/assets/images/tsneko/ghetto/nscratch2.gif b/assets/images/tsneko/ghetto/nscratch2.gif new file mode 100644 index 0000000..f98b415 Binary files /dev/null and b/assets/images/tsneko/ghetto/nscratch2.gif differ diff --git a/assets/images/tsneko/ghetto/nwrun1.gif b/assets/images/tsneko/ghetto/nwrun1.gif new file mode 100644 index 0000000..3a4717d Binary files /dev/null and b/assets/images/tsneko/ghetto/nwrun1.gif differ diff --git a/assets/images/tsneko/ghetto/nwrun2.gif b/assets/images/tsneko/ghetto/nwrun2.gif new file mode 100644 index 0000000..b7b7511 Binary files /dev/null and b/assets/images/tsneko/ghetto/nwrun2.gif differ diff --git a/assets/images/tsneko/ghetto/serun1.gif b/assets/images/tsneko/ghetto/serun1.gif new file mode 100644 index 0000000..86eab4a Binary files /dev/null and b/assets/images/tsneko/ghetto/serun1.gif differ diff --git a/assets/images/tsneko/ghetto/serun2.gif b/assets/images/tsneko/ghetto/serun2.gif new file mode 100644 index 0000000..cebfecc Binary files /dev/null and b/assets/images/tsneko/ghetto/serun2.gif differ diff --git a/assets/images/tsneko/ghetto/sleep1.gif b/assets/images/tsneko/ghetto/sleep1.gif new file mode 100644 index 0000000..cb00e8e Binary files /dev/null and b/assets/images/tsneko/ghetto/sleep1.gif differ diff --git a/assets/images/tsneko/ghetto/sleep2.gif b/assets/images/tsneko/ghetto/sleep2.gif new file mode 100644 index 0000000..4c51a05 Binary files /dev/null and b/assets/images/tsneko/ghetto/sleep2.gif differ diff --git a/assets/images/tsneko/ghetto/srun1.gif b/assets/images/tsneko/ghetto/srun1.gif new file mode 100644 index 0000000..e68a440 Binary files /dev/null and b/assets/images/tsneko/ghetto/srun1.gif differ diff --git a/assets/images/tsneko/ghetto/srun2.gif b/assets/images/tsneko/ghetto/srun2.gif new file mode 100644 index 0000000..069860f Binary files /dev/null and b/assets/images/tsneko/ghetto/srun2.gif differ diff --git a/assets/images/tsneko/ghetto/sscratch1.gif b/assets/images/tsneko/ghetto/sscratch1.gif new file mode 100644 index 0000000..adf8933 Binary files /dev/null and b/assets/images/tsneko/ghetto/sscratch1.gif differ diff --git a/assets/images/tsneko/ghetto/sscratch2.gif b/assets/images/tsneko/ghetto/sscratch2.gif new file mode 100644 index 0000000..c5a1b58 Binary files /dev/null and b/assets/images/tsneko/ghetto/sscratch2.gif differ diff --git a/assets/images/tsneko/ghetto/still.gif b/assets/images/tsneko/ghetto/still.gif new file mode 100644 index 0000000..126b281 Binary files /dev/null and b/assets/images/tsneko/ghetto/still.gif differ diff --git a/assets/images/tsneko/ghetto/swrun1.gif b/assets/images/tsneko/ghetto/swrun1.gif new file mode 100644 index 0000000..967edb9 Binary files /dev/null and b/assets/images/tsneko/ghetto/swrun1.gif differ diff --git a/assets/images/tsneko/ghetto/swrun2.gif b/assets/images/tsneko/ghetto/swrun2.gif new file mode 100644 index 0000000..7214609 Binary files /dev/null and b/assets/images/tsneko/ghetto/swrun2.gif differ diff --git a/assets/images/tsneko/ghetto/wrun1.gif b/assets/images/tsneko/ghetto/wrun1.gif new file mode 100644 index 0000000..34fbab3 Binary files /dev/null and b/assets/images/tsneko/ghetto/wrun1.gif differ diff --git a/assets/images/tsneko/ghetto/wrun2.gif b/assets/images/tsneko/ghetto/wrun2.gif new file mode 100644 index 0000000..50b2172 Binary files /dev/null and b/assets/images/tsneko/ghetto/wrun2.gif differ diff --git a/assets/images/tsneko/ghetto/wscratch1.gif b/assets/images/tsneko/ghetto/wscratch1.gif new file mode 100644 index 0000000..8248713 Binary files /dev/null and b/assets/images/tsneko/ghetto/wscratch1.gif differ diff --git a/assets/images/tsneko/ghetto/wscratch2.gif b/assets/images/tsneko/ghetto/wscratch2.gif new file mode 100644 index 0000000..4ab0432 Binary files /dev/null and b/assets/images/tsneko/ghetto/wscratch2.gif differ diff --git a/assets/images/tsneko/ghetto/yawn.gif b/assets/images/tsneko/ghetto/yawn.gif new file mode 100644 index 0000000..2536612 Binary files /dev/null and b/assets/images/tsneko/ghetto/yawn.gif differ diff --git a/assets/images/tsneko/ghost/alert.gif b/assets/images/tsneko/ghost/alert.gif new file mode 100644 index 0000000..62e82dc Binary files /dev/null and b/assets/images/tsneko/ghost/alert.gif differ diff --git a/assets/images/tsneko/ghost/erun1.gif b/assets/images/tsneko/ghost/erun1.gif new file mode 100644 index 0000000..c575f06 Binary files /dev/null and b/assets/images/tsneko/ghost/erun1.gif differ diff --git a/assets/images/tsneko/ghost/erun2.gif b/assets/images/tsneko/ghost/erun2.gif new file mode 100644 index 0000000..9be4375 Binary files /dev/null and b/assets/images/tsneko/ghost/erun2.gif differ diff --git a/assets/images/tsneko/ghost/escratch1.gif b/assets/images/tsneko/ghost/escratch1.gif new file mode 100644 index 0000000..c83a6e0 Binary files /dev/null and b/assets/images/tsneko/ghost/escratch1.gif differ diff --git a/assets/images/tsneko/ghost/escratch2.gif b/assets/images/tsneko/ghost/escratch2.gif new file mode 100644 index 0000000..a4f384c Binary files /dev/null and b/assets/images/tsneko/ghost/escratch2.gif differ diff --git a/assets/images/tsneko/ghost/itch1.gif b/assets/images/tsneko/ghost/itch1.gif new file mode 100644 index 0000000..2d3aad2 Binary files /dev/null and b/assets/images/tsneko/ghost/itch1.gif differ diff --git a/assets/images/tsneko/ghost/itch2.gif b/assets/images/tsneko/ghost/itch2.gif new file mode 100644 index 0000000..300e104 Binary files /dev/null and b/assets/images/tsneko/ghost/itch2.gif differ diff --git a/assets/images/tsneko/ghost/nerun1.gif b/assets/images/tsneko/ghost/nerun1.gif new file mode 100644 index 0000000..0c0ef07 Binary files /dev/null and b/assets/images/tsneko/ghost/nerun1.gif differ diff --git a/assets/images/tsneko/ghost/nerun2.gif b/assets/images/tsneko/ghost/nerun2.gif new file mode 100644 index 0000000..8679e96 Binary files /dev/null and b/assets/images/tsneko/ghost/nerun2.gif differ diff --git a/assets/images/tsneko/ghost/nrun1.gif b/assets/images/tsneko/ghost/nrun1.gif new file mode 100644 index 0000000..1901458 Binary files /dev/null and b/assets/images/tsneko/ghost/nrun1.gif differ diff --git a/assets/images/tsneko/ghost/nrun2.gif b/assets/images/tsneko/ghost/nrun2.gif new file mode 100644 index 0000000..d9f1a7f Binary files /dev/null and b/assets/images/tsneko/ghost/nrun2.gif differ diff --git a/assets/images/tsneko/ghost/nscratch1.gif b/assets/images/tsneko/ghost/nscratch1.gif new file mode 100644 index 0000000..627abc4 Binary files /dev/null and b/assets/images/tsneko/ghost/nscratch1.gif differ diff --git a/assets/images/tsneko/ghost/nscratch2.gif b/assets/images/tsneko/ghost/nscratch2.gif new file mode 100644 index 0000000..40cff84 Binary files /dev/null and b/assets/images/tsneko/ghost/nscratch2.gif differ diff --git a/assets/images/tsneko/ghost/nwrun1.gif b/assets/images/tsneko/ghost/nwrun1.gif new file mode 100644 index 0000000..f5d7797 Binary files /dev/null and b/assets/images/tsneko/ghost/nwrun1.gif differ diff --git a/assets/images/tsneko/ghost/nwrun2.gif b/assets/images/tsneko/ghost/nwrun2.gif new file mode 100644 index 0000000..227ff5b Binary files /dev/null and b/assets/images/tsneko/ghost/nwrun2.gif differ diff --git a/assets/images/tsneko/ghost/serun1.gif b/assets/images/tsneko/ghost/serun1.gif new file mode 100644 index 0000000..1ee5857 Binary files /dev/null and b/assets/images/tsneko/ghost/serun1.gif differ diff --git a/assets/images/tsneko/ghost/serun2.gif b/assets/images/tsneko/ghost/serun2.gif new file mode 100644 index 0000000..708c909 Binary files /dev/null and b/assets/images/tsneko/ghost/serun2.gif differ diff --git a/assets/images/tsneko/ghost/sleep1.gif b/assets/images/tsneko/ghost/sleep1.gif new file mode 100644 index 0000000..838525a Binary files /dev/null and b/assets/images/tsneko/ghost/sleep1.gif differ diff --git a/assets/images/tsneko/ghost/sleep2.gif b/assets/images/tsneko/ghost/sleep2.gif new file mode 100644 index 0000000..5eaf46c Binary files /dev/null and b/assets/images/tsneko/ghost/sleep2.gif differ diff --git a/assets/images/tsneko/ghost/srun1.gif b/assets/images/tsneko/ghost/srun1.gif new file mode 100644 index 0000000..b9b0efc Binary files /dev/null and b/assets/images/tsneko/ghost/srun1.gif differ diff --git a/assets/images/tsneko/ghost/srun2.gif b/assets/images/tsneko/ghost/srun2.gif new file mode 100644 index 0000000..7491821 Binary files /dev/null and b/assets/images/tsneko/ghost/srun2.gif differ diff --git a/assets/images/tsneko/ghost/sscratch1.gif b/assets/images/tsneko/ghost/sscratch1.gif new file mode 100644 index 0000000..3c948f8 Binary files /dev/null and b/assets/images/tsneko/ghost/sscratch1.gif differ diff --git a/assets/images/tsneko/ghost/sscratch2.gif b/assets/images/tsneko/ghost/sscratch2.gif new file mode 100644 index 0000000..2ff28ed Binary files /dev/null and b/assets/images/tsneko/ghost/sscratch2.gif differ diff --git a/assets/images/tsneko/ghost/still.gif b/assets/images/tsneko/ghost/still.gif new file mode 100644 index 0000000..2262b96 Binary files /dev/null and b/assets/images/tsneko/ghost/still.gif differ diff --git a/assets/images/tsneko/ghost/swrun1.gif b/assets/images/tsneko/ghost/swrun1.gif new file mode 100644 index 0000000..6ccd799 Binary files /dev/null and b/assets/images/tsneko/ghost/swrun1.gif differ diff --git a/assets/images/tsneko/ghost/swrun2.gif b/assets/images/tsneko/ghost/swrun2.gif new file mode 100644 index 0000000..1ddb23e Binary files /dev/null and b/assets/images/tsneko/ghost/swrun2.gif differ diff --git a/assets/images/tsneko/ghost/wrun1.gif b/assets/images/tsneko/ghost/wrun1.gif new file mode 100644 index 0000000..cd3a9f2 Binary files /dev/null and b/assets/images/tsneko/ghost/wrun1.gif differ diff --git a/assets/images/tsneko/ghost/wrun2.gif b/assets/images/tsneko/ghost/wrun2.gif new file mode 100644 index 0000000..5205f39 Binary files /dev/null and b/assets/images/tsneko/ghost/wrun2.gif differ diff --git a/assets/images/tsneko/ghost/wscratch1.gif b/assets/images/tsneko/ghost/wscratch1.gif new file mode 100644 index 0000000..e24b917 Binary files /dev/null and b/assets/images/tsneko/ghost/wscratch1.gif differ diff --git a/assets/images/tsneko/ghost/wscratch2.gif b/assets/images/tsneko/ghost/wscratch2.gif new file mode 100644 index 0000000..45463eb Binary files /dev/null and b/assets/images/tsneko/ghost/wscratch2.gif differ diff --git a/assets/images/tsneko/ghost/yawn.gif b/assets/images/tsneko/ghost/yawn.gif new file mode 100644 index 0000000..9cdb964 Binary files /dev/null and b/assets/images/tsneko/ghost/yawn.gif differ diff --git a/assets/images/tsneko/gray/alert.gif b/assets/images/tsneko/gray/alert.gif new file mode 100644 index 0000000..6bd61cb Binary files /dev/null and b/assets/images/tsneko/gray/alert.gif differ diff --git a/assets/images/tsneko/gray/erun1.gif b/assets/images/tsneko/gray/erun1.gif new file mode 100644 index 0000000..0fd9d18 Binary files /dev/null and b/assets/images/tsneko/gray/erun1.gif differ diff --git a/assets/images/tsneko/gray/erun2.gif b/assets/images/tsneko/gray/erun2.gif new file mode 100644 index 0000000..378db4d Binary files /dev/null and b/assets/images/tsneko/gray/erun2.gif differ diff --git a/assets/images/tsneko/gray/escratch1.gif b/assets/images/tsneko/gray/escratch1.gif new file mode 100644 index 0000000..a7b226a Binary files /dev/null and b/assets/images/tsneko/gray/escratch1.gif differ diff --git a/assets/images/tsneko/gray/escratch2.gif b/assets/images/tsneko/gray/escratch2.gif new file mode 100644 index 0000000..648cf34 Binary files /dev/null and b/assets/images/tsneko/gray/escratch2.gif differ diff --git a/assets/images/tsneko/gray/itch1.gif b/assets/images/tsneko/gray/itch1.gif new file mode 100644 index 0000000..f48d7d2 Binary files /dev/null and b/assets/images/tsneko/gray/itch1.gif differ diff --git a/assets/images/tsneko/gray/itch2.gif b/assets/images/tsneko/gray/itch2.gif new file mode 100644 index 0000000..f41e3ad Binary files /dev/null and b/assets/images/tsneko/gray/itch2.gif differ diff --git a/assets/images/tsneko/gray/nerun1.gif b/assets/images/tsneko/gray/nerun1.gif new file mode 100644 index 0000000..4fdb044 Binary files /dev/null and b/assets/images/tsneko/gray/nerun1.gif differ diff --git a/assets/images/tsneko/gray/nerun2.gif b/assets/images/tsneko/gray/nerun2.gif new file mode 100644 index 0000000..c793e80 Binary files /dev/null and b/assets/images/tsneko/gray/nerun2.gif differ diff --git a/assets/images/tsneko/gray/nrun1.gif b/assets/images/tsneko/gray/nrun1.gif new file mode 100644 index 0000000..011bd5d Binary files /dev/null and b/assets/images/tsneko/gray/nrun1.gif differ diff --git a/assets/images/tsneko/gray/nrun2.gif b/assets/images/tsneko/gray/nrun2.gif new file mode 100644 index 0000000..62fdf11 Binary files /dev/null and b/assets/images/tsneko/gray/nrun2.gif differ diff --git a/assets/images/tsneko/gray/nscratch1.gif b/assets/images/tsneko/gray/nscratch1.gif new file mode 100644 index 0000000..e05db4e Binary files /dev/null and b/assets/images/tsneko/gray/nscratch1.gif differ diff --git a/assets/images/tsneko/gray/nscratch2.gif b/assets/images/tsneko/gray/nscratch2.gif new file mode 100644 index 0000000..1c4a863 Binary files /dev/null and b/assets/images/tsneko/gray/nscratch2.gif differ diff --git a/assets/images/tsneko/gray/nwrun1.gif b/assets/images/tsneko/gray/nwrun1.gif new file mode 100644 index 0000000..3cc9c47 Binary files /dev/null and b/assets/images/tsneko/gray/nwrun1.gif differ diff --git a/assets/images/tsneko/gray/nwrun2.gif b/assets/images/tsneko/gray/nwrun2.gif new file mode 100644 index 0000000..bbedc9f Binary files /dev/null and b/assets/images/tsneko/gray/nwrun2.gif differ diff --git a/assets/images/tsneko/gray/serun1.gif b/assets/images/tsneko/gray/serun1.gif new file mode 100644 index 0000000..3e75313 Binary files /dev/null and b/assets/images/tsneko/gray/serun1.gif differ diff --git a/assets/images/tsneko/gray/serun2.gif b/assets/images/tsneko/gray/serun2.gif new file mode 100644 index 0000000..64b9cde Binary files /dev/null and b/assets/images/tsneko/gray/serun2.gif differ diff --git a/assets/images/tsneko/gray/sleep1.gif b/assets/images/tsneko/gray/sleep1.gif new file mode 100644 index 0000000..d007be6 Binary files /dev/null and b/assets/images/tsneko/gray/sleep1.gif differ diff --git a/assets/images/tsneko/gray/sleep2.gif b/assets/images/tsneko/gray/sleep2.gif new file mode 100644 index 0000000..1fe215b Binary files /dev/null and b/assets/images/tsneko/gray/sleep2.gif differ diff --git a/assets/images/tsneko/gray/srun1.gif b/assets/images/tsneko/gray/srun1.gif new file mode 100644 index 0000000..99d1628 Binary files /dev/null and b/assets/images/tsneko/gray/srun1.gif differ diff --git a/assets/images/tsneko/gray/srun2.gif b/assets/images/tsneko/gray/srun2.gif new file mode 100644 index 0000000..98c1659 Binary files /dev/null and b/assets/images/tsneko/gray/srun2.gif differ diff --git a/assets/images/tsneko/gray/sscratch1.gif b/assets/images/tsneko/gray/sscratch1.gif new file mode 100644 index 0000000..e0038b1 Binary files /dev/null and b/assets/images/tsneko/gray/sscratch1.gif differ diff --git a/assets/images/tsneko/gray/sscratch2.gif b/assets/images/tsneko/gray/sscratch2.gif new file mode 100644 index 0000000..a5926b7 Binary files /dev/null and b/assets/images/tsneko/gray/sscratch2.gif differ diff --git a/assets/images/tsneko/gray/still.gif b/assets/images/tsneko/gray/still.gif new file mode 100644 index 0000000..f4b8189 Binary files /dev/null and b/assets/images/tsneko/gray/still.gif differ diff --git a/assets/images/tsneko/gray/swrun1.gif b/assets/images/tsneko/gray/swrun1.gif new file mode 100644 index 0000000..d7eabc7 Binary files /dev/null and b/assets/images/tsneko/gray/swrun1.gif differ diff --git a/assets/images/tsneko/gray/swrun2.gif b/assets/images/tsneko/gray/swrun2.gif new file mode 100644 index 0000000..d1d8dc0 Binary files /dev/null and b/assets/images/tsneko/gray/swrun2.gif differ diff --git a/assets/images/tsneko/gray/wrun1.gif b/assets/images/tsneko/gray/wrun1.gif new file mode 100644 index 0000000..ff582f1 Binary files /dev/null and b/assets/images/tsneko/gray/wrun1.gif differ diff --git a/assets/images/tsneko/gray/wrun2.gif b/assets/images/tsneko/gray/wrun2.gif new file mode 100644 index 0000000..26bceca Binary files /dev/null and b/assets/images/tsneko/gray/wrun2.gif differ diff --git a/assets/images/tsneko/gray/wscratch1.gif b/assets/images/tsneko/gray/wscratch1.gif new file mode 100644 index 0000000..a5dae52 Binary files /dev/null and b/assets/images/tsneko/gray/wscratch1.gif differ diff --git a/assets/images/tsneko/gray/wscratch2.gif b/assets/images/tsneko/gray/wscratch2.gif new file mode 100644 index 0000000..9acf811 Binary files /dev/null and b/assets/images/tsneko/gray/wscratch2.gif differ diff --git a/assets/images/tsneko/gray/yawn.gif b/assets/images/tsneko/gray/yawn.gif new file mode 100644 index 0000000..4733e26 Binary files /dev/null and b/assets/images/tsneko/gray/yawn.gif differ diff --git a/assets/images/tsneko/holiday/alert.gif b/assets/images/tsneko/holiday/alert.gif new file mode 100644 index 0000000..4c936e0 Binary files /dev/null and b/assets/images/tsneko/holiday/alert.gif differ diff --git a/assets/images/tsneko/holiday/erun1.gif b/assets/images/tsneko/holiday/erun1.gif new file mode 100644 index 0000000..56c9b09 Binary files /dev/null and b/assets/images/tsneko/holiday/erun1.gif differ diff --git a/assets/images/tsneko/holiday/erun2.gif b/assets/images/tsneko/holiday/erun2.gif new file mode 100644 index 0000000..cea8f72 Binary files /dev/null and b/assets/images/tsneko/holiday/erun2.gif differ diff --git a/assets/images/tsneko/holiday/escratch1.gif b/assets/images/tsneko/holiday/escratch1.gif new file mode 100644 index 0000000..156732c Binary files /dev/null and b/assets/images/tsneko/holiday/escratch1.gif differ diff --git a/assets/images/tsneko/holiday/escratch2.gif b/assets/images/tsneko/holiday/escratch2.gif new file mode 100644 index 0000000..32a6f98 Binary files /dev/null and b/assets/images/tsneko/holiday/escratch2.gif differ diff --git a/assets/images/tsneko/holiday/itch1.gif b/assets/images/tsneko/holiday/itch1.gif new file mode 100644 index 0000000..085e36a Binary files /dev/null and b/assets/images/tsneko/holiday/itch1.gif differ diff --git a/assets/images/tsneko/holiday/itch2.gif b/assets/images/tsneko/holiday/itch2.gif new file mode 100644 index 0000000..62cc755 Binary files /dev/null and b/assets/images/tsneko/holiday/itch2.gif differ diff --git a/assets/images/tsneko/holiday/nerun1.gif b/assets/images/tsneko/holiday/nerun1.gif new file mode 100644 index 0000000..794e747 Binary files /dev/null and b/assets/images/tsneko/holiday/nerun1.gif differ diff --git a/assets/images/tsneko/holiday/nerun2.gif b/assets/images/tsneko/holiday/nerun2.gif new file mode 100644 index 0000000..8de29ad Binary files /dev/null and b/assets/images/tsneko/holiday/nerun2.gif differ diff --git a/assets/images/tsneko/holiday/nrun1.gif b/assets/images/tsneko/holiday/nrun1.gif new file mode 100644 index 0000000..448adb2 Binary files /dev/null and b/assets/images/tsneko/holiday/nrun1.gif differ diff --git a/assets/images/tsneko/holiday/nrun2.gif b/assets/images/tsneko/holiday/nrun2.gif new file mode 100644 index 0000000..d6c2203 Binary files /dev/null and b/assets/images/tsneko/holiday/nrun2.gif differ diff --git a/assets/images/tsneko/holiday/nscratch1.gif b/assets/images/tsneko/holiday/nscratch1.gif new file mode 100644 index 0000000..e290cdb Binary files /dev/null and b/assets/images/tsneko/holiday/nscratch1.gif differ diff --git a/assets/images/tsneko/holiday/nscratch2.gif b/assets/images/tsneko/holiday/nscratch2.gif new file mode 100644 index 0000000..ff00774 Binary files /dev/null and b/assets/images/tsneko/holiday/nscratch2.gif differ diff --git a/assets/images/tsneko/holiday/nwrun1.gif b/assets/images/tsneko/holiday/nwrun1.gif new file mode 100644 index 0000000..097608d Binary files /dev/null and b/assets/images/tsneko/holiday/nwrun1.gif differ diff --git a/assets/images/tsneko/holiday/nwrun2.gif b/assets/images/tsneko/holiday/nwrun2.gif new file mode 100644 index 0000000..afd92ee Binary files /dev/null and b/assets/images/tsneko/holiday/nwrun2.gif differ diff --git a/assets/images/tsneko/holiday/serun1.gif b/assets/images/tsneko/holiday/serun1.gif new file mode 100644 index 0000000..0257bb7 Binary files /dev/null and b/assets/images/tsneko/holiday/serun1.gif differ diff --git a/assets/images/tsneko/holiday/serun2.gif b/assets/images/tsneko/holiday/serun2.gif new file mode 100644 index 0000000..10f2c89 Binary files /dev/null and b/assets/images/tsneko/holiday/serun2.gif differ diff --git a/assets/images/tsneko/holiday/sleep1.gif b/assets/images/tsneko/holiday/sleep1.gif new file mode 100644 index 0000000..a0ae84e Binary files /dev/null and b/assets/images/tsneko/holiday/sleep1.gif differ diff --git a/assets/images/tsneko/holiday/sleep2.gif b/assets/images/tsneko/holiday/sleep2.gif new file mode 100644 index 0000000..150fc56 Binary files /dev/null and b/assets/images/tsneko/holiday/sleep2.gif differ diff --git a/assets/images/tsneko/holiday/srun1.gif b/assets/images/tsneko/holiday/srun1.gif new file mode 100644 index 0000000..894aefe Binary files /dev/null and b/assets/images/tsneko/holiday/srun1.gif differ diff --git a/assets/images/tsneko/holiday/srun2.gif b/assets/images/tsneko/holiday/srun2.gif new file mode 100644 index 0000000..37e7180 Binary files /dev/null and b/assets/images/tsneko/holiday/srun2.gif differ diff --git a/assets/images/tsneko/holiday/sscratch1.gif b/assets/images/tsneko/holiday/sscratch1.gif new file mode 100644 index 0000000..442f884 Binary files /dev/null and b/assets/images/tsneko/holiday/sscratch1.gif differ diff --git a/assets/images/tsneko/holiday/sscratch2.gif b/assets/images/tsneko/holiday/sscratch2.gif new file mode 100644 index 0000000..c75166a Binary files /dev/null and b/assets/images/tsneko/holiday/sscratch2.gif differ diff --git a/assets/images/tsneko/holiday/still.gif b/assets/images/tsneko/holiday/still.gif new file mode 100644 index 0000000..7e6e55f Binary files /dev/null and b/assets/images/tsneko/holiday/still.gif differ diff --git a/assets/images/tsneko/holiday/swrun1.gif b/assets/images/tsneko/holiday/swrun1.gif new file mode 100644 index 0000000..d5d072d Binary files /dev/null and b/assets/images/tsneko/holiday/swrun1.gif differ diff --git a/assets/images/tsneko/holiday/swrun2.gif b/assets/images/tsneko/holiday/swrun2.gif new file mode 100644 index 0000000..3195cbb Binary files /dev/null and b/assets/images/tsneko/holiday/swrun2.gif differ diff --git a/assets/images/tsneko/holiday/wrun1.gif b/assets/images/tsneko/holiday/wrun1.gif new file mode 100644 index 0000000..02b61f7 Binary files /dev/null and b/assets/images/tsneko/holiday/wrun1.gif differ diff --git a/assets/images/tsneko/holiday/wrun2.gif b/assets/images/tsneko/holiday/wrun2.gif new file mode 100644 index 0000000..654a1fa Binary files /dev/null and b/assets/images/tsneko/holiday/wrun2.gif differ diff --git a/assets/images/tsneko/holiday/wscratch1.gif b/assets/images/tsneko/holiday/wscratch1.gif new file mode 100644 index 0000000..6c8d689 Binary files /dev/null and b/assets/images/tsneko/holiday/wscratch1.gif differ diff --git a/assets/images/tsneko/holiday/wscratch2.gif b/assets/images/tsneko/holiday/wscratch2.gif new file mode 100644 index 0000000..a23e3f1 Binary files /dev/null and b/assets/images/tsneko/holiday/wscratch2.gif differ diff --git a/assets/images/tsneko/holiday/yawn.gif b/assets/images/tsneko/holiday/yawn.gif new file mode 100644 index 0000000..a8f1efd Binary files /dev/null and b/assets/images/tsneko/holiday/yawn.gif differ diff --git a/assets/images/tsneko/jess/alert.gif b/assets/images/tsneko/jess/alert.gif new file mode 100644 index 0000000..23b5a96 Binary files /dev/null and b/assets/images/tsneko/jess/alert.gif differ diff --git a/assets/images/tsneko/jess/erun1.gif b/assets/images/tsneko/jess/erun1.gif new file mode 100644 index 0000000..f1977af Binary files /dev/null and b/assets/images/tsneko/jess/erun1.gif differ diff --git a/assets/images/tsneko/jess/erun2.gif b/assets/images/tsneko/jess/erun2.gif new file mode 100644 index 0000000..9846c98 Binary files /dev/null and b/assets/images/tsneko/jess/erun2.gif differ diff --git a/assets/images/tsneko/jess/escratch1.gif b/assets/images/tsneko/jess/escratch1.gif new file mode 100644 index 0000000..8db281e Binary files /dev/null and b/assets/images/tsneko/jess/escratch1.gif differ diff --git a/assets/images/tsneko/jess/escratch2.gif b/assets/images/tsneko/jess/escratch2.gif new file mode 100644 index 0000000..6ae7a1a Binary files /dev/null and b/assets/images/tsneko/jess/escratch2.gif differ diff --git a/assets/images/tsneko/jess/itch1.gif b/assets/images/tsneko/jess/itch1.gif new file mode 100644 index 0000000..88ba8e1 Binary files /dev/null and b/assets/images/tsneko/jess/itch1.gif differ diff --git a/assets/images/tsneko/jess/itch2.gif b/assets/images/tsneko/jess/itch2.gif new file mode 100644 index 0000000..881db03 Binary files /dev/null and b/assets/images/tsneko/jess/itch2.gif differ diff --git a/assets/images/tsneko/jess/nerun1.gif b/assets/images/tsneko/jess/nerun1.gif new file mode 100644 index 0000000..3906080 Binary files /dev/null and b/assets/images/tsneko/jess/nerun1.gif differ diff --git a/assets/images/tsneko/jess/nerun2.gif b/assets/images/tsneko/jess/nerun2.gif new file mode 100644 index 0000000..71a8cc4 Binary files /dev/null and b/assets/images/tsneko/jess/nerun2.gif differ diff --git a/assets/images/tsneko/jess/nrun1.gif b/assets/images/tsneko/jess/nrun1.gif new file mode 100644 index 0000000..2ddf6e9 Binary files /dev/null and b/assets/images/tsneko/jess/nrun1.gif differ diff --git a/assets/images/tsneko/jess/nrun2.gif b/assets/images/tsneko/jess/nrun2.gif new file mode 100644 index 0000000..3ce0076 Binary files /dev/null and b/assets/images/tsneko/jess/nrun2.gif differ diff --git a/assets/images/tsneko/jess/nscratch1.gif b/assets/images/tsneko/jess/nscratch1.gif new file mode 100644 index 0000000..b9026c9 Binary files /dev/null and b/assets/images/tsneko/jess/nscratch1.gif differ diff --git a/assets/images/tsneko/jess/nscratch2.gif b/assets/images/tsneko/jess/nscratch2.gif new file mode 100644 index 0000000..7a6757d Binary files /dev/null and b/assets/images/tsneko/jess/nscratch2.gif differ diff --git a/assets/images/tsneko/jess/nwrun1.gif b/assets/images/tsneko/jess/nwrun1.gif new file mode 100644 index 0000000..b7c8fc9 Binary files /dev/null and b/assets/images/tsneko/jess/nwrun1.gif differ diff --git a/assets/images/tsneko/jess/nwrun2.gif b/assets/images/tsneko/jess/nwrun2.gif new file mode 100644 index 0000000..74af086 Binary files /dev/null and b/assets/images/tsneko/jess/nwrun2.gif differ diff --git a/assets/images/tsneko/jess/serun1.gif b/assets/images/tsneko/jess/serun1.gif new file mode 100644 index 0000000..9a927be Binary files /dev/null and b/assets/images/tsneko/jess/serun1.gif differ diff --git a/assets/images/tsneko/jess/serun2.gif b/assets/images/tsneko/jess/serun2.gif new file mode 100644 index 0000000..d6d73f9 Binary files /dev/null and b/assets/images/tsneko/jess/serun2.gif differ diff --git a/assets/images/tsneko/jess/sleep1.gif b/assets/images/tsneko/jess/sleep1.gif new file mode 100644 index 0000000..6e77dc9 Binary files /dev/null and b/assets/images/tsneko/jess/sleep1.gif differ diff --git a/assets/images/tsneko/jess/sleep2.gif b/assets/images/tsneko/jess/sleep2.gif new file mode 100644 index 0000000..486d665 Binary files /dev/null and b/assets/images/tsneko/jess/sleep2.gif differ diff --git a/assets/images/tsneko/jess/srun1.gif b/assets/images/tsneko/jess/srun1.gif new file mode 100644 index 0000000..7ede7fa Binary files /dev/null and b/assets/images/tsneko/jess/srun1.gif differ diff --git a/assets/images/tsneko/jess/srun2.gif b/assets/images/tsneko/jess/srun2.gif new file mode 100644 index 0000000..b22fe6f Binary files /dev/null and b/assets/images/tsneko/jess/srun2.gif differ diff --git a/assets/images/tsneko/jess/sscratch1.gif b/assets/images/tsneko/jess/sscratch1.gif new file mode 100644 index 0000000..ca60b65 Binary files /dev/null and b/assets/images/tsneko/jess/sscratch1.gif differ diff --git a/assets/images/tsneko/jess/sscratch2.gif b/assets/images/tsneko/jess/sscratch2.gif new file mode 100644 index 0000000..254a766 Binary files /dev/null and b/assets/images/tsneko/jess/sscratch2.gif differ diff --git a/assets/images/tsneko/jess/still.gif b/assets/images/tsneko/jess/still.gif new file mode 100644 index 0000000..5a6d0df Binary files /dev/null and b/assets/images/tsneko/jess/still.gif differ diff --git a/assets/images/tsneko/jess/swrun1.gif b/assets/images/tsneko/jess/swrun1.gif new file mode 100644 index 0000000..e6fcb65 Binary files /dev/null and b/assets/images/tsneko/jess/swrun1.gif differ diff --git a/assets/images/tsneko/jess/swrun2.gif b/assets/images/tsneko/jess/swrun2.gif new file mode 100644 index 0000000..649353d Binary files /dev/null and b/assets/images/tsneko/jess/swrun2.gif differ diff --git a/assets/images/tsneko/jess/wrun1.gif b/assets/images/tsneko/jess/wrun1.gif new file mode 100644 index 0000000..119a98a Binary files /dev/null and b/assets/images/tsneko/jess/wrun1.gif differ diff --git a/assets/images/tsneko/jess/wrun2.gif b/assets/images/tsneko/jess/wrun2.gif new file mode 100644 index 0000000..a3e8871 Binary files /dev/null and b/assets/images/tsneko/jess/wrun2.gif differ diff --git a/assets/images/tsneko/jess/wscratch1.gif b/assets/images/tsneko/jess/wscratch1.gif new file mode 100644 index 0000000..7a95667 Binary files /dev/null and b/assets/images/tsneko/jess/wscratch1.gif differ diff --git a/assets/images/tsneko/jess/wscratch2.gif b/assets/images/tsneko/jess/wscratch2.gif new file mode 100644 index 0000000..deaddba Binary files /dev/null and b/assets/images/tsneko/jess/wscratch2.gif differ diff --git a/assets/images/tsneko/jess/yawn.gif b/assets/images/tsneko/jess/yawn.gif new file mode 100644 index 0000000..d0fcca2 Binary files /dev/null and b/assets/images/tsneko/jess/yawn.gif differ diff --git a/assets/images/tsneko/kina/alert.gif b/assets/images/tsneko/kina/alert.gif new file mode 100644 index 0000000..ec30ed2 Binary files /dev/null and b/assets/images/tsneko/kina/alert.gif differ diff --git a/assets/images/tsneko/kina/erun1.gif b/assets/images/tsneko/kina/erun1.gif new file mode 100644 index 0000000..bc48245 Binary files /dev/null and b/assets/images/tsneko/kina/erun1.gif differ diff --git a/assets/images/tsneko/kina/erun2.gif b/assets/images/tsneko/kina/erun2.gif new file mode 100644 index 0000000..ad331ce Binary files /dev/null and b/assets/images/tsneko/kina/erun2.gif differ diff --git a/assets/images/tsneko/kina/escratch1.gif b/assets/images/tsneko/kina/escratch1.gif new file mode 100644 index 0000000..97a7506 Binary files /dev/null and b/assets/images/tsneko/kina/escratch1.gif differ diff --git a/assets/images/tsneko/kina/escratch2.gif b/assets/images/tsneko/kina/escratch2.gif new file mode 100644 index 0000000..1353b9a Binary files /dev/null and b/assets/images/tsneko/kina/escratch2.gif differ diff --git a/assets/images/tsneko/kina/itch1.gif b/assets/images/tsneko/kina/itch1.gif new file mode 100644 index 0000000..c4e2ba3 Binary files /dev/null and b/assets/images/tsneko/kina/itch1.gif differ diff --git a/assets/images/tsneko/kina/itch2.gif b/assets/images/tsneko/kina/itch2.gif new file mode 100644 index 0000000..a1d189d Binary files /dev/null and b/assets/images/tsneko/kina/itch2.gif differ diff --git a/assets/images/tsneko/kina/nerun1.gif b/assets/images/tsneko/kina/nerun1.gif new file mode 100644 index 0000000..e6f86c4 Binary files /dev/null and b/assets/images/tsneko/kina/nerun1.gif differ diff --git a/assets/images/tsneko/kina/nerun2.gif b/assets/images/tsneko/kina/nerun2.gif new file mode 100644 index 0000000..61ad54a Binary files /dev/null and b/assets/images/tsneko/kina/nerun2.gif differ diff --git a/assets/images/tsneko/kina/nrun1.gif b/assets/images/tsneko/kina/nrun1.gif new file mode 100644 index 0000000..46c03b5 Binary files /dev/null and b/assets/images/tsneko/kina/nrun1.gif differ diff --git a/assets/images/tsneko/kina/nrun2.gif b/assets/images/tsneko/kina/nrun2.gif new file mode 100644 index 0000000..25e821d Binary files /dev/null and b/assets/images/tsneko/kina/nrun2.gif differ diff --git a/assets/images/tsneko/kina/nscratch1.gif b/assets/images/tsneko/kina/nscratch1.gif new file mode 100644 index 0000000..4c4060e Binary files /dev/null and b/assets/images/tsneko/kina/nscratch1.gif differ diff --git a/assets/images/tsneko/kina/nscratch2.gif b/assets/images/tsneko/kina/nscratch2.gif new file mode 100644 index 0000000..e2d7829 Binary files /dev/null and b/assets/images/tsneko/kina/nscratch2.gif differ diff --git a/assets/images/tsneko/kina/nwrun1.gif b/assets/images/tsneko/kina/nwrun1.gif new file mode 100644 index 0000000..7a94fdf Binary files /dev/null and b/assets/images/tsneko/kina/nwrun1.gif differ diff --git a/assets/images/tsneko/kina/nwrun2.gif b/assets/images/tsneko/kina/nwrun2.gif new file mode 100644 index 0000000..eaaf919 Binary files /dev/null and b/assets/images/tsneko/kina/nwrun2.gif differ diff --git a/assets/images/tsneko/kina/serun1.gif b/assets/images/tsneko/kina/serun1.gif new file mode 100644 index 0000000..f1e9940 Binary files /dev/null and b/assets/images/tsneko/kina/serun1.gif differ diff --git a/assets/images/tsneko/kina/serun2.gif b/assets/images/tsneko/kina/serun2.gif new file mode 100644 index 0000000..49b30c8 Binary files /dev/null and b/assets/images/tsneko/kina/serun2.gif differ diff --git a/assets/images/tsneko/kina/sleep1.gif b/assets/images/tsneko/kina/sleep1.gif new file mode 100644 index 0000000..512f1ad Binary files /dev/null and b/assets/images/tsneko/kina/sleep1.gif differ diff --git a/assets/images/tsneko/kina/sleep2.gif b/assets/images/tsneko/kina/sleep2.gif new file mode 100644 index 0000000..2c094ae Binary files /dev/null and b/assets/images/tsneko/kina/sleep2.gif differ diff --git a/assets/images/tsneko/kina/srun1.gif b/assets/images/tsneko/kina/srun1.gif new file mode 100644 index 0000000..31b7f01 Binary files /dev/null and b/assets/images/tsneko/kina/srun1.gif differ diff --git a/assets/images/tsneko/kina/srun2.gif b/assets/images/tsneko/kina/srun2.gif new file mode 100644 index 0000000..baba985 Binary files /dev/null and b/assets/images/tsneko/kina/srun2.gif differ diff --git a/assets/images/tsneko/kina/sscratch1.gif b/assets/images/tsneko/kina/sscratch1.gif new file mode 100644 index 0000000..c704f17 Binary files /dev/null and b/assets/images/tsneko/kina/sscratch1.gif differ diff --git a/assets/images/tsneko/kina/sscratch2.gif b/assets/images/tsneko/kina/sscratch2.gif new file mode 100644 index 0000000..683ff10 Binary files /dev/null and b/assets/images/tsneko/kina/sscratch2.gif differ diff --git a/assets/images/tsneko/kina/still.gif b/assets/images/tsneko/kina/still.gif new file mode 100644 index 0000000..1cd9f8a Binary files /dev/null and b/assets/images/tsneko/kina/still.gif differ diff --git a/assets/images/tsneko/kina/swrun1.gif b/assets/images/tsneko/kina/swrun1.gif new file mode 100644 index 0000000..d2dfcbc Binary files /dev/null and b/assets/images/tsneko/kina/swrun1.gif differ diff --git a/assets/images/tsneko/kina/swrun2.gif b/assets/images/tsneko/kina/swrun2.gif new file mode 100644 index 0000000..d9b818d Binary files /dev/null and b/assets/images/tsneko/kina/swrun2.gif differ diff --git a/assets/images/tsneko/kina/wrun1.gif b/assets/images/tsneko/kina/wrun1.gif new file mode 100644 index 0000000..2e0c8a1 Binary files /dev/null and b/assets/images/tsneko/kina/wrun1.gif differ diff --git a/assets/images/tsneko/kina/wrun2.gif b/assets/images/tsneko/kina/wrun2.gif new file mode 100644 index 0000000..8f0c305 Binary files /dev/null and b/assets/images/tsneko/kina/wrun2.gif differ diff --git a/assets/images/tsneko/kina/wscratch1.gif b/assets/images/tsneko/kina/wscratch1.gif new file mode 100644 index 0000000..6d8ebde Binary files /dev/null and b/assets/images/tsneko/kina/wscratch1.gif differ diff --git a/assets/images/tsneko/kina/wscratch2.gif b/assets/images/tsneko/kina/wscratch2.gif new file mode 100644 index 0000000..9749b5f Binary files /dev/null and b/assets/images/tsneko/kina/wscratch2.gif differ diff --git a/assets/images/tsneko/kina/yawn.gif b/assets/images/tsneko/kina/yawn.gif new file mode 100644 index 0000000..8c1f062 Binary files /dev/null and b/assets/images/tsneko/kina/yawn.gif differ diff --git a/assets/images/tsneko/kuramecha/alert.gif b/assets/images/tsneko/kuramecha/alert.gif new file mode 100644 index 0000000..d5910d2 Binary files /dev/null and b/assets/images/tsneko/kuramecha/alert.gif differ diff --git a/assets/images/tsneko/kuramecha/erun1.gif b/assets/images/tsneko/kuramecha/erun1.gif new file mode 100644 index 0000000..df390ab Binary files /dev/null and b/assets/images/tsneko/kuramecha/erun1.gif differ diff --git a/assets/images/tsneko/kuramecha/erun2.gif b/assets/images/tsneko/kuramecha/erun2.gif new file mode 100644 index 0000000..610ac9f Binary files /dev/null and b/assets/images/tsneko/kuramecha/erun2.gif differ diff --git a/assets/images/tsneko/kuramecha/escratch1.gif b/assets/images/tsneko/kuramecha/escratch1.gif new file mode 100644 index 0000000..788635e Binary files /dev/null and b/assets/images/tsneko/kuramecha/escratch1.gif differ diff --git a/assets/images/tsneko/kuramecha/escratch2.gif b/assets/images/tsneko/kuramecha/escratch2.gif new file mode 100644 index 0000000..dadc2ea Binary files /dev/null and b/assets/images/tsneko/kuramecha/escratch2.gif differ diff --git a/assets/images/tsneko/kuramecha/itch1.gif b/assets/images/tsneko/kuramecha/itch1.gif new file mode 100644 index 0000000..396b13d Binary files /dev/null and b/assets/images/tsneko/kuramecha/itch1.gif differ diff --git a/assets/images/tsneko/kuramecha/itch2.gif b/assets/images/tsneko/kuramecha/itch2.gif new file mode 100644 index 0000000..d2d885f Binary files /dev/null and b/assets/images/tsneko/kuramecha/itch2.gif differ diff --git a/assets/images/tsneko/kuramecha/nerun1.gif b/assets/images/tsneko/kuramecha/nerun1.gif new file mode 100644 index 0000000..f4e6a8d Binary files /dev/null and b/assets/images/tsneko/kuramecha/nerun1.gif differ diff --git a/assets/images/tsneko/kuramecha/nerun2.gif b/assets/images/tsneko/kuramecha/nerun2.gif new file mode 100644 index 0000000..813176b Binary files /dev/null and b/assets/images/tsneko/kuramecha/nerun2.gif differ diff --git a/assets/images/tsneko/kuramecha/nrun1.gif b/assets/images/tsneko/kuramecha/nrun1.gif new file mode 100644 index 0000000..8ce59ed Binary files /dev/null and b/assets/images/tsneko/kuramecha/nrun1.gif differ diff --git a/assets/images/tsneko/kuramecha/nrun2.gif b/assets/images/tsneko/kuramecha/nrun2.gif new file mode 100644 index 0000000..dfe1f57 Binary files /dev/null and b/assets/images/tsneko/kuramecha/nrun2.gif differ diff --git a/assets/images/tsneko/kuramecha/nscratch1.gif b/assets/images/tsneko/kuramecha/nscratch1.gif new file mode 100644 index 0000000..5359780 Binary files /dev/null and b/assets/images/tsneko/kuramecha/nscratch1.gif differ diff --git a/assets/images/tsneko/kuramecha/nscratch2.gif b/assets/images/tsneko/kuramecha/nscratch2.gif new file mode 100644 index 0000000..51f519e Binary files /dev/null and b/assets/images/tsneko/kuramecha/nscratch2.gif differ diff --git a/assets/images/tsneko/kuramecha/nwrun1.gif b/assets/images/tsneko/kuramecha/nwrun1.gif new file mode 100644 index 0000000..218dee7 Binary files /dev/null and b/assets/images/tsneko/kuramecha/nwrun1.gif differ diff --git a/assets/images/tsneko/kuramecha/nwrun2.gif b/assets/images/tsneko/kuramecha/nwrun2.gif new file mode 100644 index 0000000..55e53f5 Binary files /dev/null and b/assets/images/tsneko/kuramecha/nwrun2.gif differ diff --git a/assets/images/tsneko/kuramecha/serun1.gif b/assets/images/tsneko/kuramecha/serun1.gif new file mode 100644 index 0000000..bd129e9 Binary files /dev/null and b/assets/images/tsneko/kuramecha/serun1.gif differ diff --git a/assets/images/tsneko/kuramecha/serun2.gif b/assets/images/tsneko/kuramecha/serun2.gif new file mode 100644 index 0000000..75e1cea Binary files /dev/null and b/assets/images/tsneko/kuramecha/serun2.gif differ diff --git a/assets/images/tsneko/kuramecha/sleep1.gif b/assets/images/tsneko/kuramecha/sleep1.gif new file mode 100644 index 0000000..ad654b6 Binary files /dev/null and b/assets/images/tsneko/kuramecha/sleep1.gif differ diff --git a/assets/images/tsneko/kuramecha/sleep2.gif b/assets/images/tsneko/kuramecha/sleep2.gif new file mode 100644 index 0000000..b1583cf Binary files /dev/null and b/assets/images/tsneko/kuramecha/sleep2.gif differ diff --git a/assets/images/tsneko/kuramecha/srun1.gif b/assets/images/tsneko/kuramecha/srun1.gif new file mode 100644 index 0000000..8623e14 Binary files /dev/null and b/assets/images/tsneko/kuramecha/srun1.gif differ diff --git a/assets/images/tsneko/kuramecha/srun2.gif b/assets/images/tsneko/kuramecha/srun2.gif new file mode 100644 index 0000000..61ef105 Binary files /dev/null and b/assets/images/tsneko/kuramecha/srun2.gif differ diff --git a/assets/images/tsneko/kuramecha/sscratch1.gif b/assets/images/tsneko/kuramecha/sscratch1.gif new file mode 100644 index 0000000..32195f0 Binary files /dev/null and b/assets/images/tsneko/kuramecha/sscratch1.gif differ diff --git a/assets/images/tsneko/kuramecha/sscratch2.gif b/assets/images/tsneko/kuramecha/sscratch2.gif new file mode 100644 index 0000000..b59a14f Binary files /dev/null and b/assets/images/tsneko/kuramecha/sscratch2.gif differ diff --git a/assets/images/tsneko/kuramecha/still.gif b/assets/images/tsneko/kuramecha/still.gif new file mode 100644 index 0000000..77536dd Binary files /dev/null and b/assets/images/tsneko/kuramecha/still.gif differ diff --git a/assets/images/tsneko/kuramecha/swrun1.gif b/assets/images/tsneko/kuramecha/swrun1.gif new file mode 100644 index 0000000..991bed0 Binary files /dev/null and b/assets/images/tsneko/kuramecha/swrun1.gif differ diff --git a/assets/images/tsneko/kuramecha/swrun2.gif b/assets/images/tsneko/kuramecha/swrun2.gif new file mode 100644 index 0000000..bc7d30b Binary files /dev/null and b/assets/images/tsneko/kuramecha/swrun2.gif differ diff --git a/assets/images/tsneko/kuramecha/wrun1.gif b/assets/images/tsneko/kuramecha/wrun1.gif new file mode 100644 index 0000000..5347401 Binary files /dev/null and b/assets/images/tsneko/kuramecha/wrun1.gif differ diff --git a/assets/images/tsneko/kuramecha/wrun2.gif b/assets/images/tsneko/kuramecha/wrun2.gif new file mode 100644 index 0000000..0f515d4 Binary files /dev/null and b/assets/images/tsneko/kuramecha/wrun2.gif differ diff --git a/assets/images/tsneko/kuramecha/wscratch1.gif b/assets/images/tsneko/kuramecha/wscratch1.gif new file mode 100644 index 0000000..3eb4f7b Binary files /dev/null and b/assets/images/tsneko/kuramecha/wscratch1.gif differ diff --git a/assets/images/tsneko/kuramecha/wscratch2.gif b/assets/images/tsneko/kuramecha/wscratch2.gif new file mode 100644 index 0000000..2052fb1 Binary files /dev/null and b/assets/images/tsneko/kuramecha/wscratch2.gif differ diff --git a/assets/images/tsneko/kuramecha/yawn.gif b/assets/images/tsneko/kuramecha/yawn.gif new file mode 100644 index 0000000..cecfdd2 Binary files /dev/null and b/assets/images/tsneko/kuramecha/yawn.gif differ diff --git a/assets/images/tsneko/lucky/alert.gif b/assets/images/tsneko/lucky/alert.gif new file mode 100644 index 0000000..0bde3bd Binary files /dev/null and b/assets/images/tsneko/lucky/alert.gif differ diff --git a/assets/images/tsneko/lucky/erun1.gif b/assets/images/tsneko/lucky/erun1.gif new file mode 100644 index 0000000..a830d4c Binary files /dev/null and b/assets/images/tsneko/lucky/erun1.gif differ diff --git a/assets/images/tsneko/lucky/erun2.gif b/assets/images/tsneko/lucky/erun2.gif new file mode 100644 index 0000000..89e71a8 Binary files /dev/null and b/assets/images/tsneko/lucky/erun2.gif differ diff --git a/assets/images/tsneko/lucky/escratch1.gif b/assets/images/tsneko/lucky/escratch1.gif new file mode 100644 index 0000000..88c31ce --- /dev/null +++ b/assets/images/tsneko/lucky/escratch1.gif @@ -0,0 +1,11 @@ + + + + + 404 Not Found + + +

404 Not Found

+ + diff --git a/assets/images/tsneko/lucky/escratch2.gif b/assets/images/tsneko/lucky/escratch2.gif new file mode 100644 index 0000000..673cda6 Binary files /dev/null and b/assets/images/tsneko/lucky/escratch2.gif differ diff --git a/assets/images/tsneko/lucky/itch1.gif b/assets/images/tsneko/lucky/itch1.gif new file mode 100644 index 0000000..cd0a0a1 Binary files /dev/null and b/assets/images/tsneko/lucky/itch1.gif differ diff --git a/assets/images/tsneko/lucky/itch2.gif b/assets/images/tsneko/lucky/itch2.gif new file mode 100644 index 0000000..77e0ea6 Binary files /dev/null and b/assets/images/tsneko/lucky/itch2.gif differ diff --git a/assets/images/tsneko/lucky/nerun1.gif b/assets/images/tsneko/lucky/nerun1.gif new file mode 100644 index 0000000..faac72c Binary files /dev/null and b/assets/images/tsneko/lucky/nerun1.gif differ diff --git a/assets/images/tsneko/lucky/nerun2.gif b/assets/images/tsneko/lucky/nerun2.gif new file mode 100644 index 0000000..391b774 Binary files /dev/null and b/assets/images/tsneko/lucky/nerun2.gif differ diff --git a/assets/images/tsneko/lucky/nrun1.gif b/assets/images/tsneko/lucky/nrun1.gif new file mode 100644 index 0000000..508f89b Binary files /dev/null and b/assets/images/tsneko/lucky/nrun1.gif differ diff --git a/assets/images/tsneko/lucky/nrun2.gif b/assets/images/tsneko/lucky/nrun2.gif new file mode 100644 index 0000000..494515c Binary files /dev/null and b/assets/images/tsneko/lucky/nrun2.gif differ diff --git a/assets/images/tsneko/lucky/nscratch1.gif b/assets/images/tsneko/lucky/nscratch1.gif new file mode 100644 index 0000000..b5730fb Binary files /dev/null and b/assets/images/tsneko/lucky/nscratch1.gif differ diff --git a/assets/images/tsneko/lucky/nscratch2.gif b/assets/images/tsneko/lucky/nscratch2.gif new file mode 100644 index 0000000..745a6eb Binary files /dev/null and b/assets/images/tsneko/lucky/nscratch2.gif differ diff --git a/assets/images/tsneko/lucky/nwrun1.gif b/assets/images/tsneko/lucky/nwrun1.gif new file mode 100644 index 0000000..097ff69 Binary files /dev/null and b/assets/images/tsneko/lucky/nwrun1.gif differ diff --git a/assets/images/tsneko/lucky/nwrun2.gif b/assets/images/tsneko/lucky/nwrun2.gif new file mode 100644 index 0000000..da39c3f Binary files /dev/null and b/assets/images/tsneko/lucky/nwrun2.gif differ diff --git a/assets/images/tsneko/lucky/serun1.gif b/assets/images/tsneko/lucky/serun1.gif new file mode 100644 index 0000000..c74d148 Binary files /dev/null and b/assets/images/tsneko/lucky/serun1.gif differ diff --git a/assets/images/tsneko/lucky/serun2.gif b/assets/images/tsneko/lucky/serun2.gif new file mode 100644 index 0000000..b59fa40 Binary files /dev/null and b/assets/images/tsneko/lucky/serun2.gif differ diff --git a/assets/images/tsneko/lucky/sleep1.gif b/assets/images/tsneko/lucky/sleep1.gif new file mode 100644 index 0000000..02bca52 Binary files /dev/null and b/assets/images/tsneko/lucky/sleep1.gif differ diff --git a/assets/images/tsneko/lucky/sleep2.gif b/assets/images/tsneko/lucky/sleep2.gif new file mode 100644 index 0000000..bf18b7b Binary files /dev/null and b/assets/images/tsneko/lucky/sleep2.gif differ diff --git a/assets/images/tsneko/lucky/srun1.gif b/assets/images/tsneko/lucky/srun1.gif new file mode 100644 index 0000000..369b7a8 Binary files /dev/null and b/assets/images/tsneko/lucky/srun1.gif differ diff --git a/assets/images/tsneko/lucky/srun2.gif b/assets/images/tsneko/lucky/srun2.gif new file mode 100644 index 0000000..316f250 Binary files /dev/null and b/assets/images/tsneko/lucky/srun2.gif differ diff --git a/assets/images/tsneko/lucky/sscratch1.gif b/assets/images/tsneko/lucky/sscratch1.gif new file mode 100644 index 0000000..106000a Binary files /dev/null and b/assets/images/tsneko/lucky/sscratch1.gif differ diff --git a/assets/images/tsneko/lucky/sscratch2.gif b/assets/images/tsneko/lucky/sscratch2.gif new file mode 100644 index 0000000..4a33788 Binary files /dev/null and b/assets/images/tsneko/lucky/sscratch2.gif differ diff --git a/assets/images/tsneko/lucky/still.gif b/assets/images/tsneko/lucky/still.gif new file mode 100644 index 0000000..29876e7 Binary files /dev/null and b/assets/images/tsneko/lucky/still.gif differ diff --git a/assets/images/tsneko/lucky/swrun1.gif b/assets/images/tsneko/lucky/swrun1.gif new file mode 100644 index 0000000..2245b70 Binary files /dev/null and b/assets/images/tsneko/lucky/swrun1.gif differ diff --git a/assets/images/tsneko/lucky/swrun2.gif b/assets/images/tsneko/lucky/swrun2.gif new file mode 100644 index 0000000..95d837c Binary files /dev/null and b/assets/images/tsneko/lucky/swrun2.gif differ diff --git a/assets/images/tsneko/lucky/wrun1.gif b/assets/images/tsneko/lucky/wrun1.gif new file mode 100644 index 0000000..afe00a2 Binary files /dev/null and b/assets/images/tsneko/lucky/wrun1.gif differ diff --git a/assets/images/tsneko/lucky/wrun2.gif b/assets/images/tsneko/lucky/wrun2.gif new file mode 100644 index 0000000..6774a3a Binary files /dev/null and b/assets/images/tsneko/lucky/wrun2.gif differ diff --git a/assets/images/tsneko/lucky/wscratch1.gif b/assets/images/tsneko/lucky/wscratch1.gif new file mode 100644 index 0000000..11a64b0 Binary files /dev/null and b/assets/images/tsneko/lucky/wscratch1.gif differ diff --git a/assets/images/tsneko/lucky/wscratch2.gif b/assets/images/tsneko/lucky/wscratch2.gif new file mode 100644 index 0000000..0b9bbf3 Binary files /dev/null and b/assets/images/tsneko/lucky/wscratch2.gif differ diff --git a/assets/images/tsneko/lucky/yawn.gif b/assets/images/tsneko/lucky/yawn.gif new file mode 100644 index 0000000..c0d312e Binary files /dev/null and b/assets/images/tsneko/lucky/yawn.gif differ diff --git a/assets/images/tsneko/lucy/alert.gif b/assets/images/tsneko/lucy/alert.gif new file mode 100644 index 0000000..1379a1d Binary files /dev/null and b/assets/images/tsneko/lucy/alert.gif differ diff --git a/assets/images/tsneko/lucy/erun1.gif b/assets/images/tsneko/lucy/erun1.gif new file mode 100644 index 0000000..c776659 Binary files /dev/null and b/assets/images/tsneko/lucy/erun1.gif differ diff --git a/assets/images/tsneko/lucy/erun2.gif b/assets/images/tsneko/lucy/erun2.gif new file mode 100644 index 0000000..d5789fa Binary files /dev/null and b/assets/images/tsneko/lucy/erun2.gif differ diff --git a/assets/images/tsneko/lucy/escratch1.gif b/assets/images/tsneko/lucy/escratch1.gif new file mode 100644 index 0000000..37a7c7d Binary files /dev/null and b/assets/images/tsneko/lucy/escratch1.gif differ diff --git a/assets/images/tsneko/lucy/escratch2.gif b/assets/images/tsneko/lucy/escratch2.gif new file mode 100644 index 0000000..1489996 Binary files /dev/null and b/assets/images/tsneko/lucy/escratch2.gif differ diff --git a/assets/images/tsneko/lucy/itch1.gif b/assets/images/tsneko/lucy/itch1.gif new file mode 100644 index 0000000..4c2b512 Binary files /dev/null and b/assets/images/tsneko/lucy/itch1.gif differ diff --git a/assets/images/tsneko/lucy/itch2.gif b/assets/images/tsneko/lucy/itch2.gif new file mode 100644 index 0000000..23c2641 Binary files /dev/null and b/assets/images/tsneko/lucy/itch2.gif differ diff --git a/assets/images/tsneko/lucy/nerun1.gif b/assets/images/tsneko/lucy/nerun1.gif new file mode 100644 index 0000000..65fc381 Binary files /dev/null and b/assets/images/tsneko/lucy/nerun1.gif differ diff --git a/assets/images/tsneko/lucy/nerun2.gif b/assets/images/tsneko/lucy/nerun2.gif new file mode 100644 index 0000000..da23ed4 Binary files /dev/null and b/assets/images/tsneko/lucy/nerun2.gif differ diff --git a/assets/images/tsneko/lucy/nrun1.gif b/assets/images/tsneko/lucy/nrun1.gif new file mode 100644 index 0000000..e66de04 Binary files /dev/null and b/assets/images/tsneko/lucy/nrun1.gif differ diff --git a/assets/images/tsneko/lucy/nrun2.gif b/assets/images/tsneko/lucy/nrun2.gif new file mode 100644 index 0000000..7408cb0 Binary files /dev/null and b/assets/images/tsneko/lucy/nrun2.gif differ diff --git a/assets/images/tsneko/lucy/nscratch1.gif b/assets/images/tsneko/lucy/nscratch1.gif new file mode 100644 index 0000000..fa4389a Binary files /dev/null and b/assets/images/tsneko/lucy/nscratch1.gif differ diff --git a/assets/images/tsneko/lucy/nscratch2.gif b/assets/images/tsneko/lucy/nscratch2.gif new file mode 100644 index 0000000..61bf37e Binary files /dev/null and b/assets/images/tsneko/lucy/nscratch2.gif differ diff --git a/assets/images/tsneko/lucy/nwrun1.gif b/assets/images/tsneko/lucy/nwrun1.gif new file mode 100644 index 0000000..40a272a Binary files /dev/null and b/assets/images/tsneko/lucy/nwrun1.gif differ diff --git a/assets/images/tsneko/lucy/nwrun2.gif b/assets/images/tsneko/lucy/nwrun2.gif new file mode 100644 index 0000000..1e3817d Binary files /dev/null and b/assets/images/tsneko/lucy/nwrun2.gif differ diff --git a/assets/images/tsneko/lucy/serun1.gif b/assets/images/tsneko/lucy/serun1.gif new file mode 100644 index 0000000..2690717 Binary files /dev/null and b/assets/images/tsneko/lucy/serun1.gif differ diff --git a/assets/images/tsneko/lucy/serun2.gif b/assets/images/tsneko/lucy/serun2.gif new file mode 100644 index 0000000..026231f Binary files /dev/null and b/assets/images/tsneko/lucy/serun2.gif differ diff --git a/assets/images/tsneko/lucy/sleep1.gif b/assets/images/tsneko/lucy/sleep1.gif new file mode 100644 index 0000000..291a7ec Binary files /dev/null and b/assets/images/tsneko/lucy/sleep1.gif differ diff --git a/assets/images/tsneko/lucy/sleep2.gif b/assets/images/tsneko/lucy/sleep2.gif new file mode 100644 index 0000000..4a466e6 Binary files /dev/null and b/assets/images/tsneko/lucy/sleep2.gif differ diff --git a/assets/images/tsneko/lucy/srun1.gif b/assets/images/tsneko/lucy/srun1.gif new file mode 100644 index 0000000..1265980 Binary files /dev/null and b/assets/images/tsneko/lucy/srun1.gif differ diff --git a/assets/images/tsneko/lucy/srun2.gif b/assets/images/tsneko/lucy/srun2.gif new file mode 100644 index 0000000..5628f78 Binary files /dev/null and b/assets/images/tsneko/lucy/srun2.gif differ diff --git a/assets/images/tsneko/lucy/sscratch1.gif b/assets/images/tsneko/lucy/sscratch1.gif new file mode 100644 index 0000000..57e4dd1 Binary files /dev/null and b/assets/images/tsneko/lucy/sscratch1.gif differ diff --git a/assets/images/tsneko/lucy/sscratch2.gif b/assets/images/tsneko/lucy/sscratch2.gif new file mode 100644 index 0000000..8490b47 Binary files /dev/null and b/assets/images/tsneko/lucy/sscratch2.gif differ diff --git a/assets/images/tsneko/lucy/still.gif b/assets/images/tsneko/lucy/still.gif new file mode 100644 index 0000000..30c10b0 Binary files /dev/null and b/assets/images/tsneko/lucy/still.gif differ diff --git a/assets/images/tsneko/lucy/swrun1.gif b/assets/images/tsneko/lucy/swrun1.gif new file mode 100644 index 0000000..b6a6eba Binary files /dev/null and b/assets/images/tsneko/lucy/swrun1.gif differ diff --git a/assets/images/tsneko/lucy/swrun2.gif b/assets/images/tsneko/lucy/swrun2.gif new file mode 100644 index 0000000..dbd18cd Binary files /dev/null and b/assets/images/tsneko/lucy/swrun2.gif differ diff --git a/assets/images/tsneko/lucy/wrun1.gif b/assets/images/tsneko/lucy/wrun1.gif new file mode 100644 index 0000000..8cd87c2 Binary files /dev/null and b/assets/images/tsneko/lucy/wrun1.gif differ diff --git a/assets/images/tsneko/lucy/wrun2.gif b/assets/images/tsneko/lucy/wrun2.gif new file mode 100644 index 0000000..f0172a9 Binary files /dev/null and b/assets/images/tsneko/lucy/wrun2.gif differ diff --git a/assets/images/tsneko/lucy/wscratch1.gif b/assets/images/tsneko/lucy/wscratch1.gif new file mode 100644 index 0000000..bb8ec49 Binary files /dev/null and b/assets/images/tsneko/lucy/wscratch1.gif differ diff --git a/assets/images/tsneko/lucy/wscratch2.gif b/assets/images/tsneko/lucy/wscratch2.gif new file mode 100644 index 0000000..0eabaa1 Binary files /dev/null and b/assets/images/tsneko/lucy/wscratch2.gif differ diff --git a/assets/images/tsneko/lucy/yawn.gif b/assets/images/tsneko/lucy/yawn.gif new file mode 100644 index 0000000..0f256fb Binary files /dev/null and b/assets/images/tsneko/lucy/yawn.gif differ diff --git a/assets/images/tsneko/marmalade/alert.gif b/assets/images/tsneko/marmalade/alert.gif new file mode 100644 index 0000000..cbe0150 Binary files /dev/null and b/assets/images/tsneko/marmalade/alert.gif differ diff --git a/assets/images/tsneko/marmalade/erun1.gif b/assets/images/tsneko/marmalade/erun1.gif new file mode 100644 index 0000000..f431f48 Binary files /dev/null and b/assets/images/tsneko/marmalade/erun1.gif differ diff --git a/assets/images/tsneko/marmalade/erun2.gif b/assets/images/tsneko/marmalade/erun2.gif new file mode 100644 index 0000000..c90ac09 Binary files /dev/null and b/assets/images/tsneko/marmalade/erun2.gif differ diff --git a/assets/images/tsneko/marmalade/escratch1.gif b/assets/images/tsneko/marmalade/escratch1.gif new file mode 100644 index 0000000..a32eb33 Binary files /dev/null and b/assets/images/tsneko/marmalade/escratch1.gif differ diff --git a/assets/images/tsneko/marmalade/escratch2.gif b/assets/images/tsneko/marmalade/escratch2.gif new file mode 100644 index 0000000..18d8103 Binary files /dev/null and b/assets/images/tsneko/marmalade/escratch2.gif differ diff --git a/assets/images/tsneko/marmalade/itch1.gif b/assets/images/tsneko/marmalade/itch1.gif new file mode 100644 index 0000000..9a3dffa Binary files /dev/null and b/assets/images/tsneko/marmalade/itch1.gif differ diff --git a/assets/images/tsneko/marmalade/itch2.gif b/assets/images/tsneko/marmalade/itch2.gif new file mode 100644 index 0000000..16a544c Binary files /dev/null and b/assets/images/tsneko/marmalade/itch2.gif differ diff --git a/assets/images/tsneko/marmalade/nerun1.gif b/assets/images/tsneko/marmalade/nerun1.gif new file mode 100644 index 0000000..ca6685a Binary files /dev/null and b/assets/images/tsneko/marmalade/nerun1.gif differ diff --git a/assets/images/tsneko/marmalade/nerun2.gif b/assets/images/tsneko/marmalade/nerun2.gif new file mode 100644 index 0000000..6763226 Binary files /dev/null and b/assets/images/tsneko/marmalade/nerun2.gif differ diff --git a/assets/images/tsneko/marmalade/nrun1.gif b/assets/images/tsneko/marmalade/nrun1.gif new file mode 100644 index 0000000..758ffe0 Binary files /dev/null and b/assets/images/tsneko/marmalade/nrun1.gif differ diff --git a/assets/images/tsneko/marmalade/nrun2.gif b/assets/images/tsneko/marmalade/nrun2.gif new file mode 100644 index 0000000..03db7aa Binary files /dev/null and b/assets/images/tsneko/marmalade/nrun2.gif differ diff --git a/assets/images/tsneko/marmalade/nscratch1.gif b/assets/images/tsneko/marmalade/nscratch1.gif new file mode 100644 index 0000000..e9112e8 Binary files /dev/null and b/assets/images/tsneko/marmalade/nscratch1.gif differ diff --git a/assets/images/tsneko/marmalade/nscratch2.gif b/assets/images/tsneko/marmalade/nscratch2.gif new file mode 100644 index 0000000..82f320e Binary files /dev/null and b/assets/images/tsneko/marmalade/nscratch2.gif differ diff --git a/assets/images/tsneko/marmalade/nwrun1.gif b/assets/images/tsneko/marmalade/nwrun1.gif new file mode 100644 index 0000000..88094c2 Binary files /dev/null and b/assets/images/tsneko/marmalade/nwrun1.gif differ diff --git a/assets/images/tsneko/marmalade/nwrun2.gif b/assets/images/tsneko/marmalade/nwrun2.gif new file mode 100644 index 0000000..e4de846 Binary files /dev/null and b/assets/images/tsneko/marmalade/nwrun2.gif differ diff --git a/assets/images/tsneko/marmalade/serun1.gif b/assets/images/tsneko/marmalade/serun1.gif new file mode 100644 index 0000000..cba733a Binary files /dev/null and b/assets/images/tsneko/marmalade/serun1.gif differ diff --git a/assets/images/tsneko/marmalade/serun2.gif b/assets/images/tsneko/marmalade/serun2.gif new file mode 100644 index 0000000..43c13c5 Binary files /dev/null and b/assets/images/tsneko/marmalade/serun2.gif differ diff --git a/assets/images/tsneko/marmalade/sleep1.gif b/assets/images/tsneko/marmalade/sleep1.gif new file mode 100644 index 0000000..d3b3e7b Binary files /dev/null and b/assets/images/tsneko/marmalade/sleep1.gif differ diff --git a/assets/images/tsneko/marmalade/sleep2.gif b/assets/images/tsneko/marmalade/sleep2.gif new file mode 100644 index 0000000..8a9907f Binary files /dev/null and b/assets/images/tsneko/marmalade/sleep2.gif differ diff --git a/assets/images/tsneko/marmalade/srun1.gif b/assets/images/tsneko/marmalade/srun1.gif new file mode 100644 index 0000000..b3c737d Binary files /dev/null and b/assets/images/tsneko/marmalade/srun1.gif differ diff --git a/assets/images/tsneko/marmalade/srun2.gif b/assets/images/tsneko/marmalade/srun2.gif new file mode 100644 index 0000000..5e57db6 Binary files /dev/null and b/assets/images/tsneko/marmalade/srun2.gif differ diff --git a/assets/images/tsneko/marmalade/sscratch1.gif b/assets/images/tsneko/marmalade/sscratch1.gif new file mode 100644 index 0000000..148dd4f Binary files /dev/null and b/assets/images/tsneko/marmalade/sscratch1.gif differ diff --git a/assets/images/tsneko/marmalade/sscratch2.gif b/assets/images/tsneko/marmalade/sscratch2.gif new file mode 100644 index 0000000..fc54a7a Binary files /dev/null and b/assets/images/tsneko/marmalade/sscratch2.gif differ diff --git a/assets/images/tsneko/marmalade/still.gif b/assets/images/tsneko/marmalade/still.gif new file mode 100644 index 0000000..7dd5f2c Binary files /dev/null and b/assets/images/tsneko/marmalade/still.gif differ diff --git a/assets/images/tsneko/marmalade/swrun1.gif b/assets/images/tsneko/marmalade/swrun1.gif new file mode 100644 index 0000000..2626197 Binary files /dev/null and b/assets/images/tsneko/marmalade/swrun1.gif differ diff --git a/assets/images/tsneko/marmalade/swrun2.gif b/assets/images/tsneko/marmalade/swrun2.gif new file mode 100644 index 0000000..f6034ee Binary files /dev/null and b/assets/images/tsneko/marmalade/swrun2.gif differ diff --git a/assets/images/tsneko/marmalade/wrun1.gif b/assets/images/tsneko/marmalade/wrun1.gif new file mode 100644 index 0000000..5b762fd Binary files /dev/null and b/assets/images/tsneko/marmalade/wrun1.gif differ diff --git a/assets/images/tsneko/marmalade/wrun2.gif b/assets/images/tsneko/marmalade/wrun2.gif new file mode 100644 index 0000000..14fbb94 Binary files /dev/null and b/assets/images/tsneko/marmalade/wrun2.gif differ diff --git a/assets/images/tsneko/marmalade/wscratch1.gif b/assets/images/tsneko/marmalade/wscratch1.gif new file mode 100644 index 0000000..a25ea83 Binary files /dev/null and b/assets/images/tsneko/marmalade/wscratch1.gif differ diff --git a/assets/images/tsneko/marmalade/wscratch2.gif b/assets/images/tsneko/marmalade/wscratch2.gif new file mode 100644 index 0000000..836637f Binary files /dev/null and b/assets/images/tsneko/marmalade/wscratch2.gif differ diff --git a/assets/images/tsneko/marmalade/yawn.gif b/assets/images/tsneko/marmalade/yawn.gif new file mode 100644 index 0000000..1f3501f Binary files /dev/null and b/assets/images/tsneko/marmalade/yawn.gif differ diff --git a/assets/images/tsneko/mermaid/alert.gif b/assets/images/tsneko/mermaid/alert.gif new file mode 100644 index 0000000..c4b95cd Binary files /dev/null and b/assets/images/tsneko/mermaid/alert.gif differ diff --git a/assets/images/tsneko/mermaid/erun1.gif b/assets/images/tsneko/mermaid/erun1.gif new file mode 100644 index 0000000..66a17f8 Binary files /dev/null and b/assets/images/tsneko/mermaid/erun1.gif differ diff --git a/assets/images/tsneko/mermaid/erun2.gif b/assets/images/tsneko/mermaid/erun2.gif new file mode 100644 index 0000000..ea929bd Binary files /dev/null and b/assets/images/tsneko/mermaid/erun2.gif differ diff --git a/assets/images/tsneko/mermaid/escratch1.gif b/assets/images/tsneko/mermaid/escratch1.gif new file mode 100644 index 0000000..99b32b4 Binary files /dev/null and b/assets/images/tsneko/mermaid/escratch1.gif differ diff --git a/assets/images/tsneko/mermaid/escratch2.gif b/assets/images/tsneko/mermaid/escratch2.gif new file mode 100644 index 0000000..fb4e55d Binary files /dev/null and b/assets/images/tsneko/mermaid/escratch2.gif differ diff --git a/assets/images/tsneko/mermaid/itch1.gif b/assets/images/tsneko/mermaid/itch1.gif new file mode 100644 index 0000000..4b46906 Binary files /dev/null and b/assets/images/tsneko/mermaid/itch1.gif differ diff --git a/assets/images/tsneko/mermaid/itch2.gif b/assets/images/tsneko/mermaid/itch2.gif new file mode 100644 index 0000000..3fa1756 Binary files /dev/null and b/assets/images/tsneko/mermaid/itch2.gif differ diff --git a/assets/images/tsneko/mermaid/nerun1.gif b/assets/images/tsneko/mermaid/nerun1.gif new file mode 100644 index 0000000..fc8c89e Binary files /dev/null and b/assets/images/tsneko/mermaid/nerun1.gif differ diff --git a/assets/images/tsneko/mermaid/nerun2.gif b/assets/images/tsneko/mermaid/nerun2.gif new file mode 100644 index 0000000..b6dabf4 Binary files /dev/null and b/assets/images/tsneko/mermaid/nerun2.gif differ diff --git a/assets/images/tsneko/mermaid/nrun1.gif b/assets/images/tsneko/mermaid/nrun1.gif new file mode 100644 index 0000000..582f39b Binary files /dev/null and b/assets/images/tsneko/mermaid/nrun1.gif differ diff --git a/assets/images/tsneko/mermaid/nrun2.gif b/assets/images/tsneko/mermaid/nrun2.gif new file mode 100644 index 0000000..cd8190d Binary files /dev/null and b/assets/images/tsneko/mermaid/nrun2.gif differ diff --git a/assets/images/tsneko/mermaid/nscratch1.gif b/assets/images/tsneko/mermaid/nscratch1.gif new file mode 100644 index 0000000..49c1100 Binary files /dev/null and b/assets/images/tsneko/mermaid/nscratch1.gif differ diff --git a/assets/images/tsneko/mermaid/nscratch2.gif b/assets/images/tsneko/mermaid/nscratch2.gif new file mode 100644 index 0000000..38d075c Binary files /dev/null and b/assets/images/tsneko/mermaid/nscratch2.gif differ diff --git a/assets/images/tsneko/mermaid/nwrun1.gif b/assets/images/tsneko/mermaid/nwrun1.gif new file mode 100644 index 0000000..018018c Binary files /dev/null and b/assets/images/tsneko/mermaid/nwrun1.gif differ diff --git a/assets/images/tsneko/mermaid/nwrun2.gif b/assets/images/tsneko/mermaid/nwrun2.gif new file mode 100644 index 0000000..f3bc890 Binary files /dev/null and b/assets/images/tsneko/mermaid/nwrun2.gif differ diff --git a/assets/images/tsneko/mermaid/serun1.gif b/assets/images/tsneko/mermaid/serun1.gif new file mode 100644 index 0000000..8b1a836 Binary files /dev/null and b/assets/images/tsneko/mermaid/serun1.gif differ diff --git a/assets/images/tsneko/mermaid/serun2.gif b/assets/images/tsneko/mermaid/serun2.gif new file mode 100644 index 0000000..7496eda Binary files /dev/null and b/assets/images/tsneko/mermaid/serun2.gif differ diff --git a/assets/images/tsneko/mermaid/sleep1.gif b/assets/images/tsneko/mermaid/sleep1.gif new file mode 100644 index 0000000..1324dee Binary files /dev/null and b/assets/images/tsneko/mermaid/sleep1.gif differ diff --git a/assets/images/tsneko/mermaid/sleep2.gif b/assets/images/tsneko/mermaid/sleep2.gif new file mode 100644 index 0000000..8076be5 Binary files /dev/null and b/assets/images/tsneko/mermaid/sleep2.gif differ diff --git a/assets/images/tsneko/mermaid/srun1.gif b/assets/images/tsneko/mermaid/srun1.gif new file mode 100644 index 0000000..c2faa03 Binary files /dev/null and b/assets/images/tsneko/mermaid/srun1.gif differ diff --git a/assets/images/tsneko/mermaid/srun2.gif b/assets/images/tsneko/mermaid/srun2.gif new file mode 100644 index 0000000..9852111 Binary files /dev/null and b/assets/images/tsneko/mermaid/srun2.gif differ diff --git a/assets/images/tsneko/mermaid/sscratch1.gif b/assets/images/tsneko/mermaid/sscratch1.gif new file mode 100644 index 0000000..1424b0d Binary files /dev/null and b/assets/images/tsneko/mermaid/sscratch1.gif differ diff --git a/assets/images/tsneko/mermaid/sscratch2.gif b/assets/images/tsneko/mermaid/sscratch2.gif new file mode 100644 index 0000000..7b6053b Binary files /dev/null and b/assets/images/tsneko/mermaid/sscratch2.gif differ diff --git a/assets/images/tsneko/mermaid/still.gif b/assets/images/tsneko/mermaid/still.gif new file mode 100644 index 0000000..0b5b18f Binary files /dev/null and b/assets/images/tsneko/mermaid/still.gif differ diff --git a/assets/images/tsneko/mermaid/swrun1.gif b/assets/images/tsneko/mermaid/swrun1.gif new file mode 100644 index 0000000..3830992 Binary files /dev/null and b/assets/images/tsneko/mermaid/swrun1.gif differ diff --git a/assets/images/tsneko/mermaid/swrun2.gif b/assets/images/tsneko/mermaid/swrun2.gif new file mode 100644 index 0000000..7521cb4 Binary files /dev/null and b/assets/images/tsneko/mermaid/swrun2.gif differ diff --git a/assets/images/tsneko/mermaid/wrun1.gif b/assets/images/tsneko/mermaid/wrun1.gif new file mode 100644 index 0000000..b200c52 Binary files /dev/null and b/assets/images/tsneko/mermaid/wrun1.gif differ diff --git a/assets/images/tsneko/mermaid/wrun2.gif b/assets/images/tsneko/mermaid/wrun2.gif new file mode 100644 index 0000000..3cb5b17 Binary files /dev/null and b/assets/images/tsneko/mermaid/wrun2.gif differ diff --git a/assets/images/tsneko/mermaid/wscratch1.gif b/assets/images/tsneko/mermaid/wscratch1.gif new file mode 100644 index 0000000..e9132bb Binary files /dev/null and b/assets/images/tsneko/mermaid/wscratch1.gif differ diff --git a/assets/images/tsneko/mermaid/wscratch2.gif b/assets/images/tsneko/mermaid/wscratch2.gif new file mode 100644 index 0000000..f887de4 Binary files /dev/null and b/assets/images/tsneko/mermaid/wscratch2.gif differ diff --git a/assets/images/tsneko/mermaid/yawn.gif b/assets/images/tsneko/mermaid/yawn.gif new file mode 100644 index 0000000..ea3c4bd Binary files /dev/null and b/assets/images/tsneko/mermaid/yawn.gif differ diff --git a/assets/images/tsneko/mike/alert.gif b/assets/images/tsneko/mike/alert.gif new file mode 100644 index 0000000..d50bf9b Binary files /dev/null and b/assets/images/tsneko/mike/alert.gif differ diff --git a/assets/images/tsneko/mike/erun1.gif b/assets/images/tsneko/mike/erun1.gif new file mode 100644 index 0000000..4ab766c Binary files /dev/null and b/assets/images/tsneko/mike/erun1.gif differ diff --git a/assets/images/tsneko/mike/erun2.gif b/assets/images/tsneko/mike/erun2.gif new file mode 100644 index 0000000..be6080d Binary files /dev/null and b/assets/images/tsneko/mike/erun2.gif differ diff --git a/assets/images/tsneko/mike/escratch1.gif b/assets/images/tsneko/mike/escratch1.gif new file mode 100644 index 0000000..1a40c03 Binary files /dev/null and b/assets/images/tsneko/mike/escratch1.gif differ diff --git a/assets/images/tsneko/mike/escratch2.gif b/assets/images/tsneko/mike/escratch2.gif new file mode 100644 index 0000000..f3903fe Binary files /dev/null and b/assets/images/tsneko/mike/escratch2.gif differ diff --git a/assets/images/tsneko/mike/itch1.gif b/assets/images/tsneko/mike/itch1.gif new file mode 100644 index 0000000..250bc48 Binary files /dev/null and b/assets/images/tsneko/mike/itch1.gif differ diff --git a/assets/images/tsneko/mike/itch2.gif b/assets/images/tsneko/mike/itch2.gif new file mode 100644 index 0000000..f41e3ad Binary files /dev/null and b/assets/images/tsneko/mike/itch2.gif differ diff --git a/assets/images/tsneko/mike/nerun1.gif b/assets/images/tsneko/mike/nerun1.gif new file mode 100644 index 0000000..fd52524 Binary files /dev/null and b/assets/images/tsneko/mike/nerun1.gif differ diff --git a/assets/images/tsneko/mike/nerun2.gif b/assets/images/tsneko/mike/nerun2.gif new file mode 100644 index 0000000..c6da275 Binary files /dev/null and b/assets/images/tsneko/mike/nerun2.gif differ diff --git a/assets/images/tsneko/mike/nrun1.gif b/assets/images/tsneko/mike/nrun1.gif new file mode 100644 index 0000000..9069d18 Binary files /dev/null and b/assets/images/tsneko/mike/nrun1.gif differ diff --git a/assets/images/tsneko/mike/nrun2.gif b/assets/images/tsneko/mike/nrun2.gif new file mode 100644 index 0000000..d6b700f Binary files /dev/null and b/assets/images/tsneko/mike/nrun2.gif differ diff --git a/assets/images/tsneko/mike/nscratch1.gif b/assets/images/tsneko/mike/nscratch1.gif new file mode 100644 index 0000000..e74d85c Binary files /dev/null and b/assets/images/tsneko/mike/nscratch1.gif differ diff --git a/assets/images/tsneko/mike/nscratch2.gif b/assets/images/tsneko/mike/nscratch2.gif new file mode 100644 index 0000000..a3baf89 Binary files /dev/null and b/assets/images/tsneko/mike/nscratch2.gif differ diff --git a/assets/images/tsneko/mike/nwrun1.gif b/assets/images/tsneko/mike/nwrun1.gif new file mode 100644 index 0000000..b4c0254 Binary files /dev/null and b/assets/images/tsneko/mike/nwrun1.gif differ diff --git a/assets/images/tsneko/mike/nwrun2.gif b/assets/images/tsneko/mike/nwrun2.gif new file mode 100644 index 0000000..24f2d4c Binary files /dev/null and b/assets/images/tsneko/mike/nwrun2.gif differ diff --git a/assets/images/tsneko/mike/serun1.gif b/assets/images/tsneko/mike/serun1.gif new file mode 100644 index 0000000..44d051c Binary files /dev/null and b/assets/images/tsneko/mike/serun1.gif differ diff --git a/assets/images/tsneko/mike/serun2.gif b/assets/images/tsneko/mike/serun2.gif new file mode 100644 index 0000000..6d1abd7 Binary files /dev/null and b/assets/images/tsneko/mike/serun2.gif differ diff --git a/assets/images/tsneko/mike/sleep1.gif b/assets/images/tsneko/mike/sleep1.gif new file mode 100644 index 0000000..725bfd4 Binary files /dev/null and b/assets/images/tsneko/mike/sleep1.gif differ diff --git a/assets/images/tsneko/mike/sleep2.gif b/assets/images/tsneko/mike/sleep2.gif new file mode 100644 index 0000000..04203f5 Binary files /dev/null and b/assets/images/tsneko/mike/sleep2.gif differ diff --git a/assets/images/tsneko/mike/srun1.gif b/assets/images/tsneko/mike/srun1.gif new file mode 100644 index 0000000..0c3610c Binary files /dev/null and b/assets/images/tsneko/mike/srun1.gif differ diff --git a/assets/images/tsneko/mike/srun2.gif b/assets/images/tsneko/mike/srun2.gif new file mode 100644 index 0000000..2bfaf52 Binary files /dev/null and b/assets/images/tsneko/mike/srun2.gif differ diff --git a/assets/images/tsneko/mike/sscratch1.gif b/assets/images/tsneko/mike/sscratch1.gif new file mode 100644 index 0000000..0b3c261 Binary files /dev/null and b/assets/images/tsneko/mike/sscratch1.gif differ diff --git a/assets/images/tsneko/mike/sscratch2.gif b/assets/images/tsneko/mike/sscratch2.gif new file mode 100644 index 0000000..967f9b3 Binary files /dev/null and b/assets/images/tsneko/mike/sscratch2.gif differ diff --git a/assets/images/tsneko/mike/still.gif b/assets/images/tsneko/mike/still.gif new file mode 100644 index 0000000..9de7358 Binary files /dev/null and b/assets/images/tsneko/mike/still.gif differ diff --git a/assets/images/tsneko/mike/swrun1.gif b/assets/images/tsneko/mike/swrun1.gif new file mode 100644 index 0000000..6ad285b Binary files /dev/null and b/assets/images/tsneko/mike/swrun1.gif differ diff --git a/assets/images/tsneko/mike/swrun2.gif b/assets/images/tsneko/mike/swrun2.gif new file mode 100644 index 0000000..577f9f2 Binary files /dev/null and b/assets/images/tsneko/mike/swrun2.gif differ diff --git a/assets/images/tsneko/mike/wrun1.gif b/assets/images/tsneko/mike/wrun1.gif new file mode 100644 index 0000000..2ad54c9 Binary files /dev/null and b/assets/images/tsneko/mike/wrun1.gif differ diff --git a/assets/images/tsneko/mike/wrun2.gif b/assets/images/tsneko/mike/wrun2.gif new file mode 100644 index 0000000..b787372 Binary files /dev/null and b/assets/images/tsneko/mike/wrun2.gif differ diff --git a/assets/images/tsneko/mike/wscratch1.gif b/assets/images/tsneko/mike/wscratch1.gif new file mode 100644 index 0000000..cadfb92 Binary files /dev/null and b/assets/images/tsneko/mike/wscratch1.gif differ diff --git a/assets/images/tsneko/mike/wscratch2.gif b/assets/images/tsneko/mike/wscratch2.gif new file mode 100644 index 0000000..50ed5e5 Binary files /dev/null and b/assets/images/tsneko/mike/wscratch2.gif differ diff --git a/assets/images/tsneko/mike/yawn.gif b/assets/images/tsneko/mike/yawn.gif new file mode 100644 index 0000000..d0b5405 Binary files /dev/null and b/assets/images/tsneko/mike/yawn.gif differ diff --git a/assets/images/tsneko/moka/alert.gif b/assets/images/tsneko/moka/alert.gif new file mode 100644 index 0000000..3416961 Binary files /dev/null and b/assets/images/tsneko/moka/alert.gif differ diff --git a/assets/images/tsneko/moka/erun1.gif b/assets/images/tsneko/moka/erun1.gif new file mode 100644 index 0000000..aa05635 Binary files /dev/null and b/assets/images/tsneko/moka/erun1.gif differ diff --git a/assets/images/tsneko/moka/erun2.gif b/assets/images/tsneko/moka/erun2.gif new file mode 100644 index 0000000..4e82ff4 Binary files /dev/null and b/assets/images/tsneko/moka/erun2.gif differ diff --git a/assets/images/tsneko/moka/escratch1.gif b/assets/images/tsneko/moka/escratch1.gif new file mode 100644 index 0000000..67c0bad Binary files /dev/null and b/assets/images/tsneko/moka/escratch1.gif differ diff --git a/assets/images/tsneko/moka/escratch2.gif b/assets/images/tsneko/moka/escratch2.gif new file mode 100644 index 0000000..8ea8cbc Binary files /dev/null and b/assets/images/tsneko/moka/escratch2.gif differ diff --git a/assets/images/tsneko/moka/itch1.gif b/assets/images/tsneko/moka/itch1.gif new file mode 100644 index 0000000..a6f3e26 Binary files /dev/null and b/assets/images/tsneko/moka/itch1.gif differ diff --git a/assets/images/tsneko/moka/itch2.gif b/assets/images/tsneko/moka/itch2.gif new file mode 100644 index 0000000..4fd490a Binary files /dev/null and b/assets/images/tsneko/moka/itch2.gif differ diff --git a/assets/images/tsneko/moka/nerun1.gif b/assets/images/tsneko/moka/nerun1.gif new file mode 100644 index 0000000..998f425 Binary files /dev/null and b/assets/images/tsneko/moka/nerun1.gif differ diff --git a/assets/images/tsneko/moka/nerun2.gif b/assets/images/tsneko/moka/nerun2.gif new file mode 100644 index 0000000..bdb426d Binary files /dev/null and b/assets/images/tsneko/moka/nerun2.gif differ diff --git a/assets/images/tsneko/moka/nrun1.gif b/assets/images/tsneko/moka/nrun1.gif new file mode 100644 index 0000000..e32b368 Binary files /dev/null and b/assets/images/tsneko/moka/nrun1.gif differ diff --git a/assets/images/tsneko/moka/nrun2.gif b/assets/images/tsneko/moka/nrun2.gif new file mode 100644 index 0000000..87672d1 Binary files /dev/null and b/assets/images/tsneko/moka/nrun2.gif differ diff --git a/assets/images/tsneko/moka/nscratch1.gif b/assets/images/tsneko/moka/nscratch1.gif new file mode 100644 index 0000000..502b546 Binary files /dev/null and b/assets/images/tsneko/moka/nscratch1.gif differ diff --git a/assets/images/tsneko/moka/nscratch2.gif b/assets/images/tsneko/moka/nscratch2.gif new file mode 100644 index 0000000..4873409 Binary files /dev/null and b/assets/images/tsneko/moka/nscratch2.gif differ diff --git a/assets/images/tsneko/moka/nwrun1.gif b/assets/images/tsneko/moka/nwrun1.gif new file mode 100644 index 0000000..78d08c0 Binary files /dev/null and b/assets/images/tsneko/moka/nwrun1.gif differ diff --git a/assets/images/tsneko/moka/nwrun2.gif b/assets/images/tsneko/moka/nwrun2.gif new file mode 100644 index 0000000..687a647 Binary files /dev/null and b/assets/images/tsneko/moka/nwrun2.gif differ diff --git a/assets/images/tsneko/moka/serun1.gif b/assets/images/tsneko/moka/serun1.gif new file mode 100644 index 0000000..4afd6c4 Binary files /dev/null and b/assets/images/tsneko/moka/serun1.gif differ diff --git a/assets/images/tsneko/moka/serun2.gif b/assets/images/tsneko/moka/serun2.gif new file mode 100644 index 0000000..b08243e Binary files /dev/null and b/assets/images/tsneko/moka/serun2.gif differ diff --git a/assets/images/tsneko/moka/sleep1.gif b/assets/images/tsneko/moka/sleep1.gif new file mode 100644 index 0000000..b8222c4 Binary files /dev/null and b/assets/images/tsneko/moka/sleep1.gif differ diff --git a/assets/images/tsneko/moka/sleep2.gif b/assets/images/tsneko/moka/sleep2.gif new file mode 100644 index 0000000..a2ff0d6 Binary files /dev/null and b/assets/images/tsneko/moka/sleep2.gif differ diff --git a/assets/images/tsneko/moka/srun1.gif b/assets/images/tsneko/moka/srun1.gif new file mode 100644 index 0000000..7c7b070 Binary files /dev/null and b/assets/images/tsneko/moka/srun1.gif differ diff --git a/assets/images/tsneko/moka/srun2.gif b/assets/images/tsneko/moka/srun2.gif new file mode 100644 index 0000000..5753f40 Binary files /dev/null and b/assets/images/tsneko/moka/srun2.gif differ diff --git a/assets/images/tsneko/moka/sscratch1.gif b/assets/images/tsneko/moka/sscratch1.gif new file mode 100644 index 0000000..7bdb240 Binary files /dev/null and b/assets/images/tsneko/moka/sscratch1.gif differ diff --git a/assets/images/tsneko/moka/sscratch2.gif b/assets/images/tsneko/moka/sscratch2.gif new file mode 100644 index 0000000..6c9b825 Binary files /dev/null and b/assets/images/tsneko/moka/sscratch2.gif differ diff --git a/assets/images/tsneko/moka/still.gif b/assets/images/tsneko/moka/still.gif new file mode 100644 index 0000000..847fbdb Binary files /dev/null and b/assets/images/tsneko/moka/still.gif differ diff --git a/assets/images/tsneko/moka/swrun1.gif b/assets/images/tsneko/moka/swrun1.gif new file mode 100644 index 0000000..cd08837 Binary files /dev/null and b/assets/images/tsneko/moka/swrun1.gif differ diff --git a/assets/images/tsneko/moka/swrun2.gif b/assets/images/tsneko/moka/swrun2.gif new file mode 100644 index 0000000..cfa5fd2 Binary files /dev/null and b/assets/images/tsneko/moka/swrun2.gif differ diff --git a/assets/images/tsneko/moka/wrun1.gif b/assets/images/tsneko/moka/wrun1.gif new file mode 100644 index 0000000..0134b13 Binary files /dev/null and b/assets/images/tsneko/moka/wrun1.gif differ diff --git a/assets/images/tsneko/moka/wrun2.gif b/assets/images/tsneko/moka/wrun2.gif new file mode 100644 index 0000000..c9d5ac7 Binary files /dev/null and b/assets/images/tsneko/moka/wrun2.gif differ diff --git a/assets/images/tsneko/moka/wscratch1.gif b/assets/images/tsneko/moka/wscratch1.gif new file mode 100644 index 0000000..621fdcb Binary files /dev/null and b/assets/images/tsneko/moka/wscratch1.gif differ diff --git a/assets/images/tsneko/moka/wscratch2.gif b/assets/images/tsneko/moka/wscratch2.gif new file mode 100644 index 0000000..8e9ecea Binary files /dev/null and b/assets/images/tsneko/moka/wscratch2.gif differ diff --git a/assets/images/tsneko/moka/yawn.gif b/assets/images/tsneko/moka/yawn.gif new file mode 100644 index 0000000..95dd4bc Binary files /dev/null and b/assets/images/tsneko/moka/yawn.gif differ diff --git a/assets/images/tsneko/neon/alert.gif b/assets/images/tsneko/neon/alert.gif new file mode 100644 index 0000000..e24c54b Binary files /dev/null and b/assets/images/tsneko/neon/alert.gif differ diff --git a/assets/images/tsneko/neon/erun1.gif b/assets/images/tsneko/neon/erun1.gif new file mode 100644 index 0000000..707dce1 Binary files /dev/null and b/assets/images/tsneko/neon/erun1.gif differ diff --git a/assets/images/tsneko/neon/erun2.gif b/assets/images/tsneko/neon/erun2.gif new file mode 100644 index 0000000..4e32c23 Binary files /dev/null and b/assets/images/tsneko/neon/erun2.gif differ diff --git a/assets/images/tsneko/neon/escratch1.gif b/assets/images/tsneko/neon/escratch1.gif new file mode 100644 index 0000000..7d09ee0 Binary files /dev/null and b/assets/images/tsneko/neon/escratch1.gif differ diff --git a/assets/images/tsneko/neon/escratch2.gif b/assets/images/tsneko/neon/escratch2.gif new file mode 100644 index 0000000..d9ad54b Binary files /dev/null and b/assets/images/tsneko/neon/escratch2.gif differ diff --git a/assets/images/tsneko/neon/itch1.gif b/assets/images/tsneko/neon/itch1.gif new file mode 100644 index 0000000..b6bded5 Binary files /dev/null and b/assets/images/tsneko/neon/itch1.gif differ diff --git a/assets/images/tsneko/neon/itch2.gif b/assets/images/tsneko/neon/itch2.gif new file mode 100644 index 0000000..6e329f5 Binary files /dev/null and b/assets/images/tsneko/neon/itch2.gif differ diff --git a/assets/images/tsneko/neon/nerun1.gif b/assets/images/tsneko/neon/nerun1.gif new file mode 100644 index 0000000..97f681f Binary files /dev/null and b/assets/images/tsneko/neon/nerun1.gif differ diff --git a/assets/images/tsneko/neon/nerun2.gif b/assets/images/tsneko/neon/nerun2.gif new file mode 100644 index 0000000..d9d5d9a Binary files /dev/null and b/assets/images/tsneko/neon/nerun2.gif differ diff --git a/assets/images/tsneko/neon/nrun1.gif b/assets/images/tsneko/neon/nrun1.gif new file mode 100644 index 0000000..d202655 Binary files /dev/null and b/assets/images/tsneko/neon/nrun1.gif differ diff --git a/assets/images/tsneko/neon/nrun2.gif b/assets/images/tsneko/neon/nrun2.gif new file mode 100644 index 0000000..0c5b6e2 Binary files /dev/null and b/assets/images/tsneko/neon/nrun2.gif differ diff --git a/assets/images/tsneko/neon/nscratch1.gif b/assets/images/tsneko/neon/nscratch1.gif new file mode 100644 index 0000000..daa0d72 Binary files /dev/null and b/assets/images/tsneko/neon/nscratch1.gif differ diff --git a/assets/images/tsneko/neon/nscratch2.gif b/assets/images/tsneko/neon/nscratch2.gif new file mode 100644 index 0000000..93867a1 Binary files /dev/null and b/assets/images/tsneko/neon/nscratch2.gif differ diff --git a/assets/images/tsneko/neon/nwrun1.gif b/assets/images/tsneko/neon/nwrun1.gif new file mode 100644 index 0000000..ae631a9 Binary files /dev/null and b/assets/images/tsneko/neon/nwrun1.gif differ diff --git a/assets/images/tsneko/neon/nwrun2.gif b/assets/images/tsneko/neon/nwrun2.gif new file mode 100644 index 0000000..b5a8ca5 Binary files /dev/null and b/assets/images/tsneko/neon/nwrun2.gif differ diff --git a/assets/images/tsneko/neon/serun1.gif b/assets/images/tsneko/neon/serun1.gif new file mode 100644 index 0000000..21290a4 Binary files /dev/null and b/assets/images/tsneko/neon/serun1.gif differ diff --git a/assets/images/tsneko/neon/serun2.gif b/assets/images/tsneko/neon/serun2.gif new file mode 100644 index 0000000..70b2e30 Binary files /dev/null and b/assets/images/tsneko/neon/serun2.gif differ diff --git a/assets/images/tsneko/neon/sleep1.gif b/assets/images/tsneko/neon/sleep1.gif new file mode 100644 index 0000000..d27d420 Binary files /dev/null and b/assets/images/tsneko/neon/sleep1.gif differ diff --git a/assets/images/tsneko/neon/sleep2.gif b/assets/images/tsneko/neon/sleep2.gif new file mode 100644 index 0000000..86a4cd0 Binary files /dev/null and b/assets/images/tsneko/neon/sleep2.gif differ diff --git a/assets/images/tsneko/neon/srun1.gif b/assets/images/tsneko/neon/srun1.gif new file mode 100644 index 0000000..345becd Binary files /dev/null and b/assets/images/tsneko/neon/srun1.gif differ diff --git a/assets/images/tsneko/neon/srun2.gif b/assets/images/tsneko/neon/srun2.gif new file mode 100644 index 0000000..3b4ac30 Binary files /dev/null and b/assets/images/tsneko/neon/srun2.gif differ diff --git a/assets/images/tsneko/neon/sscratch1.gif b/assets/images/tsneko/neon/sscratch1.gif new file mode 100644 index 0000000..5259d9f Binary files /dev/null and b/assets/images/tsneko/neon/sscratch1.gif differ diff --git a/assets/images/tsneko/neon/sscratch2.gif b/assets/images/tsneko/neon/sscratch2.gif new file mode 100644 index 0000000..48333b3 Binary files /dev/null and b/assets/images/tsneko/neon/sscratch2.gif differ diff --git a/assets/images/tsneko/neon/still.gif b/assets/images/tsneko/neon/still.gif new file mode 100644 index 0000000..eec6d42 Binary files /dev/null and b/assets/images/tsneko/neon/still.gif differ diff --git a/assets/images/tsneko/neon/swrun1.gif b/assets/images/tsneko/neon/swrun1.gif new file mode 100644 index 0000000..bf66883 Binary files /dev/null and b/assets/images/tsneko/neon/swrun1.gif differ diff --git a/assets/images/tsneko/neon/swrun2.gif b/assets/images/tsneko/neon/swrun2.gif new file mode 100644 index 0000000..8373006 Binary files /dev/null and b/assets/images/tsneko/neon/swrun2.gif differ diff --git a/assets/images/tsneko/neon/wrun1.gif b/assets/images/tsneko/neon/wrun1.gif new file mode 100644 index 0000000..42c348f Binary files /dev/null and b/assets/images/tsneko/neon/wrun1.gif differ diff --git a/assets/images/tsneko/neon/wrun2.gif b/assets/images/tsneko/neon/wrun2.gif new file mode 100644 index 0000000..922bb0a Binary files /dev/null and b/assets/images/tsneko/neon/wrun2.gif differ diff --git a/assets/images/tsneko/neon/wscratch1.gif b/assets/images/tsneko/neon/wscratch1.gif new file mode 100644 index 0000000..04caca2 Binary files /dev/null and b/assets/images/tsneko/neon/wscratch1.gif differ diff --git a/assets/images/tsneko/neon/wscratch2.gif b/assets/images/tsneko/neon/wscratch2.gif new file mode 100644 index 0000000..5f32b8f Binary files /dev/null and b/assets/images/tsneko/neon/wscratch2.gif differ diff --git a/assets/images/tsneko/neon/yawn.gif b/assets/images/tsneko/neon/yawn.gif new file mode 100644 index 0000000..02b7980 Binary files /dev/null and b/assets/images/tsneko/neon/yawn.gif differ diff --git a/assets/images/tsneko/orange/alert.gif b/assets/images/tsneko/orange/alert.gif new file mode 100644 index 0000000..72b296e Binary files /dev/null and b/assets/images/tsneko/orange/alert.gif differ diff --git a/assets/images/tsneko/orange/erun1.gif b/assets/images/tsneko/orange/erun1.gif new file mode 100644 index 0000000..818f109 Binary files /dev/null and b/assets/images/tsneko/orange/erun1.gif differ diff --git a/assets/images/tsneko/orange/erun2.gif b/assets/images/tsneko/orange/erun2.gif new file mode 100644 index 0000000..4f96f33 Binary files /dev/null and b/assets/images/tsneko/orange/erun2.gif differ diff --git a/assets/images/tsneko/orange/escratch1.gif b/assets/images/tsneko/orange/escratch1.gif new file mode 100644 index 0000000..5893688 Binary files /dev/null and b/assets/images/tsneko/orange/escratch1.gif differ diff --git a/assets/images/tsneko/orange/escratch2.gif b/assets/images/tsneko/orange/escratch2.gif new file mode 100644 index 0000000..256afae Binary files /dev/null and b/assets/images/tsneko/orange/escratch2.gif differ diff --git a/assets/images/tsneko/orange/itch1.gif b/assets/images/tsneko/orange/itch1.gif new file mode 100644 index 0000000..52f0078 Binary files /dev/null and b/assets/images/tsneko/orange/itch1.gif differ diff --git a/assets/images/tsneko/orange/itch2.gif b/assets/images/tsneko/orange/itch2.gif new file mode 100644 index 0000000..ad761ed Binary files /dev/null and b/assets/images/tsneko/orange/itch2.gif differ diff --git a/assets/images/tsneko/orange/nerun1.gif b/assets/images/tsneko/orange/nerun1.gif new file mode 100644 index 0000000..1cde0bf Binary files /dev/null and b/assets/images/tsneko/orange/nerun1.gif differ diff --git a/assets/images/tsneko/orange/nerun2.gif b/assets/images/tsneko/orange/nerun2.gif new file mode 100644 index 0000000..7e34091 Binary files /dev/null and b/assets/images/tsneko/orange/nerun2.gif differ diff --git a/assets/images/tsneko/orange/nrun1.gif b/assets/images/tsneko/orange/nrun1.gif new file mode 100644 index 0000000..f94701c Binary files /dev/null and b/assets/images/tsneko/orange/nrun1.gif differ diff --git a/assets/images/tsneko/orange/nrun2.gif b/assets/images/tsneko/orange/nrun2.gif new file mode 100644 index 0000000..1e86d2a Binary files /dev/null and b/assets/images/tsneko/orange/nrun2.gif differ diff --git a/assets/images/tsneko/orange/nscratch1.gif b/assets/images/tsneko/orange/nscratch1.gif new file mode 100644 index 0000000..295d1dc Binary files /dev/null and b/assets/images/tsneko/orange/nscratch1.gif differ diff --git a/assets/images/tsneko/orange/nscratch2.gif b/assets/images/tsneko/orange/nscratch2.gif new file mode 100644 index 0000000..c2fb077 Binary files /dev/null and b/assets/images/tsneko/orange/nscratch2.gif differ diff --git a/assets/images/tsneko/orange/nwrun1.gif b/assets/images/tsneko/orange/nwrun1.gif new file mode 100644 index 0000000..d225c6b Binary files /dev/null and b/assets/images/tsneko/orange/nwrun1.gif differ diff --git a/assets/images/tsneko/orange/nwrun2.gif b/assets/images/tsneko/orange/nwrun2.gif new file mode 100644 index 0000000..5da1927 Binary files /dev/null and b/assets/images/tsneko/orange/nwrun2.gif differ diff --git a/assets/images/tsneko/orange/serun1.gif b/assets/images/tsneko/orange/serun1.gif new file mode 100644 index 0000000..f1b87d7 Binary files /dev/null and b/assets/images/tsneko/orange/serun1.gif differ diff --git a/assets/images/tsneko/orange/serun2.gif b/assets/images/tsneko/orange/serun2.gif new file mode 100644 index 0000000..5e044fd Binary files /dev/null and b/assets/images/tsneko/orange/serun2.gif differ diff --git a/assets/images/tsneko/orange/sleep1.gif b/assets/images/tsneko/orange/sleep1.gif new file mode 100644 index 0000000..96168d1 Binary files /dev/null and b/assets/images/tsneko/orange/sleep1.gif differ diff --git a/assets/images/tsneko/orange/sleep2.gif b/assets/images/tsneko/orange/sleep2.gif new file mode 100644 index 0000000..f2960e0 Binary files /dev/null and b/assets/images/tsneko/orange/sleep2.gif differ diff --git a/assets/images/tsneko/orange/srun1.gif b/assets/images/tsneko/orange/srun1.gif new file mode 100644 index 0000000..ce6ea83 Binary files /dev/null and b/assets/images/tsneko/orange/srun1.gif differ diff --git a/assets/images/tsneko/orange/srun2.gif b/assets/images/tsneko/orange/srun2.gif new file mode 100644 index 0000000..d2ab4e3 Binary files /dev/null and b/assets/images/tsneko/orange/srun2.gif differ diff --git a/assets/images/tsneko/orange/sscratch1.gif b/assets/images/tsneko/orange/sscratch1.gif new file mode 100644 index 0000000..875805d Binary files /dev/null and b/assets/images/tsneko/orange/sscratch1.gif differ diff --git a/assets/images/tsneko/orange/sscratch2.gif b/assets/images/tsneko/orange/sscratch2.gif new file mode 100644 index 0000000..eaa6795 Binary files /dev/null and b/assets/images/tsneko/orange/sscratch2.gif differ diff --git a/assets/images/tsneko/orange/still.gif b/assets/images/tsneko/orange/still.gif new file mode 100644 index 0000000..c7f8a53 Binary files /dev/null and b/assets/images/tsneko/orange/still.gif differ diff --git a/assets/images/tsneko/orange/swrun1.gif b/assets/images/tsneko/orange/swrun1.gif new file mode 100644 index 0000000..1f84de4 Binary files /dev/null and b/assets/images/tsneko/orange/swrun1.gif differ diff --git a/assets/images/tsneko/orange/swrun2.gif b/assets/images/tsneko/orange/swrun2.gif new file mode 100644 index 0000000..ed26955 Binary files /dev/null and b/assets/images/tsneko/orange/swrun2.gif differ diff --git a/assets/images/tsneko/orange/wrun1.gif b/assets/images/tsneko/orange/wrun1.gif new file mode 100644 index 0000000..eca45a4 Binary files /dev/null and b/assets/images/tsneko/orange/wrun1.gif differ diff --git a/assets/images/tsneko/orange/wrun2.gif b/assets/images/tsneko/orange/wrun2.gif new file mode 100644 index 0000000..178f23e Binary files /dev/null and b/assets/images/tsneko/orange/wrun2.gif differ diff --git a/assets/images/tsneko/orange/wscratch1.gif b/assets/images/tsneko/orange/wscratch1.gif new file mode 100644 index 0000000..04dffd3 Binary files /dev/null and b/assets/images/tsneko/orange/wscratch1.gif differ diff --git a/assets/images/tsneko/orange/wscratch2.gif b/assets/images/tsneko/orange/wscratch2.gif new file mode 100644 index 0000000..53c6f23 Binary files /dev/null and b/assets/images/tsneko/orange/wscratch2.gif differ diff --git a/assets/images/tsneko/orange/yawn.gif b/assets/images/tsneko/orange/yawn.gif new file mode 100644 index 0000000..c318b7c Binary files /dev/null and b/assets/images/tsneko/orange/yawn.gif differ diff --git a/assets/images/tsneko/peach/alert.gif b/assets/images/tsneko/peach/alert.gif new file mode 100644 index 0000000..76cd1dd Binary files /dev/null and b/assets/images/tsneko/peach/alert.gif differ diff --git a/assets/images/tsneko/peach/erun1.gif b/assets/images/tsneko/peach/erun1.gif new file mode 100644 index 0000000..61c26c0 Binary files /dev/null and b/assets/images/tsneko/peach/erun1.gif differ diff --git a/assets/images/tsneko/peach/erun2.gif b/assets/images/tsneko/peach/erun2.gif new file mode 100644 index 0000000..50ef175 Binary files /dev/null and b/assets/images/tsneko/peach/erun2.gif differ diff --git a/assets/images/tsneko/peach/escratch1.gif b/assets/images/tsneko/peach/escratch1.gif new file mode 100644 index 0000000..55babf7 Binary files /dev/null and b/assets/images/tsneko/peach/escratch1.gif differ diff --git a/assets/images/tsneko/peach/escratch2.gif b/assets/images/tsneko/peach/escratch2.gif new file mode 100644 index 0000000..664b62a Binary files /dev/null and b/assets/images/tsneko/peach/escratch2.gif differ diff --git a/assets/images/tsneko/peach/itch1.gif b/assets/images/tsneko/peach/itch1.gif new file mode 100644 index 0000000..5fae8d9 Binary files /dev/null and b/assets/images/tsneko/peach/itch1.gif differ diff --git a/assets/images/tsneko/peach/itch2.gif b/assets/images/tsneko/peach/itch2.gif new file mode 100644 index 0000000..a895081 Binary files /dev/null and b/assets/images/tsneko/peach/itch2.gif differ diff --git a/assets/images/tsneko/peach/nerun1.gif b/assets/images/tsneko/peach/nerun1.gif new file mode 100644 index 0000000..84143a6 Binary files /dev/null and b/assets/images/tsneko/peach/nerun1.gif differ diff --git a/assets/images/tsneko/peach/nerun2.gif b/assets/images/tsneko/peach/nerun2.gif new file mode 100644 index 0000000..f84d452 Binary files /dev/null and b/assets/images/tsneko/peach/nerun2.gif differ diff --git a/assets/images/tsneko/peach/nrun1.gif b/assets/images/tsneko/peach/nrun1.gif new file mode 100644 index 0000000..d608c17 Binary files /dev/null and b/assets/images/tsneko/peach/nrun1.gif differ diff --git a/assets/images/tsneko/peach/nrun2.gif b/assets/images/tsneko/peach/nrun2.gif new file mode 100644 index 0000000..d94372d Binary files /dev/null and b/assets/images/tsneko/peach/nrun2.gif differ diff --git a/assets/images/tsneko/peach/nscratch1.gif b/assets/images/tsneko/peach/nscratch1.gif new file mode 100644 index 0000000..77075f2 Binary files /dev/null and b/assets/images/tsneko/peach/nscratch1.gif differ diff --git a/assets/images/tsneko/peach/nscratch2.gif b/assets/images/tsneko/peach/nscratch2.gif new file mode 100644 index 0000000..67a36e9 Binary files /dev/null and b/assets/images/tsneko/peach/nscratch2.gif differ diff --git a/assets/images/tsneko/peach/nwrun1.gif b/assets/images/tsneko/peach/nwrun1.gif new file mode 100644 index 0000000..c6b1aa1 Binary files /dev/null and b/assets/images/tsneko/peach/nwrun1.gif differ diff --git a/assets/images/tsneko/peach/nwrun2.gif b/assets/images/tsneko/peach/nwrun2.gif new file mode 100644 index 0000000..f143ff6 Binary files /dev/null and b/assets/images/tsneko/peach/nwrun2.gif differ diff --git a/assets/images/tsneko/peach/serun1.gif b/assets/images/tsneko/peach/serun1.gif new file mode 100644 index 0000000..6c9d7b6 Binary files /dev/null and b/assets/images/tsneko/peach/serun1.gif differ diff --git a/assets/images/tsneko/peach/serun2.gif b/assets/images/tsneko/peach/serun2.gif new file mode 100644 index 0000000..185a167 Binary files /dev/null and b/assets/images/tsneko/peach/serun2.gif differ diff --git a/assets/images/tsneko/peach/sleep1.gif b/assets/images/tsneko/peach/sleep1.gif new file mode 100644 index 0000000..a506c6d Binary files /dev/null and b/assets/images/tsneko/peach/sleep1.gif differ diff --git a/assets/images/tsneko/peach/sleep2.gif b/assets/images/tsneko/peach/sleep2.gif new file mode 100644 index 0000000..48e930b Binary files /dev/null and b/assets/images/tsneko/peach/sleep2.gif differ diff --git a/assets/images/tsneko/peach/srun1.gif b/assets/images/tsneko/peach/srun1.gif new file mode 100644 index 0000000..5f89c7f Binary files /dev/null and b/assets/images/tsneko/peach/srun1.gif differ diff --git a/assets/images/tsneko/peach/srun2.gif b/assets/images/tsneko/peach/srun2.gif new file mode 100644 index 0000000..18262c5 Binary files /dev/null and b/assets/images/tsneko/peach/srun2.gif differ diff --git a/assets/images/tsneko/peach/sscratch1.gif b/assets/images/tsneko/peach/sscratch1.gif new file mode 100644 index 0000000..37f714f Binary files /dev/null and b/assets/images/tsneko/peach/sscratch1.gif differ diff --git a/assets/images/tsneko/peach/sscratch2.gif b/assets/images/tsneko/peach/sscratch2.gif new file mode 100644 index 0000000..af6352c Binary files /dev/null and b/assets/images/tsneko/peach/sscratch2.gif differ diff --git a/assets/images/tsneko/peach/still.gif b/assets/images/tsneko/peach/still.gif new file mode 100644 index 0000000..091bcd0 Binary files /dev/null and b/assets/images/tsneko/peach/still.gif differ diff --git a/assets/images/tsneko/peach/swrun1.gif b/assets/images/tsneko/peach/swrun1.gif new file mode 100644 index 0000000..e25b23f Binary files /dev/null and b/assets/images/tsneko/peach/swrun1.gif differ diff --git a/assets/images/tsneko/peach/swrun2.gif b/assets/images/tsneko/peach/swrun2.gif new file mode 100644 index 0000000..4a8e891 Binary files /dev/null and b/assets/images/tsneko/peach/swrun2.gif differ diff --git a/assets/images/tsneko/peach/wrun1.gif b/assets/images/tsneko/peach/wrun1.gif new file mode 100644 index 0000000..f47ed7c Binary files /dev/null and b/assets/images/tsneko/peach/wrun1.gif differ diff --git a/assets/images/tsneko/peach/wrun2.gif b/assets/images/tsneko/peach/wrun2.gif new file mode 100644 index 0000000..483cb49 Binary files /dev/null and b/assets/images/tsneko/peach/wrun2.gif differ diff --git a/assets/images/tsneko/peach/wscratch1.gif b/assets/images/tsneko/peach/wscratch1.gif new file mode 100644 index 0000000..2b5eec0 Binary files /dev/null and b/assets/images/tsneko/peach/wscratch1.gif differ diff --git a/assets/images/tsneko/peach/wscratch2.gif b/assets/images/tsneko/peach/wscratch2.gif new file mode 100644 index 0000000..fa01bb4 Binary files /dev/null and b/assets/images/tsneko/peach/wscratch2.gif differ diff --git a/assets/images/tsneko/peach/yawn.gif b/assets/images/tsneko/peach/yawn.gif new file mode 100644 index 0000000..3589943 Binary files /dev/null and b/assets/images/tsneko/peach/yawn.gif differ diff --git a/assets/images/tsneko/pink/alert.gif b/assets/images/tsneko/pink/alert.gif new file mode 100644 index 0000000..99081f9 Binary files /dev/null and b/assets/images/tsneko/pink/alert.gif differ diff --git a/assets/images/tsneko/pink/erun1.gif b/assets/images/tsneko/pink/erun1.gif new file mode 100644 index 0000000..207af6c Binary files /dev/null and b/assets/images/tsneko/pink/erun1.gif differ diff --git a/assets/images/tsneko/pink/erun2.gif b/assets/images/tsneko/pink/erun2.gif new file mode 100644 index 0000000..42a4155 Binary files /dev/null and b/assets/images/tsneko/pink/erun2.gif differ diff --git a/assets/images/tsneko/pink/escratch1.gif b/assets/images/tsneko/pink/escratch1.gif new file mode 100644 index 0000000..210d6c5 Binary files /dev/null and b/assets/images/tsneko/pink/escratch1.gif differ diff --git a/assets/images/tsneko/pink/escratch2.gif b/assets/images/tsneko/pink/escratch2.gif new file mode 100644 index 0000000..59c32ea Binary files /dev/null and b/assets/images/tsneko/pink/escratch2.gif differ diff --git a/assets/images/tsneko/pink/itch1.gif b/assets/images/tsneko/pink/itch1.gif new file mode 100644 index 0000000..ba52a78 Binary files /dev/null and b/assets/images/tsneko/pink/itch1.gif differ diff --git a/assets/images/tsneko/pink/itch2.gif b/assets/images/tsneko/pink/itch2.gif new file mode 100644 index 0000000..9a4de2e Binary files /dev/null and b/assets/images/tsneko/pink/itch2.gif differ diff --git a/assets/images/tsneko/pink/nerun1.gif b/assets/images/tsneko/pink/nerun1.gif new file mode 100644 index 0000000..f4c1c38 Binary files /dev/null and b/assets/images/tsneko/pink/nerun1.gif differ diff --git a/assets/images/tsneko/pink/nerun2.gif b/assets/images/tsneko/pink/nerun2.gif new file mode 100644 index 0000000..6499fce Binary files /dev/null and b/assets/images/tsneko/pink/nerun2.gif differ diff --git a/assets/images/tsneko/pink/nrun1.gif b/assets/images/tsneko/pink/nrun1.gif new file mode 100644 index 0000000..bb614c6 Binary files /dev/null and b/assets/images/tsneko/pink/nrun1.gif differ diff --git a/assets/images/tsneko/pink/nrun2.gif b/assets/images/tsneko/pink/nrun2.gif new file mode 100644 index 0000000..6d5b929 Binary files /dev/null and b/assets/images/tsneko/pink/nrun2.gif differ diff --git a/assets/images/tsneko/pink/nscratch1.gif b/assets/images/tsneko/pink/nscratch1.gif new file mode 100644 index 0000000..6fedada Binary files /dev/null and b/assets/images/tsneko/pink/nscratch1.gif differ diff --git a/assets/images/tsneko/pink/nscratch2.gif b/assets/images/tsneko/pink/nscratch2.gif new file mode 100644 index 0000000..8b1b3fb Binary files /dev/null and b/assets/images/tsneko/pink/nscratch2.gif differ diff --git a/assets/images/tsneko/pink/nwrun1.gif b/assets/images/tsneko/pink/nwrun1.gif new file mode 100644 index 0000000..c24eb18 Binary files /dev/null and b/assets/images/tsneko/pink/nwrun1.gif differ diff --git a/assets/images/tsneko/pink/nwrun2.gif b/assets/images/tsneko/pink/nwrun2.gif new file mode 100644 index 0000000..8d5d74f Binary files /dev/null and b/assets/images/tsneko/pink/nwrun2.gif differ diff --git a/assets/images/tsneko/pink/serun1.gif b/assets/images/tsneko/pink/serun1.gif new file mode 100644 index 0000000..22be462 Binary files /dev/null and b/assets/images/tsneko/pink/serun1.gif differ diff --git a/assets/images/tsneko/pink/serun2.gif b/assets/images/tsneko/pink/serun2.gif new file mode 100644 index 0000000..3d91f59 Binary files /dev/null and b/assets/images/tsneko/pink/serun2.gif differ diff --git a/assets/images/tsneko/pink/sleep1.gif b/assets/images/tsneko/pink/sleep1.gif new file mode 100644 index 0000000..eb645ca Binary files /dev/null and b/assets/images/tsneko/pink/sleep1.gif differ diff --git a/assets/images/tsneko/pink/sleep2.gif b/assets/images/tsneko/pink/sleep2.gif new file mode 100644 index 0000000..39378ab Binary files /dev/null and b/assets/images/tsneko/pink/sleep2.gif differ diff --git a/assets/images/tsneko/pink/srun1.gif b/assets/images/tsneko/pink/srun1.gif new file mode 100644 index 0000000..839ac14 Binary files /dev/null and b/assets/images/tsneko/pink/srun1.gif differ diff --git a/assets/images/tsneko/pink/srun2.gif b/assets/images/tsneko/pink/srun2.gif new file mode 100644 index 0000000..67097e8 Binary files /dev/null and b/assets/images/tsneko/pink/srun2.gif differ diff --git a/assets/images/tsneko/pink/sscratch1.gif b/assets/images/tsneko/pink/sscratch1.gif new file mode 100644 index 0000000..9e22997 Binary files /dev/null and b/assets/images/tsneko/pink/sscratch1.gif differ diff --git a/assets/images/tsneko/pink/sscratch2.gif b/assets/images/tsneko/pink/sscratch2.gif new file mode 100644 index 0000000..d882e81 Binary files /dev/null and b/assets/images/tsneko/pink/sscratch2.gif differ diff --git a/assets/images/tsneko/pink/still.gif b/assets/images/tsneko/pink/still.gif new file mode 100644 index 0000000..5488ec5 Binary files /dev/null and b/assets/images/tsneko/pink/still.gif differ diff --git a/assets/images/tsneko/pink/swrun1.gif b/assets/images/tsneko/pink/swrun1.gif new file mode 100644 index 0000000..9485fa5 Binary files /dev/null and b/assets/images/tsneko/pink/swrun1.gif differ diff --git a/assets/images/tsneko/pink/swrun2.gif b/assets/images/tsneko/pink/swrun2.gif new file mode 100644 index 0000000..0b490ca Binary files /dev/null and b/assets/images/tsneko/pink/swrun2.gif differ diff --git a/assets/images/tsneko/pink/wrun1.gif b/assets/images/tsneko/pink/wrun1.gif new file mode 100644 index 0000000..76f70f3 Binary files /dev/null and b/assets/images/tsneko/pink/wrun1.gif differ diff --git a/assets/images/tsneko/pink/wrun2.gif b/assets/images/tsneko/pink/wrun2.gif new file mode 100644 index 0000000..c21d367 Binary files /dev/null and b/assets/images/tsneko/pink/wrun2.gif differ diff --git a/assets/images/tsneko/pink/wscratch1.gif b/assets/images/tsneko/pink/wscratch1.gif new file mode 100644 index 0000000..ee73d00 Binary files /dev/null and b/assets/images/tsneko/pink/wscratch1.gif differ diff --git a/assets/images/tsneko/pink/wscratch2.gif b/assets/images/tsneko/pink/wscratch2.gif new file mode 100644 index 0000000..4918e31 Binary files /dev/null and b/assets/images/tsneko/pink/wscratch2.gif differ diff --git a/assets/images/tsneko/pink/yawn.gif b/assets/images/tsneko/pink/yawn.gif new file mode 100644 index 0000000..0763115 Binary files /dev/null and b/assets/images/tsneko/pink/yawn.gif differ diff --git a/assets/images/tsneko/rainbow/alert.gif b/assets/images/tsneko/rainbow/alert.gif new file mode 100644 index 0000000..37bab22 Binary files /dev/null and b/assets/images/tsneko/rainbow/alert.gif differ diff --git a/assets/images/tsneko/rainbow/erun1.gif b/assets/images/tsneko/rainbow/erun1.gif new file mode 100644 index 0000000..9baaca7 Binary files /dev/null and b/assets/images/tsneko/rainbow/erun1.gif differ diff --git a/assets/images/tsneko/rainbow/erun2.gif b/assets/images/tsneko/rainbow/erun2.gif new file mode 100644 index 0000000..00bacd4 Binary files /dev/null and b/assets/images/tsneko/rainbow/erun2.gif differ diff --git a/assets/images/tsneko/rainbow/escratch1.gif b/assets/images/tsneko/rainbow/escratch1.gif new file mode 100644 index 0000000..99fa9d0 Binary files /dev/null and b/assets/images/tsneko/rainbow/escratch1.gif differ diff --git a/assets/images/tsneko/rainbow/escratch2.gif b/assets/images/tsneko/rainbow/escratch2.gif new file mode 100644 index 0000000..716356a Binary files /dev/null and b/assets/images/tsneko/rainbow/escratch2.gif differ diff --git a/assets/images/tsneko/rainbow/itch1.gif b/assets/images/tsneko/rainbow/itch1.gif new file mode 100644 index 0000000..b28a510 Binary files /dev/null and b/assets/images/tsneko/rainbow/itch1.gif differ diff --git a/assets/images/tsneko/rainbow/itch2.gif b/assets/images/tsneko/rainbow/itch2.gif new file mode 100644 index 0000000..1ab956e Binary files /dev/null and b/assets/images/tsneko/rainbow/itch2.gif differ diff --git a/assets/images/tsneko/rainbow/nerun1.gif b/assets/images/tsneko/rainbow/nerun1.gif new file mode 100644 index 0000000..71a3fee Binary files /dev/null and b/assets/images/tsneko/rainbow/nerun1.gif differ diff --git a/assets/images/tsneko/rainbow/nerun2.gif b/assets/images/tsneko/rainbow/nerun2.gif new file mode 100644 index 0000000..613bf86 Binary files /dev/null and b/assets/images/tsneko/rainbow/nerun2.gif differ diff --git a/assets/images/tsneko/rainbow/nrun1.gif b/assets/images/tsneko/rainbow/nrun1.gif new file mode 100644 index 0000000..e1a1c11 Binary files /dev/null and b/assets/images/tsneko/rainbow/nrun1.gif differ diff --git a/assets/images/tsneko/rainbow/nrun2.gif b/assets/images/tsneko/rainbow/nrun2.gif new file mode 100644 index 0000000..28b647b Binary files /dev/null and b/assets/images/tsneko/rainbow/nrun2.gif differ diff --git a/assets/images/tsneko/rainbow/nscratch1.gif b/assets/images/tsneko/rainbow/nscratch1.gif new file mode 100644 index 0000000..ff36e77 Binary files /dev/null and b/assets/images/tsneko/rainbow/nscratch1.gif differ diff --git a/assets/images/tsneko/rainbow/nscratch2.gif b/assets/images/tsneko/rainbow/nscratch2.gif new file mode 100644 index 0000000..828b071 Binary files /dev/null and b/assets/images/tsneko/rainbow/nscratch2.gif differ diff --git a/assets/images/tsneko/rainbow/nwrun1.gif b/assets/images/tsneko/rainbow/nwrun1.gif new file mode 100644 index 0000000..8ed8045 Binary files /dev/null and b/assets/images/tsneko/rainbow/nwrun1.gif differ diff --git a/assets/images/tsneko/rainbow/nwrun2.gif b/assets/images/tsneko/rainbow/nwrun2.gif new file mode 100644 index 0000000..95fd904 Binary files /dev/null and b/assets/images/tsneko/rainbow/nwrun2.gif differ diff --git a/assets/images/tsneko/rainbow/serun1.gif b/assets/images/tsneko/rainbow/serun1.gif new file mode 100644 index 0000000..78ce8d1 Binary files /dev/null and b/assets/images/tsneko/rainbow/serun1.gif differ diff --git a/assets/images/tsneko/rainbow/serun2.gif b/assets/images/tsneko/rainbow/serun2.gif new file mode 100644 index 0000000..110286e Binary files /dev/null and b/assets/images/tsneko/rainbow/serun2.gif differ diff --git a/assets/images/tsneko/rainbow/sleep1.gif b/assets/images/tsneko/rainbow/sleep1.gif new file mode 100644 index 0000000..9361a69 Binary files /dev/null and b/assets/images/tsneko/rainbow/sleep1.gif differ diff --git a/assets/images/tsneko/rainbow/sleep2.gif b/assets/images/tsneko/rainbow/sleep2.gif new file mode 100644 index 0000000..796f428 Binary files /dev/null and b/assets/images/tsneko/rainbow/sleep2.gif differ diff --git a/assets/images/tsneko/rainbow/srun1.gif b/assets/images/tsneko/rainbow/srun1.gif new file mode 100644 index 0000000..b75a722 Binary files /dev/null and b/assets/images/tsneko/rainbow/srun1.gif differ diff --git a/assets/images/tsneko/rainbow/srun2.gif b/assets/images/tsneko/rainbow/srun2.gif new file mode 100644 index 0000000..fe5ec2a Binary files /dev/null and b/assets/images/tsneko/rainbow/srun2.gif differ diff --git a/assets/images/tsneko/rainbow/sscratch1.gif b/assets/images/tsneko/rainbow/sscratch1.gif new file mode 100644 index 0000000..e01ae72 Binary files /dev/null and b/assets/images/tsneko/rainbow/sscratch1.gif differ diff --git a/assets/images/tsneko/rainbow/sscratch2.gif b/assets/images/tsneko/rainbow/sscratch2.gif new file mode 100644 index 0000000..4e5d494 Binary files /dev/null and b/assets/images/tsneko/rainbow/sscratch2.gif differ diff --git a/assets/images/tsneko/rainbow/still.gif b/assets/images/tsneko/rainbow/still.gif new file mode 100644 index 0000000..aaffd95 Binary files /dev/null and b/assets/images/tsneko/rainbow/still.gif differ diff --git a/assets/images/tsneko/rainbow/swrun1.gif b/assets/images/tsneko/rainbow/swrun1.gif new file mode 100644 index 0000000..982717f Binary files /dev/null and b/assets/images/tsneko/rainbow/swrun1.gif differ diff --git a/assets/images/tsneko/rainbow/swrun2.gif b/assets/images/tsneko/rainbow/swrun2.gif new file mode 100644 index 0000000..2b8cb8c Binary files /dev/null and b/assets/images/tsneko/rainbow/swrun2.gif differ diff --git a/assets/images/tsneko/rainbow/wrun1.gif b/assets/images/tsneko/rainbow/wrun1.gif new file mode 100644 index 0000000..2242dde Binary files /dev/null and b/assets/images/tsneko/rainbow/wrun1.gif differ diff --git a/assets/images/tsneko/rainbow/wrun2.gif b/assets/images/tsneko/rainbow/wrun2.gif new file mode 100644 index 0000000..391879c Binary files /dev/null and b/assets/images/tsneko/rainbow/wrun2.gif differ diff --git a/assets/images/tsneko/rainbow/wscratch1.gif b/assets/images/tsneko/rainbow/wscratch1.gif new file mode 100644 index 0000000..466cef5 Binary files /dev/null and b/assets/images/tsneko/rainbow/wscratch1.gif differ diff --git a/assets/images/tsneko/rainbow/wscratch2.gif b/assets/images/tsneko/rainbow/wscratch2.gif new file mode 100644 index 0000000..2d5e9ac Binary files /dev/null and b/assets/images/tsneko/rainbow/wscratch2.gif differ diff --git a/assets/images/tsneko/rainbow/yawn.gif b/assets/images/tsneko/rainbow/yawn.gif new file mode 100644 index 0000000..a5dddbe Binary files /dev/null and b/assets/images/tsneko/rainbow/yawn.gif differ diff --git a/assets/images/tsneko/robot/alert.gif b/assets/images/tsneko/robot/alert.gif new file mode 100644 index 0000000..4158934 Binary files /dev/null and b/assets/images/tsneko/robot/alert.gif differ diff --git a/assets/images/tsneko/robot/erun1.gif b/assets/images/tsneko/robot/erun1.gif new file mode 100644 index 0000000..2034d6c Binary files /dev/null and b/assets/images/tsneko/robot/erun1.gif differ diff --git a/assets/images/tsneko/robot/erun2.gif b/assets/images/tsneko/robot/erun2.gif new file mode 100644 index 0000000..2f3476d Binary files /dev/null and b/assets/images/tsneko/robot/erun2.gif differ diff --git a/assets/images/tsneko/robot/escratch1.gif b/assets/images/tsneko/robot/escratch1.gif new file mode 100644 index 0000000..8792d90 Binary files /dev/null and b/assets/images/tsneko/robot/escratch1.gif differ diff --git a/assets/images/tsneko/robot/escratch2.gif b/assets/images/tsneko/robot/escratch2.gif new file mode 100644 index 0000000..a7a738d Binary files /dev/null and b/assets/images/tsneko/robot/escratch2.gif differ diff --git a/assets/images/tsneko/robot/itch1.gif b/assets/images/tsneko/robot/itch1.gif new file mode 100644 index 0000000..58910b2 Binary files /dev/null and b/assets/images/tsneko/robot/itch1.gif differ diff --git a/assets/images/tsneko/robot/itch2.gif b/assets/images/tsneko/robot/itch2.gif new file mode 100644 index 0000000..2ec6bb1 Binary files /dev/null and b/assets/images/tsneko/robot/itch2.gif differ diff --git a/assets/images/tsneko/robot/nerun1.gif b/assets/images/tsneko/robot/nerun1.gif new file mode 100644 index 0000000..2b08fc9 Binary files /dev/null and b/assets/images/tsneko/robot/nerun1.gif differ diff --git a/assets/images/tsneko/robot/nerun2.gif b/assets/images/tsneko/robot/nerun2.gif new file mode 100644 index 0000000..5d347af Binary files /dev/null and b/assets/images/tsneko/robot/nerun2.gif differ diff --git a/assets/images/tsneko/robot/nrun1.gif b/assets/images/tsneko/robot/nrun1.gif new file mode 100644 index 0000000..7e0e40e Binary files /dev/null and b/assets/images/tsneko/robot/nrun1.gif differ diff --git a/assets/images/tsneko/robot/nrun2.gif b/assets/images/tsneko/robot/nrun2.gif new file mode 100644 index 0000000..b4e7031 Binary files /dev/null and b/assets/images/tsneko/robot/nrun2.gif differ diff --git a/assets/images/tsneko/robot/nscratch1.gif b/assets/images/tsneko/robot/nscratch1.gif new file mode 100644 index 0000000..65670f4 Binary files /dev/null and b/assets/images/tsneko/robot/nscratch1.gif differ diff --git a/assets/images/tsneko/robot/nscratch2.gif b/assets/images/tsneko/robot/nscratch2.gif new file mode 100644 index 0000000..23c567d Binary files /dev/null and b/assets/images/tsneko/robot/nscratch2.gif differ diff --git a/assets/images/tsneko/robot/nwrun1.gif b/assets/images/tsneko/robot/nwrun1.gif new file mode 100644 index 0000000..0c37fc1 Binary files /dev/null and b/assets/images/tsneko/robot/nwrun1.gif differ diff --git a/assets/images/tsneko/robot/nwrun2.gif b/assets/images/tsneko/robot/nwrun2.gif new file mode 100644 index 0000000..c2594d1 Binary files /dev/null and b/assets/images/tsneko/robot/nwrun2.gif differ diff --git a/assets/images/tsneko/robot/serun1.gif b/assets/images/tsneko/robot/serun1.gif new file mode 100644 index 0000000..9419ed9 Binary files /dev/null and b/assets/images/tsneko/robot/serun1.gif differ diff --git a/assets/images/tsneko/robot/serun2.gif b/assets/images/tsneko/robot/serun2.gif new file mode 100644 index 0000000..226c888 Binary files /dev/null and b/assets/images/tsneko/robot/serun2.gif differ diff --git a/assets/images/tsneko/robot/sleep1.gif b/assets/images/tsneko/robot/sleep1.gif new file mode 100644 index 0000000..5b5111d Binary files /dev/null and b/assets/images/tsneko/robot/sleep1.gif differ diff --git a/assets/images/tsneko/robot/sleep2.gif b/assets/images/tsneko/robot/sleep2.gif new file mode 100644 index 0000000..1b2e444 Binary files /dev/null and b/assets/images/tsneko/robot/sleep2.gif differ diff --git a/assets/images/tsneko/robot/srun1.gif b/assets/images/tsneko/robot/srun1.gif new file mode 100644 index 0000000..d11ca5b Binary files /dev/null and b/assets/images/tsneko/robot/srun1.gif differ diff --git a/assets/images/tsneko/robot/srun2.gif b/assets/images/tsneko/robot/srun2.gif new file mode 100644 index 0000000..ffcccba Binary files /dev/null and b/assets/images/tsneko/robot/srun2.gif differ diff --git a/assets/images/tsneko/robot/sscratch1.gif b/assets/images/tsneko/robot/sscratch1.gif new file mode 100644 index 0000000..447058f Binary files /dev/null and b/assets/images/tsneko/robot/sscratch1.gif differ diff --git a/assets/images/tsneko/robot/sscratch2.gif b/assets/images/tsneko/robot/sscratch2.gif new file mode 100644 index 0000000..aa79c01 Binary files /dev/null and b/assets/images/tsneko/robot/sscratch2.gif differ diff --git a/assets/images/tsneko/robot/still.gif b/assets/images/tsneko/robot/still.gif new file mode 100644 index 0000000..32367f0 Binary files /dev/null and b/assets/images/tsneko/robot/still.gif differ diff --git a/assets/images/tsneko/robot/swrun1.gif b/assets/images/tsneko/robot/swrun1.gif new file mode 100644 index 0000000..f090893 Binary files /dev/null and b/assets/images/tsneko/robot/swrun1.gif differ diff --git a/assets/images/tsneko/robot/swrun2.gif b/assets/images/tsneko/robot/swrun2.gif new file mode 100644 index 0000000..5ad6312 Binary files /dev/null and b/assets/images/tsneko/robot/swrun2.gif differ diff --git a/assets/images/tsneko/robot/wrun1.gif b/assets/images/tsneko/robot/wrun1.gif new file mode 100644 index 0000000..55012df Binary files /dev/null and b/assets/images/tsneko/robot/wrun1.gif differ diff --git a/assets/images/tsneko/robot/wrun2.gif b/assets/images/tsneko/robot/wrun2.gif new file mode 100644 index 0000000..0e32b9f Binary files /dev/null and b/assets/images/tsneko/robot/wrun2.gif differ diff --git a/assets/images/tsneko/robot/wscratch1.gif b/assets/images/tsneko/robot/wscratch1.gif new file mode 100644 index 0000000..ce7dd0a Binary files /dev/null and b/assets/images/tsneko/robot/wscratch1.gif differ diff --git a/assets/images/tsneko/robot/wscratch2.gif b/assets/images/tsneko/robot/wscratch2.gif new file mode 100644 index 0000000..2f28f45 Binary files /dev/null and b/assets/images/tsneko/robot/wscratch2.gif differ diff --git a/assets/images/tsneko/robot/yawn.gif b/assets/images/tsneko/robot/yawn.gif new file mode 100644 index 0000000..975f968 Binary files /dev/null and b/assets/images/tsneko/robot/yawn.gif differ diff --git a/assets/images/tsneko/rose/alert.gif b/assets/images/tsneko/rose/alert.gif new file mode 100644 index 0000000..4d8ab9b Binary files /dev/null and b/assets/images/tsneko/rose/alert.gif differ diff --git a/assets/images/tsneko/rose/erun1.gif b/assets/images/tsneko/rose/erun1.gif new file mode 100644 index 0000000..efb526a Binary files /dev/null and b/assets/images/tsneko/rose/erun1.gif differ diff --git a/assets/images/tsneko/rose/erun2.gif b/assets/images/tsneko/rose/erun2.gif new file mode 100644 index 0000000..9ddc878 Binary files /dev/null and b/assets/images/tsneko/rose/erun2.gif differ diff --git a/assets/images/tsneko/rose/escratch1.gif b/assets/images/tsneko/rose/escratch1.gif new file mode 100644 index 0000000..7bcd5b5 Binary files /dev/null and b/assets/images/tsneko/rose/escratch1.gif differ diff --git a/assets/images/tsneko/rose/escratch2.gif b/assets/images/tsneko/rose/escratch2.gif new file mode 100644 index 0000000..3da064e Binary files /dev/null and b/assets/images/tsneko/rose/escratch2.gif differ diff --git a/assets/images/tsneko/rose/itch1.gif b/assets/images/tsneko/rose/itch1.gif new file mode 100644 index 0000000..40caa25 Binary files /dev/null and b/assets/images/tsneko/rose/itch1.gif differ diff --git a/assets/images/tsneko/rose/itch2.gif b/assets/images/tsneko/rose/itch2.gif new file mode 100644 index 0000000..23708df Binary files /dev/null and b/assets/images/tsneko/rose/itch2.gif differ diff --git a/assets/images/tsneko/rose/nerun1.gif b/assets/images/tsneko/rose/nerun1.gif new file mode 100644 index 0000000..9cee491 Binary files /dev/null and b/assets/images/tsneko/rose/nerun1.gif differ diff --git a/assets/images/tsneko/rose/nerun2.gif b/assets/images/tsneko/rose/nerun2.gif new file mode 100644 index 0000000..a19371e Binary files /dev/null and b/assets/images/tsneko/rose/nerun2.gif differ diff --git a/assets/images/tsneko/rose/nrun1.gif b/assets/images/tsneko/rose/nrun1.gif new file mode 100644 index 0000000..4050e52 Binary files /dev/null and b/assets/images/tsneko/rose/nrun1.gif differ diff --git a/assets/images/tsneko/rose/nrun2.gif b/assets/images/tsneko/rose/nrun2.gif new file mode 100644 index 0000000..44be689 Binary files /dev/null and b/assets/images/tsneko/rose/nrun2.gif differ diff --git a/assets/images/tsneko/rose/nscratch1.gif b/assets/images/tsneko/rose/nscratch1.gif new file mode 100644 index 0000000..32c9a45 Binary files /dev/null and b/assets/images/tsneko/rose/nscratch1.gif differ diff --git a/assets/images/tsneko/rose/nscratch2.gif b/assets/images/tsneko/rose/nscratch2.gif new file mode 100644 index 0000000..2b605b3 Binary files /dev/null and b/assets/images/tsneko/rose/nscratch2.gif differ diff --git a/assets/images/tsneko/rose/nwrun1.gif b/assets/images/tsneko/rose/nwrun1.gif new file mode 100644 index 0000000..05bc649 Binary files /dev/null and b/assets/images/tsneko/rose/nwrun1.gif differ diff --git a/assets/images/tsneko/rose/nwrun2.gif b/assets/images/tsneko/rose/nwrun2.gif new file mode 100644 index 0000000..38142f0 Binary files /dev/null and b/assets/images/tsneko/rose/nwrun2.gif differ diff --git a/assets/images/tsneko/rose/serun1.gif b/assets/images/tsneko/rose/serun1.gif new file mode 100644 index 0000000..ab2c1d8 Binary files /dev/null and b/assets/images/tsneko/rose/serun1.gif differ diff --git a/assets/images/tsneko/rose/serun2.gif b/assets/images/tsneko/rose/serun2.gif new file mode 100644 index 0000000..9c32e7c Binary files /dev/null and b/assets/images/tsneko/rose/serun2.gif differ diff --git a/assets/images/tsneko/rose/sleep1.gif b/assets/images/tsneko/rose/sleep1.gif new file mode 100644 index 0000000..fa158f0 Binary files /dev/null and b/assets/images/tsneko/rose/sleep1.gif differ diff --git a/assets/images/tsneko/rose/sleep2.gif b/assets/images/tsneko/rose/sleep2.gif new file mode 100644 index 0000000..29242c8 Binary files /dev/null and b/assets/images/tsneko/rose/sleep2.gif differ diff --git a/assets/images/tsneko/rose/srun1.gif b/assets/images/tsneko/rose/srun1.gif new file mode 100644 index 0000000..7856b0f Binary files /dev/null and b/assets/images/tsneko/rose/srun1.gif differ diff --git a/assets/images/tsneko/rose/srun2.gif b/assets/images/tsneko/rose/srun2.gif new file mode 100644 index 0000000..d765897 Binary files /dev/null and b/assets/images/tsneko/rose/srun2.gif differ diff --git a/assets/images/tsneko/rose/sscratch1.gif b/assets/images/tsneko/rose/sscratch1.gif new file mode 100644 index 0000000..19c6441 Binary files /dev/null and b/assets/images/tsneko/rose/sscratch1.gif differ diff --git a/assets/images/tsneko/rose/sscratch2.gif b/assets/images/tsneko/rose/sscratch2.gif new file mode 100644 index 0000000..2afb5d7 Binary files /dev/null and b/assets/images/tsneko/rose/sscratch2.gif differ diff --git a/assets/images/tsneko/rose/still.gif b/assets/images/tsneko/rose/still.gif new file mode 100644 index 0000000..f744d91 Binary files /dev/null and b/assets/images/tsneko/rose/still.gif differ diff --git a/assets/images/tsneko/rose/swrun1.gif b/assets/images/tsneko/rose/swrun1.gif new file mode 100644 index 0000000..458b917 Binary files /dev/null and b/assets/images/tsneko/rose/swrun1.gif differ diff --git a/assets/images/tsneko/rose/swrun2.gif b/assets/images/tsneko/rose/swrun2.gif new file mode 100644 index 0000000..d47fc8a Binary files /dev/null and b/assets/images/tsneko/rose/swrun2.gif differ diff --git a/assets/images/tsneko/rose/wrun1.gif b/assets/images/tsneko/rose/wrun1.gif new file mode 100644 index 0000000..5eef844 Binary files /dev/null and b/assets/images/tsneko/rose/wrun1.gif differ diff --git a/assets/images/tsneko/rose/wrun2.gif b/assets/images/tsneko/rose/wrun2.gif new file mode 100644 index 0000000..bf1d052 Binary files /dev/null and b/assets/images/tsneko/rose/wrun2.gif differ diff --git a/assets/images/tsneko/rose/wscratch1.gif b/assets/images/tsneko/rose/wscratch1.gif new file mode 100644 index 0000000..6571b9d Binary files /dev/null and b/assets/images/tsneko/rose/wscratch1.gif differ diff --git a/assets/images/tsneko/rose/wscratch2.gif b/assets/images/tsneko/rose/wscratch2.gif new file mode 100644 index 0000000..5a0ca1f Binary files /dev/null and b/assets/images/tsneko/rose/wscratch2.gif differ diff --git a/assets/images/tsneko/rose/yawn.gif b/assets/images/tsneko/rose/yawn.gif new file mode 100644 index 0000000..a310d7f Binary files /dev/null and b/assets/images/tsneko/rose/yawn.gif differ diff --git a/assets/images/tsneko/royal/alert.gif b/assets/images/tsneko/royal/alert.gif new file mode 100644 index 0000000..0fa1f0e Binary files /dev/null and b/assets/images/tsneko/royal/alert.gif differ diff --git a/assets/images/tsneko/royal/erun1.gif b/assets/images/tsneko/royal/erun1.gif new file mode 100644 index 0000000..7c625c5 Binary files /dev/null and b/assets/images/tsneko/royal/erun1.gif differ diff --git a/assets/images/tsneko/royal/erun2.gif b/assets/images/tsneko/royal/erun2.gif new file mode 100644 index 0000000..2b2a2d3 Binary files /dev/null and b/assets/images/tsneko/royal/erun2.gif differ diff --git a/assets/images/tsneko/royal/escratch1.gif b/assets/images/tsneko/royal/escratch1.gif new file mode 100644 index 0000000..6246ed2 Binary files /dev/null and b/assets/images/tsneko/royal/escratch1.gif differ diff --git a/assets/images/tsneko/royal/escratch2.gif b/assets/images/tsneko/royal/escratch2.gif new file mode 100644 index 0000000..9a9a08e Binary files /dev/null and b/assets/images/tsneko/royal/escratch2.gif differ diff --git a/assets/images/tsneko/royal/itch1.gif b/assets/images/tsneko/royal/itch1.gif new file mode 100644 index 0000000..6c614c2 Binary files /dev/null and b/assets/images/tsneko/royal/itch1.gif differ diff --git a/assets/images/tsneko/royal/itch2.gif b/assets/images/tsneko/royal/itch2.gif new file mode 100644 index 0000000..73abaac Binary files /dev/null and b/assets/images/tsneko/royal/itch2.gif differ diff --git a/assets/images/tsneko/royal/nerun1.gif b/assets/images/tsneko/royal/nerun1.gif new file mode 100644 index 0000000..c6953c0 Binary files /dev/null and b/assets/images/tsneko/royal/nerun1.gif differ diff --git a/assets/images/tsneko/royal/nerun2.gif b/assets/images/tsneko/royal/nerun2.gif new file mode 100644 index 0000000..2c8ed8d Binary files /dev/null and b/assets/images/tsneko/royal/nerun2.gif differ diff --git a/assets/images/tsneko/royal/nrun1.gif b/assets/images/tsneko/royal/nrun1.gif new file mode 100644 index 0000000..8a818c9 Binary files /dev/null and b/assets/images/tsneko/royal/nrun1.gif differ diff --git a/assets/images/tsneko/royal/nrun2.gif b/assets/images/tsneko/royal/nrun2.gif new file mode 100644 index 0000000..01bafab Binary files /dev/null and b/assets/images/tsneko/royal/nrun2.gif differ diff --git a/assets/images/tsneko/royal/nscratch1.gif b/assets/images/tsneko/royal/nscratch1.gif new file mode 100644 index 0000000..d1fbbd4 Binary files /dev/null and b/assets/images/tsneko/royal/nscratch1.gif differ diff --git a/assets/images/tsneko/royal/nscratch2.gif b/assets/images/tsneko/royal/nscratch2.gif new file mode 100644 index 0000000..3e4ed63 Binary files /dev/null and b/assets/images/tsneko/royal/nscratch2.gif differ diff --git a/assets/images/tsneko/royal/nwrun1.gif b/assets/images/tsneko/royal/nwrun1.gif new file mode 100644 index 0000000..982f8bf Binary files /dev/null and b/assets/images/tsneko/royal/nwrun1.gif differ diff --git a/assets/images/tsneko/royal/nwrun2.gif b/assets/images/tsneko/royal/nwrun2.gif new file mode 100644 index 0000000..da68826 Binary files /dev/null and b/assets/images/tsneko/royal/nwrun2.gif differ diff --git a/assets/images/tsneko/royal/serun1.gif b/assets/images/tsneko/royal/serun1.gif new file mode 100644 index 0000000..fdc7b9a Binary files /dev/null and b/assets/images/tsneko/royal/serun1.gif differ diff --git a/assets/images/tsneko/royal/serun2.gif b/assets/images/tsneko/royal/serun2.gif new file mode 100644 index 0000000..da0b3bb Binary files /dev/null and b/assets/images/tsneko/royal/serun2.gif differ diff --git a/assets/images/tsneko/royal/sleep1.gif b/assets/images/tsneko/royal/sleep1.gif new file mode 100644 index 0000000..f5f7b8e Binary files /dev/null and b/assets/images/tsneko/royal/sleep1.gif differ diff --git a/assets/images/tsneko/royal/sleep2.gif b/assets/images/tsneko/royal/sleep2.gif new file mode 100644 index 0000000..eb65e1f Binary files /dev/null and b/assets/images/tsneko/royal/sleep2.gif differ diff --git a/assets/images/tsneko/royal/srun1.gif b/assets/images/tsneko/royal/srun1.gif new file mode 100644 index 0000000..a475f55 Binary files /dev/null and b/assets/images/tsneko/royal/srun1.gif differ diff --git a/assets/images/tsneko/royal/srun2.gif b/assets/images/tsneko/royal/srun2.gif new file mode 100644 index 0000000..f7ab02a Binary files /dev/null and b/assets/images/tsneko/royal/srun2.gif differ diff --git a/assets/images/tsneko/royal/sscratch1.gif b/assets/images/tsneko/royal/sscratch1.gif new file mode 100644 index 0000000..7ab8d00 Binary files /dev/null and b/assets/images/tsneko/royal/sscratch1.gif differ diff --git a/assets/images/tsneko/royal/sscratch2.gif b/assets/images/tsneko/royal/sscratch2.gif new file mode 100644 index 0000000..1bb51ec Binary files /dev/null and b/assets/images/tsneko/royal/sscratch2.gif differ diff --git a/assets/images/tsneko/royal/still.gif b/assets/images/tsneko/royal/still.gif new file mode 100644 index 0000000..729ac00 Binary files /dev/null and b/assets/images/tsneko/royal/still.gif differ diff --git a/assets/images/tsneko/royal/swrun1.gif b/assets/images/tsneko/royal/swrun1.gif new file mode 100644 index 0000000..44e745f Binary files /dev/null and b/assets/images/tsneko/royal/swrun1.gif differ diff --git a/assets/images/tsneko/royal/swrun2.gif b/assets/images/tsneko/royal/swrun2.gif new file mode 100644 index 0000000..06f148c Binary files /dev/null and b/assets/images/tsneko/royal/swrun2.gif differ diff --git a/assets/images/tsneko/royal/wrun1.gif b/assets/images/tsneko/royal/wrun1.gif new file mode 100644 index 0000000..fde5973 Binary files /dev/null and b/assets/images/tsneko/royal/wrun1.gif differ diff --git a/assets/images/tsneko/royal/wrun2.gif b/assets/images/tsneko/royal/wrun2.gif new file mode 100644 index 0000000..8c821b3 Binary files /dev/null and b/assets/images/tsneko/royal/wrun2.gif differ diff --git a/assets/images/tsneko/royal/wscratch1.gif b/assets/images/tsneko/royal/wscratch1.gif new file mode 100644 index 0000000..29c2632 Binary files /dev/null and b/assets/images/tsneko/royal/wscratch1.gif differ diff --git a/assets/images/tsneko/royal/wscratch2.gif b/assets/images/tsneko/royal/wscratch2.gif new file mode 100644 index 0000000..b99d6ec Binary files /dev/null and b/assets/images/tsneko/royal/wscratch2.gif differ diff --git a/assets/images/tsneko/royal/yawn.gif b/assets/images/tsneko/royal/yawn.gif new file mode 100644 index 0000000..d85ad34 Binary files /dev/null and b/assets/images/tsneko/royal/yawn.gif differ diff --git a/assets/images/tsneko/silver/alert.gif b/assets/images/tsneko/silver/alert.gif new file mode 100644 index 0000000..5b7c04f Binary files /dev/null and b/assets/images/tsneko/silver/alert.gif differ diff --git a/assets/images/tsneko/silver/erun1.gif b/assets/images/tsneko/silver/erun1.gif new file mode 100644 index 0000000..b367d29 Binary files /dev/null and b/assets/images/tsneko/silver/erun1.gif differ diff --git a/assets/images/tsneko/silver/erun2.gif b/assets/images/tsneko/silver/erun2.gif new file mode 100644 index 0000000..c010acb Binary files /dev/null and b/assets/images/tsneko/silver/erun2.gif differ diff --git a/assets/images/tsneko/silver/escratch1.gif b/assets/images/tsneko/silver/escratch1.gif new file mode 100644 index 0000000..0358619 Binary files /dev/null and b/assets/images/tsneko/silver/escratch1.gif differ diff --git a/assets/images/tsneko/silver/escratch2.gif b/assets/images/tsneko/silver/escratch2.gif new file mode 100644 index 0000000..f9573ec Binary files /dev/null and b/assets/images/tsneko/silver/escratch2.gif differ diff --git a/assets/images/tsneko/silver/itch1.gif b/assets/images/tsneko/silver/itch1.gif new file mode 100644 index 0000000..65a62fa Binary files /dev/null and b/assets/images/tsneko/silver/itch1.gif differ diff --git a/assets/images/tsneko/silver/itch2.gif b/assets/images/tsneko/silver/itch2.gif new file mode 100644 index 0000000..3d13cf8 Binary files /dev/null and b/assets/images/tsneko/silver/itch2.gif differ diff --git a/assets/images/tsneko/silver/nerun1.gif b/assets/images/tsneko/silver/nerun1.gif new file mode 100644 index 0000000..875b4fe Binary files /dev/null and b/assets/images/tsneko/silver/nerun1.gif differ diff --git a/assets/images/tsneko/silver/nerun2.gif b/assets/images/tsneko/silver/nerun2.gif new file mode 100644 index 0000000..ca1afd8 Binary files /dev/null and b/assets/images/tsneko/silver/nerun2.gif differ diff --git a/assets/images/tsneko/silver/nrun1.gif b/assets/images/tsneko/silver/nrun1.gif new file mode 100644 index 0000000..88a26ce Binary files /dev/null and b/assets/images/tsneko/silver/nrun1.gif differ diff --git a/assets/images/tsneko/silver/nrun2.gif b/assets/images/tsneko/silver/nrun2.gif new file mode 100644 index 0000000..a98073c Binary files /dev/null and b/assets/images/tsneko/silver/nrun2.gif differ diff --git a/assets/images/tsneko/silver/nscratch1.gif b/assets/images/tsneko/silver/nscratch1.gif new file mode 100644 index 0000000..e16aa4e Binary files /dev/null and b/assets/images/tsneko/silver/nscratch1.gif differ diff --git a/assets/images/tsneko/silver/nscratch2.gif b/assets/images/tsneko/silver/nscratch2.gif new file mode 100644 index 0000000..2e6819c Binary files /dev/null and b/assets/images/tsneko/silver/nscratch2.gif differ diff --git a/assets/images/tsneko/silver/nwrun1.gif b/assets/images/tsneko/silver/nwrun1.gif new file mode 100644 index 0000000..118c2e7 Binary files /dev/null and b/assets/images/tsneko/silver/nwrun1.gif differ diff --git a/assets/images/tsneko/silver/nwrun2.gif b/assets/images/tsneko/silver/nwrun2.gif new file mode 100644 index 0000000..c9822dc Binary files /dev/null and b/assets/images/tsneko/silver/nwrun2.gif differ diff --git a/assets/images/tsneko/silver/serun1.gif b/assets/images/tsneko/silver/serun1.gif new file mode 100644 index 0000000..7333051 Binary files /dev/null and b/assets/images/tsneko/silver/serun1.gif differ diff --git a/assets/images/tsneko/silver/serun2.gif b/assets/images/tsneko/silver/serun2.gif new file mode 100644 index 0000000..a9dbe72 Binary files /dev/null and b/assets/images/tsneko/silver/serun2.gif differ diff --git a/assets/images/tsneko/silver/sleep1.gif b/assets/images/tsneko/silver/sleep1.gif new file mode 100644 index 0000000..6282b2c Binary files /dev/null and b/assets/images/tsneko/silver/sleep1.gif differ diff --git a/assets/images/tsneko/silver/sleep2.gif b/assets/images/tsneko/silver/sleep2.gif new file mode 100644 index 0000000..401a8af Binary files /dev/null and b/assets/images/tsneko/silver/sleep2.gif differ diff --git a/assets/images/tsneko/silver/srun1.gif b/assets/images/tsneko/silver/srun1.gif new file mode 100644 index 0000000..ba68c8c Binary files /dev/null and b/assets/images/tsneko/silver/srun1.gif differ diff --git a/assets/images/tsneko/silver/srun2.gif b/assets/images/tsneko/silver/srun2.gif new file mode 100644 index 0000000..4d101ae Binary files /dev/null and b/assets/images/tsneko/silver/srun2.gif differ diff --git a/assets/images/tsneko/silver/sscratch1.gif b/assets/images/tsneko/silver/sscratch1.gif new file mode 100644 index 0000000..ad21f1c Binary files /dev/null and b/assets/images/tsneko/silver/sscratch1.gif differ diff --git a/assets/images/tsneko/silver/sscratch2.gif b/assets/images/tsneko/silver/sscratch2.gif new file mode 100644 index 0000000..8034852 Binary files /dev/null and b/assets/images/tsneko/silver/sscratch2.gif differ diff --git a/assets/images/tsneko/silver/still.gif b/assets/images/tsneko/silver/still.gif new file mode 100644 index 0000000..5f90e66 Binary files /dev/null and b/assets/images/tsneko/silver/still.gif differ diff --git a/assets/images/tsneko/silver/swrun1.gif b/assets/images/tsneko/silver/swrun1.gif new file mode 100644 index 0000000..c08dd42 Binary files /dev/null and b/assets/images/tsneko/silver/swrun1.gif differ diff --git a/assets/images/tsneko/silver/swrun2.gif b/assets/images/tsneko/silver/swrun2.gif new file mode 100644 index 0000000..48db00d Binary files /dev/null and b/assets/images/tsneko/silver/swrun2.gif differ diff --git a/assets/images/tsneko/silver/wrun1.gif b/assets/images/tsneko/silver/wrun1.gif new file mode 100644 index 0000000..3fca1d4 Binary files /dev/null and b/assets/images/tsneko/silver/wrun1.gif differ diff --git a/assets/images/tsneko/silver/wrun2.gif b/assets/images/tsneko/silver/wrun2.gif new file mode 100644 index 0000000..84097f8 Binary files /dev/null and b/assets/images/tsneko/silver/wrun2.gif differ diff --git a/assets/images/tsneko/silver/wscratch1.gif b/assets/images/tsneko/silver/wscratch1.gif new file mode 100644 index 0000000..1378d36 Binary files /dev/null and b/assets/images/tsneko/silver/wscratch1.gif differ diff --git a/assets/images/tsneko/silver/wscratch2.gif b/assets/images/tsneko/silver/wscratch2.gif new file mode 100644 index 0000000..53f22dc Binary files /dev/null and b/assets/images/tsneko/silver/wscratch2.gif differ diff --git a/assets/images/tsneko/silver/yawn.gif b/assets/images/tsneko/silver/yawn.gif new file mode 100644 index 0000000..afb4b4a Binary files /dev/null and b/assets/images/tsneko/silver/yawn.gif differ diff --git a/assets/images/tsneko/silversky/alert.gif b/assets/images/tsneko/silversky/alert.gif new file mode 100644 index 0000000..310b3ac Binary files /dev/null and b/assets/images/tsneko/silversky/alert.gif differ diff --git a/assets/images/tsneko/silversky/erun1.gif b/assets/images/tsneko/silversky/erun1.gif new file mode 100644 index 0000000..3bcd826 Binary files /dev/null and b/assets/images/tsneko/silversky/erun1.gif differ diff --git a/assets/images/tsneko/silversky/erun2.gif b/assets/images/tsneko/silversky/erun2.gif new file mode 100644 index 0000000..ce6d278 Binary files /dev/null and b/assets/images/tsneko/silversky/erun2.gif differ diff --git a/assets/images/tsneko/silversky/escratch1.gif b/assets/images/tsneko/silversky/escratch1.gif new file mode 100644 index 0000000..f6aa8de Binary files /dev/null and b/assets/images/tsneko/silversky/escratch1.gif differ diff --git a/assets/images/tsneko/silversky/escratch2.gif b/assets/images/tsneko/silversky/escratch2.gif new file mode 100644 index 0000000..d4d00b4 Binary files /dev/null and b/assets/images/tsneko/silversky/escratch2.gif differ diff --git a/assets/images/tsneko/silversky/itch1.gif b/assets/images/tsneko/silversky/itch1.gif new file mode 100644 index 0000000..756ab06 Binary files /dev/null and b/assets/images/tsneko/silversky/itch1.gif differ diff --git a/assets/images/tsneko/silversky/itch2.gif b/assets/images/tsneko/silversky/itch2.gif new file mode 100644 index 0000000..ae3635b Binary files /dev/null and b/assets/images/tsneko/silversky/itch2.gif differ diff --git a/assets/images/tsneko/silversky/nerun1.gif b/assets/images/tsneko/silversky/nerun1.gif new file mode 100644 index 0000000..005b5c6 Binary files /dev/null and b/assets/images/tsneko/silversky/nerun1.gif differ diff --git a/assets/images/tsneko/silversky/nerun2.gif b/assets/images/tsneko/silversky/nerun2.gif new file mode 100644 index 0000000..1fc98da Binary files /dev/null and b/assets/images/tsneko/silversky/nerun2.gif differ diff --git a/assets/images/tsneko/silversky/nrun1.gif b/assets/images/tsneko/silversky/nrun1.gif new file mode 100644 index 0000000..001ac0f Binary files /dev/null and b/assets/images/tsneko/silversky/nrun1.gif differ diff --git a/assets/images/tsneko/silversky/nrun2.gif b/assets/images/tsneko/silversky/nrun2.gif new file mode 100644 index 0000000..9f78bda Binary files /dev/null and b/assets/images/tsneko/silversky/nrun2.gif differ diff --git a/assets/images/tsneko/silversky/nscratch1.gif b/assets/images/tsneko/silversky/nscratch1.gif new file mode 100644 index 0000000..c291878 Binary files /dev/null and b/assets/images/tsneko/silversky/nscratch1.gif differ diff --git a/assets/images/tsneko/silversky/nscratch2.gif b/assets/images/tsneko/silversky/nscratch2.gif new file mode 100644 index 0000000..6a3653a Binary files /dev/null and b/assets/images/tsneko/silversky/nscratch2.gif differ diff --git a/assets/images/tsneko/silversky/nwrun1.gif b/assets/images/tsneko/silversky/nwrun1.gif new file mode 100644 index 0000000..98149af Binary files /dev/null and b/assets/images/tsneko/silversky/nwrun1.gif differ diff --git a/assets/images/tsneko/silversky/nwrun2.gif b/assets/images/tsneko/silversky/nwrun2.gif new file mode 100644 index 0000000..58274da Binary files /dev/null and b/assets/images/tsneko/silversky/nwrun2.gif differ diff --git a/assets/images/tsneko/silversky/serun1.gif b/assets/images/tsneko/silversky/serun1.gif new file mode 100644 index 0000000..5d3240d Binary files /dev/null and b/assets/images/tsneko/silversky/serun1.gif differ diff --git a/assets/images/tsneko/silversky/serun2.gif b/assets/images/tsneko/silversky/serun2.gif new file mode 100644 index 0000000..fe3a549 Binary files /dev/null and b/assets/images/tsneko/silversky/serun2.gif differ diff --git a/assets/images/tsneko/silversky/sleep1.gif b/assets/images/tsneko/silversky/sleep1.gif new file mode 100644 index 0000000..6839864 Binary files /dev/null and b/assets/images/tsneko/silversky/sleep1.gif differ diff --git a/assets/images/tsneko/silversky/sleep2.gif b/assets/images/tsneko/silversky/sleep2.gif new file mode 100644 index 0000000..ccaba01 Binary files /dev/null and b/assets/images/tsneko/silversky/sleep2.gif differ diff --git a/assets/images/tsneko/silversky/srun1.gif b/assets/images/tsneko/silversky/srun1.gif new file mode 100644 index 0000000..aae44f8 Binary files /dev/null and b/assets/images/tsneko/silversky/srun1.gif differ diff --git a/assets/images/tsneko/silversky/srun2.gif b/assets/images/tsneko/silversky/srun2.gif new file mode 100644 index 0000000..7bf7a69 Binary files /dev/null and b/assets/images/tsneko/silversky/srun2.gif differ diff --git a/assets/images/tsneko/silversky/sscratch1.gif b/assets/images/tsneko/silversky/sscratch1.gif new file mode 100644 index 0000000..7f8aca4 Binary files /dev/null and b/assets/images/tsneko/silversky/sscratch1.gif differ diff --git a/assets/images/tsneko/silversky/sscratch2.gif b/assets/images/tsneko/silversky/sscratch2.gif new file mode 100644 index 0000000..46576eb Binary files /dev/null and b/assets/images/tsneko/silversky/sscratch2.gif differ diff --git a/assets/images/tsneko/silversky/still.gif b/assets/images/tsneko/silversky/still.gif new file mode 100644 index 0000000..e541806 Binary files /dev/null and b/assets/images/tsneko/silversky/still.gif differ diff --git a/assets/images/tsneko/silversky/swrun1.gif b/assets/images/tsneko/silversky/swrun1.gif new file mode 100644 index 0000000..610ec67 Binary files /dev/null and b/assets/images/tsneko/silversky/swrun1.gif differ diff --git a/assets/images/tsneko/silversky/swrun2.gif b/assets/images/tsneko/silversky/swrun2.gif new file mode 100644 index 0000000..4b4dbf0 Binary files /dev/null and b/assets/images/tsneko/silversky/swrun2.gif differ diff --git a/assets/images/tsneko/silversky/wrun1.gif b/assets/images/tsneko/silversky/wrun1.gif new file mode 100644 index 0000000..c73db59 Binary files /dev/null and b/assets/images/tsneko/silversky/wrun1.gif differ diff --git a/assets/images/tsneko/silversky/wrun2.gif b/assets/images/tsneko/silversky/wrun2.gif new file mode 100644 index 0000000..c21ecc8 Binary files /dev/null and b/assets/images/tsneko/silversky/wrun2.gif differ diff --git a/assets/images/tsneko/silversky/wscratch1.gif b/assets/images/tsneko/silversky/wscratch1.gif new file mode 100644 index 0000000..1498b08 Binary files /dev/null and b/assets/images/tsneko/silversky/wscratch1.gif differ diff --git a/assets/images/tsneko/silversky/wscratch2.gif b/assets/images/tsneko/silversky/wscratch2.gif new file mode 100644 index 0000000..46b93c8 Binary files /dev/null and b/assets/images/tsneko/silversky/wscratch2.gif differ diff --git a/assets/images/tsneko/silversky/yawn.gif b/assets/images/tsneko/silversky/yawn.gif new file mode 100644 index 0000000..2341cad Binary files /dev/null and b/assets/images/tsneko/silversky/yawn.gif differ diff --git a/assets/images/tsneko/socks/alert.gif b/assets/images/tsneko/socks/alert.gif new file mode 100644 index 0000000..578323b Binary files /dev/null and b/assets/images/tsneko/socks/alert.gif differ diff --git a/assets/images/tsneko/socks/erun1.gif b/assets/images/tsneko/socks/erun1.gif new file mode 100644 index 0000000..80d171b Binary files /dev/null and b/assets/images/tsneko/socks/erun1.gif differ diff --git a/assets/images/tsneko/socks/erun2.gif b/assets/images/tsneko/socks/erun2.gif new file mode 100644 index 0000000..f16e122 Binary files /dev/null and b/assets/images/tsneko/socks/erun2.gif differ diff --git a/assets/images/tsneko/socks/escratch1.gif b/assets/images/tsneko/socks/escratch1.gif new file mode 100644 index 0000000..d92eea7 Binary files /dev/null and b/assets/images/tsneko/socks/escratch1.gif differ diff --git a/assets/images/tsneko/socks/escratch2.gif b/assets/images/tsneko/socks/escratch2.gif new file mode 100644 index 0000000..b650189 Binary files /dev/null and b/assets/images/tsneko/socks/escratch2.gif differ diff --git a/assets/images/tsneko/socks/itch1.gif b/assets/images/tsneko/socks/itch1.gif new file mode 100644 index 0000000..4c5b3b2 Binary files /dev/null and b/assets/images/tsneko/socks/itch1.gif differ diff --git a/assets/images/tsneko/socks/itch2.gif b/assets/images/tsneko/socks/itch2.gif new file mode 100644 index 0000000..8054132 Binary files /dev/null and b/assets/images/tsneko/socks/itch2.gif differ diff --git a/assets/images/tsneko/socks/nerun1.gif b/assets/images/tsneko/socks/nerun1.gif new file mode 100644 index 0000000..5583ef8 Binary files /dev/null and b/assets/images/tsneko/socks/nerun1.gif differ diff --git a/assets/images/tsneko/socks/nerun2.gif b/assets/images/tsneko/socks/nerun2.gif new file mode 100644 index 0000000..20dedf8 Binary files /dev/null and b/assets/images/tsneko/socks/nerun2.gif differ diff --git a/assets/images/tsneko/socks/nrun1.gif b/assets/images/tsneko/socks/nrun1.gif new file mode 100644 index 0000000..233253e Binary files /dev/null and b/assets/images/tsneko/socks/nrun1.gif differ diff --git a/assets/images/tsneko/socks/nrun2.gif b/assets/images/tsneko/socks/nrun2.gif new file mode 100644 index 0000000..ded45d2 Binary files /dev/null and b/assets/images/tsneko/socks/nrun2.gif differ diff --git a/assets/images/tsneko/socks/nscratch1.gif b/assets/images/tsneko/socks/nscratch1.gif new file mode 100644 index 0000000..82d21f5 Binary files /dev/null and b/assets/images/tsneko/socks/nscratch1.gif differ diff --git a/assets/images/tsneko/socks/nscratch2.gif b/assets/images/tsneko/socks/nscratch2.gif new file mode 100644 index 0000000..4264664 Binary files /dev/null and b/assets/images/tsneko/socks/nscratch2.gif differ diff --git a/assets/images/tsneko/socks/nwrun1.gif b/assets/images/tsneko/socks/nwrun1.gif new file mode 100644 index 0000000..6273bf7 Binary files /dev/null and b/assets/images/tsneko/socks/nwrun1.gif differ diff --git a/assets/images/tsneko/socks/nwrun2.gif b/assets/images/tsneko/socks/nwrun2.gif new file mode 100644 index 0000000..75f74af Binary files /dev/null and b/assets/images/tsneko/socks/nwrun2.gif differ diff --git a/assets/images/tsneko/socks/serun1.gif b/assets/images/tsneko/socks/serun1.gif new file mode 100644 index 0000000..862a92a Binary files /dev/null and b/assets/images/tsneko/socks/serun1.gif differ diff --git a/assets/images/tsneko/socks/serun2.gif b/assets/images/tsneko/socks/serun2.gif new file mode 100644 index 0000000..8b9ee03 Binary files /dev/null and b/assets/images/tsneko/socks/serun2.gif differ diff --git a/assets/images/tsneko/socks/sleep1.gif b/assets/images/tsneko/socks/sleep1.gif new file mode 100644 index 0000000..cd7abcf Binary files /dev/null and b/assets/images/tsneko/socks/sleep1.gif differ diff --git a/assets/images/tsneko/socks/sleep2.gif b/assets/images/tsneko/socks/sleep2.gif new file mode 100644 index 0000000..106c218 Binary files /dev/null and b/assets/images/tsneko/socks/sleep2.gif differ diff --git a/assets/images/tsneko/socks/srun1.gif b/assets/images/tsneko/socks/srun1.gif new file mode 100644 index 0000000..0b73e94 Binary files /dev/null and b/assets/images/tsneko/socks/srun1.gif differ diff --git a/assets/images/tsneko/socks/srun2.gif b/assets/images/tsneko/socks/srun2.gif new file mode 100644 index 0000000..27f7977 Binary files /dev/null and b/assets/images/tsneko/socks/srun2.gif differ diff --git a/assets/images/tsneko/socks/sscratch1.gif b/assets/images/tsneko/socks/sscratch1.gif new file mode 100644 index 0000000..86bd512 Binary files /dev/null and b/assets/images/tsneko/socks/sscratch1.gif differ diff --git a/assets/images/tsneko/socks/sscratch2.gif b/assets/images/tsneko/socks/sscratch2.gif new file mode 100644 index 0000000..9d8405c Binary files /dev/null and b/assets/images/tsneko/socks/sscratch2.gif differ diff --git a/assets/images/tsneko/socks/still.gif b/assets/images/tsneko/socks/still.gif new file mode 100644 index 0000000..f4121d7 Binary files /dev/null and b/assets/images/tsneko/socks/still.gif differ diff --git a/assets/images/tsneko/socks/swrun1.gif b/assets/images/tsneko/socks/swrun1.gif new file mode 100644 index 0000000..af2fedb Binary files /dev/null and b/assets/images/tsneko/socks/swrun1.gif differ diff --git a/assets/images/tsneko/socks/swrun2.gif b/assets/images/tsneko/socks/swrun2.gif new file mode 100644 index 0000000..f686c51 Binary files /dev/null and b/assets/images/tsneko/socks/swrun2.gif differ diff --git a/assets/images/tsneko/socks/wrun1.gif b/assets/images/tsneko/socks/wrun1.gif new file mode 100644 index 0000000..42738cc Binary files /dev/null and b/assets/images/tsneko/socks/wrun1.gif differ diff --git a/assets/images/tsneko/socks/wrun2.gif b/assets/images/tsneko/socks/wrun2.gif new file mode 100644 index 0000000..f71213b Binary files /dev/null and b/assets/images/tsneko/socks/wrun2.gif differ diff --git a/assets/images/tsneko/socks/wscratch1.gif b/assets/images/tsneko/socks/wscratch1.gif new file mode 100644 index 0000000..f4a42c1 Binary files /dev/null and b/assets/images/tsneko/socks/wscratch1.gif differ diff --git a/assets/images/tsneko/socks/wscratch2.gif b/assets/images/tsneko/socks/wscratch2.gif new file mode 100644 index 0000000..0d25fab Binary files /dev/null and b/assets/images/tsneko/socks/wscratch2.gif differ diff --git a/assets/images/tsneko/socks/yawn.gif b/assets/images/tsneko/socks/yawn.gif new file mode 100644 index 0000000..d1e4b69 Binary files /dev/null and b/assets/images/tsneko/socks/yawn.gif differ diff --git a/assets/images/tsneko/spirit/alert.gif b/assets/images/tsneko/spirit/alert.gif new file mode 100644 index 0000000..3b19883 Binary files /dev/null and b/assets/images/tsneko/spirit/alert.gif differ diff --git a/assets/images/tsneko/spirit/erun1.gif b/assets/images/tsneko/spirit/erun1.gif new file mode 100644 index 0000000..fb1d437 Binary files /dev/null and b/assets/images/tsneko/spirit/erun1.gif differ diff --git a/assets/images/tsneko/spirit/erun2.gif b/assets/images/tsneko/spirit/erun2.gif new file mode 100644 index 0000000..6dac05a Binary files /dev/null and b/assets/images/tsneko/spirit/erun2.gif differ diff --git a/assets/images/tsneko/spirit/escratch1.gif b/assets/images/tsneko/spirit/escratch1.gif new file mode 100644 index 0000000..34358eb Binary files /dev/null and b/assets/images/tsneko/spirit/escratch1.gif differ diff --git a/assets/images/tsneko/spirit/escratch2.gif b/assets/images/tsneko/spirit/escratch2.gif new file mode 100644 index 0000000..add9f49 Binary files /dev/null and b/assets/images/tsneko/spirit/escratch2.gif differ diff --git a/assets/images/tsneko/spirit/itch1.gif b/assets/images/tsneko/spirit/itch1.gif new file mode 100644 index 0000000..0686f2b Binary files /dev/null and b/assets/images/tsneko/spirit/itch1.gif differ diff --git a/assets/images/tsneko/spirit/itch2.gif b/assets/images/tsneko/spirit/itch2.gif new file mode 100644 index 0000000..2cebb7d Binary files /dev/null and b/assets/images/tsneko/spirit/itch2.gif differ diff --git a/assets/images/tsneko/spirit/nerun1.gif b/assets/images/tsneko/spirit/nerun1.gif new file mode 100644 index 0000000..9426947 Binary files /dev/null and b/assets/images/tsneko/spirit/nerun1.gif differ diff --git a/assets/images/tsneko/spirit/nerun2.gif b/assets/images/tsneko/spirit/nerun2.gif new file mode 100644 index 0000000..b66f771 Binary files /dev/null and b/assets/images/tsneko/spirit/nerun2.gif differ diff --git a/assets/images/tsneko/spirit/nrun1.gif b/assets/images/tsneko/spirit/nrun1.gif new file mode 100644 index 0000000..a931fc2 Binary files /dev/null and b/assets/images/tsneko/spirit/nrun1.gif differ diff --git a/assets/images/tsneko/spirit/nrun2.gif b/assets/images/tsneko/spirit/nrun2.gif new file mode 100644 index 0000000..29b2a09 Binary files /dev/null and b/assets/images/tsneko/spirit/nrun2.gif differ diff --git a/assets/images/tsneko/spirit/nscratch1.gif b/assets/images/tsneko/spirit/nscratch1.gif new file mode 100644 index 0000000..fad6bdd Binary files /dev/null and b/assets/images/tsneko/spirit/nscratch1.gif differ diff --git a/assets/images/tsneko/spirit/nscratch2.gif b/assets/images/tsneko/spirit/nscratch2.gif new file mode 100644 index 0000000..a1c66ce Binary files /dev/null and b/assets/images/tsneko/spirit/nscratch2.gif differ diff --git a/assets/images/tsneko/spirit/nwrun1.gif b/assets/images/tsneko/spirit/nwrun1.gif new file mode 100644 index 0000000..a6ab90c Binary files /dev/null and b/assets/images/tsneko/spirit/nwrun1.gif differ diff --git a/assets/images/tsneko/spirit/nwrun2.gif b/assets/images/tsneko/spirit/nwrun2.gif new file mode 100644 index 0000000..7fe50a0 Binary files /dev/null and b/assets/images/tsneko/spirit/nwrun2.gif differ diff --git a/assets/images/tsneko/spirit/serun1.gif b/assets/images/tsneko/spirit/serun1.gif new file mode 100644 index 0000000..f350059 Binary files /dev/null and b/assets/images/tsneko/spirit/serun1.gif differ diff --git a/assets/images/tsneko/spirit/serun2.gif b/assets/images/tsneko/spirit/serun2.gif new file mode 100644 index 0000000..cacf2d1 Binary files /dev/null and b/assets/images/tsneko/spirit/serun2.gif differ diff --git a/assets/images/tsneko/spirit/sleep1.gif b/assets/images/tsneko/spirit/sleep1.gif new file mode 100644 index 0000000..6c13e24 Binary files /dev/null and b/assets/images/tsneko/spirit/sleep1.gif differ diff --git a/assets/images/tsneko/spirit/sleep2.gif b/assets/images/tsneko/spirit/sleep2.gif new file mode 100644 index 0000000..c0755f0 Binary files /dev/null and b/assets/images/tsneko/spirit/sleep2.gif differ diff --git a/assets/images/tsneko/spirit/srun1.gif b/assets/images/tsneko/spirit/srun1.gif new file mode 100644 index 0000000..f817931 Binary files /dev/null and b/assets/images/tsneko/spirit/srun1.gif differ diff --git a/assets/images/tsneko/spirit/srun2.gif b/assets/images/tsneko/spirit/srun2.gif new file mode 100644 index 0000000..836959b Binary files /dev/null and b/assets/images/tsneko/spirit/srun2.gif differ diff --git a/assets/images/tsneko/spirit/sscratch1.gif b/assets/images/tsneko/spirit/sscratch1.gif new file mode 100644 index 0000000..d252242 Binary files /dev/null and b/assets/images/tsneko/spirit/sscratch1.gif differ diff --git a/assets/images/tsneko/spirit/sscratch2.gif b/assets/images/tsneko/spirit/sscratch2.gif new file mode 100644 index 0000000..591edf0 Binary files /dev/null and b/assets/images/tsneko/spirit/sscratch2.gif differ diff --git a/assets/images/tsneko/spirit/still.gif b/assets/images/tsneko/spirit/still.gif new file mode 100644 index 0000000..763429b Binary files /dev/null and b/assets/images/tsneko/spirit/still.gif differ diff --git a/assets/images/tsneko/spirit/swrun1.gif b/assets/images/tsneko/spirit/swrun1.gif new file mode 100644 index 0000000..3968633 Binary files /dev/null and b/assets/images/tsneko/spirit/swrun1.gif differ diff --git a/assets/images/tsneko/spirit/swrun2.gif b/assets/images/tsneko/spirit/swrun2.gif new file mode 100644 index 0000000..079bb10 Binary files /dev/null and b/assets/images/tsneko/spirit/swrun2.gif differ diff --git a/assets/images/tsneko/spirit/wrun1.gif b/assets/images/tsneko/spirit/wrun1.gif new file mode 100644 index 0000000..b9bf8a3 Binary files /dev/null and b/assets/images/tsneko/spirit/wrun1.gif differ diff --git a/assets/images/tsneko/spirit/wrun2.gif b/assets/images/tsneko/spirit/wrun2.gif new file mode 100644 index 0000000..422c3a3 Binary files /dev/null and b/assets/images/tsneko/spirit/wrun2.gif differ diff --git a/assets/images/tsneko/spirit/wscratch1.gif b/assets/images/tsneko/spirit/wscratch1.gif new file mode 100644 index 0000000..63d017b Binary files /dev/null and b/assets/images/tsneko/spirit/wscratch1.gif differ diff --git a/assets/images/tsneko/spirit/wscratch2.gif b/assets/images/tsneko/spirit/wscratch2.gif new file mode 100644 index 0000000..4951c4d Binary files /dev/null and b/assets/images/tsneko/spirit/wscratch2.gif differ diff --git a/assets/images/tsneko/spirit/yawn.gif b/assets/images/tsneko/spirit/yawn.gif new file mode 100644 index 0000000..3119b80 Binary files /dev/null and b/assets/images/tsneko/spirit/yawn.gif differ diff --git a/assets/images/tsneko/spooky/alert.gif b/assets/images/tsneko/spooky/alert.gif new file mode 100644 index 0000000..c3f5d16 Binary files /dev/null and b/assets/images/tsneko/spooky/alert.gif differ diff --git a/assets/images/tsneko/spooky/erun1.gif b/assets/images/tsneko/spooky/erun1.gif new file mode 100644 index 0000000..934aa73 Binary files /dev/null and b/assets/images/tsneko/spooky/erun1.gif differ diff --git a/assets/images/tsneko/spooky/erun2.gif b/assets/images/tsneko/spooky/erun2.gif new file mode 100644 index 0000000..2d04f73 Binary files /dev/null and b/assets/images/tsneko/spooky/erun2.gif differ diff --git a/assets/images/tsneko/spooky/escratch1.gif b/assets/images/tsneko/spooky/escratch1.gif new file mode 100644 index 0000000..e4c171d Binary files /dev/null and b/assets/images/tsneko/spooky/escratch1.gif differ diff --git a/assets/images/tsneko/spooky/escratch2.gif b/assets/images/tsneko/spooky/escratch2.gif new file mode 100644 index 0000000..97afa02 Binary files /dev/null and b/assets/images/tsneko/spooky/escratch2.gif differ diff --git a/assets/images/tsneko/spooky/itch1.gif b/assets/images/tsneko/spooky/itch1.gif new file mode 100644 index 0000000..ec1ac6c Binary files /dev/null and b/assets/images/tsneko/spooky/itch1.gif differ diff --git a/assets/images/tsneko/spooky/itch2.gif b/assets/images/tsneko/spooky/itch2.gif new file mode 100644 index 0000000..df86dcf Binary files /dev/null and b/assets/images/tsneko/spooky/itch2.gif differ diff --git a/assets/images/tsneko/spooky/nerun1.gif b/assets/images/tsneko/spooky/nerun1.gif new file mode 100644 index 0000000..33899ab Binary files /dev/null and b/assets/images/tsneko/spooky/nerun1.gif differ diff --git a/assets/images/tsneko/spooky/nerun2.gif b/assets/images/tsneko/spooky/nerun2.gif new file mode 100644 index 0000000..1b4eb3e Binary files /dev/null and b/assets/images/tsneko/spooky/nerun2.gif differ diff --git a/assets/images/tsneko/spooky/nrun1.gif b/assets/images/tsneko/spooky/nrun1.gif new file mode 100644 index 0000000..adafb79 Binary files /dev/null and b/assets/images/tsneko/spooky/nrun1.gif differ diff --git a/assets/images/tsneko/spooky/nrun2.gif b/assets/images/tsneko/spooky/nrun2.gif new file mode 100644 index 0000000..1148bd7 Binary files /dev/null and b/assets/images/tsneko/spooky/nrun2.gif differ diff --git a/assets/images/tsneko/spooky/nscratch1.gif b/assets/images/tsneko/spooky/nscratch1.gif new file mode 100644 index 0000000..4b21592 Binary files /dev/null and b/assets/images/tsneko/spooky/nscratch1.gif differ diff --git a/assets/images/tsneko/spooky/nscratch2.gif b/assets/images/tsneko/spooky/nscratch2.gif new file mode 100644 index 0000000..24f0433 Binary files /dev/null and b/assets/images/tsneko/spooky/nscratch2.gif differ diff --git a/assets/images/tsneko/spooky/nwrun1.gif b/assets/images/tsneko/spooky/nwrun1.gif new file mode 100644 index 0000000..5a36acf Binary files /dev/null and b/assets/images/tsneko/spooky/nwrun1.gif differ diff --git a/assets/images/tsneko/spooky/nwrun2.gif b/assets/images/tsneko/spooky/nwrun2.gif new file mode 100644 index 0000000..52beca4 Binary files /dev/null and b/assets/images/tsneko/spooky/nwrun2.gif differ diff --git a/assets/images/tsneko/spooky/serun1.gif b/assets/images/tsneko/spooky/serun1.gif new file mode 100644 index 0000000..46d98b7 Binary files /dev/null and b/assets/images/tsneko/spooky/serun1.gif differ diff --git a/assets/images/tsneko/spooky/serun2.gif b/assets/images/tsneko/spooky/serun2.gif new file mode 100644 index 0000000..a127a54 Binary files /dev/null and b/assets/images/tsneko/spooky/serun2.gif differ diff --git a/assets/images/tsneko/spooky/sleep1.gif b/assets/images/tsneko/spooky/sleep1.gif new file mode 100644 index 0000000..67c72eb Binary files /dev/null and b/assets/images/tsneko/spooky/sleep1.gif differ diff --git a/assets/images/tsneko/spooky/sleep2.gif b/assets/images/tsneko/spooky/sleep2.gif new file mode 100644 index 0000000..01cef1b Binary files /dev/null and b/assets/images/tsneko/spooky/sleep2.gif differ diff --git a/assets/images/tsneko/spooky/srun1.gif b/assets/images/tsneko/spooky/srun1.gif new file mode 100644 index 0000000..6117992 Binary files /dev/null and b/assets/images/tsneko/spooky/srun1.gif differ diff --git a/assets/images/tsneko/spooky/srun2.gif b/assets/images/tsneko/spooky/srun2.gif new file mode 100644 index 0000000..0a9b27f Binary files /dev/null and b/assets/images/tsneko/spooky/srun2.gif differ diff --git a/assets/images/tsneko/spooky/sscratch1.gif b/assets/images/tsneko/spooky/sscratch1.gif new file mode 100644 index 0000000..3dca6a1 Binary files /dev/null and b/assets/images/tsneko/spooky/sscratch1.gif differ diff --git a/assets/images/tsneko/spooky/sscratch2.gif b/assets/images/tsneko/spooky/sscratch2.gif new file mode 100644 index 0000000..f5c7013 Binary files /dev/null and b/assets/images/tsneko/spooky/sscratch2.gif differ diff --git a/assets/images/tsneko/spooky/still.gif b/assets/images/tsneko/spooky/still.gif new file mode 100644 index 0000000..ae08e92 Binary files /dev/null and b/assets/images/tsneko/spooky/still.gif differ diff --git a/assets/images/tsneko/spooky/swrun1.gif b/assets/images/tsneko/spooky/swrun1.gif new file mode 100644 index 0000000..7dbd656 Binary files /dev/null and b/assets/images/tsneko/spooky/swrun1.gif differ diff --git a/assets/images/tsneko/spooky/swrun2.gif b/assets/images/tsneko/spooky/swrun2.gif new file mode 100644 index 0000000..3e0d2b8 Binary files /dev/null and b/assets/images/tsneko/spooky/swrun2.gif differ diff --git a/assets/images/tsneko/spooky/wrun1.gif b/assets/images/tsneko/spooky/wrun1.gif new file mode 100644 index 0000000..7d1aa44 Binary files /dev/null and b/assets/images/tsneko/spooky/wrun1.gif differ diff --git a/assets/images/tsneko/spooky/wrun2.gif b/assets/images/tsneko/spooky/wrun2.gif new file mode 100644 index 0000000..4f528f6 Binary files /dev/null and b/assets/images/tsneko/spooky/wrun2.gif differ diff --git a/assets/images/tsneko/spooky/wscratch1.gif b/assets/images/tsneko/spooky/wscratch1.gif new file mode 100644 index 0000000..3f510d0 Binary files /dev/null and b/assets/images/tsneko/spooky/wscratch1.gif differ diff --git a/assets/images/tsneko/spooky/wscratch2.gif b/assets/images/tsneko/spooky/wscratch2.gif new file mode 100644 index 0000000..a3b195a Binary files /dev/null and b/assets/images/tsneko/spooky/wscratch2.gif differ diff --git a/assets/images/tsneko/spooky/yawn.gif b/assets/images/tsneko/spooky/yawn.gif new file mode 100644 index 0000000..764a309 Binary files /dev/null and b/assets/images/tsneko/spooky/yawn.gif differ diff --git a/assets/images/tsneko/usa/alert.gif b/assets/images/tsneko/usa/alert.gif new file mode 100644 index 0000000..882a661 Binary files /dev/null and b/assets/images/tsneko/usa/alert.gif differ diff --git a/assets/images/tsneko/usa/erun1.gif b/assets/images/tsneko/usa/erun1.gif new file mode 100644 index 0000000..b66372b Binary files /dev/null and b/assets/images/tsneko/usa/erun1.gif differ diff --git a/assets/images/tsneko/usa/erun2.gif b/assets/images/tsneko/usa/erun2.gif new file mode 100644 index 0000000..5c8eb80 Binary files /dev/null and b/assets/images/tsneko/usa/erun2.gif differ diff --git a/assets/images/tsneko/usa/escratch1.gif b/assets/images/tsneko/usa/escratch1.gif new file mode 100644 index 0000000..e21930a Binary files /dev/null and b/assets/images/tsneko/usa/escratch1.gif differ diff --git a/assets/images/tsneko/usa/escratch2.gif b/assets/images/tsneko/usa/escratch2.gif new file mode 100644 index 0000000..e20b4b7 Binary files /dev/null and b/assets/images/tsneko/usa/escratch2.gif differ diff --git a/assets/images/tsneko/usa/itch1.gif b/assets/images/tsneko/usa/itch1.gif new file mode 100644 index 0000000..cc66158 Binary files /dev/null and b/assets/images/tsneko/usa/itch1.gif differ diff --git a/assets/images/tsneko/usa/itch2.gif b/assets/images/tsneko/usa/itch2.gif new file mode 100644 index 0000000..848f554 Binary files /dev/null and b/assets/images/tsneko/usa/itch2.gif differ diff --git a/assets/images/tsneko/usa/nerun1.gif b/assets/images/tsneko/usa/nerun1.gif new file mode 100644 index 0000000..14eff72 Binary files /dev/null and b/assets/images/tsneko/usa/nerun1.gif differ diff --git a/assets/images/tsneko/usa/nerun2.gif b/assets/images/tsneko/usa/nerun2.gif new file mode 100644 index 0000000..15b64ea Binary files /dev/null and b/assets/images/tsneko/usa/nerun2.gif differ diff --git a/assets/images/tsneko/usa/nrun1.gif b/assets/images/tsneko/usa/nrun1.gif new file mode 100644 index 0000000..a0e5e4e Binary files /dev/null and b/assets/images/tsneko/usa/nrun1.gif differ diff --git a/assets/images/tsneko/usa/nrun2.gif b/assets/images/tsneko/usa/nrun2.gif new file mode 100644 index 0000000..48e5557 Binary files /dev/null and b/assets/images/tsneko/usa/nrun2.gif differ diff --git a/assets/images/tsneko/usa/nscratch1.gif b/assets/images/tsneko/usa/nscratch1.gif new file mode 100644 index 0000000..6af828e Binary files /dev/null and b/assets/images/tsneko/usa/nscratch1.gif differ diff --git a/assets/images/tsneko/usa/nscratch2.gif b/assets/images/tsneko/usa/nscratch2.gif new file mode 100644 index 0000000..84a7b9f Binary files /dev/null and b/assets/images/tsneko/usa/nscratch2.gif differ diff --git a/assets/images/tsneko/usa/nwrun1.gif b/assets/images/tsneko/usa/nwrun1.gif new file mode 100644 index 0000000..60504cb Binary files /dev/null and b/assets/images/tsneko/usa/nwrun1.gif differ diff --git a/assets/images/tsneko/usa/nwrun2.gif b/assets/images/tsneko/usa/nwrun2.gif new file mode 100644 index 0000000..2bf1e51 Binary files /dev/null and b/assets/images/tsneko/usa/nwrun2.gif differ diff --git a/assets/images/tsneko/usa/serun1.gif b/assets/images/tsneko/usa/serun1.gif new file mode 100644 index 0000000..de8ba2b Binary files /dev/null and b/assets/images/tsneko/usa/serun1.gif differ diff --git a/assets/images/tsneko/usa/serun2.gif b/assets/images/tsneko/usa/serun2.gif new file mode 100644 index 0000000..bda2d75 Binary files /dev/null and b/assets/images/tsneko/usa/serun2.gif differ diff --git a/assets/images/tsneko/usa/sleep1.gif b/assets/images/tsneko/usa/sleep1.gif new file mode 100644 index 0000000..4789308 Binary files /dev/null and b/assets/images/tsneko/usa/sleep1.gif differ diff --git a/assets/images/tsneko/usa/sleep2.gif b/assets/images/tsneko/usa/sleep2.gif new file mode 100644 index 0000000..b571bc5 Binary files /dev/null and b/assets/images/tsneko/usa/sleep2.gif differ diff --git a/assets/images/tsneko/usa/srun1.gif b/assets/images/tsneko/usa/srun1.gif new file mode 100644 index 0000000..30b5b10 Binary files /dev/null and b/assets/images/tsneko/usa/srun1.gif differ diff --git a/assets/images/tsneko/usa/srun2.gif b/assets/images/tsneko/usa/srun2.gif new file mode 100644 index 0000000..5ab8326 Binary files /dev/null and b/assets/images/tsneko/usa/srun2.gif differ diff --git a/assets/images/tsneko/usa/sscratch1.gif b/assets/images/tsneko/usa/sscratch1.gif new file mode 100644 index 0000000..4d0c573 Binary files /dev/null and b/assets/images/tsneko/usa/sscratch1.gif differ diff --git a/assets/images/tsneko/usa/sscratch2.gif b/assets/images/tsneko/usa/sscratch2.gif new file mode 100644 index 0000000..9d3f1c6 Binary files /dev/null and b/assets/images/tsneko/usa/sscratch2.gif differ diff --git a/assets/images/tsneko/usa/still.gif b/assets/images/tsneko/usa/still.gif new file mode 100644 index 0000000..ba5cabb Binary files /dev/null and b/assets/images/tsneko/usa/still.gif differ diff --git a/assets/images/tsneko/usa/swrun1.gif b/assets/images/tsneko/usa/swrun1.gif new file mode 100644 index 0000000..1cdb1bc Binary files /dev/null and b/assets/images/tsneko/usa/swrun1.gif differ diff --git a/assets/images/tsneko/usa/swrun2.gif b/assets/images/tsneko/usa/swrun2.gif new file mode 100644 index 0000000..35a3539 Binary files /dev/null and b/assets/images/tsneko/usa/swrun2.gif differ diff --git a/assets/images/tsneko/usa/wrun1.gif b/assets/images/tsneko/usa/wrun1.gif new file mode 100644 index 0000000..b17b4a9 Binary files /dev/null and b/assets/images/tsneko/usa/wrun1.gif differ diff --git a/assets/images/tsneko/usa/wrun2.gif b/assets/images/tsneko/usa/wrun2.gif new file mode 100644 index 0000000..962369d Binary files /dev/null and b/assets/images/tsneko/usa/wrun2.gif differ diff --git a/assets/images/tsneko/usa/wscratch1.gif b/assets/images/tsneko/usa/wscratch1.gif new file mode 100644 index 0000000..c00b81e Binary files /dev/null and b/assets/images/tsneko/usa/wscratch1.gif differ diff --git a/assets/images/tsneko/usa/wscratch2.gif b/assets/images/tsneko/usa/wscratch2.gif new file mode 100644 index 0000000..b18b86f Binary files /dev/null and b/assets/images/tsneko/usa/wscratch2.gif differ diff --git a/assets/images/tsneko/usa/yawn.gif b/assets/images/tsneko/usa/yawn.gif new file mode 100644 index 0000000..91be89e Binary files /dev/null and b/assets/images/tsneko/usa/yawn.gif differ diff --git a/assets/images/tsneko/valentine/alert.gif b/assets/images/tsneko/valentine/alert.gif new file mode 100644 index 0000000..9846b85 Binary files /dev/null and b/assets/images/tsneko/valentine/alert.gif differ diff --git a/assets/images/tsneko/valentine/erun1.gif b/assets/images/tsneko/valentine/erun1.gif new file mode 100644 index 0000000..0d5b426 Binary files /dev/null and b/assets/images/tsneko/valentine/erun1.gif differ diff --git a/assets/images/tsneko/valentine/erun2.gif b/assets/images/tsneko/valentine/erun2.gif new file mode 100644 index 0000000..32ed940 Binary files /dev/null and b/assets/images/tsneko/valentine/erun2.gif differ diff --git a/assets/images/tsneko/valentine/escratch1.gif b/assets/images/tsneko/valentine/escratch1.gif new file mode 100644 index 0000000..943585b Binary files /dev/null and b/assets/images/tsneko/valentine/escratch1.gif differ diff --git a/assets/images/tsneko/valentine/escratch2.gif b/assets/images/tsneko/valentine/escratch2.gif new file mode 100644 index 0000000..fe3895f Binary files /dev/null and b/assets/images/tsneko/valentine/escratch2.gif differ diff --git a/assets/images/tsneko/valentine/itch1.gif b/assets/images/tsneko/valentine/itch1.gif new file mode 100644 index 0000000..3c2b599 Binary files /dev/null and b/assets/images/tsneko/valentine/itch1.gif differ diff --git a/assets/images/tsneko/valentine/itch2.gif b/assets/images/tsneko/valentine/itch2.gif new file mode 100644 index 0000000..6000774 Binary files /dev/null and b/assets/images/tsneko/valentine/itch2.gif differ diff --git a/assets/images/tsneko/valentine/nerun1.gif b/assets/images/tsneko/valentine/nerun1.gif new file mode 100644 index 0000000..f0fee92 Binary files /dev/null and b/assets/images/tsneko/valentine/nerun1.gif differ diff --git a/assets/images/tsneko/valentine/nerun2.gif b/assets/images/tsneko/valentine/nerun2.gif new file mode 100644 index 0000000..35211b0 Binary files /dev/null and b/assets/images/tsneko/valentine/nerun2.gif differ diff --git a/assets/images/tsneko/valentine/nrun1.gif b/assets/images/tsneko/valentine/nrun1.gif new file mode 100644 index 0000000..2219279 Binary files /dev/null and b/assets/images/tsneko/valentine/nrun1.gif differ diff --git a/assets/images/tsneko/valentine/nrun2.gif b/assets/images/tsneko/valentine/nrun2.gif new file mode 100644 index 0000000..519132e Binary files /dev/null and b/assets/images/tsneko/valentine/nrun2.gif differ diff --git a/assets/images/tsneko/valentine/nscratch1.gif b/assets/images/tsneko/valentine/nscratch1.gif new file mode 100644 index 0000000..333ca19 Binary files /dev/null and b/assets/images/tsneko/valentine/nscratch1.gif differ diff --git a/assets/images/tsneko/valentine/nscratch2.gif b/assets/images/tsneko/valentine/nscratch2.gif new file mode 100644 index 0000000..ef1372e Binary files /dev/null and b/assets/images/tsneko/valentine/nscratch2.gif differ diff --git a/assets/images/tsneko/valentine/nwrun1.gif b/assets/images/tsneko/valentine/nwrun1.gif new file mode 100644 index 0000000..11d3beb Binary files /dev/null and b/assets/images/tsneko/valentine/nwrun1.gif differ diff --git a/assets/images/tsneko/valentine/nwrun2.gif b/assets/images/tsneko/valentine/nwrun2.gif new file mode 100644 index 0000000..66695fb Binary files /dev/null and b/assets/images/tsneko/valentine/nwrun2.gif differ diff --git a/assets/images/tsneko/valentine/serun1.gif b/assets/images/tsneko/valentine/serun1.gif new file mode 100644 index 0000000..07417b7 Binary files /dev/null and b/assets/images/tsneko/valentine/serun1.gif differ diff --git a/assets/images/tsneko/valentine/serun2.gif b/assets/images/tsneko/valentine/serun2.gif new file mode 100644 index 0000000..d6fecc4 Binary files /dev/null and b/assets/images/tsneko/valentine/serun2.gif differ diff --git a/assets/images/tsneko/valentine/sleep1.gif b/assets/images/tsneko/valentine/sleep1.gif new file mode 100644 index 0000000..9ccf467 Binary files /dev/null and b/assets/images/tsneko/valentine/sleep1.gif differ diff --git a/assets/images/tsneko/valentine/sleep2.gif b/assets/images/tsneko/valentine/sleep2.gif new file mode 100644 index 0000000..924ee89 Binary files /dev/null and b/assets/images/tsneko/valentine/sleep2.gif differ diff --git a/assets/images/tsneko/valentine/srun1.gif b/assets/images/tsneko/valentine/srun1.gif new file mode 100644 index 0000000..3025c21 Binary files /dev/null and b/assets/images/tsneko/valentine/srun1.gif differ diff --git a/assets/images/tsneko/valentine/srun2.gif b/assets/images/tsneko/valentine/srun2.gif new file mode 100644 index 0000000..e42bc2c Binary files /dev/null and b/assets/images/tsneko/valentine/srun2.gif differ diff --git a/assets/images/tsneko/valentine/sscratch1.gif b/assets/images/tsneko/valentine/sscratch1.gif new file mode 100644 index 0000000..3816012 Binary files /dev/null and b/assets/images/tsneko/valentine/sscratch1.gif differ diff --git a/assets/images/tsneko/valentine/sscratch2.gif b/assets/images/tsneko/valentine/sscratch2.gif new file mode 100644 index 0000000..267f5f7 Binary files /dev/null and b/assets/images/tsneko/valentine/sscratch2.gif differ diff --git a/assets/images/tsneko/valentine/still.gif b/assets/images/tsneko/valentine/still.gif new file mode 100644 index 0000000..c4af0b6 Binary files /dev/null and b/assets/images/tsneko/valentine/still.gif differ diff --git a/assets/images/tsneko/valentine/swrun1.gif b/assets/images/tsneko/valentine/swrun1.gif new file mode 100644 index 0000000..62b812d Binary files /dev/null and b/assets/images/tsneko/valentine/swrun1.gif differ diff --git a/assets/images/tsneko/valentine/swrun2.gif b/assets/images/tsneko/valentine/swrun2.gif new file mode 100644 index 0000000..bec35b0 Binary files /dev/null and b/assets/images/tsneko/valentine/swrun2.gif differ diff --git a/assets/images/tsneko/valentine/wrun1.gif b/assets/images/tsneko/valentine/wrun1.gif new file mode 100644 index 0000000..4a3560d Binary files /dev/null and b/assets/images/tsneko/valentine/wrun1.gif differ diff --git a/assets/images/tsneko/valentine/wrun2.gif b/assets/images/tsneko/valentine/wrun2.gif new file mode 100644 index 0000000..fbb2a6e Binary files /dev/null and b/assets/images/tsneko/valentine/wrun2.gif differ diff --git a/assets/images/tsneko/valentine/wscratch1.gif b/assets/images/tsneko/valentine/wscratch1.gif new file mode 100644 index 0000000..f34a017 Binary files /dev/null and b/assets/images/tsneko/valentine/wscratch1.gif differ diff --git a/assets/images/tsneko/valentine/wscratch2.gif b/assets/images/tsneko/valentine/wscratch2.gif new file mode 100644 index 0000000..f9f02b8 Binary files /dev/null and b/assets/images/tsneko/valentine/wscratch2.gif differ diff --git a/assets/images/tsneko/valentine/yawn.gif b/assets/images/tsneko/valentine/yawn.gif new file mode 100644 index 0000000..b202337 Binary files /dev/null and b/assets/images/tsneko/valentine/yawn.gif differ diff --git a/assets/images/tsneko/water/alert.gif b/assets/images/tsneko/water/alert.gif new file mode 100644 index 0000000..d5a7f7a Binary files /dev/null and b/assets/images/tsneko/water/alert.gif differ diff --git a/assets/images/tsneko/water/erun1.gif b/assets/images/tsneko/water/erun1.gif new file mode 100644 index 0000000..2c20307 Binary files /dev/null and b/assets/images/tsneko/water/erun1.gif differ diff --git a/assets/images/tsneko/water/erun2.gif b/assets/images/tsneko/water/erun2.gif new file mode 100644 index 0000000..2c38558 Binary files /dev/null and b/assets/images/tsneko/water/erun2.gif differ diff --git a/assets/images/tsneko/water/escratch1.gif b/assets/images/tsneko/water/escratch1.gif new file mode 100644 index 0000000..53e4747 Binary files /dev/null and b/assets/images/tsneko/water/escratch1.gif differ diff --git a/assets/images/tsneko/water/escratch2.gif b/assets/images/tsneko/water/escratch2.gif new file mode 100644 index 0000000..6fe9ca0 Binary files /dev/null and b/assets/images/tsneko/water/escratch2.gif differ diff --git a/assets/images/tsneko/water/itch1.gif b/assets/images/tsneko/water/itch1.gif new file mode 100644 index 0000000..019b89b Binary files /dev/null and b/assets/images/tsneko/water/itch1.gif differ diff --git a/assets/images/tsneko/water/itch2.gif b/assets/images/tsneko/water/itch2.gif new file mode 100644 index 0000000..621a559 Binary files /dev/null and b/assets/images/tsneko/water/itch2.gif differ diff --git a/assets/images/tsneko/water/nerun1.gif b/assets/images/tsneko/water/nerun1.gif new file mode 100644 index 0000000..400a308 Binary files /dev/null and b/assets/images/tsneko/water/nerun1.gif differ diff --git a/assets/images/tsneko/water/nerun2.gif b/assets/images/tsneko/water/nerun2.gif new file mode 100644 index 0000000..47a0309 Binary files /dev/null and b/assets/images/tsneko/water/nerun2.gif differ diff --git a/assets/images/tsneko/water/nrun1.gif b/assets/images/tsneko/water/nrun1.gif new file mode 100644 index 0000000..8af4ba0 Binary files /dev/null and b/assets/images/tsneko/water/nrun1.gif differ diff --git a/assets/images/tsneko/water/nrun2.gif b/assets/images/tsneko/water/nrun2.gif new file mode 100644 index 0000000..50ce5ff Binary files /dev/null and b/assets/images/tsneko/water/nrun2.gif differ diff --git a/assets/images/tsneko/water/nscratch1.gif b/assets/images/tsneko/water/nscratch1.gif new file mode 100644 index 0000000..afe034d Binary files /dev/null and b/assets/images/tsneko/water/nscratch1.gif differ diff --git a/assets/images/tsneko/water/nscratch2.gif b/assets/images/tsneko/water/nscratch2.gif new file mode 100644 index 0000000..cd87832 Binary files /dev/null and b/assets/images/tsneko/water/nscratch2.gif differ diff --git a/assets/images/tsneko/water/nwrun1.gif b/assets/images/tsneko/water/nwrun1.gif new file mode 100644 index 0000000..08f8c64 Binary files /dev/null and b/assets/images/tsneko/water/nwrun1.gif differ diff --git a/assets/images/tsneko/water/nwrun2.gif b/assets/images/tsneko/water/nwrun2.gif new file mode 100644 index 0000000..20766e2 Binary files /dev/null and b/assets/images/tsneko/water/nwrun2.gif differ diff --git a/assets/images/tsneko/water/serun1.gif b/assets/images/tsneko/water/serun1.gif new file mode 100644 index 0000000..e00c7f5 Binary files /dev/null and b/assets/images/tsneko/water/serun1.gif differ diff --git a/assets/images/tsneko/water/serun2.gif b/assets/images/tsneko/water/serun2.gif new file mode 100644 index 0000000..4648235 Binary files /dev/null and b/assets/images/tsneko/water/serun2.gif differ diff --git a/assets/images/tsneko/water/sleep1.gif b/assets/images/tsneko/water/sleep1.gif new file mode 100644 index 0000000..f1fce61 Binary files /dev/null and b/assets/images/tsneko/water/sleep1.gif differ diff --git a/assets/images/tsneko/water/sleep2.gif b/assets/images/tsneko/water/sleep2.gif new file mode 100644 index 0000000..c1fdf56 Binary files /dev/null and b/assets/images/tsneko/water/sleep2.gif differ diff --git a/assets/images/tsneko/water/srun1.gif b/assets/images/tsneko/water/srun1.gif new file mode 100644 index 0000000..5b32eb5 Binary files /dev/null and b/assets/images/tsneko/water/srun1.gif differ diff --git a/assets/images/tsneko/water/srun2.gif b/assets/images/tsneko/water/srun2.gif new file mode 100644 index 0000000..1a0e55b Binary files /dev/null and b/assets/images/tsneko/water/srun2.gif differ diff --git a/assets/images/tsneko/water/sscratch1.gif b/assets/images/tsneko/water/sscratch1.gif new file mode 100644 index 0000000..e77b7df Binary files /dev/null and b/assets/images/tsneko/water/sscratch1.gif differ diff --git a/assets/images/tsneko/water/sscratch2.gif b/assets/images/tsneko/water/sscratch2.gif new file mode 100644 index 0000000..ab9b6b9 Binary files /dev/null and b/assets/images/tsneko/water/sscratch2.gif differ diff --git a/assets/images/tsneko/water/still.gif b/assets/images/tsneko/water/still.gif new file mode 100644 index 0000000..964bbff Binary files /dev/null and b/assets/images/tsneko/water/still.gif differ diff --git a/assets/images/tsneko/water/swrun1.gif b/assets/images/tsneko/water/swrun1.gif new file mode 100644 index 0000000..fcc95ca Binary files /dev/null and b/assets/images/tsneko/water/swrun1.gif differ diff --git a/assets/images/tsneko/water/swrun2.gif b/assets/images/tsneko/water/swrun2.gif new file mode 100644 index 0000000..a8e8704 Binary files /dev/null and b/assets/images/tsneko/water/swrun2.gif differ diff --git a/assets/images/tsneko/water/wrun1.gif b/assets/images/tsneko/water/wrun1.gif new file mode 100644 index 0000000..eb46e17 Binary files /dev/null and b/assets/images/tsneko/water/wrun1.gif differ diff --git a/assets/images/tsneko/water/wrun2.gif b/assets/images/tsneko/water/wrun2.gif new file mode 100644 index 0000000..78475ac Binary files /dev/null and b/assets/images/tsneko/water/wrun2.gif differ diff --git a/assets/images/tsneko/water/wscratch1.gif b/assets/images/tsneko/water/wscratch1.gif new file mode 100644 index 0000000..d541de0 Binary files /dev/null and b/assets/images/tsneko/water/wscratch1.gif differ diff --git a/assets/images/tsneko/water/wscratch2.gif b/assets/images/tsneko/water/wscratch2.gif new file mode 100644 index 0000000..3b89d42 Binary files /dev/null and b/assets/images/tsneko/water/wscratch2.gif differ diff --git a/assets/images/tsneko/water/yawn.gif b/assets/images/tsneko/water/yawn.gif new file mode 100644 index 0000000..dca4c43 Binary files /dev/null and b/assets/images/tsneko/water/yawn.gif differ diff --git a/assets/images/tsneko/white/alert.gif b/assets/images/tsneko/white/alert.gif new file mode 100644 index 0000000..a135fc3 Binary files /dev/null and b/assets/images/tsneko/white/alert.gif differ diff --git a/assets/images/tsneko/white/erun1.gif b/assets/images/tsneko/white/erun1.gif new file mode 100644 index 0000000..195d1b2 Binary files /dev/null and b/assets/images/tsneko/white/erun1.gif differ diff --git a/assets/images/tsneko/white/erun2.gif b/assets/images/tsneko/white/erun2.gif new file mode 100644 index 0000000..bb871b9 Binary files /dev/null and b/assets/images/tsneko/white/erun2.gif differ diff --git a/assets/images/tsneko/white/escratch1.gif b/assets/images/tsneko/white/escratch1.gif new file mode 100644 index 0000000..ce892b2 Binary files /dev/null and b/assets/images/tsneko/white/escratch1.gif differ diff --git a/assets/images/tsneko/white/escratch2.gif b/assets/images/tsneko/white/escratch2.gif new file mode 100644 index 0000000..cf92cfd Binary files /dev/null and b/assets/images/tsneko/white/escratch2.gif differ diff --git a/assets/images/tsneko/white/itch1.gif b/assets/images/tsneko/white/itch1.gif new file mode 100644 index 0000000..071fc16 Binary files /dev/null and b/assets/images/tsneko/white/itch1.gif differ diff --git a/assets/images/tsneko/white/itch2.gif b/assets/images/tsneko/white/itch2.gif new file mode 100644 index 0000000..c92541f Binary files /dev/null and b/assets/images/tsneko/white/itch2.gif differ diff --git a/assets/images/tsneko/white/nerun1.gif b/assets/images/tsneko/white/nerun1.gif new file mode 100644 index 0000000..4f53c4b Binary files /dev/null and b/assets/images/tsneko/white/nerun1.gif differ diff --git a/assets/images/tsneko/white/nerun2.gif b/assets/images/tsneko/white/nerun2.gif new file mode 100644 index 0000000..1288849 Binary files /dev/null and b/assets/images/tsneko/white/nerun2.gif differ diff --git a/assets/images/tsneko/white/nrun1.gif b/assets/images/tsneko/white/nrun1.gif new file mode 100644 index 0000000..4d2751f Binary files /dev/null and b/assets/images/tsneko/white/nrun1.gif differ diff --git a/assets/images/tsneko/white/nrun2.gif b/assets/images/tsneko/white/nrun2.gif new file mode 100644 index 0000000..8ac0b30 Binary files /dev/null and b/assets/images/tsneko/white/nrun2.gif differ diff --git a/assets/images/tsneko/white/nscratch1.gif b/assets/images/tsneko/white/nscratch1.gif new file mode 100644 index 0000000..2ce13f1 Binary files /dev/null and b/assets/images/tsneko/white/nscratch1.gif differ diff --git a/assets/images/tsneko/white/nscratch2.gif b/assets/images/tsneko/white/nscratch2.gif new file mode 100644 index 0000000..9c00ed7 Binary files /dev/null and b/assets/images/tsneko/white/nscratch2.gif differ diff --git a/assets/images/tsneko/white/nwrun1.gif b/assets/images/tsneko/white/nwrun1.gif new file mode 100644 index 0000000..6ed2ec6 Binary files /dev/null and b/assets/images/tsneko/white/nwrun1.gif differ diff --git a/assets/images/tsneko/white/nwrun2.gif b/assets/images/tsneko/white/nwrun2.gif new file mode 100644 index 0000000..5627f99 Binary files /dev/null and b/assets/images/tsneko/white/nwrun2.gif differ diff --git a/assets/images/tsneko/white/serun1.gif b/assets/images/tsneko/white/serun1.gif new file mode 100644 index 0000000..5d3aee2 Binary files /dev/null and b/assets/images/tsneko/white/serun1.gif differ diff --git a/assets/images/tsneko/white/serun2.gif b/assets/images/tsneko/white/serun2.gif new file mode 100644 index 0000000..7a62e64 Binary files /dev/null and b/assets/images/tsneko/white/serun2.gif differ diff --git a/assets/images/tsneko/white/sleep1.gif b/assets/images/tsneko/white/sleep1.gif new file mode 100644 index 0000000..b431095 Binary files /dev/null and b/assets/images/tsneko/white/sleep1.gif differ diff --git a/assets/images/tsneko/white/sleep2.gif b/assets/images/tsneko/white/sleep2.gif new file mode 100644 index 0000000..d9f525a Binary files /dev/null and b/assets/images/tsneko/white/sleep2.gif differ diff --git a/assets/images/tsneko/white/srun1.gif b/assets/images/tsneko/white/srun1.gif new file mode 100644 index 0000000..6fa22ca Binary files /dev/null and b/assets/images/tsneko/white/srun1.gif differ diff --git a/assets/images/tsneko/white/srun2.gif b/assets/images/tsneko/white/srun2.gif new file mode 100644 index 0000000..46d71de Binary files /dev/null and b/assets/images/tsneko/white/srun2.gif differ diff --git a/assets/images/tsneko/white/sscratch1.gif b/assets/images/tsneko/white/sscratch1.gif new file mode 100644 index 0000000..485ecec Binary files /dev/null and b/assets/images/tsneko/white/sscratch1.gif differ diff --git a/assets/images/tsneko/white/sscratch2.gif b/assets/images/tsneko/white/sscratch2.gif new file mode 100644 index 0000000..2e7c08e Binary files /dev/null and b/assets/images/tsneko/white/sscratch2.gif differ diff --git a/assets/images/tsneko/white/still.gif b/assets/images/tsneko/white/still.gif new file mode 100644 index 0000000..e534a2a Binary files /dev/null and b/assets/images/tsneko/white/still.gif differ diff --git a/assets/images/tsneko/white/swrun1.gif b/assets/images/tsneko/white/swrun1.gif new file mode 100644 index 0000000..68f09a4 Binary files /dev/null and b/assets/images/tsneko/white/swrun1.gif differ diff --git a/assets/images/tsneko/white/swrun2.gif b/assets/images/tsneko/white/swrun2.gif new file mode 100644 index 0000000..3614ea8 Binary files /dev/null and b/assets/images/tsneko/white/swrun2.gif differ diff --git a/assets/images/tsneko/white/wrun1.gif b/assets/images/tsneko/white/wrun1.gif new file mode 100644 index 0000000..576c0f7 Binary files /dev/null and b/assets/images/tsneko/white/wrun1.gif differ diff --git a/assets/images/tsneko/white/wrun2.gif b/assets/images/tsneko/white/wrun2.gif new file mode 100644 index 0000000..b0fe2c2 Binary files /dev/null and b/assets/images/tsneko/white/wrun2.gif differ diff --git a/assets/images/tsneko/white/wscratch1.gif b/assets/images/tsneko/white/wscratch1.gif new file mode 100644 index 0000000..1ec736d Binary files /dev/null and b/assets/images/tsneko/white/wscratch1.gif differ diff --git a/assets/images/tsneko/white/wscratch2.gif b/assets/images/tsneko/white/wscratch2.gif new file mode 100644 index 0000000..7931068 Binary files /dev/null and b/assets/images/tsneko/white/wscratch2.gif differ diff --git a/assets/images/tsneko/white/yawn.gif b/assets/images/tsneko/white/yawn.gif new file mode 100644 index 0000000..4b3e564 Binary files /dev/null and b/assets/images/tsneko/white/yawn.gif differ diff --git a/assets/js/tsneko.js b/assets/js/tsneko.js new file mode 100644 index 0000000..e50a428 --- /dev/null +++ b/assets/js/tsneko.js @@ -0,0 +1 @@ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.tsneko=e():t.tsneko=e()}(this,(function(){return function(){"use strict";var t={607:function(t,e,s){var i=this&&this.__createBinding||(Object.create?function(t,e,s,i){void 0===i&&(i=s),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[s]}})}:function(t,e,s,i){void 0===i&&(i=s),t[i]=e[s]}),r=this&&this.__exportStar||function(t,e){for(var s in t)"default"===s||Object.prototype.hasOwnProperty.call(e,s)||i(e,t,s)};Object.defineProperty(e,"__esModule",{value:!0}),e.runWebDefault=e.runWeb=void 0,r(s(441),e);var n=s(339);Object.defineProperty(e,"runWeb",{enumerable:!0,get:function(){return n.run}}),Object.defineProperty(e,"runWebDefault",{enumerable:!0,get:function(){return n.runDefault}})},441:function(t,e){var s=this&&this.__assign||function(){return(s=Object.assign||function(t){for(var e,s=1,i=arguments.length;s + + CBS Data Sharing Platform + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+

CBS Data Sharing Platform

+

We aim to achieve an analysis platform for the open neuroscience data to expand the research field for each individual in CBS. CBS-DSP provides comprehensive data collection, which allows CBS scientists to generate and stimulate data-driven cross-modal neuroscience. We also plan to expand the platform for all RIKEN, which we expect for CBS researchers to broaden their research field beyond neuroscience.

+

+ +

+
+
+ +
+ × +
+
+

CBS Data Shairng Working Group

+
    +
  • Tomomi SHIMOGORI (Chair)
  • +
  • Shigeyoshi FUJISAWA (Deputy Chair)
  • +
  • Andrea BENUCCI
  • +
  • Kazuhisa SHIBATA
  • +
  • Atushi TAKATA
  • +
  • Alexander WOODWARD
  • +
  • Keiji TANAKA
  • +
+
+
+
+ + +
+

Data repository observation

+
+ + +
+
+ +

Data for papers

+

List of papers that used data within the repository

+
+
+
+
+ +

Types of data

+

List of data types (molecular, electrical physiology, structure, imaging)

+
+
+
+
+ + +
+

List of laboratories

+

Data collections are listed by lab PI names

+ +
+ + +
+

BSI database archive

+ +
+ + +
+

Term of use

+

CBS-DSP Data Policies

+

Our goal is to generate a searchable data repository platform that will integrate molecular, anatomical, and functional, data which allow us to perform for comprehensive research on mouse, human, and non-human primate brains.

+

All data production, repository and meta data will be appended by each lab based on the lab heads responsibility. Currently, data access is limited to CBS members.

+

Disclaimer

+

Some members of the CBS may claim patent, copyright, or other intellectual property rights in all or a portion of the data they have submitted. The CBS NIU is not in a position to assess the validity of such claims, and therefore cannot provide comment or unrestricted permission concerning the use, copying, or distribution of the information contained in the CBS-DSP.

+

Citation and Acknowledgement

+

We request that researchers who use CBS-DSP (published or unpublished) in presentations and publications cite and acknowledge the CBS-DSP and data production laboratory(s) for referenced dataset(s).

+
+ + + + + + + + + + diff --git a/index.html.ja b/index.html.ja new file mode 100644 index 0000000..a3fa40f --- /dev/null +++ b/index.html.ja @@ -0,0 +1,280 @@ + + + CBSデータ共有プラットフォーム:CBS-DSP + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+

CBSデータ共有プラットフォーム

+

CBSデータ共有プラットフォーム(CBS-DSP)は、オープンな神経科学データの解析プラットフォームを実現し、CBSの各個人の研究分野を広げることを目的としています。包括的なデータ収集を可能にすることで、CBSの研究者がデータに基づいたクロスモーダルな神経科学を生み出し活性化することを可能にします。また、このプラットフォームを理研全体に拡大することを計画しており、CBSの研究者が神経科学以外の研究分野を広げることを期待しています。

+

+ +

+
+
+ +
+ × +
+
+

CBSデータ共有WG

+
    +
  • 下郡 智美 (代表)
  • +
  • 藤澤 茂義 (副代表)
  • +
  • Andrea BENUCCI
  • +
  • 柴田 和久
  • +
  • 髙田 篤
  • +
  • Alexander WOODWARD
  • +
  • 田中 啓治
  • +
+
+
+
+ + +
+

データリポジトリ総覧

+
+ + +
+
+ +

論文リスト

+

リポジトリのデータを活用した論文のリスト

+
+
+
+
+ +

データタイプ

+

データタイプ一覧 (分子, 電気生理, 構造、イメージング)

+
+
+
+
+ + +
+

研究室一覧

+

研究室/代表研究者によるデータコレクション

+ +
+ + +
+

BSIデータベースアーカイブ

+ +
+ + +
+

利用規約

+

CBS-DSPデータポリシー

+

私たちの目標は、分子、解剖学、機能データを統合した検索可能なデータプラットフォームを構築し、マウス、ヒト、霊長類の脳に関する包括的な研究を行うことです。

+

すべてのデータの作成、保存、メタデータの追加は、各研究室の責任者のもとで行われます。現在、データへのアクセスはCBSのメンバーに限定されています。

+

免責事項

+

CBSメンバーの中には、提出したデータの全部または一部について、特許権、著作権、またはその他の知的財産権を主張される方がいらっしゃるかも知れません。しかしながら、CBS NIUは、それらの主張の妥当性を評価する立場にはないため、CBS-DSPに含まれる情報の使用、コピー、配布に関してコメントや無制限の許可を与えることはできかねますことご承知ください。

+

引用および謝辞について

+

CBS-DSPを利用した研究者が研究成果を論文や学会等で発表する際には、参照したデータセットを引用するとともにCBS-DSPおよびデータを創出した研究室への謝辞の記載をお願いします。

+
+ + + + + + + + + +