issues
search
micheaol
/
Portfolio-project
The purpose of this project is to build a portfolio web app to showcase some if not all of the projects and my skills as a web developer. Built with Javascript, CSS, and HTML.
MIT License
2
stars
0
forks
source link
Portfolio-project
#3
Closed
micheaol
closed
3 years ago
micheaol
commented
3 years ago
In this pull request I added the following:
Add a contact form to your portfolio with my coding partner.
Added name field that accepts up to 30 chars.
Email field accepts only emails.
Message field accepts up to 500 chars.
All fields have placeholder text.
All fields have the correct type.
A user cannot submit the form if one or more of the fields is empty.
Data collection by using the Formspree service.
use Flexbox
Implement the button interactions (enable, hover, etc.).
In this pull request I added the following: