Fix recaptcha, center image, add link

This commit is contained in:
rzmk 2021-06-20 08:41:33 -04:00
parent 7b5185d92d
commit aa044eca7e
2 changed files with 9 additions and 11 deletions

View file

@ -1,16 +1,16 @@
<!-- PROJECT LOGO -->
<br />
<p align="center">
<div align="center">
<a href="https://github.com/rzmk/Rutgers-Esports-Newsletter-App">
<img src="public/img/logo.png" alt="Logo" width="80" height="80">
</a>
<h3 align="center">Rutgers Esports Newsletter App</h3>
<p align="center">
<a href="https://github.com/github_username/repo_name"><strong>View the site »</strong></a>
<div align="center">
<a href="https://rutgers-esports-mailing-list.herokuapp.com/"><strong>View the site here! »</strong></a>
<br />
</p>
</p>
</div>
</div>
@ -35,7 +35,9 @@
<!-- ABOUT THE PROJECT -->
## About The Project
![Rutgers Esports Newsletter App Screenshot][product-screenshot]
<div align="center">
<img src="public/img/screenshot.png" alt="Screenshot">
</div>
A simple web application for the Rutgers Esports newsletter sign-up.
@ -90,7 +92,3 @@ Project Link: [https://github.com/rzmk/Rutgers-Esports-Newsletter-App](https://g
* [MailChimp API](https://mailchimp.com/developer/)
<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[product-screenshot]: public/img/screenshot.png

View file

@ -47,7 +47,7 @@
<input type="text" name="fName" class="form-control top" placeholder="First Name" required autofocus>
<input type="text" name="lName" class="form-control middle" placeholder="Last Name" required>
<input type="email" name="email" class="form-control mb-4" placeholder="Email" required>
<div class="g-recaptcha mb-4" data-sitekey="your_site_key"></div>
<div class="g-recaptcha mb-4" data-sitekey="6LfdOEYbAAAAAML4ad6kxAsUdyTWheAZOQ5f50Hf"></div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign Me Up!</button>
<p class="mt-5 mb-3 text-muted">&copy; Rutgers Esports</p>
</form>