Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: themefisher/promodise-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Vvveb/promodise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 158 files changed
  • 1 contributor

Commits on Aug 17, 2023

  1. Initial commit

    givanz committed Aug 17, 2023
    Copy the full SHA
    08e139d View commit details

Commits on Jun 14, 2024

  1. Fixed menu code

    givanz committed Jun 14, 2024
    Copy the full SHA
    d4189dc View commit details
Showing with 6,906 additions and 1,958 deletions.
  1. +40 −0 .github/lock.yml
  2. +13 −0 .github/no-response.yml
  3. +14 −5 README.md
  4. +76 −95 {theme → }/about.html
  5. +260 −0 blank.html
  6. +308 −0 contact.html
  7. +360 −0 content/index.html
  8. +659 −0 content/post-image-header.html
  9. +659 −0 content/post-image-hero.html
  10. +658 −0 content/post.html
  11. +360 −0 content/user.html
  12. +199 −14 {theme → }/css/style.css
  13. +1 −0 css/style.css.map
  14. +260 −0 error404.html
  15. +260 −0 error500.html
  16. +9 −8 gulpfile.js
  17. BIN {theme → }/images/about/about-1.jpg
  18. BIN {theme → }/images/about/about-2.jpg
  19. BIN {theme → }/images/about/about-3.jpg
  20. BIN {theme → }/images/about/about-4.jpg
  21. BIN {theme → }/images/about/h-1.jpg
  22. BIN {theme → }/images/about/h-2.jpg
  23. BIN {theme → }/images/author/3b.jpg
  24. BIN {theme → }/images/author/4b.jpg
  25. BIN {theme → }/images/author/5b.jpg
  26. BIN {theme → }/images/banner/1.jpg
  27. BIN {theme → }/images/banner/banner-bg.jpg
  28. BIN {theme → }/images/banner/bg-2.jpg
  29. BIN {theme → }/images/banner/pattern-3.png
  30. BIN {theme → }/images/banner/slider-3.jpg
  31. BIN {theme → }/images/banner/why-choose.png
  32. BIN {theme → }/images/bg/2-min.jpg
  33. BIN {theme → }/images/bg/2.png
  34. BIN {theme → }/images/bg/bg-1.jpg
  35. BIN {theme → }/images/bg/bg-2.jpg
  36. BIN {theme → }/images/bg/pattern-3.png
  37. BIN {theme → }/images/blog/2.jpg
  38. BIN {theme → }/images/blog/blog-1.jpg
  39. BIN {theme → }/images/blog/blog-2.jpg
  40. BIN {theme → }/images/blog/blog-3.jpg
  41. BIN {theme → }/images/blog/blog-4.jpg
  42. BIN {theme → }/images/blog/blog-lg.jpg
  43. BIN {theme → }/images/clients/2.jpg
  44. BIN {theme → }/images/clients/client01.png
  45. BIN {theme → }/images/clients/client02.png
  46. BIN {theme → }/images/clients/client03.png
  47. BIN {theme → }/images/clients/client04.png
  48. BIN {theme → }/images/clients/client05.png
  49. BIN {theme → }/images/clients/client06.png
  50. BIN {theme → }/images/favicon.png
  51. BIN {theme → }/images/icon/001-magnifying-glass.png
  52. BIN {theme → }/images/icon/002-target.png
  53. BIN {theme → }/images/icon/003-task.png
  54. BIN {theme → }/images/icon/004-hiring.png
  55. BIN {theme → }/images/icon/005-seminar.png
  56. BIN {theme → }/images/icon/006-analytics.png
  57. BIN {theme → }/images/icon/007-digital-marketing-3.png
  58. BIN {theme → }/images/icon/008-digital-marketing-2.png
  59. BIN {theme → }/images/icon/009-digital-marketing-1.png
  60. BIN {theme → }/images/icon/010-digital-marketing.png
  61. BIN {theme → }/images/logo.png
  62. BIN {theme → }/images/marker.png
  63. BIN {theme → }/images/team/team-1.jpg
  64. BIN {theme → }/images/team/team-2.jpg
  65. BIN {theme → }/images/team/team-3.jpg
  66. BIN {theme → }/images/team/team-4.jpg
  67. +85 −104 {theme → }/index-2.html
  68. +144 −65 {theme → }/index-3.html
  69. +96 −107 {theme → }/index.html
  70. +0 −7 {theme → }/js/script.js
  71. +59 −0 partials/notifications.html
  72. +53 −0 partials/pagination.html
  73. +267 −0 partials/post-comments.html
  74. +6 −0 plugins/bootstrap/bootstrap.min.css
  75. 0 {theme → }/plugins/bootstrap/bootstrap.min.js
  76. 0 {theme → }/plugins/fontawesome/css/all.css
  77. BIN {theme → }/plugins/fontawesome/webfonts/fa-brands-400.eot
  78. 0 {theme → }/plugins/fontawesome/webfonts/fa-brands-400.svg
  79. BIN {theme → }/plugins/fontawesome/webfonts/fa-brands-400.ttf
  80. BIN {theme → }/plugins/fontawesome/webfonts/fa-brands-400.woff
  81. BIN {theme → }/plugins/fontawesome/webfonts/fa-brands-400.woff2
  82. BIN {theme → }/plugins/fontawesome/webfonts/fa-regular-400.eot
  83. 0 {theme → }/plugins/fontawesome/webfonts/fa-regular-400.svg
  84. BIN {theme → }/plugins/fontawesome/webfonts/fa-regular-400.ttf
  85. BIN {theme → }/plugins/fontawesome/webfonts/fa-regular-400.woff
  86. BIN {theme → }/plugins/fontawesome/webfonts/fa-regular-400.woff2
  87. BIN {theme → }/plugins/fontawesome/webfonts/fa-solid-900.eot
  88. 0 {theme → }/plugins/fontawesome/webfonts/fa-solid-900.svg
  89. BIN {theme → }/plugins/fontawesome/webfonts/fa-solid-900.ttf
  90. BIN {theme → }/plugins/fontawesome/webfonts/fa-solid-900.woff
  91. BIN {theme → }/plugins/fontawesome/webfonts/fa-solid-900.woff2
  92. 0 {theme → }/plugins/google-map/map.js
  93. 0 {theme → }/plugins/icofont/demo.html
  94. BIN {theme → }/plugins/icofont/fonts/icofont.eot
  95. 0 {theme → }/plugins/icofont/fonts/icofont.svg
  96. BIN {theme → }/plugins/icofont/fonts/icofont.ttf
  97. BIN {theme → }/plugins/icofont/fonts/icofont.woff
  98. BIN {theme → }/plugins/icofont/fonts/icofont.woff2
  99. 0 {theme → }/plugins/icofont/icofont.css
  100. 0 {theme → }/plugins/icofont/icofont.min.css
  101. 0 {theme → }/plugins/jquery/jquery.min.js
  102. +260 −0 portfolio.html
  103. +120 −145 {theme → }/pricing.html
  104. BIN screenshots/h1.jpg → screenshot.png
  105. BIN screenshots/about.jpg
  106. BIN screenshots/bd.jpg
  107. BIN screenshots/blog.jpg
  108. BIN screenshots/contact.jpg
  109. BIN screenshots/h2.jpg
  110. BIN screenshots/h3.jpg
  111. BIN screenshots/pricing.jpg
  112. BIN screenshots/service.jpg
  113. +360 −0 search/index.html
  114. +112 −139 theme/service.html → services.html
  115. +15 −0 source/blank.html
  116. +25 −10 source/contact.html
  117. +22 −0 source/content/index.html
  118. +1 −0 source/content/post-image-header.html
  119. +1 −0 source/content/post-image-hero.html
  120. +2 −2 source/{blog-single.html → content/post.html}
  121. +22 −0 source/content/user.html
  122. +15 −0 source/error404.html
  123. +15 −0 source/error500.html
  124. +14 −15 source/partials/blocks/blog-2.htm
  125. +26 −26 source/partials/blocks/blog-posts.htm
  126. +27 −17 source/partials/blocks/blog.htm
  127. +2 −2 source/partials/blocks/company.htm
  128. +23 −8 source/partials/blocks/contact-2.htm
  129. +26 −32 source/partials/blocks/footer.htm
  130. +38 −29 source/partials/blocks/nav-3.htm
  131. +38 −51 source/partials/blocks/navigation.htm
  132. +4 −4 source/partials/blocks/page-title.htm
  133. +1 −1 source/partials/blocks/partner.htm
  134. +40 −27 source/partials/blocks/post-sidebar.htm
  135. +4 −4 source/partials/blocks/pricing-2.htm
  136. +4 −4 source/partials/blocks/pricing.htm
  137. +26 −12 source/partials/blocks/single-blog.htm
  138. +1 −0 source/partials/header.htm
  139. +59 −0 source/partials/notifications.html
  140. +53 −0 source/partials/pagination.html
  141. +267 −0 source/partials/post-comments.html
  142. +5 −5 source/plugins/bootstrap/bootstrap.min.css
  143. +15 −0 source/portfolio.html
  144. +5 −0 source/scss/_common.scss
  145. +117 −0 source/scss/_navbar.scss
  146. +202 −0 source/scss/_vvveb.scss
  147. +4 −0 source/scss/style.scss
  148. +46 −3 source/scss/templates/_blog.scss
  149. +2 −1 source/scss/templates/_counter.scss
  150. +3 −3 source/scss/templates/_navigation.scss
  151. 0 source/{blog.html → search/index.html}
  152. 0 source/{service.html → services.html}
  153. +38 −0 theme.php
  154. +0 −381 theme/blog-single.html
  155. +0 −365 theme/blog.html
  156. +0 −253 theme/contact.html
  157. +0 −8 theme/css/style.css.map
  158. +0 −6 theme/plugins/bootstrap/bootstrap.min.css
