-
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.
Agregue todo el contenido que faltaba, solo falta el responsive, url …
…de algunos links y detalles
- Loading branch information
Showing
42 changed files
with
258 additions
and
73 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
|
@@ -8,31 +8,32 @@ | |
<h4 class="modal-title fs-5" id="staticBackdropLabel"> | ||
{{ titulo_plan }} | ||
</h4> | ||
<button type="button" data-bs-dismiss="modal" aria-label="Close" class="rounded-3"><svg | ||
<button type="button" data-bs-dismiss="modal" aria-label="Close" class="p-0 border-dark-subtle rounded-3 m-auto me-0"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" | ||
class="bi bi-x-square-fill" viewBox="0 0 16 16" loading="lazy"> | ||
class="bi bi-x-square-fill w-100" viewBox="0 0 16 16" loading="lazy"> | ||
<path | ||
d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708" /> | ||
</svg></button> | ||
</svg> | ||
</button> | ||
</div> | ||
<div class="modal-body"> | ||
<p class="h2">Gracias por elegir nuestro servicio!</p> | ||
<p class="text-start m-auto fw-light" style="width: 90%; font-size: 17px">Para completar tu compra, | ||
<p class="h3 w-auto m-0 m-auto mb-3">Gracias por elegir nuestro servicio!</p> | ||
<p class="text-start fw-light" style="width: 90%; font-size: 17px">Para completar tu compra, | ||
necesitamos que nos proporciones tu | ||
correo electrónico. Te enviaremos un email con un enlace seguro | ||
para que puedas realizar el pago con el método que prefieras. | ||
</p> | ||
<form action="https://formsubmit.co/[email protected]" method="POST" class="mt-4"> | ||
<div class="mb-3 m-auto" style="width: 90%;"> | ||
<label class="text-start d-block ">Correo | ||
<form action="" method="POST" class="mt-4 clas d-flex flex-column align-items-start"> | ||
<div class="mb-3" style="width: 90%;"> | ||
<label class="text-start d-block mb-2">Correo | ||
electronico:</label> | ||
<div> | ||
<input type="email" class="form-control m-auto bg-dark-subtle" name="email" | ||
placeholder="[email protected]"> | ||
</div> | ||
</div> | ||
<input type="submit" class="btn btn-outline-secondary w-25"> | ||
<input type="hidden" name="_next" value="https://sugar.coach/premium"> | ||
<input type="submit" class="btn btn-outline-secondary w-25 align-self-center"> | ||
</form> | ||
<p class="mt-4 lead">Si tienes alguna duda o problema, puedes | ||
contactarnos a [email protected]</p> | ||
|
@@ -46,7 +47,7 @@ | |
</template> | ||
|
||
<script setup> | ||
name: 'Formulario_pago'; | ||
name: 'formularioPago'; | ||
props: ['titulo_plan']; | ||
</script> |
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,29 @@ | ||
<template> | ||
<section> | ||
<h2 class="text-center lone-h2">Elije tu plan ideal</h2> | ||
<div class="d-flex justify-content-center gap-5 flex-wrap"> | ||
<paquetePremium v-for="item in props.paquetes" :key="item.id" :title="item.title" | ||
:price="item.price" :texto-btn="item.btnText" :btn-url="item.btnUrl" :beneficios="item.beneficios" | ||
:color="props.color" :mensual="item.mensual"/> | ||
</div> | ||
</section> | ||
|
||
</template> | ||
|
||
<script setup> | ||
import paquetePremium from '../reutilizable/design/paquetePremium.vue'; | ||
name: "planesPremium"; | ||
components: [paquetePremium] | ||
const props = defineProps({ | ||
paquetes: { | ||
type: Object, | ||
}, | ||
color: { | ||
type: String, | ||
default: '#FFB800', | ||
} | ||
}) | ||
</script> | ||
|
||
<style scoped lang="scss"></style> |
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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
frontend/src/components/reutilizable/ui/preguntasFrecuentes.vue
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
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
Oops, something went wrong.