Skip to content

Commit bf77a4b

Browse files
committed
added v2.0.0
1 parent 0eeefac commit bf77a4b

File tree

138 files changed

+32782
-11400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+32782
-11400
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Thumbs.db
2+
.DS_Store
3+
.dist
4+
.tmp
5+
.sass-cache
6+
npm-debug.log
7+
node_modules
8+
package-lock.json

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 Themefisher
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 74 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,89 @@
1-
# Infinity - Bootstrap4 Coming Soon Template
1+
# Vex By Themefisher
2+
Vex is a clean multipurpose e-commerce theme that makes building your first online store easier than ever. It is ideal for webmasters looking to create handy and modern online shops with all the features you would expect of a competent online storefront in today’s market, and much more under the hood.
23

3-
To give a quick overview of your product to customers, a landing page is a most important thing to do that successfully. Vex Bootstrap 4 Single Product Landing Page Template can help you converting your reader into customers with minimal effort. Most of the business owner like to have a well designed landing pages to describe the products. Vex Bootstrap 4 Landing Page Template is such a well-crafted landing page. That helps you building a meticulously crafted landing page with nice looking on your website.
4+
<!-- demo -->
5+
## Example Site
6+
| [![](screenshots/home.jpg)](https://demo.themefisher.com/vex/) | [![](screenshots/products.jpg)](https://demo.themefisher.com/vex/products.html) | [![](screenshots/pro-d.jpg)](https://demo.themefisher.com/vex/product-details.html) | [![](screenshots/blogs.jpg)](https://demo.themefisher.com/vex/blog.html) |
7+
|:---:|:---:|:---:|:---:|
8+
| **Home** | **Products** | **Product Details** | **Blog** |
9+
| [![](screenshots/blog-d.jpg)](https://demo.themefisher.com/vex/blog-details.html) | [![](screenshots/privacy.jpg)](https://demo.themefisher.com/vex/privacy-policy.html) | [![](screenshots/terms.jpg)](https://demo.themefisher.com/vex/terms-conditions.html) | [![](screenshots/contact.jpg)](https://demo.themefisher.com/vex/contact.html) |
10+
| **Blog Details** | **Privacy Policy** | **Terms Conditions** | **Contact** |
411

12+
👉🏻[View Live Preview](https://demo.themefisher.com/vex/)
513

6-
<img src="https://cloud.githubusercontent.com/assets/10640964/24953289/8ebbf282-1f9c-11e7-95ec-8124324af1b5.jpg" alt="Free bootstrap4 landing page template by themefisher">
14+
<!-- resources -->
15+
## Pages
16+
* **Home**
17+
* **Products**
18+
* **Product Details**
19+
* **Blog**
20+
* **Blog Details**
21+
* **Privacy Policy**
22+
* **Terms Conditions**
23+
* **Contact**
724

8-
**NOTE:** Please remember to **STAR** this project and **FOLLOW** [my Github](https://github.com/themefisher) to keep you update with this template.
925

10-
## Demo & Download
26+
<!-- download -->
27+
## Download And installation
28+
Download this template from any following options:
1129

12-
A fully functional demo is available at <a href="http://demo.themefisher.com/demos/?theme=vex">Demo</a>
13-
You can visit our website to download this theme <a href=" Download Now">Download Now</a>
14-
30+
* Download from [Github](https://github.com/themefisher/Vex-Product-Landing-Page-Boostarp-Template/archive/master.zip)
31+
* Clone the repository: `git clone https://github.com/themefisher/Vex-Product-Landing-Page-Boostarp-Template.git`
32+
* Download from [Themefisher](https://themefisher.com/products/vex-bootstrap4-product-landing-page-website-template/)
1533

1634

17-
## Bugs Reports
35+
<!-- installation -->
36+
### Basic Usage
37+
After downloading template, you can simply edit the HTML and CSS files from the `theme` folder. To preview the changes you make to the code, you can open the index.html file in your web browser.
1838

19-
Have a bug or a feature request? [Please open a new issue](https://github.com/themefisher/vex-Bootstrap-4-Free-product-landing-page-template/issues/new).
39+
### Advanced Usage
40+
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.
2041

21-
## Copyright and license
42+
#### Install Dependencies
43+
* **Node Installation:** [Install node js](https://nodejs.org/en/download/)
44+
* **Gulp Installation:** Install gulp globally from your terminal
45+
```
46+
npm install --global gulp-cli
47+
```
48+
Or visit original [docs](https://gulpjs.com/docs/en/getting-started/quick-start)
2249

23-
Copyright 2017 themefisher.com .Code released under [the MIT license](https://github.com/themefisher/vex-Bootstrap-4-Free-product-landing-page-template/blob/master/license.txt).
50+
#### Run Theme
51+
After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDM [vs code shortcut <code>ctrl/cmd+\`</code>]
2452

25-
## Support Themefisher Development
53+
* Install node package modules
54+
```
55+
npm install
56+
```
57+
* Run gulp
58+
```
59+
gulp
60+
```
61+
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.
2662

27-
Vex is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying one of our [premium templates](https://themefisher.com/premium-templates/).
63+
👉🏻 [visit documentation](https://docs.themefisher.com/vex/)
2864

2965

30-
### Check out our Bootstrap & HTML5 Templates.
31-
Checkout More FREE Bootstrap templates from our store <a href="https://themefisher.com/free-bootstrap-templates">Bootstrap Templates Store</a>
32-
And if you want FREE HTML5 Templates then please visit our listing content <a href="https://themefisher.com/best-free-html5-templates-2016/">HTML5 Templates</a>
33-
<a href="https://themefisher.com">Website</a>
66+
<!-- reporting issue -->
67+
## Reporting Issues
68+
We use GitHub Issues as the official bug tracker for the Vex Template. Please Search [existing issues](https://github.com/themefisher/Vex-Product-Landing-Page-Boostarp-Template/issues). It’s possible someone has already reported the same problem.
69+
If your problem or idea has not been addressed yet, feel free to [open a new issue](https://github.com/themefisher/Vex-Product-Landing-Page-Boostarp-Template/issues).
70+
71+
<!-- support -->
72+
## Technical Support or Questions (Paid)
73+
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
74+
75+
<!-- licence -->
76+
## License
77+
Copyright &copy; 2021 Designed & Developed by [Themefisher](https://themefisher.com)
78+
79+
**Code License:** Released under the [MIT](https://github.com/themefisher/Vex-Product-Landing-Page-Boostarp-Template/blob/master/LICENSE) license.
80+
81+
**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.
82+
83+
<!-- resources -->
84+
## Resources
85+
Some third-party plugins that we used to build this template. Please check their licence.
86+
* **Bootstrap v4.5**: https://getbootstrap.com/docs/4.5/getting-started/introduction/
87+
* **Jquery**: https://jquery.com/download/
88+
* **Google Fonts**: http://fonts.google.com/
89+
* **Slick**: https://kenwheeler.github.io/slick/

apple-touch-icon-precomposed.png

-1.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)