This guide will help you get started with Hostingard. All the information regarding file structure, build tools, components, credits, license and FAQ can be found here.
If you have any questions that are beyond the scope of this help documentation, please feel free to contact us with the links below and please don't forget to provide your website URL.
Please Note...
Requests sent during weekends or on holidays will be replied on business days.
We only provide support for the issues related to the features that are included in the template. Debugging or providing guides on how to make custom modifications are not part of our support. Thank you for understanding.
After unzip downloaded file, there will be a directory called
Hostingard
where all the necessery files will be available. Ther directory map stated below:
Hostingard
assets
css
All CSS Files
fonts
All Font Files
img
All Image Placeholders
js
app.js
vendors
All Vendor JS File
rtl
assets
CSS
All CSS Files
fonts
All Font Files
img
All Image Files
js
All Js Files
All HTML Files (RTL)
src
All SCSS files
All HTML Files
documentation
All documentation related files
There are two ways to change your style (CSS) for your template.
First of all, you can change your style from dist/asseta/css/style.css then upload the changed file to your live server.
The second way, If you want to change your style through SCSS. In that case, you need to follow the below steps to prepare your local environment and run it on your local. You can also minify the CSS. After your changes, you need to upload your changes assets (CSS) to your live server.
Install SASS
to your local through Node.js
Prerequisite: Node.js:
It is used to run the build processes. Download from the NodeJs from the official site and install it on your device according to your Operating System (
nodejs.org
)
Check Node.js Version:
node -v or node --version
- $ node --version
- $ v20.10.0
** Supported node.js version v20.x.x
Check npm Version:
npm -v or npm --version
- $ npm --version
- $ 10.2.3
npm install -g sass
sass --version
https://sass-lang.com/install
- $ sass --version
- $ 1.69.5 compiled with dart2js 3.1.5
Agentieco. Check that you have
src
and
dist
folders. To check that run on terminal: ls .
- $ npm run build
- $ npm run start
src/assets/scss/ folder. SCSS official documentation:
https://sass-lang.com/guide
Based on Bootstrap, a sleek, intuitive, and powerful front-end framework.
Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.
The default Bootstrap grid system utilizes 12 columns.
For a simple two column layout, create a .row and add the appropriate number of .col-lg-* columns. As this is a 12-column grid, each .col-lg-* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).
Given this example, we have .col-lg-4 and .col-lg-8, making for 12 total columns and a complete row.
Move columns to the right using .col-lg-offset-* classes. Each class increases
the left
margin of a column by a whole column. For example, .col-lg-offset-4 moves
.col-lg-4 over
four columns.
If you need more information, please visit this site: http://getbootstrap.com/css/#grid
Css file located at css folder.
All JS files located at js folder.
js/app.js - Theme main JS file.
js/vendors/**.js - External plugins JS files.
If you need more information, please visit plugins official sites.
We have used the following files as listed.
On this page