H2 level.Open up 'index.html' You will find in the source code the sections are properly tagged and commented where you can edit and change info as per your requirements.
Open up 'slider.html'
See list item's tags inside <ul class=“roundabout”>…</ul> and put in relevant image source path to configure images.
Images will need to have width=“444” height=“278”
Open up 'email-action.php' from your folder.
On the 3rd line, change the email 'youremail@gmail.com' to the one where you want contact form submissions to receive.
Optionally, you can also change site's name also. Just search for the default ”© 2011 http://Vento.com” and replace with your own.
In 'index.html' you just need to copy whole block of this HTML tag <div class=“testWrapCont”>… </div> and replicate it below. But please note that it has to stay withing this HTML tag <article class=“testWrap”> … </article>
This is an alternative slider as shown in this vento bxslider demo because in this bxslider one whole image spans width of the content.
Open up 'slider-bxslider.html'
See list item's tags inside <ul class=“bxslider”>…</ul> and put in relevant image source path to configure images.
Images will need to have width=“837” height=“350”
Other Notes: Please open up 'index.html' and search for this comment 'below line is for DEMO site only…' That commented block can be removed if you want to.