Skip to content

Commit aa5cba5

Browse files
Fix Solid newsletter subscription (#932)
* Fix Solid newsletter subscription * Update newsletter.html Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com> * Revert newsletter sections back to original state from main branch * Fix HTML markup * Fix Solid newsletter ilnk in archive --------- Co-authored-by: Jesse Wright <63333554+jeswr@users.noreply.github.com>
1 parent c8e80ed commit aa5cba5

File tree

2 files changed

+12
-68
lines changed

2 files changed

+12
-68
lines changed

newsletter.html

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -227,41 +227,13 @@ <h1 id="most-recent-issues">Most Recent Issues</h1>
227227
</article>
228228

229229
<div id="newsletter" class="section">
230-
<form
231-
action="https://solidproject.us7.list-manage.com/subscribe/post?u=269eddf5452208ca762cac18f&id=de1dd8e9e6"
232-
method="post"
233-
id="mc-embedded-subscribe-form"
234-
name="mc-embedded-subscribe-form"
235-
target="_blank"
236-
novalidate
237-
class="card"
238-
>
239-
<div class="card-body section">
240-
<h2 class="title">
241-
242-
This Month in Solid
243-
244-
</h2>
245-
<p class="content">
246-
<label for="mce-EMAIL">
247-
Leave your email address to get a bite-sized overview of everything Solid, delivered straight to your inbox once a month.
248-
</label>
249-
</p>
250-
<div class="field">
251-
<div class="control">
252-
<input class="input is-large" type="email" name="EMAIL" placeholder="yourmail@example.com" id="mce-EMAIL"/>
253-
</div>
254-
</div>
255-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
256-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_269eddf5452208ca762cac18f_de1dd8e9e6" tabindex="-1" value=""></div>
257-
<div class="field">
258-
<div class="control">
259-
<input type="submit" class="button is-large" name="subscribe" id="mc-embedded-subscribe" value="Subscribe" />
230+
<div class="card">
231+
<div class="card-body section">
232+
<h2 class="title">Solid Newsletter</h2>
233+
<p class="content">You can <a href="https://share.hsforms.com/1ZMMECk5wT2qYhxouAW-zpQg1jy">signup to the ODI-Solid mailing list here</a> to receive updates about Solid.</p>
234+
</div>
260235
</div>
261236
</div>
262-
</div>
263-
</form>
264-
</div>
265237

266238
</div>
267239
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">

newsletter/archive.html

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -369,44 +369,16 @@ <h2 id="2019">2019</h2>
369369

370370
</article>
371371

372+
https://matrix.to/#/%23solid_project%3Amatrix.org
373+
372374
<div id="newsletter" class="section">
373-
<form
374-
action="https://solidproject.us7.list-manage.com/subscribe/post?u=269eddf5452208ca762cac18f&id=de1dd8e9e6"
375-
method="post"
376-
id="mc-embedded-subscribe-form"
377-
name="mc-embedded-subscribe-form"
378-
target="_blank"
379-
novalidate
380-
class="card"
381-
>
382-
<div class="card-body section">
383-
<h2 class="title">
384-
385-
<a href="/newsletter" title="View past editions of This Month in Solid">
386-
This Month in Solid
387-
</a>
388-
389-
</h2>
390-
<p class="content">
391-
<label for="mce-EMAIL">
392-
Leave your email address to get a bite-sized overview of everything Solid, delivered straight to your inbox once a month.
393-
</label>
394-
</p>
395-
<div class="field">
396-
<div class="control">
397-
<input class="input is-large" type="email" name="EMAIL" placeholder="yourmail@example.com" id="mce-EMAIL"/>
375+
<div class="card">
376+
<div class="card-body section">
377+
<h2 class="title">Solid Newsletter</h2>
378+
<p class="content">You can <a href="https://share.hsforms.com/1ZMMECk5wT2qYhxouAW-zpQg1jy">signup to the ODI-Solid mailing list here</a> to receive updates about Solid.</p>
379+
</div>
398380
</div>
399381
</div>
400-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
401-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_269eddf5452208ca762cac18f_de1dd8e9e6" tabindex="-1" value=""></div>
402-
<div class="field">
403-
<div class="control">
404-
<input type="submit" class="button is-large" name="subscribe" id="mc-embedded-subscribe" value="Subscribe" />
405-
</div>
406-
</div>
407-
</div>
408-
</form>
409-
</div>
410382

411383
</div>
412384
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">

0 commit comments

Comments
 (0)