Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML CSS MIT License Status

Portfolio — Prakash Chand Meena

This is a simple static portfolio site built with HTML and CSS.

What this is

  • Personal portfolio webpage located in the Project folder.
  • Single-page layout with sections: About, Experience, Projects, Contact.
  • Styles in index.css and images in the image/ folder.

Quick start

Open index.html in your browser, or serve the folder with a small static server:

# from the Project folder
python3 -m http.server 8000
# then open http://localhost:8000/index.html

Or, if you prefer another port (example used in screenshots):

python3 -m http.server 3002
# open http://127.0.0.1:3002/index.html

Notable changes (local edits)

  • Added a "Programming Languages" / "Computer Fundamentals" block inside the #experience section.
  • CSS adjusted so all .experience-box cards share the same height and align in a 2x2 grid on desktop.

Files

  • index.html — main page
  • index.css — styles
  • image/ — profile and project images

Next steps / tips

  • To make the site production-ready, consider minifying CSS and organizing assets under assets/.
  • If hosting on GitHub Pages, ensure links are relative (they already are) and publish the repository branch.

Live Demo (GitHub Pages)

This portfolio is deployed using GitHub Pages.

🔗 Live URL: https://pcmhacker-piro.github.io/prakash-portfolio/

Contact

pcmeena511@gmail.com


Created automatically by assistant on 23 Dec 2025.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages