Hello. Thank you for your purchase!
Created: 11.03.2024
By: Dmitry Volkov
Email: dmitry.volkov.vetrov@gmail.com
IG: volkov_des1gn
Website: volkovdesign.com
Unzip the archive and find out the folder www. There are all the template files in this folder. You can open the following files for viewing in browser.
Main folder:
Admin folder:
Upload the template files (inside the folder www) to server with the help of one of the FTP-clients.
In my template I use Bootstrap, if you don't know how to use it, here is a detailed information on its use.
The standard section has the following HTML structure:
<section class="section">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="section__title">Expected premiere</h2>
</div>
...
</div>
</div>
</section>
Section have a two different styles:
section with static background image
<section class="home home--bg">
<div class="container">
<div class="row">
...
</div>
</div>
</section>
section with carousel
<section class="home">
<div class="container">
<div class="row">
<div class="col-12">
<div class="hero splide splide--hero">
<div class="splide__arrows">...</div>
<div class="splide__track">...</div>
</div>
</div>
</div>
</div>
</section>
By default section have white background color, but you may change style:
section--bg – section with static background image
<section class="section section--bg" data-bg="img/bg/section__bg.jpg">
<div class="container">
...
</div>
</section>
section--first – section with margin-top
<section class="section section--first">
<div class="container">
...
</div>
</section>
section--border – section with border-top
<section class="section section--border">
<div class="container">
...
</div>
</section>
section--blue – section with blue background
<section class="section section--blue">
<div class="container">
...
</div>
</section>
To change logotype, find image img/logo.svg and replace it with your logo.
I strongly recommend that you familiarize yourself with the documentation for Plyr. There you can find detailed information about how the plugin works.
I strongly recommend that you familiarize yourself with the documentation for PhotoSwipe. There you can find detailed information about how the plugin works.
If you have any questions or suggestions for improving the template, feel free to contact me at dmitry.volkov.vetrov@gmail.com.