Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
givanz committed Aug 17, 2023
1 parent 9489fb3 commit 08e139d
Show file tree
Hide file tree
Showing 154 changed files with 6,250 additions and 1,690 deletions.
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
Expand Up @@ -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/)
Expand All @@ -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
Expand Down Expand Up @@ -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/>
Expand Down
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>

Expand All @@ -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">
Expand All @@ -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>
Expand All @@ -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">
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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 -->



<!--
Expand Down
Loading

0 comments on commit 08e139d

Please sign in to comment.