created: 24/01/2017
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to open a new ticket at our support forum
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700,800,900" rel="stylesheet">
<!-- bootstrap css --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- css --> <link href="css/style.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/magnific-popup.css" rel="stylesheet"> <link href="css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='fonts/FontAwesome.otf' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/linear-icons.css">
<!-- javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- portfolio -->
<script src="js/custom.js"></script>
<script src="js/jquery.shuffle.min.js"></script>
<!-- lightbox -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript">
// This will create a single gallery from all elements that have class "lightbox"
$('.lightbox').each(function() {
$(this).magnificPopup({
delegate: 'a.open-gallery', // the selector for gallery item
type: 'image',
gallery: {
enabled:true
}
});
});
</script>
<!-- / lightbox -->
<!-- / portfolio -->
<!-- preloader -->
<script src="js/preloader.js"></script>
<!-- / preloader -->