forked from themefisher/meghna-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
SOMRAT
committed
Sep 12, 2018
0 parents
commit 90ead70
Showing
121 changed files
with
34,474 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,12 @@ | ||
Attribution 3.0 Unported (CC BY 3.0) | ||
|
||
You are free to: | ||
Share — copy and redistribute the material in any medium or format | ||
Adapt — remix, transform, and build upon the material | ||
for any purpose, even commercially. | ||
This license is acceptable for Free Cultural Works. | ||
The licensor cannot revoke these freedoms as long as you follow the license terms. | ||
|
||
Know more about the license follow this link - https://creativecommons.org/licenses/by/3.0/ | ||
|
||
If you want to remove the credit simply make a [donation](https://www.paypal.me/Themefisher), so that we can run our contribution to hugo community. |
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,38 @@ | ||
# _Meghna_ for Hugo | ||
![screenshot](https://user-images.githubusercontent.com/37659754/45415821-501e8480-b6a0-11e8-89a8-5c2248b35d5e.png "Home of the website") | ||
|
||
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. Mehna has successfully passed W3C validation and speed test. The bootstrap based HTML crafted with eye-catching design(UI) and ideal for well-researched user experience (UX), perfectly suited for Business, agency, startup, corporate, portfolio, showcasing, photography studio, SME business, non-profit organizations, fashion government agencies. and many more. | ||
|
||
## Usage | ||
|
||
Create a new Hugo site by typing | ||
|
||
``` | ||
$ hugo new site <SITENAME> | ||
``` | ||
|
||
Then clone this repository: | ||
|
||
``` | ||
$ cd <SITENAME>/themes | ||
$ git clone https://github.com/themefisher/meghna-hugo | ||
``` | ||
|
||
Now take a look at the exampleSite folder and you're ready to go! | ||
|
||
## License | ||
|
||
This Template is released under [Creative Commons Attribution 3.0 (CC-BY-3.0) License](https://creativecommons.org/licenses/by/3.0/) | ||
If you want to remove the credit simply make a [donation](https://www.paypal.me/Themefisher), so that we can run our contribution to hugo community. | ||
|
||
[![HELP US TO GROW](https://user-images.githubusercontent.com/16266381/45262626-1e0ce880-b43c-11e8-9698-1b95f143e240.png)](https://www.paypal.me/Themefisher) | ||
|
||
## About Themefisher | ||
|
||
[Themefisher] has been creating beautiful free and premium Bootstrap and HTML5 templates since 2014. | ||
Visit us at https://themefisher.com/ to see other great-looking themes. | ||
|
||
[Hugo]: https://gohugo.io/ | ||
[Themefisher]: https://themefisher.com/ | ||
|
||
## We are available for Hiring of your next HUGO project. Drop Us a mail [[email protected]](mailto:[email protected]) |
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,2 @@ | ||
+++ | ||
+++ |
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,117 @@ | ||
baseURL = "http://example.org/" | ||
languageCode = "en-us" | ||
title = "Meghna | Responsive Multipurpose Parallax HTML5 Template" | ||
theme = "meghna" | ||
|
||
# Menu | ||
[menu] | ||
[[menu.nav]] | ||
name = "About Us" | ||
URL = "about" | ||
weight = 2 | ||
|
||
[[menu.nav]] | ||
name = "Service" | ||
URL = "services" | ||
weight = 3 | ||
|
||
[[menu.nav]] | ||
name = "Portfolio" | ||
URL = "portfolio" | ||
weight = 4 | ||
|
||
[[menu.nav]] | ||
name = "Team" | ||
URL = "our-team" | ||
weight = 5 | ||
|
||
[[menu.nav]] | ||
name = "Pricing" | ||
URL = "pricing" | ||
weight = 6 | ||
|
||
[[menu.nav]] | ||
name = "Blog" | ||
URL = "blog" | ||
weight = 7 | ||
|
||
[[menu.nav]] | ||
name = "Contact" | ||
URL = "contact-us" | ||
weight = 8 | ||
|
||
# Site params | ||
[params] | ||
home= "Home" | ||
logo = "images/logo.png" | ||
gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA" | ||
|
||
# Banner Section | ||
[params.banner] | ||
enable = true | ||
bgImage = "images/slider/hero-area.jpg" | ||
icon = "tf-ion-play" | ||
heading = "Experience the new reality" | ||
content= "Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, excepturi. At recusandae sit perferendis autem,iste tempora nostrum numquam sapiente!" | ||
btn = true | ||
btnText="Explore Us" | ||
btnURL="#services" | ||
|
||
# call to action | ||
[params.cta] | ||
enable = true | ||
title = "Great Design & Incredible Features" | ||
content = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis tenetur odio impedit incidunt? Omnis accusantium ea reiciendis, fugit commodi nostrum." | ||
btnURL = "#" | ||
btnText = "Start a project with us" | ||
|
||
# counter | ||
[params.counter] | ||
enable = true | ||
bgImage = "images/backgrounds/bg-1.jpg" | ||
[[params.counter.counterItem]] | ||
title = "Happy Clients" | ||
icon = "tf-ion-android-happy" | ||
count = "320" | ||
|
||
[[params.counter.counterItem]] | ||
title = "Projects completed" | ||
icon = "tf-ion-archive" | ||
count = "565" | ||
|
||
[[params.counter.counterItem]] | ||
title = "Positive feedback" | ||
icon = "tf-ion-thumbsup" | ||
count = "95" | ||
|
||
[[params.counter.counterItem]] | ||
title = "Cups of Coffee" | ||
icon = "tf-ion-coffee" | ||
count = "2500" | ||
|
||
# footer | ||
[params.footer] | ||
copyright = "Themefisher Team" | ||
copyrightURL = "http://www.themefisher.com" | ||
|
||
# social Icons | ||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-facebook" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-twitter" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-google-outline" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-youtube" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-linkedin" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-dribbble-outline" | ||
|
||
[[params.footer.socialIcon]] | ||
icon = "tf-ion-social-pinterest-outline" |
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,19 @@ | ||
--- | ||
title: "Are You Doing the Right Way" | ||
date: 2018-09-12T14:51:12+06:00 | ||
author: John Doe | ||
image: images/blog/blog-post-3.jpg | ||
--- | ||
|
||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. | ||
|
||
> Design is not just what it looks like and feels like. Design is how it works. | ||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. | ||
|
||
|
||
|
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,16 @@ | ||
--- | ||
title: "Simple Image Post" | ||
date: 2018-09-12T12:52:36+06:00 | ||
image: images/blog/blog-post-1.jpg | ||
author: Jamica Jock | ||
--- | ||
|
||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. | ||
|
||
> Design is not just what it looks like and feels like. Design is how it works. | ||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. |
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,18 @@ | ||
--- | ||
title: "Simple Post Title" | ||
date: 2018-09-12T14:39:16+06:00 | ||
author: Somrat | ||
image: images/blog/blog-post-2.jpg | ||
--- | ||
|
||
|
||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. | ||
|
||
> Design is not just what it looks like and feels like. Design is how it works. | ||
Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. | ||
|
||
Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. | ||
|
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,15 @@ | ||
enable : true | ||
heading : About | ||
headingSpan : Us | ||
aboutItem : | ||
- icon : tf-tools | ||
title : We're Creative | ||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos. | ||
|
||
- icon : tf-strategy | ||
title : We're Professional | ||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos. | ||
|
||
- icon : tf-anchor2 | ||
title : We're Genius | ||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, nihil, libero, perspiciatis eos provident laborum eum dignissimos. |
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,13 @@ | ||
enable : true | ||
image : images/about/about-business-man.jpg | ||
title : We’re A Digital Design Agency. | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam tempora itaque, autem dolores culpa cum mollitia voluptate nesciunt voluptatibus quasi. | ||
description2 : Lorem ipsum dolor sit amet consectetur adipisicing elit. Aliquam tempora itaque, autem dolores culpa cum mollitia voluptate nesciunt voluptatibus quasi. Aliquam tempora itaque, autem dolores culpa cum mollitia voluptate nesciunt voluptatibus quasi. | ||
aboutItem : | ||
- icon : tf-circle-compass | ||
title : SEO Optimized | ||
content : Lorem ipsum, dolor sit amet consectetur adipisicing elit. Possimus consectetur dolores repellendus eos saepe | ||
|
||
- icon : tf-hotairballoon | ||
title : Easy Customization | ||
content : Lorem ipsum, dolor sit amet consectetur adipisicing elit. Possimus consectetur dolores repellendus eos saepe |
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,3 @@ | ||
enable : true | ||
heading : Latest | ||
headingSpan : Posts |
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,20 @@ | ||
enable : true | ||
heading : Get In | ||
headingSpan : Touch | ||
title : Contact Details | ||
content : Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsam, vero, provident, eum eligendi blanditiis ex explicabo vitae nostrum facilis asperiores dolorem illo officiis ratione vel fugiat dicta laboriosam labore adipisci. | ||
mapLatitude : 51.5223477 | ||
mapLongitude: -0.1622023 | ||
contactDetails : | ||
- icon : tf-map-pin | ||
info : "Khaja Road, Bayzid, Chittagong, Bangladesh" | ||
|
||
- icon : tf-ion-ios-telephone-outline | ||
info : "Phone: +880-31-000-000" | ||
|
||
- icon : tf-ion-iphone | ||
info : "Fax: +880-31-000-000" | ||
|
||
- icon : tf-ion-ios-email-outline | ||
info : "Email: [email protected]" | ||
|
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,76 @@ | ||
enable : true | ||
heading : Our | ||
headingSpan : Works | ||
filterList : | ||
- filterType : photography | ||
filterTitle : Photography | ||
|
||
- filterType : design | ||
filterTitle : Design | ||
|
||
- filterType : development | ||
filterTitle : Development | ||
|
||
portfolioItem : | ||
- types : design | ||
image : images/portfolio/portfolio-1.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Tag Design | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : development | ||
image : images/portfolio/portfolio-2.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Sound system | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : design development | ||
image : images/portfolio/portfolio-3.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Clock Product | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : photography development | ||
image : images/portfolio/portfolio-4.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Bottol Label | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : design | ||
image : images/portfolio/portfolio-5.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Shopping Bag | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : photography | ||
image : images/portfolio/portfolio-6.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Tag Design | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : development | ||
image : images/portfolio/portfolio-7.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Business Card | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : design development | ||
image : images/portfolio/portfolio-8.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Stationary Design | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! | ||
|
||
- types : design photography | ||
image : images/portfolio/portfolio-2.jpg | ||
icon : tf-ion-android-search | ||
URL : # | ||
title : Tag Design | ||
description : Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam, nemo! |
Oops, something went wrong.