Setup, mobile and Desktop version of my portfolio
Description of the project.
-
set up a new repository and prepare it for deployement using best practices (e.g. linters).
-
build all the sections (introduction, works section, About me and contact section) of the mobile and Desktop version of my portfoliowebsite using the template I have chosen in Figma.
Built With
- HTML
- CSS
- GitHubflow
Live Demo (if available)
You can check the live demo of my portfolio here
Prerequisites
- Have completed the previous activities.
Set up
- git clone [email protected]:christianbiring1/portfolio-mobile-version.git
- cd portfolio-mobile-version
- code
Author
- GitHub: @christianbiring1
- Twitter: @christianbirin4
- LinkedIn: Christian Biringanine
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Hat tip to anyone who will take a glance to this project
📝
License
This project is MIT licensed.
Checking accessibility
During the pair programming session with my coding partner @khitermedachraf, We evaluate my website against accessibility best practices and implement any necessary changes to ensure that it is accessible:
These are some of the important changes we made:
validate contact form
For this milestone of my portfolio website, l had to implement a client-side validation of the data in the contact form before submission using javaScript.
Peer to Peer coding reviews
Hi, @christianbiring1 great work 💯 👍
We really enjoyed your design and layout. Here are your suggestions noted by your morning section team.
Details pop-up window
For this milestone of our portfolio website, we had to implement :
Portfolio-application-deploy
Contact form section
In this milestone I had to :
Bugs: Hide and Seek
I think the issue is that your emailAddress variable was empty inside the event listener on the form. This is because the variable was not visible inside the form event handler due to its scope. The solution for this is to move line 12 (where you declared the variable for the email address) inside the event handler and it will work. :smiley: happy coding :+1: :hugs: