Úprava souboru index.html
This commit is contained in:
parent
c84899fd6b
commit
59e7211227
1 changed files with 39 additions and 6 deletions
45
blog.html
45
blog.html
|
@ -13,14 +13,15 @@
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/flexslider.css" rel="stylesheet" type="text/css" />
|
<link href="css/flexslider.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
|
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
|
||||||
<link href="css/owl.carousel.css" rel="stylesheet">
|
<link href="css/owl.carousel.css" rel="stylesheet">
|
||||||
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
||||||
<link href="css/colors/" rel="stylesheet" type="text/css" id="colors" />
|
|
||||||
|
|
||||||
<!-- FONTS -->
|
<!-- FONTS -->
|
||||||
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic' rel='stylesheet' type='text/css'>
|
||||||
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
|
<!--<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -->
|
||||||
|
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- SCRIPTS -->
|
<!-- SCRIPTS -->
|
||||||
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||||
|
@ -28,12 +29,44 @@
|
||||||
|
|
||||||
<script src="js/jquery.min.js" type="text/javascript"></script>
|
<script src="js/jquery.min.js" type="text/javascript"></script>
|
||||||
<script src="js/bootstrap.min.js" type="text/javascript"></script>
|
<script src="js/bootstrap.min.js" type="text/javascript"></script>
|
||||||
|
<script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
|
||||||
<script src="js/jquery.nicescroll.min.js" type="text/javascript"></script>
|
<script src="js/jquery.nicescroll.min.js" type="text/javascript"></script>
|
||||||
<script src="js/superfish.min.js" type="text/javascript"></script>
|
<script src="js/superfish.min.js" type="text/javascript"></script>
|
||||||
<script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
|
<script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
|
||||||
<script src="js/owl.carousel.js"></script>
|
<script src="js/owl.carousel.js" type="text/javascript"></script>
|
||||||
<script src="js/animate.js" type="text/javascript"></script>
|
<script src="js/animate.js" type="text/javascript"></script>
|
||||||
|
<script src="js/jquery.BlackAndWhite.js"></script>
|
||||||
<script src="js/myscript.js" type="text/javascript"></script>
|
<script src="js/myscript.js" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
//PrettyPhoto
|
||||||
|
jQuery(document).ready(function() {
|
||||||
|
$("a[rel^='prettyPhoto']").prettyPhoto();
|
||||||
|
});
|
||||||
|
|
||||||
|
//BlackAndWhite
|
||||||
|
$(window).load(function(){
|
||||||
|
$('.client_img').BlackAndWhite({
|
||||||
|
hoverEffect : true, // default true
|
||||||
|
// set the path to BnWWorker.js for a superfast implementation
|
||||||
|
webworkerPath : false,
|
||||||
|
// for the images with a fluid width and height
|
||||||
|
responsive:true,
|
||||||
|
// to invert the hover effect
|
||||||
|
invertHoverEffect: false,
|
||||||
|
// this option works only on the modern browsers ( on IE lower than 9 it remains always 1)
|
||||||
|
intensity:1,
|
||||||
|
speed: { //this property could also be just speed: value for both fadeIn and fadeOut
|
||||||
|
fadeIn: 300, // 200ms for fadeIn animations
|
||||||
|
fadeOut: 300 // 800ms for fadeOut animations
|
||||||
|
},
|
||||||
|
onImageReady:function(img) {
|
||||||
|
// this callback gets executed anytime an image is converted
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -57,7 +90,7 @@
|
||||||
|
|
||||||
<!-- LOGO -->
|
<!-- LOGO -->
|
||||||
<div class="logo pull-left">
|
<div class="logo pull-left">
|
||||||
<a href="index.html" ><span class="b5">a</span><span class="b4">r</span><span class="b3">e</span><span class="b2">a</span><span class="b1">‐</span><span class="b2">5</span><span class="b3">1</span></a>
|
<a href="index.html" ><span class="b1">w</span><span class="b2">h</span><span class="b3">i</span><span class="b4">t</span><span class="b5">e</span></a>
|
||||||
</div><!-- //LOGO -->
|
</div><!-- //LOGO -->
|
||||||
|
|
||||||
<!-- SEARCH FORM -->
|
<!-- SEARCH FORM -->
|
||||||
|
@ -96,7 +129,7 @@
|
||||||
<!-- BREADCRUMBS -->
|
<!-- BREADCRUMBS -->
|
||||||
<section class="breadcrumbs_block clearfix parallax">
|
<section class="breadcrumbs_block clearfix parallax">
|
||||||
<div class="container center">
|
<div class="container center">
|
||||||
<h2><b>The</b> RSS<i class="fa fa-rss"></i></h2>
|
<h2><b>The</b> Blog</h2>
|
||||||
<p>Publication of the latest news, articles, and free apps.</p>
|
<p>Publication of the latest news, articles, and free apps.</p>
|
||||||
</div>
|
</div>
|
||||||
</section><!-- //BREADCRUMBS -->
|
</section><!-- //BREADCRUMBS -->
|
||||||
|
|
Loading…
Reference in a new issue