20 deep holes to bury them in
  1. type-lover:

    Kote
    by Christina Magnussen

  1. 583 notesVia: oilandsugarSource: behance.net
  1. yuhk reblogged this from cortnet
  2. su-ki-ma reblogged this from assistantxxx
  3. assistantxxx reblogged this from vucuous
  4. dimaplanktone reblogged this from oculto
  5. thatsupersonicyouth reblogged this from oculto
  6. henrycartierbresson reblogged this from womenofgraphicdesign
  7. mimilcs reblogged this from kuuaryo
  8. ayanontan reblogged this from womenofgraphicdesign
  9. bogaertsart reblogged this from womenofgraphicdesign
  10. aksk reblogged this from womenofgraphicdesign
  11. ushiyam reblogged this from kuuaryo
  12. durven reblogged this from kuuaryo
  13. sano3209 reblogged this from kuuaryo
  14. linnet reblogged this from womenofgraphicdesign
  15. type-lover posted this
  1. Timestamp: Sunday 2014/05/11 12:42:39
0); } else if (_posts_loaded >= 3) { _trigger_post = _$posts.find('li.post:eq(' + ($all_posts.length - 3) + ')').get(0); } else { _trigger_post = _$posts.find('li.post:last').get(0); } }; function in_viewport (el) { if (el == null) return; var top = el.offsetTop; var height = el.offsetHeight; while (el.offsetParent) { el = el.offsetParent; top += el.offsetTop; } return (top < (window.pageYOffset + window.innerHeight)); }; function enable_scroll() { $('#footer .pagination').hide(); _$window.scroll(function(){ clearTimeout(_infinite_timeout); infinite_timeout = setTimeout(infinite_scroll, 100); }); } function disable_scroll() { clearTimeout(_infinite_timeout); $(window).unbind('scroll'); } function infinite_scroll() { if (_is_loading) return; if (in_viewport(_trigger_post)) { load_more_posts(); // w00t } }; function load_more_posts() { if (_is_loading) return; _is_loading = true; // Build URL if (_url.charAt(_url.length - 1) != '/') _url += '/'; if (_current_page === 1) _url += 'page/1'; _current_page++; _url = _url.replace('page/' + (_current_page - 1), 'page/' + _current_page); // Fetch _Ajax(_url, function(data) { var new_posts_html = data.split('')[1].split('')[0]; var $new_posts = $('#posts', data); // Insert posts and update counters $('#posts').append(new_posts_html); _posts_loaded = $new_posts.find('li.post').length; if ((_posts_loaded > 0) && (_current_page < _total_pages)) { set_trigger(); _is_loading = false; } else { disable_scroll(); } }); // Stats } return { init: init }; }); $(function() { });