Is this a plugin or theme?

Hello everyone,

Can anyone tell me that which plugin or theme is using by this website: http://growupbud.com/

I want to use this plugin or theme for my upcoming website.

Hi brandylisa,
This is simple Plugin. This type plugin created for Other Client. If you want this type plugin I will Develop for you.

Hey!

It’s just a simple js preloader

$(window).load(function() { $('#preloader').delay(1000).fadeOut(); $('body').css({'overflow-y':'scroll'}); });

#preloader { background: #222222; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 9999; } #preloader_container { width: 300px; height: 300px; text-align: center; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -150px; }

Here’s my custom preloader. You can modify it by yourself in order to look exactly like that.