-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55a5192
commit 0e3d887
Showing
3 changed files
with
74 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<section id="newsletter" class="newsletter section-spacing"> | ||
<view class="layout-wrapper h-flex-wrap"> | ||
<view class="image-wrapper"> | ||
<img src="/assets/images/newsletter.svg" /> | ||
</view> | ||
<view column id="mc_embed_signup"> | ||
<h2 class="fw-bold c-white">Stay tuned!</h2> | ||
<h3 class="fw-medium c-white">Sign up for our newsletter and stay up to date.</h3> | ||
<form | ||
action="https://euruko.us10.list-manage.com/subscribe/post?u=4737277ee0b37205131631c0d&id=1a6fade1a6&f_id=0017e7e5f0" | ||
method="post" | ||
id="mc-embedded-subscribe-form" | ||
name="mc-embedded-subscribe-form" | ||
class="validate" | ||
target="_blank" | ||
novalidate | ||
> | ||
<div id="mc_embed_signup_scroll"> | ||
<view class="mc-field-group h-flex-wrap"> | ||
<input type="email" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Your Email Address"> | ||
<input type="submit" value="Sign me up!" name="subscribe" class="bg-red"> | ||
</view> | ||
<div id="mce-responses" class="clear foot"> | ||
<div | ||
class="response" | ||
id="mce-error-response" | ||
style="display: none" | ||
></div> | ||
<div | ||
class="response" | ||
id="mce-success-response" | ||
style="display: none" | ||
></div> | ||
</div> | ||
<div aria-hidden="true" style="position: absolute; left: -5000px"> | ||
/* real people should not fill this in and expect good things - do | ||
not remove this or risk form bot signups */ | ||
<input | ||
type="text" | ||
name="b_4737277ee0b37205131631c0d_1a6fade1a6" | ||
tabindex="-1" | ||
value="" | ||
/> | ||
</div> | ||
</div> | ||
</form> | ||
</view> | ||
</view> | ||
</section> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ <h3 class="description fw-medium"> | |
|
||
</content> | ||
|
||
{% include newsletter.html %} |