Documentation
Nookx - Multipurpose Marketplace Bootstrap Template
Introduction
- Created on: 05 Dec 2019
- Developed by: DreamGuy's Technologies
- Support via email: business@dreamguys.co.in
- Support via ThemeForest: Take me there
Nookx is the most powerful & Customizable HTML 5 template that allows you can sell anything online. Now you can easily create your own digital marketplace like Fashion, car repairs, construction, music, digital products, per care, ayurvedic, photography and much more. We include all the essential feature which you want and we update our features to be implemented for the purpose of satisfy your needs. We are actually spending more time to create the design as per your convenience which helps to approach us user friendly manner. We update our design regarding to the current trend and expectations. We ensure you to love our design.
HTML Installation
- After unzipping Template Files, you will find our product Nookx->HTML(Source code), Documentation, and License in the following Main Files folder.
- Open HTML folder, copy all files and paste in your localhost or server root folder. Now you can run this Template in any web browser from your PC or Laptop.
For example:
localhost/nookx/index.html or www.example.com/index.html
Requirements
Working with our Nookx product, before going to edit all the HTML, CSS and JS files you will need a text editor.
In this case, we recommended the Sublime Text 3 editor or Notepad++ as it allows you to edit the files efficiently and all the editable files are located in "Nookx->HTML" folder.
File Structure
Nookx/
├── html/ // All HTML files
│ ├── assets/ // All css into this folder
│ ├── css/ // All css, js, Image files are here
│ ├── fonts/ // All fonts into this folder
│ ├── img/ // All images into this folder
│ ├── js/ // All js into this folder
│ ├── plugins/ // Third party plugins into this folder
│ ├── index.html // Main index page
│ ├── rest of the html pages // Remaining html pages
├── documentation/ // Documentation files
Html Structure
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Home | Nookx <title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/plugins/linearicon-free/css/lnr-icon.css">
<link rel="stylesheet" href="assets/plugins/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="home-wrapper">
<header>
</header>
<section>
</section>
<footer>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>
File Configuration
How to change Logo ?
You can change the logo or replace it from img folder or you can edit it from HTML file.
<div class="logo my-3 my-sm-0">
<a href="index.html">
<img src="assets/img/logo.png" alt="logo image" class="img-fluid" />
</a>
</div>
Credits
We've used the following resources as listed. These are some awesome creation and we are thankful to the community.
Support
You get full life-time support with this item. If you need some help or found a bug or issue with the template, You can always contact us at here via email and we will respond to you within 1 day.