40 changes: 40 additions & 0 deletions .github/lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Configuration for Lock Threads - https://github.com/dessant/lock-threads

# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 365

# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: false

# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels:
- no-locking
- help-wanted

# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: outdated

# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.
# Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason: true

# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# exemptLabels:
# - help-wanted
# lockLabel: outdated

# pulls:
# daysUntilLock: 30

# Repository to extend settings from
# _extends: repo
13 changes: 13 additions & 0 deletions .github/no-response.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration for probot-no-response - https://github.com/probot/no-response

# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 10
# Label requiring a response
responseRequiredLabel: more-information-needed
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,15 +2,22 @@

Promodise appears with a winsome, tempting and pleasant interface that will fit for your business company or digital marketing agency. It features both the multipage and single page website template with a stunning appearance.

## [Vvveb CMS](https://www.vvveb.com) theme.

👉🏻 [Theme page](https://themes.vvveb.com/product/promodise)
👉🏻 [Theme development documentation](http://dev.vvveb.com/theme-introduction)

Use this template either as a standalone Bootstrap 5 template or as a Vvveb CMS theme.

<!-- demo -->
## Example Site

| [![](screenshots/h1.jpg)](https://demo.themefisher.com/promodise/) | [![](screenshots/h2.jpg)](https://demo.themefisher.com/promodise/index-2.html) | [![](screenshots/h3.jpg)](https://demo.themefisher.com/promodise/index-3.html) |
| [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/h1.jpg)](https://demo.themefisher.com/promodise/) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/h2.jpg)](https://demo.themefisher.com/promodise/index-2.html) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/h3.jpg)](https://demo.themefisher.com/promodise/index-3.html) |
|:---:|:---:|:---:|
| **Home 1** | **Home 2** | **Home 3** |
| [![](screenshots/about.jpg)](https://demo.themefisher.com/promodise/about.html) | [![](screenshots/service.jpg)](https://demo.themefisher.com/promodise/service.html) | [![](screenshots/pricing.jpg)](https://demo.themefisher.com/promodise/pricing.html) |
| [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/about.jpg)](https://demo.themefisher.com/promodise/about.html) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/service.jpg)](https://demo.themefisher.com/promodise/service.html) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/pricing.jpg)](https://demo.themefisher.com/promodise/pricing.html) |
| **About** | **Service** | **Pricing** |
| [![](screenshots/blog.jpg)](https://demo.themefisher.com/promodise/blog.html) | [![](screenshots/bd.jpg)](https://demo.themefisher.com/promodise/blog-details.html) | [![](screenshots/contact.jpg)](https://demo.themefisher.com/promodise/contact.html) |
| [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/blog.jpg)](https://demo.themefisher.com/promodise/blog.html) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/bd.jpg)](https://demo.themefisher.com/promodise/blog-details.html) | [![](https://github.com/themefisher/promodise-bootstrap/blob/main/screenshots/contact.jpg)](https://demo.themefisher.com/promodise/contact.html) |
| **Blogs** | **Blogs Details** | **Contact** |

👉🏻[View Live Preview](https://demo.themefisher.com/promodise/)
@@ -31,7 +38,7 @@ Promodise appears with a winsome, tempting and pleasant interface that will fit
<!-- download -->
## Download And installation

Download this template from [Github](https://github.com/themefisher/promodise/archive/main.zip)
Download this template from [Github](https://github.com/Vvveb/promodise/archive/main.zip)

<!-- installation -->
### Basic Usages
@@ -103,12 +110,14 @@ Copyright (c) 2016 - Present, Designed & Developed by [Themefisher](https://them

**Image license:** The images are only for demonstration purposes. They have their license, we don't have permission to share those images.

**Vvveb CMS integration** Changes released under the MIT license.

<!-- resources -->
## Resources

Some third-party plugins that we used to build this template. Please check their license.

* **Bootstrap v4.5**: <https://getbootstrap.com/docs/4.5/getting-started/introduction/>
* **Bootstrap v5.1**: <https://getbootstrap.com/docs/5.1/getting-started/introduction/>
* **Jquery**: <https://jquery.com/download/>
* **Google Fonts**: <http://fonts.google.com/>
* **Font Awesome Free**: <https://fontawesome.com/>
171 changes: 76 additions & 95 deletions theme/about.html → about.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
<!DOCTYPE html>

<!--
// WEBSITE: https://themefisher.com
// TWITTER: https://twitter.com/themefisher
// FACEBOOK: https://www.facebook.com/themefisher
// GITHUB: https://github.com/themefisher/
-->

<html lang="en">
<head>

@@ -20,6 +12,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Promodise Template v1.0">
<base href="">

<!-- theme meta -->
<meta name="theme-name" content="promodise" />

<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
@@ -35,77 +31,66 @@
<link rel="icon" href="images/favicon.png" type="image/x-icon">

</head><body data-spy="scroll" data-target="#mainNav">
<nav class="navbar navbar-expand-lg fixed-top trans-navigation">

<nav class="navbar navbar-expand-lg fixed-top trans-navigation" data-bs-theme="dark">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" class="img-fluid b-logo">
</a>
<div data-v-component-site>
<a class="navbar-brand font-tertiary h3" href="/" data-v-url-params='{"host":"www.*.*"}'>
<img src="images/logo.png" loading="lazy" class="logo-default b-logo" data-v-site-logo>
<img src="images/logo.png" loading="lazy" class="logo-sticky b-logo" data-v-site-logo-sticky>
<img src="images/logo.png" loading="lazy" class="logo-default-dark b-logo" data-v-site-logo-dark>
<img src="images/logo.png" loading="lazy" class="logo-default-dark-sticky b-logo" data-v-site-logo-dark-sticky>
</a>
</div>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="fa fa-bars"></i>
</span>
</button>

<div class="collapse navbar-collapse justify-content-end" id="mainNav">
<ul class="navbar-nav ">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#!" id="navbarWelcome" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Home <i class="fas fa-chevron-down"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="navbarWelcome">
<li><a class="dropdown-item" href="index.html">Home-1</a></li>
<li><a class="dropdown-item" href="index-2.html">Home-2</a></li>
<li><a class="dropdown-item" href="index-3.html">Onepage</a></li>

<li class="dropdown dropdown-submenu dropright">
<a class="dropdown-item dropdown-toggle" href="#!" id="dropdown0301" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Sub Menu</a>

<ul class="dropdown-menu" aria-labelledby="dropdown0301">
<li><a class="dropdown-item" href="index.html">Submenu 01</a></li>
<li><a class="dropdown-item" href="index.html">Submenu 02</a></li>
</ul>
</li>
<li class="dropdown dropdown-submenu dropleft">
<a class="dropdown-item dropdown-toggle" href="#!" id="dropdown0501" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Sub Menu</a>

<ul class="dropdown-menu" aria-labelledby="dropdown0501">
<li><a class="dropdown-item" href="index.html">Submenu 01</a></li>
<li><a class="dropdown-item" href="index.html">Submenu 02</a></li>
</ul>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="service.html">Service</a>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="pricing.html">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link smoth-scroll" href="contact.html">Contact</a>
</li>
</ul>
<div class="collapse navbar-collapse justify-content-end" id="mainNav" data-v-component-menu="header" data-v-slug="main-menu">
<ul class="navbar-nav ms-auto" data-v-menu-items>
<li class="nav-item dropdown" data-v-menu-item data-v-class-if-has-dropdown="category.children > 0">

<a class="nav-link" href="https://themes.vvveb.com" data-v-if="category.children <= 0" data-v-menu-item-url><span data-v-menu-item-name>Services</span></a>

<a class="nav-link dropdown-toggle" href="#" data-v-if="category.children > 0" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-v-menu-item-url><span data-v-menu-item-name>Resources</span></a>

<div class="dropdown-menu" data-v-menu-item-recursive>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url><span data-v-menu-item-name>User Documentation</span></a>
</div>
<div data-v-menu-item class="nav-item" data-v-menu-item data-v-class-if-dropdown="category.children > 0">
<a class="dropdown-item" href="https://github.com/givanz/VvvebJs/wiki" data-v-menu-item-url><span data-v-menu-item-name>Developer Documentation</span></a>
</div>
</div>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://blog.vvveb.com" data-v-menu-item-url><span data-v-menu-item-name>Blog</span></a>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://www.vvveb.com/page/contact" data-v-menu-item-url><span data-v-menu-item-name>Contact</span></a>
</li>
<li class="nav-item" data-v-menu-item>
<a class="nav-link" href="https://www.vvveb.com" data-v-menu-item-url><span data-v-menu-item-name>About us</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!--MAIN HEADER AREA END -->

<!--MAIN BANNER AREA START -->
<div class="page-banner-area page-contact" id="page-banner">
<div class="page-banner-area page-contact" id="page-banner" data-v-component-post>
<div class="overlay dark-overlay"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 m-auto text-center col-sm-12 col-md-12">
<div class="banner-content content-padding">
<h1 class="text-white">Check our story</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Unde, perferendis?</p>
<h1 class="text-white" data-v-post-name>Check our story</h1>
<p data-v-post-excerpt>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Unde, perferendis?</p>
</div>
</div>
</div>
@@ -114,6 +99,7 @@ <h1 class="text-white">Check our story</h1>
<!--MAIN HEADER AREA END -->



<!-- ABout2 AREA START -->
<section class="section-padding">
<div class="container">
@@ -156,7 +142,7 @@ <h3 class="mb-3">We’re Innovators & <br>SEO Marketing Agency</h3>
<div class="row">
<div class="col-lg-6 ">
<div class="media img-block mb-3 mb-lg-0">
<img src="images/about/h-1.jpg" alt="" class="img-fluid rounded mr-3">
<img src="images/about/h-1.jpg" alt="" class="img-fluid rounded me-3">

<div class="media-body ">
<h4 class="mb-3">Provide services with maintain quality from 24 years!</h4>
@@ -166,7 +152,7 @@ <h4 class="mb-3">Provide services with maintain quality from 24 years!</h4>
</div>
<div class="col-lg-6">
<div class="media img-block">
<img src="images/about/h-2.jpg" alt="" class="img-fluid rounded mr-3">
<img src="images/about/h-2.jpg" alt="" class="img-fluid rounded me-3">

<div class="media-body">
<h4 class="mb-3">Our mission is to provide our client what they need!</h4>
@@ -323,7 +309,7 @@ <h4 class="mt-3">Michale John</h4>
<section class="section-padding ">
<div class="container">
<div class="row">
<div class="col-lg-8 text-center text-lg-left">
<div class="col-lg-8 text-center text-lg-start">
<div class="mb-5">
<h3 class="mb-2">Trusted by hundred over years</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Debitis, dignissimos?</p>
@@ -350,41 +336,34 @@ <h3 class="mb-2">Trusted by hundred over years</h3>

<!-- FOOTER AREA START -->
<section id="footer" class="section-padding">
<div class="container">
<div class="row justify-content-around">
<div class="container" data-v-component-menu="footer" data-v-menu_id="5">
<div class="row justify-content-around" data-v-menu-items>
<div class="col-lg-4">
<div class="footer-widget footer-link">

<h4>We concern about you<br> to grow business rapidly.</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore ipsam hic non sunt recusandae atque unde saepe nihil earum voluptatibus aliquid optio suscipit nobis quia vel quod, iure quae.</p>
</div>
</div>
<div class="col-lg-2 col-md-4 col-6">
<div class="footer-widget footer-link">
<h4>About</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="#!">Team</a></li>
<li><a href="#!">Testimonials</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>

<div class="col-lg-2 col-md-4 col-6">
<div class="footer-widget footer-link">
<h4>Quick Links</h4>
<ul>
<li><a href="#!">How it Works</a></li>
<li><a href="#!">Support</a></li>
<li><a href="#!">Privacy Policy</a></li>
<li><a href="#!">Report Bug</a></li>
<li><a href="#!">License</a></li>
<li><a href="#!">Terms & Condition</a></li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore ipsam hic non sunt recusandae atque unde saepe nihil earum voluptatibus aliquid optio suscipit nobis quia vel quod, iure quae.</p>
</div>
</div>

<div class="col-lg-2 col-md-4 col-6" data-v-menu-item data-v-if="category.children > 0">
<div class="footer-widget footer-link">
<h4 data-v-menu-item-name>Vvveb</h6>
<ul data-v-menu-item-recursive>
<li data-v-menu-item data-v-if="category.children == 0">
<a href="https://themes.vvveb.com/" data-v-menu-item-url><span data-v-menu-item-name>Themes</span></a>
</li>
<li data-v-menu-item data-v-if="category.children == 0">
<a href="https://plugins.vvveb.com/" data-v-menu-item-url><span data-v-menu-item-name>Plugins</span></a>
</li>
<li data-v-menu-item><a href="about.html">About</a></li>
<li data-v-menu-item><a href="service.html">Service</a></li>
<li data-v-menu-item><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</div>
<!--
<div class="col-lg-3 col-md-4 col-sm-12">
<div class="footer-widget footer-text">
<h4>Our location</h4>
@@ -394,16 +373,18 @@ <h4>Our location</h4>
</div>
</div>
</div>
-->
<div class="row">
<div class="col-lg-12 text-center">
<div class="footer-copy">
Copyright &copy; 2021, Designed &amp; Developed by <a href="https://themefisher.com/">Themefisher</a>
<div class="footer-copy small">
Copyright &copy; 2021, Designed &amp; Developed by <a href="https://themefisher.com/">Themefisher</a> Powered by <a href="https://www.vvveb.com">Vvveb</a>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER AREA END -->



<!--
Loading