Getting Started
The template folder Charite is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.
The files and folders structure is similar to the following:
- assets/css — folder with CSS files.
- assets/fonts — folder with fonts files.
- assets/img — folder with image files.
- assets/js — folder with Javascript files.
- assets/sass — folder with SCSS files.
Upload the template files to the server with the help of one of the FTP-clients like FileZilla.
Files Edit & Upload:
Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.
HEAD CSS Structure
Followings are the css files which loaded inside the Head Section:
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/css/flaticon.min.css">
<link rel="stylesheet" href="assets/css/nice-select.min.css">
<link rel="stylesheet" href="assets/css/magnific.min.css">
<link rel="stylesheet" href="assets/css/spacing.min.css">
<link rel="stylesheet" href="assets/css/slick.min.css">
<link rel="stylesheet" href="assets/css/style.css">
Javascript Structure
Followings are the JS files which loaded before the end of HEAD or BODY Section:.
<!-- all JS here -->
<script src="assets/js/jquery.min.js"<>/script>
<script src="assets/js/bootstrap.min.js"<>/script>
<script src="assets/js/nice-select.min.js"<>/script>
<script src="assets/js/circle-progress.min.js"<>/script>
<script src="assets/js/skill.bars.jquery.min.js"<>/script>
<script src="assets/js/magnific.min.js"<>/script>
<script src="assets/js/appear.min.js"<>/script>
<script src="assets/js/isotope.min.js"<>/script>
<script src="assets/js/imageload.min.js"<>/script>
<script src="assets/js/slick.min.js"<>/script>
<!-- main js -->
<script src="assets/js/main.js"<>/script>
HTML Structure
The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:
<!-- Hero Area start -->
<div class="hero-area bgs-cover overlay pt-155 pb-170" style="background-image: url(assets/img/hero/hero.jpg);">
<div class="container container-1370">
<div class="hero-content text-center text-white">
<h1>Donations even if it is a small can bring <span>bigger</span></h1>
<p>Only when the society comes together and contributesIt was popularised in the t we will be able to make an impact.</p>
<div class="hero-btns pt-30 rpt-10">
<a class="btn" href="#">Donate Now</a>
<a class="btn btn--yellow btn--style-two" href="#">Contac us</a>
</div>
</div>
</div>
</div>
<!-- Hero Area end -->
Fonts Used
Font code can be found in the "_global.sass" file path: assets/sass/global/_global.sass
:root {
--base-font: 'DM Sans', sans-serif;
--heading-font: 'Nunito', sans-serif;
--script-font: 'Pacifico', cursive;
}
Main Color Change Option
File path: assets/sass/global/_global.sass
:root {
--base-color: #727272;
--primary-color: #F84D42;
--heading-color: #343434;
--black-color: #1E1E1E;
--green-color: #20B86D;
--yellow-color: #FFB840;
--lighter-color: #F2F2F2;
}
How to Run SASS File
Please open the file Visual Studio Code Editor.
And following the video tutorial.
Here the Link: https://www.youtube.com/watch?v=0MWmv1Gvv5w
Slick Edit Option
File path: assets/js/main.js
/*--------------------------------------------------
Event Three Slider
---------------------------------------------------*/
$('.event-three-slider').slick({
slidesToShow: 2,
slidesToScroll: 1,
arrows: false,
autoplay: true,
fade: false,
autoplaySpeed: 2000,
responsive: [
{
breakpoint: 767,
settings: {
slidesToShow: 1,
}
},
],
});
More Info please browser the link: Slick Docs Options
How to edit/off Preloader
Please remove or comment the below code file path: assets/js/main.js
/*-----------------
preloader
------------------*/
var preLoder = $("#preloader");
preLoder.fadeOut(0);
Also, please remove or comment the above code all HTML files
<!-- preloader area start -->
<div class="preloader" id="preloader">
<div class="preloader-inner">
<div class="spinner">
<div class="dot1"></div>
<div class="dot2"></div>
</div>
</div>
</div>
<!-- preloader area end -->
Speed Optimization
Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/images/..
- Tinypng
Please minify all CSS file path: assets/css/..
Please minify all JS file path: assets/js/..
How to Change Image?
Please go to the image file 'path: assets/img/...' replace the image which one you want following placeholder image size & name
How to Edit Especially For Flaticon
You won't able to add new flaticon except existing but you can if you want to add from scratch but existing will not work and it's the feature of flaticon. Flaticon.com
How to Add New Updates of Existing Template
After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.
Credits
Note: All images are used for preview purpose only and not included in the final purchase files.
Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/
Fonts:
DM Sans
Nunito
Pacifico
IconFont
Fontawesome
Flaticon