init commit
2363
_site/assets/css/alternative.css
Normal file
1582
_site/assets/css/main.css
Normal file
BIN
_site/assets/font/amatic.ttf
Normal file
BIN
_site/assets/font/amaticbold.ttf
Normal file
BIN
_site/assets/font/gidole.otf
Normal file
BIN
_site/assets/image/02.png
Normal file
|
After Width: | Height: | Size: 258 KiB |
BIN
_site/assets/image/1.jpg
Normal file
|
After Width: | Height: | Size: 114 KiB |
BIN
_site/assets/image/2.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
_site/assets/image/darkkimochi.jpg
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
_site/assets/image/darkkimochi_thumb.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
_site/assets/image/github_logo.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
_site/assets/image/img01.jpg
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
_site/assets/image/iptum.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
_site/assets/image/loading.gif
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
_site/assets/image/nekopara.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
_site/assets/image/openshift.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
_site/assets/image/spaghettisanb.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
_site/assets/image/web01.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
10
_site/assets/js/jquery-autocomplete.js
vendored
Normal file
1
_site/assets/js/responsive_waterfall.js
Normal file
@@ -0,0 +1 @@
|
||||
!function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():t.Waterfall=e()}(this,function(){"use strict";var t=function(t){var e;Object.defineProperty(this,"minBoxWidth",{get:function(){return e},set:function(t){100>t&&(t=100),t>1e3&&(t=1e3),e=t}}),t=t||{};var n=t.containerSelector||".wf-container",i=t.boxSelector||".wf-box";this.minBoxWidth=t.minBoxWidth||250,this.columns=[],this.container=document.querySelector(n),this.boxes=this.container?Array.prototype.slice.call(this.container.querySelectorAll(i)):[],this.compose();for(var o,s=this.container.querySelectorAll("img"),r=this,c=0;c<s.length;c++){var h=s[c];h.onload=function(){o&&clearTimeout(o),o=setTimeout(function(){r.compose(!0)},500)}}window.addEventListener("resize",function(){r.compose()})};return t.prototype.computeNumberOfColumns=function(){var t=Math.floor(this.container.clientWidth/this.minBoxWidth);return t=t||1},t.prototype.initColumns=function(t){if(t>0){this.columns=[];for(var e=100/t+"%";t--;){var n=document.createElement("div");n.className="wf-column",n.style.width=e,this.columns.push(n),this.container.appendChild(n)}}},t.prototype.getMinHeightIndex=function(){if(this.columns&&this.columns.length>0){for(var t=this.columns[0].clientHeight,e=0,n=1;n<this.columns.length;n++){var i=this.columns[n];i.clientHeight<t&&(t=i.clientHeight,e=n)}return e}return-1},t.prototype.getHighestIndex=function(){if(this.columns&&this.columns.length>0){for(var t=this.columns[0].clientHeight,e=0,n=1;n<this.columns.length;n++){var i=this.columns[n];i.clientHeight>t&&(t=i.clientHeight,e=n)}return e}return-1},t.prototype.compose=function(t){var e=this.computeNumberOfColumns(),n=this.columns.length;if(t||e!=n){for(var i=0;i<this.columns.length;i++){var o=this.columns[i];o.remove()}this.initColumns(e);for(var i=0,s=this.boxes.length;s>i;i++){var r=this.boxes[i];this.addBox(r)}}},t.prototype.addBox=function(t){this.boxes.indexOf(t)<0&&this.boxes.push(t);var e=this.getMinHeightIndex();if(e>-1){var n=this.columns[e];n.appendChild(t)}},t});
|
||||