Skip to content

timaddg/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmitFolio - Personal Portfolio Website

A modern, responsive personal portfolio website showcasing Amit Vasudev's professional experience, skills, and projects. Built with HTML, CSS, and JavaScript, this portfolio features a clean design with smooth navigation and mobile-responsive layout.

🚀 Features

  • Responsive Design: Fully responsive layout that works seamlessly on desktop, tablet, and mobile devices
  • Modern UI/UX: Clean and professional design with smooth animations and transitions
  • Interactive Navigation: Smooth scrolling navigation with hamburger menu for mobile devices
  • Professional Sections:
    • Hero section with profile introduction
    • About section with experience and education
    • Skills showcase with proficiency levels
    • Project portfolio with GitHub links
    • Contact information
  • Social Media Integration: Direct links to LinkedIn and GitHub profiles
  • Cross-browser Compatibility: Works across all modern browsers

🛠️ Technologies Used

  • HTML5: Semantic markup and structure
  • CSS3: Modern styling with Flexbox and Grid layouts
  • JavaScript: Interactive functionality and smooth scrolling
  • Responsive Design: Mobile-first approach with media queries

📁 Project Structure

Portfolio/
├── assets/                 # Images and media files
│   ├── main-profile-pic.png
│   ├── linkedin.png
│   ├── github.png
│   ├── project images/
│   └── icons/
├── index.html             # Main HTML file
├── style.css              # Main stylesheet
├── mediaqueries.css       # Responsive design styles
├── script.js              # JavaScript functionality
└── README.md              # Project documentation

🚀 Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, Edge)
  • No additional dependencies required

Installation

  1. Clone the repository (if using Git):

    git clone <repository-url>
    cd Portfolio
  2. Open the project:

    • Simply open index.html in your web browser
    • Or use a local development server:
      # Using Python 3
      python -m http.server 8000
      
      # Using Node.js (if you have http-server installed)
      npx http-server
  3. View the website:

    • Navigate to http://localhost:8000 (if using a local server)
    • Or directly open index.html in your browser

About

The Portfolio repository contains a full-stack personal website designed to showcase projects, skills, and professional experience. Featuring modern web development practices and responsive design. If anybody wants to get started on their own website, use this as a template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors