I can not make jQuery work This is my website bersekerprueba.esy.es
Download it and follow these instructions link
What am I missing?
In my FTP I have the folders
bjqs.css
demo.css
Styles.css
Index.html
Folder / Images (With the 3 images called 1 2 and 3)
Folder / Js (jquery-3.0.0.min //// bjqs-1.3.min.js //// bjqs-1.3.js)
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name="Indumentaria Zona Oeste" content="Indumentaria"/>
<meta name="berseker, berserkerbsas, brsker" content="Berseker, Indumentaria">
<link rel="stylesheet" href="../jquery.bxslider.css">
<link href="Estilos.css" rel="stylesheet" type="text/css" >
<script type="text/javascript" src="js/jquery-3.0.0.min.js"></script>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<!-- Include the plugin *after* the jQuery library -->
<script src="bjqs.min.js"></script>
<!-- Include the basic styles -->
<link type="text/css" rel="Stylesheet" href="bjqs.css" />
</head>
<h1 align= center>
<img src= Imagenes\header.jpg>
</h1>
</div>
<span class="fuente-1">
<div class="inner">
<nav>
<ul>
<li><a href=”A”>Inicio</a></li>
<li><a href=”A”>Modelos</a></li>
<li><a href=”A”>Social</a></li>
<li><a href="A">Contacto</a></li>
</ul>
</div>
</nav>
<body>
<div id="my-slideshow">
<ul class="bjqs">
<img src="Imagenes/1.jpg" title="Automatically generated caption"></li>
<img src="Imagenes/2.jpg" title="Automatically generated caption"></li>
</ul>
</div>
<script class="secret-source">
jQuery(document).ready(function($) {
$('#banner-fade').bjqs({
height : 320,
width : 620,
responsive : true
});
});
</script>
<script src="js/libs/jquery.secret-source.min.js"></script>
<script>
jQuery(function($) {
$('.secret-source').secretSource({
includeTag: false
});
});
</script>
</body>