Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.22 KB

Beginner Friendly Portfolio

Sometimes, creating an attractive portfolio is essential. Here's an eye-catching coded Portfolio example to realize that the can be eye-catching, elegant and recognizable.

Usage

Use this repository to create HTML/CSS Portfolio that is properly designed, attractive and informative.

Clone this repository and and edit index.html to get your own portfolio.

git clone https://github.com/Aaryanpal/portfolio
open index.html

Technology Stack Used

HTML CSS

  • Front End - HTML, CSS

Still need help?


  if (needHelp === true) {
     var emailId = "aryan.pal0ppq@gmail.com";
     // email is the best way to reach out to me.
     sendEmail(emailId);
  }

Glad to see you here! Show some love by starring this repo.



  if (isAwesome) {
    // thanks in advance :p
    starThisRepository();
  }