Skip to content

Commit

Permalink
add newsletter
Browse files Browse the repository at this point in the history
  • Loading branch information
misabegovic-meisterlabs committed Oct 22, 2023
1 parent 55a5192 commit 0e3d887
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
49 changes: 49 additions & 0 deletions _includes/newsletter.html
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&amp;id=1a6fade1a6&amp;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>
24 changes: 24 additions & 0 deletions assets/images/newsletter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ <h3 class="description fw-medium">

</content>

{% include newsletter.html %}

0 comments on commit 0e3d887

Please sign in to comment.