A very simple portfolio website where you can find explanation to every line of code.

  • By Emisha
  • Last update: Dec 30, 2022
  • Comments: 2

About this project:

This is a very simple portfolio website which can be used by beginners who have just started learning about web development. The best thing about this project is, you can find the explanation to every line of code as a comment line.

Purpose of this project:

  • To get a Hands-on experience in HTML and CSS
  • Anyone can use this project as a reference to design their own portfolio website
  • Can be a good starting point for beginneres who have just started exploring Open Source
  • Will be used in Hactoberfest events

How you can contribute to this repository:

  1. Star this repository
  2. Fork this repository
  3. Open any HTML or CSS file then add the explanation of any line of code as a comment line.
  4. Commit changes with a meaningful commit message like "Added Expanation to line number 1 in index.html".
  5. Create a pull request.
  6. Sit back and relax while your pull request is reviewed and merged.

Github

https://github.com/EmishaCommunity/Demo-Portfolio-Website

Comments(2)

  • 1

    Enhanced version of website

    i have enhanced your current demo website by adding an background image and some more text visualizations to make the website more engaging and usable apart from this i have also used some of the fonts from font awesome in order to make website look better and more user friendly and i have improved certain text appearance for making it more readable than earlier

  • 2

    Added necessary comments in index.html

    Added comments to explain your code, which can help you when you edit the source code at a later date. This is especially useful if you have a lot of code. Hope you like my work, Thank you.