Skip to content

parasdsingh/parasdsingh.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal CV

My resume reimagined as a concept I spent most of my time in - terminal :)

I'm not a CSS expert, so credit goes to Claude Code for a lot of the heavy lifting.

The Concept

I envisioned a digital resume which is:

  • Reminiscent of the command line
  • Is contextually aware on desktop, mobile, and print
  • Has a tiny footprint — pure HTML and CSS
  • No JavaScript

Usage

Visit: https://parasdsingh.github.io/

To print or save as PDF, use the print button or browser's print function.

Features

  • Terminal command aesthetics (whoami, ls -l, etc.)
  • Dark/light theme toggle
  • Mobile-responsive layout
  • A4-optimized printing with color detection
  • Pure CSS navigation using :target selectors

Development

Static site deployable to any web server. Main files:

  • index.html - CV content and structure
  • styles.css - All styling and responsive behavior

Code Quality & Validation

The codebase is validated using standard tools:

# HTML validation
npx htmlhint index.html

# Code formatting
npx prettier --check index.html styles.css
npx prettier --write index.html styles.css

# CSS validation
npx stylelint styles.css

Built with vanilla web technologies for maximum compatibility and performance.

About

Personal CV website with zen terminal aesthetics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published