documentation
Altours
Thank you so much for purchasing our item from templatemonster.
Thank you so much for purchasing our item from templatemonster.
Follow the steps below to setup your site template:
HTML/assets
- Contains all of the assets referenced
HTML/assets/css
- Stylesheet filesHTML/assets/images
- ImagesHTML/assets/js
- Javacript filesHTML/assets/php
- Php filesHTML/assets/vendors
– All external libs.HTML/pages
- Contains all of the assets referenced
HTML/pages/About
- About html filesHTML/pages/Pages
- Pages html fileHTML/pages/Destination
- Destination html fileHTML/pages/Tour
- Tour html filesHTML/pages/Blog
- Blog html filesHTML/pages/Shop
- Shop html fileHTML/pages/Contact
- Contact html fileHTML/index.html
- Homepage
HTML/index.html
- HomePage html fileHTML/pages
- Contains all the HTML pages:
HTML/pages/About
- About html Files
HTML/pages/About/About.html
- About Us html fileHTML/pages/About/Team.html
- Team html fileHTML/pages/About/Testimonials.html
- Testimonials html fileHTML/pages/About/Faqs.html
- Faqs html fileHTML/pages/Pages
- Other pages html Files
HTML/pages/Pages/Gallery.html
- Gallery html fileHTML/pages/Pages/Login.html
- Login html fileHTML/pages/Pages/Register.html
- Register html fileHTML/pages/Pages/Reset-Password.html
- Reset Password html fileHTML/pages/Destination
- Destination html files
HTML/pages/Destination/Destinations.html
- Destinations html fileHTML/pages/Destination/Single-Destination.html
- Single Destination html fileHTML/pages/Tour
- Tour html files
HTML/pages/Events/Tour-Packages.html
- Tour Packages html fileHTML/pages/Events/Single-Tour.html
- Single Tour html fileHTML/pages/Blog
- Blog html files
HTML/pages/Blog/Blog-Grid.html
- Blog Grid html fileHTML/pages/Blog/Blog-List.html
- Blog Standard html fileHTML/pages/Blog/Single-Blog.html
- Single Blog html fileHTML/pages/Shop
- Shop html files
HTML/pages/Shop/Shop-Grid.html
- Shop Grid html fileHTML/pages/Shop/Shop-List.html
- Shop Standard html fileHTML/pages/Shop/Single-Product.html
- Single Product html fileHTML/pages/Shop/Cart.html
- Cart html fileHTML/pages/Shop/Checkout.html
- Checkout html fileHTML/pages/Contact
– Contact html file
HTML/pages/Contact/contact.html
- contact html fileindex.html
to start editing.
Following you can see HTML structure of this file:
<!DOCTYPE html> <html lang="en"> <head> <!-- Your Title, Css Libraries, Custom Stylesheets ============================================= --> </head> <body> <!-------------------- Scroll-Top Area (Start) --------------------> <a href="#" class="scroll-top" > ...... </a> <!-------------------- Scroll-Top Area (End) --------------------> <!-------------------- Header Area (Start) --------------------> <header> ...... </header> <!-------------------- Header Area (End) --------------------> <!-------------------- Home-Slider Area (Start) --------------------> <section class="home" > ...... </section> <!-------------------- Home-Slider Area (End) --------------------> <!-------------------- Search-Tour Area (Start) --------------------> <section class="home-search-tour" > ...... </section> <!-------------------- Search-Tour Area (End) --------------------> <!-------------------- About Area (Start) --------------------> <section class="about" > ...... </section> <!-------------------- About Area (End) --------------------> <!-------------------- Services Area (Start) --------------------> <section class="services" > ...... </section> <!-------------------- Services Area (End) --------------------> <!-------------------- Count Area (Start) --------------------> <section class="counting" > ...... </section> <!-------------------- Count Area (End) --------------------> <!-------------------- Gallery Area (Start) --------------------> <section class="gallery" > ...... </section> <!-------------------- Gallery Area (End) --------------------> <!-------------------- Discount Area (Start) --------------------> <section class="discount-banner" > ...... </section> <!-------------------- Discount Area (End) --------------------> <!-------------------- Popular Destinations Area (Start) --------------------> <section class="destinations" > ...... </section> <!-------------------- Popular Destinations Area (End) --------------------> <!-------------------- Popular Tours Area (Start) --------------------> <section class="home-tours tours linear-bg" > ...... </section> <!-------------------- Popular Tours Area (End) --------------------> <!-------------------- Team Area (Start) --------------------> <section class="team" > ...... </section> <!-------------------- Team Area (End) --------------------> <!-------------------- Testimonials Area (Start) --------------------> <section class="testimonial" > ...... </section> <!-------------------- Testimonials Area (End) --------------------> <!-------------------- Blogs Area (Start) --------------------> <section class="blog main" > ...... </section> <!-------------------- Blogs Area (End) --------------------> <!-------------------- Footer Area (Start) --------------------> <footer class="footer" > ...... </footer> <!-------------------- Footer Area (End) --------------------> <!-- JavaScript --> </body> </html>
<!DOCTYPE html> <html lang="en"> <head> <!-- Your Title, Css Libraries, Custom Stylesheets ============================================= --> </head> <body> <!-------------------- Scroll-Top Area (Start) --------------------> <a href="#" id="scroll-top" > ...... </a> <!-------------------- Scroll-Top Area (End) --------------------> <!-------------------- Header Area (Start) --------------------> <header > ...... </header> <!-------------------- Header Area (End) --------------------> <!-------------------- Page-Title (Start) --------------------> <div class="page-title" > ...... </div> <!-------------------- Page-Title (End) --------------------> <!-------------------- Page Body (Start) --------------------> <section class="" > ...... </section> <!-------------------- Page Body (End) --------------------> <!-------------------- Footer Area (Start) --------------------> <footer class="footer" > ...... </footer> <!-------------------- Footer Area (End) --------------------> <!-- JavaScript --> </body>
main.css
- Stylesheet for main stylingresponsive.css
- Stylesheet for responsive stylingmain.css
contains specific styling for the page.
This file is separated into section using comments.
/*------------------------------ (00)-Global CSS ------------------------------*/ /* 0- Global CSS 1- Heading CSS 2- Button CSS 3- Logo Area CSS 4- Page Title CSS 5- Header Area CSS 6- Footer Area CSS 7- Scroll-Top Area CSS 8- Form CSS 9- Swiper Pagination 10- Sidebar Heading CSS 11- Sidebar CSS */ /*------------------------------ (01)-Home ------------------------------*/ /*--------------- SECTIONS ---------------*/ /* 1- Home Slider 2- Home Search Tour 3- Services 4- Counter 5- Discount Banner 6- Tours 7- Testimonials 8- Blogs */ /*------------------------------ (02)-About ------------------------------*/ /* 1- About Us 2- Team 3- Testimonials 4- Faqs */ /*------------------------------ (03)-Pages ------------------------------*/ /*--------------- COMPONENTS ---------------*/ /* 01- Account-Form */ /*--------------- PAGES ---------------*/ /* 1- Gallery 2- Login 3- Register */ /*------------------------------ (04)-Destination ------------------------------*/ /* 1- Destinations 2- Single Destination */ /*------------------------------ (05)-Tours ------------------------------*/ /*--------------- COMPONENTS ---------------*/ /* 01- Search-Tour Form 02- Tour-Item */ /*--------------- PAGES ---------------*/ /* 1- Tour Packages 2- Single Tour */ /*------------------------------ (06)-Blog ------------------------------*/ /*--------------- COMPONENTS ---------------*/ /* 01- Blog-Item 02- Pages-No 03- Comments */ /*--------------- PAGES ---------------*/ /* 1- Blog Grid 2- Blog List 3- Single Blog */ /*------------------------------ (07)-Shop ------------------------------*/ /*--------------- COMPONENTS ---------------*/ /* 01- Filter 02- Shop Header 03- Product-Item 04- Shop-Title 05- Cart-Summary 06- Quantity Box */ /*--------------- PAGES ---------------*/ /* 1- Shop Grid 2- Shop Standard 3- Single Product 4- Cart 5- Checkout */ /*------------------------------ (08)-Contact ------------------------------*/
This template have these JS files.
script.js
- Custom js filenav-link-toggler.js
- Mobile navbar togglerhome-slider.js
- Home Slider js filescounter-up.js
- Counter Up js filetesti-slider.js
- Testimonials Slider js filesfaqs.js
- Faqs Accordiongallery.js
- Gallery js filecustom-dropdown.js
- Custom Dropdown js filepayment-method.js
- Payment Method Accordionquantity.js
- Product quantity counter js filePrice-Filter.js
- Price filter js fileProduct-Gallery.js
- Product Image Gallery js fileproduct-info.js
- Product Information js fileIn this template, contact form is created using PHP. It include sending email using SMTP server and the PHPMailer library.
php/smtp
- Contains php mailer files
class.phpmailer.php
class.smtp.php
PHPMailerAutoload.php
php/submit.php
- Php file where you put your email address that will receive the message after sending through contact formsubmit.php
to get started:
// Gmail ID which you want to use as SMTP server $mail->Username = "your_email@gmail.com"; // (Your Mail)
// App Password $mail->Password = "Your App Password"; // Your app password
// Recipient Email ID where you want to receive emails $mail->addAddress("your_email@gmail.com", "your name"); // (Your Mail)
$mail->Subject = "(Altours) New Contact Info";
you can change logo text here... OR you can put image rather than text.
<!-- Logo --> <a class="logo" href="./index.html"> <img src="./assets/images/Logo/Logo.png" alt='header-logo'> <h3>Altours</h3> </a>
This template have these images folders.