Vetura- Responsive HTML5 Template
Thank you for your recent purchase of Veturatemplate. Please don't forget to rate the template and give us your appreciated review.
- Version: 1.0 - initial release
- E-mail: fatonnavdiu@gmail.com
Thank you for your recent purchase of Veturatemplate. Please don't forget to rate the template and give us your appreciated review.
To install this HTML template you will need to upload all files and folders using an FTP client. We recommend using FileZilla FTP client. To upload your template you will need the following:
Once connected make sure to upload All files and folders within your preferred choice of styles within the "Vetura" folder of your download package.
After downloading the template package you will find the following structure:
Below you will find the HTML files With the name of index:
You can easily create HTML pages, or whatever you want using this easy clean Template. Code is clearly written and commented for each considerable part.
when you open any HTML file you will notice that they are all have the same header and footer so they have the same HTML code and we'll explain both as follows:
If You need to create a new html page you must include the following tags in the following order:
The Head TAG ( All pages must have the following head tag ):
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vetura HTML Template | Homepage</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js">
</script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
</div>
<div class="nav-outer pull-right clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class="current dropdown"><a href="#">Home</a>
<ul>
<li><a href="index.html">Home Page 01</a></li>
<li><a href="index-2.html">Home Page 02</a></li>
<li><a href="index-3.html">Home Page 03</a></li>
<li class="dropdown"><a href="#">Header Styles</a>
<ul>
<li><a href="index.html">Header Style 01</a></li>
<li><a href="index-2.html">Header Style 02</a></li>
<li><a href="index-3.html">Header Style 03</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="about.html">About Us</a></li>
<li class="dropdown"><a href="#">Pages</a>
<ul>
<li><a href="team.html">Our Team</a></li>
<li><a href="price.html">Price</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Blog</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-classic.html">Blog Classic</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Shop</a>
<ul>
<li><a href="shop.html">Our Products</a></li>
<li><a href="shop-single.html">Product Single</a></li>
</ul>
</li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!--Button Box-->
<div class="outer-box clearfix">
<!--Option Box-->
<div class="option-box">
<!--Search Box-->
<div class="search-box-outer">
<div class="dropdown">
<button class="search-box-btn dropdown-toggle" type="button" id="dropdownMenu3"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="dripicons-search"></span></button>
<ul class="dropdown-menu pull-right search-panel" aria-labelledby="dropdownMenu3">
<li class="panel-outer">
<div class="form-container">
<form method="post" action="blog.html">
<div class="form-group">
<input type="search" name="field-name" value="" placeholder="Search
Here" required>
<button type="submit" class="search-btn"><span class="fa fa-search"></span>
</button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
<a href="shop-single.html" class="cart-btn dripicons-shopping-bag"><span class="total-number">
2</span></a>
</div>
<div class="button-box">
<a href="#" class="theme-btn btn-style-one">Sign in</a>
</div>
</div>
<!--Button Box-->
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/logo-small.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1"
aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix">
<li class="current dropdown"><a href="#">Home</a>
<ul>
<li><a href="index.html">Home Page 01</a></li>
<li><a href="index-2.html">Home Page 02</a></li>
<li><a href="index-3.html">Home Page 03</a></li>
<li class="dropdown"><a href="#">Header Styles</a>
<ul>
<li><a href="index.html">Header Style 01</a></li>
<li><a href="index-2.html">Header Style 02</a></li>
<li><a href="index-3.html">Header Style 03</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="about.html">About Us</a></li>
<li class="dropdown"><a href="#">Pages</a>
<ul>
<li><a href="team.html">Our Team</a></li>
<li><a href="price.html">Price</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Blog</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-classic.html">Blog Classic</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">Shop</a>
<ul>
<li><a href="shop.html">Our Products</a></li>
<li><a href="shop-single.html">Product Single</a></li>
</ul>
</li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav><!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<footer class="main-footer alternate">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--big column-->
<div class="big-column col-lg-5 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column / Logo Widget-->
<div class="footer-column col-lg-7 col-md-7 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="index.html"><img src="images/footer-logo.png" alt="" /></a>
</div>
<div class="text">Lorem Ipsum proin gravida nibh vel velit aucsollicitudin, lorem quis bibendum
auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</div>
<ul class="social-icon-one">
<li class="facebook"><a href="#"><span class="fa fa-facebook"></span></a></li>
<li class="pinterest"><a href="#"><span class="fa fa-pinterest-p"></span></a></li>
<li class="twitter"><a href="#"><span class="fa fa-twitter"></span></a></li>
</ul>
</div>
</div>
<!--Footer Column / Links Widget-->
<div class="footer-column col-lg-5 col-md-5 col-sm-12">
<div class="footer-widget links-widget">
<h2>Company</h2>
<ul class="list">
<li><a href="#">About Us</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Brand</a></li>
<li><a href="#">Ecosystem</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--big column-->
<div class="big-column col-lg-7 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column / Links Widget-->
<div class="footer-column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h2>Categories</h2>
<ul class="list">
<li><a href="#">Graphics (25)</a></li>
<li><a href="#">Backgrounds (12)</a></li>
<li><a href="#">Fonts (8)</a></li>
<li><a href="#">Music (3)</a></li>
<li><a href="#">Photography (3)</a></li>
<li><a href="#">Themes (3)</a></li>
</ul>
</div>
</div>
<!--Footer Column / Links Widget-->
<div class="footer-column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h2>Useful Links</h2>
<ul class="list">
<li><a href="#">Blog</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Refund Policy</a></li>
<li><a href="#">Affiliate</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<!--Footer Column / Map Widget-->
<div class="footer-column col-lg-4 col-md-6 col-sm-12">
<div class="footer-widget map-widget">
<h2>Where we are</h2>
<div class="image">
<img src="images/resource/map.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="copyright">© Copyright 2018 , Vetura</div>
</div>
</footer>
<section class="projects-section" id="projects">
<div class="auto-container">
<h2 class="wow fadeInUp animated" data-wow-delay="0ms" data-wow-duration="1500ms">Title Here</h2>
<div class="row clearfix">
</div>
</div>
</section>
The style.css file is the responsible for the Template styling as follows:
/* ------------------------------------------ */
/* TABLE OF CONTENTS
/* ------------------------------------------ */
/* 01 - Fonts */
/* 02 - Reset */
/* 03 - Global */
/* 04 - Main Header */
/* 05 - Banner Section */
/* 06 - Video Section */
/* 07 - Services Section */
/* 08 - Clients Section */
/* 09 - Project Section / four Item Carousel */
/* 10 - Two Item Carousel */
/* 11 - Call To Action Section */
/* 12 - Four Item Carousel / Project Section */
/* 13 - Footer Style */
Note: Images used in the preview demo are not included in the Downloaded package.
Thanks for visiting and purchasing our template .