jevazquezb / Portfolio

The portfolio will be shown to recruiters. Mobile and desktop versions were implemented as well as a pop-up to show the projects in greater detail. "My recent works" section was created dynamically and localStorage was used to save data from users in the contact form. Built with JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide and Seek bugs

rbanos-mv opened this issue · comments

The query selector to find the email input element is null. I noticed that it's looking for an element with an id='email', but it doesn't exist. In the index.html file, there is an input element with id='mail'. To fix this bug, you have two options: (1) you may change the id attribute in the input element, or (2) you may change the id name in the query selector so that both match.