Skip to content

Nagarjun0024/simplecv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

simplecv

simplecvrmproject

Simple CV Page

Static personal CV webpage built with plain HTML and CSS.

Description

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.

Files

  • 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: Img vs img)

Features

  • Responsive-friendly HTML structure
  • Contact links to GitHub and LinkedIn
  • Simple, easy-to-edit sections for profile, skills, education and experience

Quick start

  1. Open the project folder:
    • In Git Bash / VS Code terminal:
      cd /d/Projects/simplecv
      
  2. View locally:
    • Double-click index.html in File Explorer, or
    • Use VS Code Live Server (right-click index.html → "Open with Live Server")
  3. Common fixes:
    • Ensure css/style.css and Img/resume.jpg exist and paths match case.
    • Fix stray HTML tag errors (e.g., an extra </p>).

Git

Initialize and commit:

git init
git add .
git commit -m "Add Simple CV Page"

Author

N. Nagarjun

License

Use or modify freely. Add a license file if needed.

Project URL

https://github.com/Nagarjun0024/simplecv

project URL ROADMAP

https://roadmap.sh/projects/single-page-cv

About

simplecvrmproject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages