Thank you for purchasing my Template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much! Started: 1/06/2018 | By: webglib | Support Desk https://webglib.com/
100 pages are include in this template. And there 50 pages for light version and 50 pages for dark version.
This template stand on HTML, CSS (SASS) and JAVASCRIPT. Below will discribe there structures.
Ahope- Web Hosting and Domain Html Template is built with the Bootstrap 4 framework - that means you have access to all the great features, css & js goodies has to offer. Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.
Here is the basic HTML structure.
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- themify icon -->
<link rel="stylesheet" type="text/css" href="css/themify-icons.css">
<!-- colorbox popup -->
<link rel="stylesheet" type="text/css" href="css/colorbox.css">
<!-- swiper slider -->
<link rel="stylesheet" type="text/css" href="css/swiper.min.css">
<!-- Animate Css -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Google Font- Rubik -->
<link href="https://fonts.googleapis.com/css?family=Rubik:400,500,700" rel="stylesheet">
<!-- Google Font- Fira sans -->
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,700" rel="stylesheet">
<!-- CSS -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Pre-loader -->
<div class="preloader">
</div>
<!-- mobile menu icon -->
<a class="burger_icon burger_2 d-md-flex d-lg-none navbar-toggler"
data-toggle="collapse" data-target="#mega_menu"></a>
<!-- Start Header Section -->
<header class="header_wrap">
</header>
<!-- End Header Section -->
<!-- Start Hero Section -->
<section class="hero_area">
</section>
<!-- End Hero Section -->
!-- Others Sections --!
<!-- Start Footer Section -->
<footer class="simple_clean">
</footer>
<!-- End Footer Section -->
<!--jQuery JS-->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- colorbox popup -->
<script src=js/jquery.colorbox-min.js></script>
<!-- Swiper Slider -->
<script src=js/swiper.min.js></script>
<!-- waypoints -->
<script src=js/jquery.waypoints.min.js></script>
<!-- Custom js -->
<script src=js/main.js></script>
</body>
</html>
SASS File Structure. We split sass in many partials for codeing every section indivisually. If yon not use sass then you get all sections code in css/style.css file.
------------------------------------ TABLE OF CONTENTS: ------------------------------------ 1. Mixins 2. Variables 3. Common Classes 4. Default 5. Header 6. Main menu 7. Hero area section 8. Search overlay 9. Testimonial sections 10. Client sections 11. subscribe sections 12. Tooltip 13. Info Sections 14. Team sections 15. Accordion sections 16. Footer sections 17. Feature sections 18. Domain search Sections 19. Blog section and pages 20. Call to action sections 21. Pricing sections 22. Service sections 23. Promo video sectons 24. Terms and condition page 25. Faq page 26. Orderpage 27. Product page 28. Knowledge page 29. Contact pages 30. About us page 31. Coming Soon page 32. Sign in page 33. Sign up page 34. Reset password page 35. 404 page 36. Home 1 page 37. Home 2 page 38. Home 3 page 39. Home 4 page 40. Home 5 page 41. Home 6 page 42. Home 7 page 43. Home 8 page
You Can change template's heading style, color, backgroud, gradient color.
By updating variable property you can change both font and background color easily.
Most of Gradient propery in sass/mixins.sass file. transition property, gradient color include in this file.
Common Classes in sass/common_class.sassfile. pulse button/video button, heading style, gradient button, some background colors include in this file
In this template 4 type of heading. There are includes in sass/common_class.sass file.