Skip to content

Commit

Permalink
Merge pull request #9 from jlcarrascof/email-validation-form
Browse files Browse the repository at this point in the history
Feature: Form validation.
  • Loading branch information
jlcarrascof authored Apr 22, 2023
2 parents e94740b + 55de2d0 commit f1dfd41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ Open it using VS CODE with Live Server extension.

👤 **Jorge Camargo**

- GitHub: [@jicamargo](https://github.com/jicamargo)
- Twitter: [@jicamargo](https://twitter.com/jicamargo)
- GitHub: [@jicamargo](https://github.com/jicamargo )
- Twitter: [@jicamargo](https://twitter.com/jicamargo )
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jorgecamargog/)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

## 🔭 Future Features <a name="future-features"></a>
Expand Down
3 changes: 1 addition & 2 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ a {

#error-message {
color: red;
font-size: 1.5rem;
font-size: 25px;
margin-bottom: 1.5rem;

}

li {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ <h2 class="white">Contact me</h2>
</li>
</ul>
</li>
<div id="error-message"></div>
<li>
<div id="maxText" class="input-div">
<textarea
Expand All @@ -177,6 +176,7 @@ <h2 class="white">Contact me</h2>
></textarea>
</div>
</li>
<div id="error-message"></div>
<li id="button-container">
<button type="submit" class="btn">
Get in touch
Expand All @@ -187,7 +187,7 @@ <h2 class="white">Contact me</h2>
</div>
</section>
<script src="scripts.js"></script>
<script src="form-validation.js"></script>
<script src="popup.js"></script>
<script src="form-validation.js"></script>
</body>
</html>

0 comments on commit f1dfd41

Please sign in to comment.