simplecvrmproject
Static personal CV webpage built with plain HTML and CSS.
A lightweight resume/portfolio page for N. Nagarjun showcasing profile, skills, education and experience. Designed to be viewed locally or deployed as a static site.
index.html— main page (d:\Projects\simplecv\index.html)css/style.css— styles (ensure this file exists)Img/resume.jpg— favicon/OG image (check path casing:Imgvsimg)
- Responsive-friendly HTML structure
- Contact links to GitHub and LinkedIn
- Simple, easy-to-edit sections for profile, skills, education and experience
- Open the project folder:
- In Git Bash / VS Code terminal:
cd /d/Projects/simplecv
- In Git Bash / VS Code terminal:
- View locally:
- Double-click
index.htmlin File Explorer, or - Use VS Code Live Server (right-click
index.html→ "Open with Live Server")
- Double-click
- Common fixes:
- Ensure
css/style.cssandImg/resume.jpgexist and paths match case. - Fix stray HTML tag errors (e.g., an extra
</p>).
- Ensure
Initialize and commit:
git init
git add .
git commit -m "Add Simple CV Page"
N. Nagarjun
Use or modify freely. Add a license file if needed.