Skip to content

adwityac/adwityac.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio

This project is a responsive personal portfolio website built using HTML, CSS, and JavaScript. It showcases your skills, projects, education, and experience in a visually appealing layout.

Features

  • Responsive Design: The template is mobile-friendly and adapts to various screen sizes.
  • Interactive Elements: Includes smooth scrolling, portfolio filtering, testimonials carousel, and skill progress animations.
  • Dynamic Typing Effect: Displays a dynamic typing effect in the header for a personalized touch.
  • Modular Components: Organized sections for about, education, experience, projects, skills, and contact information.

Technologies Used

  • HTML5: Structure and content of the website.
  • CSS3: Styling and layout, with animations and transitions.
  • JavaScript (jQuery): Interactive features and DOM manipulation.
  • Bootstrap 4: Responsive design and layout.
  • Owl Carousel: For the testimonials section.
  • Isotope: For filtering portfolio items.
  • Typed.js: Dynamic typing effect in the header.

Project Structure


├── index.html          # Main HTML file
├── assets/
│   ├── css/
│   │   └── style.css   # Main stylesheet
│   ├── js/
│   │   └── main.js     # JavaScript file for interactions
│   └── vendor/         # Vendor libraries like Bootstrap, jQuery, Owl Carousel, etc.
│   └── img/            # Image assets for portfolio and profile
└── README.md           # Project documentation

Sections

  1. Header: Contains navigation links, dynamic typing text, and social media icons.
  2. About: Brief introduction about the user with a profile image.
  3. Interests: Lists the user's professional and personal interests.
  4. Education: Details of academic background and certifications.
  5. Experience: Professional experience, including job roles and responsibilities.
  6. Projects: Portfolio showcasing the user's projects with filters for categorization.
  7. Skills: A list of programming languages, frameworks, and tools used by the user.
  8. Contact: Includes a contact form and social media links for reaching out.

Setup

Prerequisites

  • A web browser (e.g., Chrome, Firefox, Safari).
  • Git to clone the repository (optional).

Installation

  1. Clone the repository:
    git clone https://github.com/adwityac/adwityac.github.io.git
    cd adwityac.github.io
  2. Open index.html in your web browser:
    open index.html

Customization

To customize the portfolio:

  • Modify Content: Edit the text content in index.html under the relevant sections.
  • Update Styling: Change styles in assets/css/style.css as needed.
  • Add Projects: Add new project items in the "Projects" section of index.html and include images in the assets/img directory.

Releases

No releases published

Packages

No packages published