Portfolio displaying my projects and skills. Generally you will find the same projects in my portfolio as in my GitHub profile page.

  • By Eva Lavinia Bucur
  • Last update: Sep 9, 2022
  • Comments: 3

Portfolio

Week 2, day 4 Microverse Portfolio project. First two sections of the mobile website plus the contact me and footer sections. Using Template 5 from Figma.

Built With

  • HTML5, CSS3
  • Flexbox with mobile-first design in mind
  • Webhint, Styleint

Live Demo

Live Demo

Live Preview

Live Preview

Author

πŸ‘€ Bucur Liviu-Emanuel (Eva)

πŸ‘€ Edmund Yaw Debrah

πŸ‘€ Aamir Khan

πŸ‘€ Choice Osobor

Contributions

In the Peer Programming section of week 2, day 4 I contributed to Edmund Yaw Debrah's project portfolio-website.

In the Peer Programming section of week 3, day 2 Aamir Khan contributed to this repo.

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

Github

https://github.com/BucurEva87/Portfolio

Comments(3)

  • 1

    peer-to-peer code reviews Choice-Tracy-Recillah-Eva

    Your project looks good. It follows the set instructions. I love the animations included. You have done a good job.

    Suggestions Kindly ensure that the navbar remains on the top menu when scrolling through the project.

  • 2

    Project review (opened new issue, because reply was misplaced in another issue) : Ayesha_Danny_Suzana

    All the requirements for the project are met βœ”οΈ Good commit history βœ”οΈ Your README file is professional βœ”οΈ Follow GitHub workflow βœ”οΈ

    Issues: -I suggest using img tag instead of object tag for images, because currently, object tag is not supported by all browsers you need to add browser support to provide support for more browsers and the validity of the document as well.

    -Use of Classes art1, art2, art3,…, I suggest using id attribute for that cause class IDs are only used when one element on the page should have a particular style applied to it. However, a class can be used to identify more than oneΒ HTML element.

    Acknowledgments: -Appropriate use of semantic tags -Clearly written code -Well structured

    Originally posted by @Suzi216 in https://github.com/BucurEva87/Portofolio/issues/9#issuecomment-1181414054

  • 3

    Preserving data local storage

    Implementations

    • Storing of data as user types
    • Retrieval of data from the localStorage when the user revisits the page
    • Prefilling of the input elements and the text area with the text that was stored in the localStorage