Slides is a simple-to-use HTML5/CSS3/jQuery template. To get started: Download your copy of Slides from your Designmodo Account and unpack an archive. Upload the contents to the root folder of your website or any folder you like.
Notice: If you want to use a template from the templates folder as the main page located in a root folder, don't forget to remove the <base> tag from <head>.
Keep Updated
Slides is very easy to customize. Just keep your changes separate from the Slides files so your files are protected when Slides is updated in the future.
Custom Styles and Scripts
All CSS styles and JS scripts from the Slides App automatically merged into /css/custom.css and /js/custom.js files. These files are also included into your page HTML code.
<!doctypehtml><html><head> ...<!-- Styles --> <linkhref="css/slides.min.css"rel="stylesheet"type="text/css"><!-- Custom Styles --> <linkhref="css/custom.css"rel="stylesheet"type="text/css"> ...<bodyclass="slides"><!-- Your slides are here --> ...<!-- Compressed Scripts --> <scriptsrc="js/slides.min.js"type="text/javascript"></script><!-- Custom Scripts --> <scriptsrc="js/custom.js"></script></body></html>
Minified Version
The minified styles and scripts are included into your page by default. You can find a normal version of styles and scripts in the downloaded archive with sources.