Skip to content

SOUGANDHP7/PORTFOLIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

A personal portfolio with an interactive birthday journey for Sneha.

Project Structure

/
├── index.html           # Main portfolio page
├── script.js            # Main portfolio JavaScript
├── styles.css           # Main portfolio styles
├── sneha/               # Birthday journey sub-project
│   ├── index.html       # Welcome page
│   ├── heart.html       # Animated heart page
│   ├── birthday.html    # Birthday message page
│   ├── photo.html       # Photo display page
│   ├── style.css        # Birthday journey styles
│   ├── main.js          # Birthday journey navigation
│   └── README.md        # Birthday journey documentation
├── vercel.json          # Vercel configuration
├── package.json         # Package configuration
└── .vercelignore        # Files to ignore during deployment

🚀 Deployment to Vercel

Method 1: Via Vercel CLI

npm i -g vercel
vercel

Method 2: Via GitHub Integration

  1. Push this repository to GitHub
  2. Go to vercel.com
  3. Click "Import Project"
  4. Select your GitHub repository
  5. Click "Deploy"

Method 3: Drag & Drop

  1. Go to vercel.com
  2. Drag and drop your project folder
  3. Vercel will automatically deploy it

📝 Customize

Update Portfolio

  • Edit index.html, script.js, and styles.css

Update Birthday Journey

  • See sneha/README.md for full customization guide
  • Add your photo to sneha/photo.html
  • Customize messages in sneha/main.js

🌐 Access Your Site

After deployment:

  • Main portfolio: https://your-vercel-url.vercel.app
  • Birthday journey: https://your-vercel-url.vercel.app/sneha

✨ Features

  • Static Site: Pure HTML/CSS/JS - fast and reliable
  • Vercel Ready: Pre-configured for instant deployment
  • Responsive Design: Works on all devices
  • No Build Required: Deploy as-is without compilation

📦 Local Development

For local testing:

# Using Python
python -m http.server 8000

# Using Node.js http-server
npx http-server

Then open http://localhost:8000 in your browser.


Questions? Check individual README files in subdirectories for more info.

Releases

No releases published

Packages

 
 
 

Contributors