Santosh Shrestha

Santosh Shrestha - Portfolio Website Documentation

Overview

A modern, terminal-inspired portfolio website featuring a glassmorphic design with animated elements. The site showcases a unique blend of retro terminal aesthetics and contemporary web design principles.

Live Site: https://santoshxshrestha.github.io
Repository: https://github.com/santoshxshrestha/santoshxshrestha.github.io

Features

Design Elements

Interactive Components

Project Structure

santoshxshrestha.github.io/
├── index.html                 # Main landing page
├── templates/
│   └── about.html            # About me page
├── static/
│   ├── css/
│   │   └── home.css          # Main stylesheet
│   ├── js/
│   │   ├── random_content.js # Dynamic content generation
│   │   └── term_rand.js      # Terminal animation logic
│   └── images/
│       ├── favicon.ico       # Site favicon
│       └── santosh.jpg       # Profile photo
└── README.md                 # Project documentation