First of all, thank you for purchasing the Wion
HTML5 Template. You can find the
detailed information about the template in this document.
If there is anything you cannot find
in this document, you can send an e-mail via the Profile page.
Wion Sass startup.
In download folder you will find Two folders:
Documentation
(Documentation for main template)Wion
(Main Template)margin
or padding
. Don't get panic if you messed up anything when you edit
the template. We are always available to support our customer.
Follow the steps below to setup your site template:
Template
folder to find all the template files.
You wil get Wion
folder in there. You need to upload this folder to your hosting web
server using FTP or cPanel in order to use it on your website.Wion/assets/css
- Stylesheet filesWion/assets/css/remixicon.css
- Icon/fonts filesWion/assets/images
- Image filesWion/assets/js
- JS filesWe are used Bootstrap Latest Version v5.1.3
framework in this template.
The general template
structure is the same throughout the template. Here is the general structure.
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Wion - Sass startup </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/.....">
<link rel="stylesheet" href="assets/css/.....">
<link rel="stylesheet" href="assets/css/....">
<link rel="stylesheet" href="assets/css/...">
</head>
<body>
<!-- header-area -->
<header id="home">
</header>
<!-- header-area-end -->
<!-- main-area -->
<main class="main-area fix">
<!-- All Section Here -->
</main>
<!-- main-area-end -->
<!-- Footer-area -->
<footer class="footer-area">
</footer>
<!-- Footer-area-end -->
<!-- JS here -->
<script src="assets/js/vendor/....."></script>
<script src="assets/js/...."></script>
<script src="assets/js/..."></script>
</body>
</html>
Introduce Wion
All Pages
index.html
is ====>
Home Oneindex-02.html
is ====>
Home Twoindex-03.html
is ====>
Home Threeabout-01.html
is ====>
About Oneabout-02.html
is ====>
About Twoabout-03.html
is ====>
About Threeservice.html
is ====>
Services Pagesingle-service.html
is ====>
Service Details Pageportfolio-01.html
is ====>
Portfolio Oneportfolio-02.html
is ====>
Portfolio Twoportfolio-03.html
is ====>
Portfolio Threesingle-portfolio.html
is ====>
Portfolio Details Pageteam.html
is ====>
Team Pagesingle-team.html
is ====>
Team Details Pagepricing.html
is ====>
Pricing Pageblog.html
is ====>
Blog Pagesingle-blog.html
is ====>
Blog Details Pagefaq.html
is ====>
FAQ Pageerror-404.html
is ====>
404 Error Pagecontact-us1.html
is ====>
Contact Onecontact-us2.html
is ====>
Contact Twocontact-us3.html
is ====>
Contact ThreeFavicon Will be found in <head>
section.
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">
The Logo will be found in the <div class="brand-logo">
tag.
<div class="brand-logo"><a href="index.html"><img src="assets/images/logo/logo-white.svg" alt="logo"></a></div>
You can replace any .jpg
.png
.svg
logo. And set the
width
according to your logo size.
In Wion
we use Syne
& Inters
font.
You can change both fonts form app.css Top
:
<link href="https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
The style.css
file contains all of the specific stylings for the page. The file is separated
into sections using:
This file includes core bootstrap styles
SourceThis file contains styles about Fontawesome icon library
Source
<i class="fab fa-facebook-square"></i>
This file contains styles about Remixicon icon library
Source
<i class="ri-arrow-right-up-line"></i>
This file contains styles about Popup Style
Sourceanimate.css
is a bunch of cool, fun, and cross-browser animations for you to use in
projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
<div class="wow slideInLeft">
...
</div>
This file contains styles about slick carousel plugin
SourceAll styles about template
jQuery is a fast, small, and feature-rich JavaScript library.
SourceCore bootstrap js file
SourcejQuery carousel plugin from Slick
SourceA lightweight script to animate scrolling.Reveal Animations When You Scroll.
SourceA lightweight script to animate scrolling. Reveal Animations When You Scroll.
SourceThis file contains all script about site.