Instructables homeslide

Developer
Size
4,345 Kb
Views
22,264

How do I make an instructables homeslide?

What is a instructables homeslide? How do you make a instructables homeslide? This script and codes were developed by Eddy on 27 August 2022, Saturday.

Instructables homeslide Previews

Instructables homeslide - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Instructables homeslide</title> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Latest compiled and minified CSS --><link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"><!-- Optional theme --><link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
<div id="header"> <div class="title"> Instructables homeslide </div>
</div>
<div id="container"> <div class="carousel slide" data-ride="carousel" id="carousel-example-generic"> <!-- Indicators --> <ol class="carousel-indicators"> <li class="active" data-slide-to="0" data-target="#carousel-example-generic"></li> <li data-slide-to="1" data-target="#carousel-example-generic"></li> <li data-slide-to="2" data-target="#carousel-example-generic"></li> <li data-slide-to="3" data-target="#carousel-example-generic"></li> <li data-slide-to="4" data-target="#carousel-example-generic"></li> <li data-slide-to="5" data-target="#carousel-example-generic"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <video autoplay="autoplay" muted="muted" poster="https://www.paypalobjects.com/webstatic/mktg/wright/videos/pay-on-the-go.jpg"> <source src="https://www.paypalobjects.com/webstatic/mktg/wright/videos/pay-on-websites.mp4" type="video/mp4" /><source src="https://www.paypalobjects.com/webstatic/mktg/wright/videos/pay-on-websites.webm" type="video/webm" /> </video> </div> <div class="item"> <img alt="" src="http://helloasso.com/tmpupload/green.jpg" /> </div> <div class="item"> <img alt="" src="http://helloasso.com/tmpupload/jewerly.jpg" /> </div> <div class="item"> <img alt="" src="http://helloasso.com/tmpupload/labs.jpg" /> </div> <div class="item"> <img alt="" src="http://helloasso.com/tmpupload/sensor.jpg" /> </div> <div class="item"> <img alt="" src="http://helloasso.com/tmpupload/wood.jpg" /> </div> </div> <!-- Controls --><!--a.left.carousel-control href="#carousel-example-generic" data-slide="prev"<span class="glyphicon glyphicon-chevron-left"></span><a class="right carousel-control" data-slide="next" href="#carousel-example-generic"><span class="glyphicon glyphicon-chevron-right--"></span> </a> </div> <div id="overlay"> <div class="title"> Je recherche </div> <input class="recherche" /><span class="glyphicon glyphicon-search" onclick="search();"></span> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Instructables homeslide - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url(http://fonts.googleapis.com/css?family=The+Girl+Next+Door);
@font-face { font-family: 'CompleteInHimPro'; src: url('http://www.instructables.com/static/css/completeinhim/2211C6_0_0.eot'); src: url('http://www.instructables.com/static/css/completeinhim/2211C6_0_0.eot?#iefix') format('embedded-opentype'), url('http://www.instructables.com/static/css/completeinhim/2211C6_0_0.woff') format('woff'), url('http://www.instructables.com/static/css/completeinhim/2211C6_0_0.ttf') format('truetype');
}
body { padding: 0; margin: 0;
}
.title { font-family: 'The Girl Next Door', 'cursive';
}
#header { height: 80px; text-align: center; font-size: 40px;
}
#container { position: relative;
}
.carousel { width: 100%; position: absolute !important;
}
.carousel .carousel-inner { height: 700px;
}
.carousel .carousel-inner img,
.carousel .carousel-inner video { width: 100%; opacity: 0.7;
}
#overlay { width: 900px; margin: auto; padding-top: 200px; position: relative; top: 0; font-size: 60px; color: white; display: table;
}
#overlay .title,
#overlay .recherche { display: table-cell; width: 450px;
}
#overlay span { display: table-cell; position: relative; top: 20px; left: 20px; cursor: pointer;
}
#overlay .recherche { background-color: transparent; border: none; outline: none; border-bottom: solid 5px;
}

Instructables homeslide - Script Codes JS Codes

$('.carousel').carousel({ interval: 7000
});
$('.carousel').on('slide.bs.carousel', function () { $('input.recherche').val('');
});
$('.carousel').on('slid.bs.carousel', function () { $('input.recherche').val('test');
});
$('.recherche').click(function () { if($('input.recherche').val() == 'test') { $('input.recherche').val(''); } $('.carousel').carousel('pause');
});
$('.recherche').blur(function () { $('.carousel').carousel('cycle');
});
function search() { alert('Lancement de votre recherche : ' + $('input.recherche').val());
}
Instructables homeslide - Script Codes
Instructables homeslide - Script Codes
Home Page Home
Developer Eddy
Username emnbdx
Uploaded August 27, 2022
Rating 3
Size 4,345 Kb
Views 22,264
Do you need developer help for Instructables homeslide?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Eddy (emnbdx) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!