First of all, thank you for purchasing the Zoomy HTML Template. You can find the detailed information about the template in this document.
Zoomy is a Creative, powerful, beautiful and high-performance E-learning website template.
In download folder you will find Four folder:
documentation
(Documentation for main template)Template
(Main Template)Follow the steps below to setup your site template:
Template
folder to find all the template files. You wil get deski
folder in there. You need to upload this folder to your hosting web server using FTP in order to use it on your website.zoomy/assets/css
- Stylesheet fileszommy/assets/fonts
- Icon/fonts fileszoomy/assets/img
- Image fileszoomy/assets/js
- js fileszoomy/vendor/js
- plugins filesWe are used Bootstrap5 framework in this template.
The general template structure is the same throughout the template. Here is the general structure.
The code block above is powered by SyntaxHighlighter.
Favicon 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 Theme Main Menu
section.
<div class="logo"><a href="index.html"><img src="assets/img/logo/header_logo_one.svg" alt=""></a></div>
You can replace any .jpg
.png
.svg
logo.
In Zoomy
we use google fonts Manrope ,
You can change fonts form scss/_common.scss
file:
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
The main.css
file contains all of the specific stylings for the page. The file is separated into sections using:
/* EVENTR SCSS
/* 01. Theme default CSS */
/* 02. variables */
/* 03. mixins */
/* 04. common */
/* 05. overlay */
/* 06. header */
/* 07. breadcrumb */
/* 08. mobile-menu */
/* 09. search */
/* 10. custom-animation */
/* 11. btn */
/* 12. custom-container */
/* 13. slider */
/* 14. services */
/* 15. career */
/* 16. courses */
/* 17. chose */
/* 18. instructor */
/* 19. testimonial */
/* 20. blog */
/* 21. contact */
/* 22. video */
/* 23. faq */
/* 24. about */
/* 25. plan */
/* 26. footer */
*/
This file includes core bootstrap styles
SourceThis file contains styles about Fontawesome icon library
Source
<i class="fa fa-facebook"></i>
This file contains styles about flaticon
Source
<i class="flaticon-radar icon"></i>
This file contains styles about theme menu style
animate.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 fadeInUp2 animated" data-wow-delay='.1s'>
...
</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
SourcefancyBox is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.
SourceThis file contains all script about site.