init
This commit is contained in:
1649
static/Vvvebjs/demo/landing/blocks/blocks.js
Normal file
1649
static/Vvvebjs/demo/landing/blocks/blocks.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,110 @@
|
||||
<div data-v-component-plugin-contact-form-form data-v-storage="database" data-v-name="contact-form-1">
|
||||
|
||||
<div class="notifications" data-v-notifications>
|
||||
|
||||
<div class="alert alert-danger d-flex alert-dismissable" role="alert" data-v-notification-error>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-exclamation-triangle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center text-small">
|
||||
<div>
|
||||
<div data-v-notification-text>
|
||||
This is a placeholder for a notification message.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-success d-flex alert-dismissable d-flex" role="alert" data-v-notification-success>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-check-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center align-middle" data-v-notification-text>
|
||||
This is a placeholder for a success message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-primary d-flex alert-dismissable d-flex" role="alert" data-v-notification-info>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-info-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center" data-v-notification-text>
|
||||
This is a placeholder for a info message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<form action="" method="post">
|
||||
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
|
||||
<input type="hidden" class="form-control" placeholder="Email" name="csrf" data-v-csrf>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="First name" name="firstname" required>
|
||||
</div>
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="Last name" name="lastname" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="email" class="form-control" placeholder="Enter email" name="email" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="Subject" name="subject" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<textarea class="form-control" name="message" rows="3" placeholder="How can we help?" required></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- if these hidden inputs are filled then ignore, robots -->
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Contact form" name="contact-form">
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty">
|
||||
|
||||
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
|
||||
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<button type="submit" class="btn btn-primary">Submit <i class="la la-long-arrow-alt-right ms-1"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -0,0 +1,111 @@
|
||||
<div data-v-component-plugin-contact-form-form data-v-storage="database" data-v-confirm-email="true" data-v-name="contact-form-appointment">
|
||||
|
||||
<div class="notifications" data-v-notifications>
|
||||
|
||||
<div class="alert alert-danger d-flex alert-dismissable" role="alert" data-v-notification-error>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-exclamation-triangle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center text-small">
|
||||
<div>
|
||||
<div data-v-notification-text>
|
||||
This is a placeholder for a notification message.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-success d-flex alert-dismissable d-flex" role="alert" data-v-notification-success>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-check-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center align-middle" data-v-notification-text>
|
||||
This is a placeholder for a success message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-primary d-flex alert-dismissable d-flex" role="alert" data-v-notification-info>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-info-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center" data-v-notification-text>
|
||||
This is a placeholder for a info message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<form action="" method="post">
|
||||
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
|
||||
<input type="hidden" class="form-control" placeholder="Email" name="csrf" data-v-csrf>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="First name" name="firstname" required>
|
||||
</div>
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="Last name" name="lastname" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="email" class="form-control" placeholder="Enter email" name="email" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="date" class="form-control" placeholder="Date" name="datetime-local" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<textarea class="form-control" name="message" rows="3" placeholder="Message"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- if these hidden inputs are filled then ignore, robots -->
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Contact form" name="contact-form">
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty">
|
||||
|
||||
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
|
||||
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<button type="submit" class="btn btn-primary">Make appointment <i class="la la-long-arrow-alt-right ms-1"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -0,0 +1,117 @@
|
||||
<div data-v-component-plugin-contact-form-form data-v-storage="database" data-v-confirm-email="true" data-v-name="contact-form-appointment">
|
||||
|
||||
<div class="notifications" data-v-notifications>
|
||||
|
||||
<div class="alert alert-danger d-flex alert-dismissable" role="alert" data-v-notification-error>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-exclamation-triangle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center text-small">
|
||||
<div>
|
||||
<div data-v-notification-text>
|
||||
This is a placeholder for a notification message.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-success d-flex alert-dismissable d-flex" role="alert" data-v-notification-success>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-check-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center align-middle" data-v-notification-text>
|
||||
This is a placeholder for a success message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close align-middle" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-primary d-flex alert-dismissable d-flex" role="alert" data-v-notification-info>
|
||||
|
||||
<div class="icon align-middle me-2">
|
||||
<i class="align-middle la la-2x lh-1 la-info-circle"></i>
|
||||
</div>
|
||||
|
||||
<div class="flex-grow-1 align-self-center" data-v-notification-text>
|
||||
This is a placeholder for a info message.
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close">
|
||||
<span aria-hidden="true">
|
||||
<!-- <i class="la la-times"></i> -->
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<form action="" method="post">
|
||||
<input type="hidden" class="form-control" placeholder="First name" name="firstname-empty">
|
||||
<input type="hidden" class="form-control" placeholder="Email" name="csrf" data-v-csrf>
|
||||
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="First name" name="firstname" required>
|
||||
</div>
|
||||
<div class="col">
|
||||
<input type="text" class="form-control" placeholder="Last name" name="lastname" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="email" class="form-control" placeholder="Enter email" name="email" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="start-date" class="form-control" placeholder="Start Date" name="datetime-local" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<input type="end-date" class="form-control" placeholder="End Date" name="datetime-local" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<textarea class="form-control" name="message" rows="3" placeholder="Message"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- if these hidden inputs are filled then ignore, robots -->
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Contact form" name="contact-form">
|
||||
|
||||
<input type="text" class="form-control d-none" placeholder="Subject" name="subject-empty">
|
||||
|
||||
<input type="text" class="form-control visually-hidden" placeholder="Last name" name="lastname-empty" tabindex="-1">
|
||||
|
||||
|
||||
<div class="row mt-4">
|
||||
<div class="col">
|
||||
<button type="submit" class="btn btn-primary">Make reservation <i class="la la-long-arrow-alt-right ms-1"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
26
static/Vvvebjs/demo/landing/blocks/post/post-1.html
Normal file
26
static/Vvvebjs/demo/landing/blocks/post/post-1.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<div class="col-12 col-lg-4 mb-2" data-v-component-post>
|
||||
|
||||
<article class="card ">
|
||||
<div class="card-img-top" data-v-if="post.image">
|
||||
<img src="img/demo/product.jpg" alt="" class="w-100" loading="lazy" data-v-size="thumb" data-v-post-image>
|
||||
</div>
|
||||
<!-- Post Title -->
|
||||
<div class="card-body">
|
||||
<div class="post-title card-title">
|
||||
<a href="javascript:void(0);" data-v-post-url>
|
||||
<h3 data-v-post-name>
|
||||
Vivamus sed nunc in arcu cursus mollis quis et orci. Interdum et malesuada
|
||||
</h3>
|
||||
</a>
|
||||
</div>
|
||||
<!-- Hover Content -->
|
||||
<p class="card-text text-muted" data-v-post-excerpt>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce enim nulla, mollis eu metus in, sagittis fringilla tortor. Phasellus purus dignissim convallis.</p>
|
||||
<a href="javascript:void(0);" title="Read more" role="button" data-v-post-url>
|
||||
<span>Read more</span>
|
||||
<i class="la la-angle-right"></i>
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
60
static/Vvvebjs/demo/landing/blocks/product/product-1.html
Normal file
60
static/Vvvebjs/demo/landing/blocks/product/product-1.html
Normal file
@@ -0,0 +1,60 @@
|
||||
<div class="col-md-3" data-v-component-product>
|
||||
|
||||
<article class="single-product-wrapper">
|
||||
<!-- Product Image -->
|
||||
<a href="product/product.html" data-v-product-url> </a>
|
||||
<div class="product-image">
|
||||
<a href="product/product.html" data-v-product-url>
|
||||
|
||||
<img src="img/demo/product.jpg" loading="lazy" data-v-product-alt alt="" data-v-size="thumb" loading="lazy" data-v-product-image />
|
||||
|
||||
<!-- Hover Thumb -->
|
||||
<img class="hover-img" src="img/demo/product-2.jpg" loading="lazy" data-v-product-alt alt="" loading="lazy" data-v-size="thumb" data-v-product-image-1 />
|
||||
</a>
|
||||
|
||||
<!-- Favourite -->
|
||||
<div class="product-favourite">
|
||||
<a href="product/product.html" class="la la-heart" data-v-vvveb-action="addToWishlist" data-v-product-add_wishlist_url>
|
||||
<span></span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Compare -->
|
||||
<div class="product-compare">
|
||||
<a href="product/product.html" class="la la-random" data-v-vvveb-action="addToCompare" data-v-product-add_compare_url>
|
||||
<span></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Product Description -->
|
||||
<div class="product-content">
|
||||
|
||||
<a href="product/product.html" class="text-body" data-v-product-url>
|
||||
<span data-v-product-name>Product 8</span>
|
||||
</a>
|
||||
|
||||
<p class="product-price" data-v-if="_product.price > 0" data-v-product-price_tax_formatted>100.0000</p>
|
||||
|
||||
<!-- Hover Content -->
|
||||
<div class="hover-content" data-v-if="_product.price > 0">
|
||||
<!-- Add to Cart -->
|
||||
<div class="add-to-cart-btn">
|
||||
<input type="hidden" name="product_id" value="" data-v-product-product_id />
|
||||
<a href="" class="btn btn-primary w-100" data-v-product-add_cart_url data-v-vvveb-action="addToCart" data-product_id="1">
|
||||
<span class="loading d-none">
|
||||
<span class="spinner-border spinner-border-sm align-middle" role="status" aria-hidden="true"> </span>
|
||||
<span>Add to cart</span>...
|
||||
</span>
|
||||
|
||||
<span class="button-text">
|
||||
Add to cart
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user