diff --git a/index.html b/index.html index 0c65d59..3d3c4c8 100755 --- a/index.html +++ b/index.html @@ -7,29 +7,29 @@ - + - + - + + + + + + + + + + + - - - - - - - - - - - - - - + + + + - + @@ -39,11 +39,11 @@ - - + + - +

Ruby Color

@@ -59,7 +59,7 @@
- + - +
@@ -139,7 +139,7 @@
- +
@@ -155,7 +155,7 @@
# -
+
@@ -193,7 +193,7 @@
- +
@@ -253,7 +253,7 @@
- +
@@ -370,7 +370,7 @@
- +
@@ -396,8 +396,8 @@

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua sed do eiusmod tempor incididunt ut labore et dolore aliqua.

-Sabbir Ahmed - - + + @@ -406,7 +406,7 @@
- +
@@ -475,7 +475,7 @@
- +
@@ -522,7 +522,7 @@
- +
@@ -619,7 +619,7 @@
- +
@@ -642,7 +642,7 @@

$19

-
+
+ + +
- +
@@ -741,7 +741,7 @@

Contact us now

Aercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.

Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempor incididunt utlabore et dolore magna aliqua.

- +
@@ -763,7 +763,7 @@
- +
@@ -775,7 +775,7 @@
- +
@@ -833,7 +833,7 @@
- + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - \ No newline at end of file + diff --git a/js/main.js b/js/main.js index 03004a9..d9fc439 100755 --- a/js/main.js +++ b/js/main.js @@ -1,4 +1,4 @@ -$(document).on('ready', function(){ + // Header position // jQuery(window).on('scroll', function() { @@ -8,18 +8,18 @@ $(document).on('ready', function(){ $('#header .header-inner').removeClass("sticky"); } }); - - + + // Mobile Menu // $(function(){ $('#nav').slicknav({ 'label' : '', 'prependTo': '.mobile-menu', - + }); }); - - + + // Testimonial Slider // $('.testimonial-slider').owlCarousel({ items:1, @@ -32,7 +32,7 @@ $(document).on('ready', function(){ nav:false, dots:true, }); - + // Portfolio // $('.single-pf').owlCarousel({ items:1, @@ -47,8 +47,8 @@ $(document).on('ready', function(){ dots:false, navText: ['PREVIOUS', 'NEXT'], }); - - + + // Client Slider // $('.clients-slider').owlCarousel({ autoplay:true, @@ -74,7 +74,7 @@ $(document).on('ready', function(){ } } }); - + // Popup JS // $('.popup').magnificPopup({ type: 'image', @@ -82,16 +82,16 @@ $(document).on('ready', function(){ enabled:true } }); - - - + + + // stellar // $.stellar({ horizontalOffset: 0, verticalOffset: 0 }); - + // Wow Animate // var wow = new WOW( @@ -109,13 +109,13 @@ $(document).on('ready', function(){ } ); wow.init(); - - + + /*==================================== Isotop - ======================================*/ + ======================================*/ $(window).on('load', function() { - + if ($.fn.isotope) { $(".isotop-active").isotope({ filter: '*', @@ -138,15 +138,15 @@ $(document).on('ready', function(){ }); } }); - - + + // onePageNav // $('#nav').onePageNav({ changeHash: false, scrollSpeed: 1000, filter: '', }); - + // Scroll Up JS // $(function () { $.scrollUp({ @@ -160,42 +160,22 @@ $(document).on('ready', function(){ activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' }); }); - - + + // counterUp // $('.counter').counterUp({ delay: 10, time: 2500, - - }); - - - // GMaps // - var map = new GMaps({ - el: '#map', - lat: 22.933046, - lng: 90.827027 - }); - var map = new GMaps({ - el: '#map', - lat: 22.933046, - lng: 90.827027, - scrollwheel: false, - }); - map.addMarker({ - lat: 22.933046, - lng: 90.827027, - title: 'Welcome to SOHEL', - infoWindow: { - content: '

Welcome To Clipping Hunt

' - } - + }); - + + + + // Preloader $(window).on('load', function() { $('.loader').fadeOut('slow', function(){ $(this).remove(); }); }); -})(jQuery); \ No newline at end of file +