-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This modal is shared between two widgets
- Loading branch information
Showing
2 changed files
with
17 additions
and
18 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
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 |
---|---|---|
@@ -1,21 +1,3 @@ | ||
<aside class="subscribe-banner"> | ||
¿Te gustaría recibir el contenido en tu correo mensualmente? <a class="button" data-toggle="modal" data-target="#blogsubscribe">Subscríbete</a> | ||
</aside> | ||
|
||
<div class="modal fade" id="blogsubscribe" tabindex="-1" role="dialog" aria-labelledby="Email subscription modal" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<header class="modal-header"> | ||
<h4 class="modal-title">Una vez a la semana, recibe lo último.</h4> | ||
<a class="modal-close" data-dismiss="modal" aria-hidden="true" href="#"><span class="hidden">Cerrar</span></a> | ||
</header> | ||
<div class="modal-body"> | ||
<form action="{{! populated via code injection}}" method="post"> | ||
<input id="fieldEmail" name="{{! populated via code injection}}" type="email" placeholder="Tu correo electrónico" required /> | ||
<button class="button-add wide" type="submit">Subscribirse</button> | ||
<p><strong>Política de Privacidad:</strong> No spam ni publicidad. Desunscríbete en cualquier momento.</p> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |