Skip to content

Commit

Permalink
frontpage: add newsletter box
Browse files Browse the repository at this point in the history
  • Loading branch information
jennur authored and lnielsen committed Dec 12, 2023
1 parent 4e3cf6c commit 78fb0e4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions templates/semantic-ui/zenodo_rdm/frontpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,31 @@ <h2 class="ui medium top attached header mt-0">{{ _("Why use Zenodo?") }} </h2>
</ul>
</div>
</section>

<section class="sidebar-container">
<h2 class="ui medium top attached header mt-0">Newsletter</h2>
<div class="ui segment bottom attached rdm-sidebar">
<p>Receive updates on our latest developments, projects and upcoming webinars sent quarterly.</p>

<form method="post" action="https://newsletters.zenodo.org/subscription/form">
<input type="hidden" name="nonce">
<label class="ui tiny header" for="newsletter-email">
<small>E-mail *</small>
</label>
<div class="ui fluid input mb-10">
<input id="newsletter-email" type="email" name="email" required="" placeholder="[email protected]">
</div>

<label class="ui tiny header" for="newsletter-name">
<small>Name</small>
</label>
<div class="ui fluid input mb-10">
<input id="newsletter-name" type="text" name="name" placeholder="Your name">
</div>

<input id="e7755" type="hidden" name="l" checked="" value="e775524d-5cce-4885-b559-ef0f6214f24b">
<input type="submit" value="Subscribe" class="ui primary button fluid">
</form>
</div>
</section>
{% endblock side_column_content %}

0 comments on commit 78fb0e4

Please sign in to comment.