-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9dcaafe
Showing
271 changed files
with
42,431 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Thumbs.db | ||
.DS_Store | ||
.dist | ||
.tmp | ||
.sass-cache | ||
npm-debug.log | ||
node_modules | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Themefisher | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Classimax By Themefisher | ||
Here we are offering Classimax, is the most popular free Bootstrap classified website template ever created. It has been downloaded over 11500+ times and based on it has created loads of websites. It comes with highly responsive design. You will get it completely free and documented! | ||
|
||
|
||
<!-- demo --> | ||
## Example Site | ||
| [![](screenshots/homepage.png)](https://demo.themefisher.com/classimax/) | [![](screenshots/about.png)](https://demo.themefisher.com/classimax/about.html) | [![](screenshots/listing.png)](https://demo.themefisher.com/classimax/category.html) | | ||
|:---:|:---:|:---:| | ||
| **Homepage** | **About** | **Category** | | ||
| [![](screenshots/dashboard.png)](https://demo.themefisher.com/classimax/dashboard.html) | [![](screenshots/blog.png)](https://demo.themefisher.com/classimax/blog.html) | [![](screenshots/store.png)](https://demo.themefisher.com/classimax/store.html) | | ||
| **Dashboard** | **Blogs** | **Store** | | ||
|
||
👉🏻[View Live Preview](https://demo.themefisher.com/classimax/) | ||
|
||
|
||
<!-- download --> | ||
## Download And installation | ||
Download this template from any following options: | ||
|
||
* Download from [Github](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/archive/master.zip) | ||
* Clone the repository: `git clone https://github.com/themefisher/Classimax-Classified-Marketplace-Template.git` | ||
* Download from [Themefisher](https://themefisher.com/products/classimax-bootstrap-classified-responsive-theme/) | ||
|
||
|
||
<!-- installation --> | ||
### Basic Usage | ||
After downloading template, you can simply edit the HTML and CSS files from the `builds` folder. To preview the changes you make to the code, you can open the index.html file in your web browser. | ||
|
||
### Advanced Usage | ||
For advanced usage you have some dependencies to install. Then you can run it on your localhost. You can view the package.json file to see which scripts are included. | ||
|
||
#### Install Dependencies | ||
* **Node Installation:** [Install node js](https://nodejs.org/en/download/) | ||
* **Gulp Installation:** Install gulp globally from your terminal | ||
``` | ||
npm install --global gulp-cli | ||
``` | ||
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start) | ||
|
||
#### Run Theme | ||
After succesfully install those dependencies, open this theme with any IDM [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>] | ||
|
||
* Install node package modules | ||
``` | ||
npm install | ||
``` | ||
* Run gulp | ||
``` | ||
gulp | ||
``` | ||
After that, it will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. | ||
|
||
👉🏻 [visit documentation](https://docs.themefisher.com/classimax/) | ||
|
||
|
||
<!-- reporting issue --> | ||
## Reporting Issues | ||
We use GitHub Issues as the official bug tracker for the Megakit Template. Please Search [existing issues](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/issues). It’s possible someone has already reported the same problem. | ||
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/issues). | ||
|
||
<!-- support --> | ||
## Technical Support or Questions (Paid) | ||
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue. | ||
|
||
<!-- licence --> | ||
## License | ||
Copyright © 2020 Designed & Developed by [Themefisher](https://themefisher.com) | ||
|
||
**Code License:** Released under the [MIT](https://github.com/themefisher/Classimax-Classified-Marketplace-Template/blob/master/LICENSE) license. | ||
|
||
**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@@include('header.htm') | ||
@@include('navigation.htm',{"pages":"active", "404":"active"}) | ||
|
||
<section class="section bg-gray"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6 text-center mx-auto"> | ||
<div class="404-img"> | ||
<img src="images/404/404.png" class="img-fluid" alt="404"> | ||
</div> | ||
<div class="404-content"> | ||
<h1 class="display-1 pt-1 pb-2">Oops</h1> | ||
<p class="px-3 pb-2 text-dark">Something went wrong,we can't find the page that you are looking for :(But | ||
there is a lot more for you!</p> | ||
<a href="index.html" class="btn btn-info">GO HOME</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
@@include('footer.htm') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
@@include('header.htm') | ||
|
||
@@include('navigation.htm',{"pages":"active", "about":"active"}) | ||
|
||
@@include('page-title.htm',{ | ||
"title" :"About Us" | ||
}) | ||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<div class="about-img"> | ||
<img src="images/about/about.jpg" class="img-fluid w-100 rounded" alt=""> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 pt-5 pt-lg-0"> | ||
<div class="about-content"> | ||
<h3 class="font-weight-bold">Introduction</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc est justo, aliquam nec tempor | ||
fermentum, commodo et libero. Quisque et rutrum arcu. Vivamus dictum tincidunt magna id | ||
euismod. Nam sollicitudin mi quis orci lobortis feugiat.</p> | ||
<h3 class="font-weight-bold">How we can help</h3> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc est justo, aliquam nec tempor | ||
fermentum, commodo et libero. Quisque et rutrum arcu. Vivamus dictum tincidunt magna id | ||
euismod. Nam sollicitudin mi quis orci lobortis feugiat. Lorem ipsum dolor sit amet, | ||
consectetur adipiscing elit. Nunc est justo, aliquam nec tempor fermentum, commodo et libero. Quisque et rutrum arcu. Vivamus dictum | ||
tincidunt magna id euismod. Nam sollicitudin mi quis orci lobortis feugiat.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<div class="heading text-center text-capitalize font-weight-bold py-5"> | ||
<h2>our team</h2> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="card my-3 my-lg-0"> | ||
<img class="card-img-top" src="images/team/team1.jpg" class="img-fluid w-100" alt="Card image cap"> | ||
<div class="card-body bg-gray text-center"> | ||
<h5 class="card-title">John Doe</h5> | ||
<p class="card-text">Founder / CEO</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="card my-3 my-lg-0"> | ||
<img class="card-img-top" src="images/team/team2.jpg" class="img-fluid w-100" alt="Card image cap"> | ||
<div class="card-body bg-gray text-center"> | ||
<h5 class="card-title">John Doe</h5> | ||
<p class="card-text">Founder / CEO</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="card my-3 my-lg-0"> | ||
<img class="card-img-top" src="images/team/team3.jpg" class="img-fluid w-100" alt="Card image cap"> | ||
<div class="card-body bg-gray text-center"> | ||
<h5 class="card-title">John Doe</h5> | ||
<p class="card-text">Founder / CEO</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6"> | ||
<div class="card my-3 my-lg-0"> | ||
<img class="card-img-top" src="images/team/team4.jpg" class="img-fluid w-100" alt="Card image cap"> | ||
<div class="card-body bg-gray text-center"> | ||
<h5 class="card-title">John Doe</h5> | ||
<p class="card-text">Founder / CEO</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section bg-gray"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-3 col-sm-6 my-lg-0 my-3"> | ||
<div class="counter-content text-center bg-light py-4 rounded"> | ||
<i class="fa fa-smile-o d-block"></i> | ||
<span class="counter my-2 d-block" data-count="2314">0</span> | ||
<h5>Happy Customers</h5> | ||
</script> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6 my-lg-0 my-3"> | ||
<div class="counter-content text-center bg-light py-4 rounded"> | ||
<i class="fa fa-user-o d-block"></i> | ||
<span class="counter my-2 d-block" data-count="1013">0</span> | ||
<h5>Active Members</h5> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6 my-lg-0 my-3"> | ||
<div class="counter-content text-center bg-light py-4 rounded"> | ||
<i class="fa fa-bookmark-o d-block"></i> | ||
<span class="counter my-2 d-block" data-count="2413">0</span> | ||
<h5>Verified Ads</h5> | ||
</div> | ||
</div> | ||
<div class="col-lg-3 col-sm-6 my-lg-0 my-3"> | ||
<div class="counter-content text-center bg-light py-4 rounded"> | ||
<i class="fa fa-smile-o d-block"></i> | ||
<span class="counter my-2 d-block" data-count="200">0</span> | ||
<h5>Happy Customers</h5> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
@@include('footer.htm') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
@@include('header.htm') | ||
@@include('navigation.htm',{"listing":"active", "listView":"active"}) | ||
<section class="page-search"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<!-- Advance Search --> | ||
<div class="advance-search nice-select-white"> | ||
<form> | ||
<div class="form-row align-items-center"> | ||
<div class="form-group col-xl-4 col-lg-3 col-md-6"> | ||
<input type="text" class="form-control my-2 my-lg-0" id="inputtext4" placeholder="What are you looking for"> | ||
</div> | ||
<div class="form-group col-lg-3 col-md-6"> | ||
<select class="w-100 form-control my-2 my-lg-0"> | ||
<option>Category</option> | ||
<option value="1">Top rated</option> | ||
<option value="2">Lowest Price</option> | ||
<option value="4">Highest Price</option> | ||
</select> | ||
</div> | ||
<div class="form-group col-lg-3 col-md-6"> | ||
<input type="text" class="form-control my-2 my-lg-0" id="inputLocation4" placeholder="Location"> | ||
</div> | ||
<div class="form-group col-xl-2 col-lg-3 col-md-6"> | ||
|
||
<button type="submit" class="btn btn-primary active w-100">Search Now</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<section class="section-sm"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="search-result bg-gray"> | ||
<h2>Results For "Electronics"</h2> | ||
<p>123 Results on 12 December, 2017</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-lg-3 col-md-4"> | ||
<div class="category-sidebar"> | ||
@@include('category-sidebar.htm') | ||
</div> | ||
</div> | ||
<div class="col-lg-9 col-md-8"> | ||
<div class="category-search-filter"> | ||
<div class="row"> | ||
<div class="col-md-6 text-center text-md-left"> | ||
<strong>Short</strong> | ||
<select> | ||
<option>Most Recent</option> | ||
<option value="1">Most Popular</option> | ||
<option value="2">Lowest Price</option> | ||
<option value="4">Highest Price</option> | ||
</select> | ||
</div> | ||
<div class="col-md-6 text-center text-md-right mt-2 mt-md-0"> | ||
<div class="view"> | ||
<strong>Views</strong> | ||
<ul class="list-inline view-switcher"> | ||
<li class="list-inline-item"> | ||
<a href="category.html"><i class="fa fa-th-large"></i></a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="category.html" class="text-info"><i class="fa fa-reorder"></i></a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- ad listing list --> | ||
@@include('ad-list-view.htm',{ | ||
"img-src":"images/products/products-1.jpg", | ||
"heading": "11inch Macbook Air" | ||
}) | ||
@@include('ad-list-view.htm',{ | ||
"img-src":"images/products/products-2.jpg", | ||
"heading": "Study Table Combo" | ||
}) | ||
@@include('ad-list-view.htm',{ | ||
"img-src":"images/products/products-3.jpg", | ||
"heading": "11inch Macbook Air" | ||
}) | ||
@@include('ad-list-view.htm',{ | ||
"img-src":"images/products/products-4.jpg", | ||
"heading": "Study Table Combo" | ||
}) | ||
@@include('ad-list-view.htm',{ | ||
"img-src":"images/products/products-1.jpg", | ||
"heading": "11inch Macbook Air" | ||
}) | ||
<!-- ad listing list --> | ||
|
||
<!-- pagination --> | ||
<div class="pagination justify-content-center py-4"> | ||
<nav aria-label="Page navigation example"> | ||
<ul class="pagination"> | ||
<li class="page-item"> | ||
<a class="page-link" href="ad-list-view.html" aria-label="Previous"> | ||
<span aria-hidden="true">«</span> | ||
<span class="sr-only">Previous</span> | ||
</a> | ||
</li> | ||
<li class="page-item"><a class="page-link" href="ad-list-view.html">1</a></li> | ||
<li class="page-item active"><a class="page-link" href="ad-list-view.html">2</a></li> | ||
<li class="page-item"><a class="page-link" href="ad-list-view.html">3</a></li> | ||
<li class="page-item"> | ||
<a class="page-link" href="ad-list-view.html" aria-label="Next"> | ||
<span aria-hidden="true">»</span> | ||
<span class="sr-only">Next</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<!-- pagination --> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
@@include('footer.htm') |
Oops, something went wrong.