-
Notifications
You must be signed in to change notification settings - Fork 39
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
Showing
302 changed files
with
53,422 additions
and
14,319 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,32 +1,82 @@ | ||
# Meghna - OnePage HTML5 Business Template | ||
# Meghna By Themefisher | ||
Meghna is a free responsive one page business template built with HTML5/CSS3, JavaScript and JQuery. The HTML template is minimalist, lightweight and fast loading, has been shipped wrapping latest technologies and awesome design trend. | ||
|
||
Meghna is a Responsive minimalist, simple, elegant and clean style, a strong focus on contents and readability. It presents a modern business solution. Meghna is suitable for websites such as business, company, portfolio . It is superbly responsive adapting to any kinds of smart phones and mobile devices. Code is easy to modify and understand so you can personalize it in the easiest way. | ||
|
||
<img src="https://cloud.githubusercontent.com/assets/10640964/6306960/0ac45dea-b962-11e4-8bd6-f7d5283701e1.jpg" alt="Free bootstrap business template by themefisher"> | ||
<!-- demo --> | ||
## Example Site | ||
| [![](screenshots/homepage.png)](https://demo.themefisher.com/meghna/) | [![](screenshots/blog.png)](https://demo.themefisher.com/meghna/blog.html) | [![](screenshots/blog-details.png)](https://demo.themefisher.com/meghna/blog-single.html) | | ||
|:---:|:---:|:---:| | ||
| **Homepage** | **Blogs** | **Blog Details** | | ||
|
||
**NOTE:** Please remember to **STAR** this project and **FOLLOW** [my Github](https://github.com/themefisher) to keep you update with this template. | ||
👉🏻[View Live Preview](https://demo.themefisher.com/themefisher/bingo/) | ||
|
||
## Demo & Download | ||
|
||
A fully functional demo is available at <a href="http://demo.themefisher.com/demos/?theme=meghna">Demo</a> | ||
You can visit our website to download this theme <a href="https://themefisher.com/products/meghna-free-responsive-one-page-business-template/">Download Now</a> | ||
<!-- download --> | ||
## Download And installation | ||
Download this template from any following options: | ||
|
||
* Download from [Github](https://github.com/themefisher/Bingo-Bootstrap-Business-Template/archive/master.zip) | ||
* Clone the repository: `git clone https://github.com/themefisher/Bingo-Bootstrap-Business-Template.git` | ||
* Download from [Themefisher](https://themefisher.com/products/bingo-bootstrap-business-template/) | ||
|
||
## Bugs Reports | ||
|
||
Have a bug or a feature request? Please open a new issue. | ||
<!-- installation --> | ||
### Basic Usage | ||
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. | ||
|
||
## Copyright and license | ||
### 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. | ||
|
||
Copyright 2017 themefisher.com, <a target="_blank" href="https://themefisher.com/license">License</a> | ||
#### 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) | ||
|
||
## Support Themefisher Development | ||
Meghna 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/). | ||
#### Run Theme | ||
After succesfully install those dependencies, open this theme with any IDE [[VS Code](https://code.visualstudio.com/) recommended], and then open internal terminal of IDE [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. | ||
|
||
### Check out our FREE Bootstrap & HTML5 Templates | ||
Get More FREE Bootstrap templates from our store <a href="https://themefisher.com/free-bootstrap-templates">Bootstrap Templates Store</a> | ||
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> | ||
Visit Our Website For More Amazing Works | ||
<a href="https://themefisher.com">Website</a> | ||
👉🏻 [visit documentation](https://docs.themefisher.com/bingo/) | ||
|
||
|
||
<!-- reporting issue --> | ||
## Reporting Issues | ||
We use GitHub Issues as the official bug tracker for the Meghna Template. Please Search [existing issues](https://github.com/themefisher/Bingo-Bootstrap-Business-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/Bingo-Bootstrap-Business-Template/issues). | ||
|
||
<!-- support --> | ||
## Technical Support or Questions (Paid) | ||
If you have questions or need help integrating the product please [contact us](mailto:[email protected]) 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/Bingo-Bootstrap-Business-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. | ||
|
||
<!-- resources --> | ||
## Resources | ||
Some third-party plugins that we used to build this template. Please check their licence. | ||
* **Bootstrap v4.5**: https://getbootstrap.com/docs/4.5/getting-started/introduction/ | ||
* **Jquery v3.5.1**: https://jquery.com/download/ | ||
* **Google Fonts**: http://fonts.google.com/ | ||
* **Animate CSS**: https://animate.style/ | ||
* **Lightbox2**: https://lokeshdhakar.com/projects/lightbox2/ | ||
* **Filterizr**: https://yiotis.net/filterizr/ | ||
* **jQuery Parallax**: https://ianlunn.co.uk/plugins/jquery-parallax/ | ||
* **Slick**: https://kenwheeler.github.io/slick/ | ||
* **Smooth Scroll**: https://github.com/cferdinandi/smooth-scroll/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.