/portfolio

My own portfolio website repository.

Primary LanguageSCSS

Netlify Status

My Portfolio Design

Nowadays, portfolio is necessary and pretty much important to showcase yourself as a developer or something else according your work. Basic portfolio includes following are the sections:

  • About Me 😃
  • Work & Experience 💼
  • Skills, Projects, Certifications, and Honors & Awards 👨‍🎓
  • Contact me 📱

As I am a UX/UI designer and web developer created a portfolio web design which is mobile-responsive and minimalistic in terms of design and also it has followed Web Content Accessibility Guidelines (WCAG) and UX/UI design guidelines.

WCAG

Tools 🔨

  • HTML5, CSS3, Js
  • Bootstrap, Typed.js

Contribute 📪

Follow the steps to contribute in this projects and also avoid frameworks for animation as much as possible. However, if you really want to use framework then it should have minimum file size.

 1. git clone https://github.com/SuvamPrasd/portfolio.git
 2. Edit or modify the code as per as requirement
 3. git checkout -b  branch-name  // example: git checkout -b new-code
 4. git add .
 5. git commit -m "message regarding changes"
 6. git push origin branch-name  // example: git push origin new-code