Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
/* ========================================================================= */ /* Preloader /* ========================================================================= */ jQuery(window).load(function(){ $("#preloader").fadeOut("slow"); }); $(document).ready(function(){ /* ========================================================================= */ /* Menu item highlighting /* ========================================================================= */ jQuery('#nav').singlePageNav({ offset: jQuery('#nav').outerHeight(), filter: ':not(.external)', speed: 1200, currentClass: 'current', easing: 'easeInOutExpo', updateHash: true, beforeStart: function() { console.log('begin scrolling'); }, onComplete: function() { console.log('done scrolling'); } }); $(window).scroll(function () { if ($(window).scrollTop() > 400) { $("#navigation").css("background-color","#0EB493"); } else { $("#navigation").css("background-color","rgba(16, 22, 54, 0.2)"); } }); /* ========================================================================= */ /* Fix Slider Height /* ========================================================================= */ var slideHeight = $(window).height(); $('#slider, .carousel.slide, .carousel-inner, .carousel-inner .item').css('height',slideHeight); $(window).resize(function(){'use strict', $('#slider, .carousel.slide, .carousel-inner, .carousel-inner .item').css('height',slideHeight); }); /* ========================================================================= */ /* Portfolio Filtering /* ========================================================================= */ // portfolio filtering $(".project-wrapper").mixItUp(); $(".fancybox").fancybox({ padding: 0, openEffect : 'elastic', openSpeed : 650, closeEffect : 'elastic', closeSpeed : 550, closeClick : true, }); /* ========================================================================= */ /* Parallax /* ========================================================================= */ $('#facts').parallax("50%", 0.3); /* ========================================================================= */ /* Timer count /* ========================================================================= */ "use strict"; $(".number-counters").appear(function () { $(".number-counters [data-to]").each(function () { var e = $(this).attr("data-to"); $(this).delay(6e3).countTo({ from: 50, to: e, speed: 3e3, refreshInterval: 50 }) }) }); /* ========================================================================= */ /* Back to Top /* ========================================================================= */ $(window).scroll(function () { if ($(window).scrollTop() > 400) { $("#back-top").fadeIn(200) } else { $("#back-top").fadeOut(200) } }); $("#back-top").click(function () { $("html, body").stop().animate({ scrollTop: 0 }, 1500, "easeInOutExpo") }); }); // ========== START GOOGLE MAP ========== // function initialize() { var myLatLng = new google.maps.LatLng(-6.7804132,39.205314); var mapOptions = { zoom: 14, center: myLatLng, disableDefaultUI: true, scrollwheel: false, navigationControl: false, mapTypeControl: false, scaleControl: false, draggable: false, mapTypeControlOptions: { mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'roadatlas'] } }; var map = new google.maps.Map(document.getElementById('map_canvas'), mapOptions); var myLatlng = new google.maps.LatLng(-6.7804132,39.205314); var marker = new google.maps.Marker({ position: myLatlng, map: map, title:"Unistore headquarter, UDSM" }); } google.maps.event.addDomListener(window, "load", initialize); // ========== END GOOGLE MAP ========== //