+ 888 999 0000
// contact numberThank you for purchasing Agrikon
- Agriculture Farm HTML5 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 or put a ticket at Support Center .
Thank you so much!
For a simple two column layout, create a .container and add the appropriate number of .col-md* columns.
Given this example, we have .col-md-4 and .col-md-8, making for 12 total columns and a complete row.
......
To nest your content with the default grid, add a new .container and set of .col-md* columns within an existing .col-md* column. Nested rows should include a set of columns that add up to the number of columns of its parent.
Level 1 columnLevel 2Level 2Level 2 column
If you would like to edit a specific section of the site, then go to sass folder and open style.scss file, and then scroll down until you find the appropriate style that needs to be edited.
NOTE: if you want to edit into style.scss file, first you will have to install sass on your computer, then if you edit anything into SCSS file, your code will be loaded automatically compile into style.css file. style.css file is into sass folder.
These are the css files that are loaded into templates in top of document.
By default, the template loads this font from Google Web Font Services, you can change the font with the one that suits you best.
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
font-family: "CoveredByYourGrace";
font-weight: normal;
font-style: normal;
src: url("../fonts/CoveredByYourGrace.ttf");
src: url("../fonts/CoveredByYourGrace.ttf") format("embedded-opentype"),
url("../fonts/CoveredByYourGrace.ttf") format("woff2"),
url("../fonts/CoveredByYourGrace.ttf") format("woff"),
url("../fonts/CoveredByYourGrace.ttf") format("truetype"),
url("../fonts/CoveredByYourGrace.ttf#CODEBold") format("svg");
}
In addition to the custom scripts, I have implemented few "tried and true" plugins to create the effects. This plugin is packed, so you won't need to manually edit anything in the file. The only necessary thing to know is how to call the method
These are the JS files that are loaded into templates in end of the Body Section.
//map api
key put your own api key in this src

Open the document and edit with your own content like these example.

NOTE: you wil change the other slider content like these example.
Lets start updating the template. Open index.html file and follow the steps.
Most of the updates are same for all pages. So will explain once here.
Replace "images/favicon.png", "images/logo.png" with your logo and favicon image url source or website name .
This is the basic HTML structure.
Add your own menu item to that ul li item. and if you want to add dropdown menu just make a nesting ul li with class of main__dropdown-menu
replace "© copyright 2020 by ninetheme.com" with the copyright info.
Fonts Used are :
SASS (SCSS) files:
_mixins.scss (in sass Folder)
_plugins.scss (in sass Folder)
_responsive.scss (in sass Folder)
style.scss (in sass Folder)
style.css (in sass Folder)
Sliders Used Are :
Plugins Used Are :
Magnific Popup (can be located in js folder)
waypoints.min.js (can be located in js folder)
Counter up (can be located in js folder)
Gmap.js (can be located in js folder)
FontAwesome Icons (can be located in css folder)
Fontello Icons (can be located in css folder)
Every Code is properly commented for Editing Ease.Email Us at : ninetheme@gmail.com