Skip to content
View jayannt's full-sized avatar
πŸ’­
Carpe-Diem
πŸ’­
Carpe-Diem

Block or report jayannt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jayannt/README.md

Personal Portfolio Website

A modern, responsive portfolio website showcasing projects, skills, and professional experience.

Features

  • Responsive Design: Mobile-first approach with seamless adaptation to all screen sizes
  • Dynamic Project Loading: Projects are loaded from JSON data for easy updates
  • Smooth Animations: Elegant transitions and hover effects throughout
  • Modular Architecture: Reusable components and organized file structure
  • Contact Form: Static form with client-side validation

Structure

β”œβ”€β”€ index.html              # Main page
β”œβ”€β”€ favicon.ico             # Site favicon
β”œβ”€β”€ assets/                 # Static assets
β”‚   β”œβ”€β”€ fonts/             # Custom web fonts
β”‚   β”œβ”€β”€ icons/             # Icon files
β”‚   β”œβ”€β”€ images/            # Images and photos
β”‚   β”œβ”€β”€ resume/            # Resume/CV files
β”‚   └── videos/            # Video content
β”œβ”€β”€ components/            # Reusable HTML components
β”œβ”€β”€ css/                   # Stylesheets
β”‚   β”œβ”€β”€ style.css         # Main styles
β”‚   β”œβ”€β”€ animations.css    # Animations and transitions
β”‚   └── responsive.css    # Responsive breakpoints
β”œβ”€β”€ js/                    # JavaScript modules
β”‚   β”œβ”€β”€ main.js           # Main initialization
β”‚   β”œβ”€β”€ form.js           # Contact form handling
β”‚   └── projects.js       # Project rendering
β”œβ”€β”€ data/                  # Data files
β”‚   └── projects.json     # Project information
└── mail/                  # Contact form backend (static)

Usage

Open index.html in a web browser or serve with a local web server:

python -m http.server 5000

Then visit http://localhost:5000

Customization

  1. Update your information in index.html
  2. Add your projects to data/projects.json
  3. Replace placeholder images in assets/images/
  4. Customize colors and fonts in css/style.css

License

Β© 2025. All rights reserved.

Popular repositories Loading

  1. CareerRoadmap CareerRoadmap Public

    HTML

  2. ArtGallary ArtGallary Public

    An art gallery exhibits the works of many artists. Each artist is given a specified space on the online webpage.

  3. Weather-Dashboard Weather-Dashboard Public

    Beautiful weather application with forecasts, interactive maps, and location-based recommendations.

  4. Social-Media-Analytics Social-Media-Analytics Public

    Comprehensive analytics dashboard for tracking social media performance and engagement metrics.

  5. Recipe-Finder Recipe-Finder Public

    Discover and save your favorite recipes with smart search, meal planning, and nutritional information.

  6. Bookshop Bookshop Public

    An elegant and responsive Online Bookshop that makes discovering and buying books simple and delightful.