Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the maximium length for the email input. #114

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -32,7 +32,7 @@ <h3>Live stream updates</h3>
<p>Sign up for live stream notifications via e-mail</p>
<div class="form-group">
<form action="//shiffman.us13.list-manage.com/subscribe/post?u=a3b0ca7250524fb6a4ddc769a&amp;id=a204c80fa5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input id="user-email" type="email" value="" name="EMAIL" class="form" placeholder="Your email" aria-label="Your email"/>
<input id="user-email" type="email" value="" name="EMAIL" class="form" placeholder="Your email" aria-label="Your email" maxlength="28"/>
<button type="submit" class="email-btn" name="subscribe">Get updates.</button>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion learning.html
Expand Up @@ -84,7 +84,7 @@ <h3>Retired Blog</h3>
</div>
{% endfor %}
<div class="quick-link">
<a href="/blog.html" class="secondary">See all.</a>
<a href="../blog.html" class="secondary">See all.</a>
</div>

</aside>