From be6fb98c52f0ea83bfc689611b99f79745726c8f Mon Sep 17 00:00:00 2001 From: M_Jagadeesh97 <75290381+Mummanajagadeesh@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:07:51 +0530 Subject: [PATCH] Update README.md --- README.md | 88 +++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 57 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 85294ee..e10de3b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # [Jagadeesh Mummana - Portfolio](https://mummanajagadeesh.github.io/P3R50N4L-P0R7F0L10/) +#### Video Demo: [Watch here](https://youtu.be/bhk5Z-jfDsY) -#### Video Demo: https://youtu.be/bhk5Z-jfDsY +--- + +## Description -#### Description: -Welcome to the portfolio of Jagadeesh Mummana! This portfolio showcases my projects and skills in robotics and artificial intelligence. The site is designed to be both visually appealing and functional, enabling visitors to easily navigate through my work and get in touch with me. Below, I will explain the various elements of the code used to create this portfolio. +Welcome to my personal portfolio! This website showcases my skills and projects, offering a blend of aesthetic appeal and functionality. You can explore various projects I've worked on, learn about the technologies I use, and contact me directly. This portfolio adheres to [CS50's Academic Honesty Policy](https://cs50.harvard.edu/x/2023/honesty/) and includes some use of AI-assisted features, which are clearly marked where applicable. --- @@ -15,6 +17,7 @@ Welcome to the portfolio of Jagadeesh Mummana! This portfolio showcases my proje - [HTML Overview](#html-overview) - [CSS Breakdown](#css-breakdown) - [JavaScript Functionality](#javascript-functionality) +- [AI Assistance](#ai-assistance) - [Deployment Instructions](#deployment-instructions) - [Contact](#contact) @@ -22,21 +25,22 @@ Welcome to the portfolio of Jagadeesh Mummana! This portfolio showcases my proje ## Technologies Used -- HTML5 -- CSS3 -- JavaScript -- Google Fonts -- Icons from Icons8 +- **HTML5** +- **CSS3** +- **JavaScript** +- **Google Fonts** +- **Icons from Icons8** +- **AI-Powered Features** (Used responsibly, adhering to CS50's policy) --- ## Code Structure -The code is organized into three main sections: +The portfolio is structured into three core sections: -1. **HTML**: Defines the structure of the web page. -2. **CSS**: Provides styling for the elements, ensuring a cohesive look and feel. -3. **JavaScript**: Adds interactivity to the portfolio, enhancing user experience. +1. **HTML**: Provides the basic structure and layout of the website. +2. **CSS**: Adds style and responsiveness, making the site visually engaging. +3. **JavaScript**: Handles interactive and dynamic content for a better user experience. ### HTML Overview @@ -60,14 +64,14 @@ The code is organized into three main sections: ``` -- **DOCTYPE Declaration**: The document begins with ``, indicating it is an HTML5 document. -- **HTML Language Attribute**: The `lang` attribute in the `` tag specifies the language of the document, which is set to English. -- **Head Section**: Contains meta tags for character set and viewport settings, a title for the page, and links to external stylesheets. -- **Body Section**: This is where all visible elements of the portfolio are defined, including the navigation bar, content sections, and social media links. +- **DOCTYPE Declaration**: Identifies the document as HTML5. +- **HTML Language Attribute**: Specifies English as the language of the document. +- **Head Section**: Contains metadata such as character encoding, viewport settings, title, and external stylesheets. +- **Body Section**: Holds the visual elements of the page like the navigation bar, project sections, and contact details. ### CSS Breakdown -The CSS is embedded within a `