diff --git a/README.md b/README.md index a0537962f..50eab859f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Portfolio of Vinayak Singh +# Portfolio of Hamid Hussain diff --git a/package.json b/package.json index cf044e26f..6686f8de2 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "react-scripts": "^5.0.1", "react-toastify": "^8.1.0", "react-tsparticles": "^1.37.5", + "typewriter-effect": "^2.20.1", "styled-components": "^5.3.3", "typescript": "^4.4.2", "validator": "^13.7.0", diff --git a/public/index.html b/public/index.html index 25c7770b7..2033a3b18 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - Vinayak Singh | Portfolio + Hamid Hussain | Portfolio diff --git a/src/assets/HamidHussain.png b/src/assets/HamidHussain.png new file mode 100644 index 000000000..8a185be84 Binary files /dev/null and b/src/assets/HamidHussain.png differ diff --git a/src/components/About/About.tsx b/src/components/About/About.tsx index 09d8d6f17..45de6ec37 100644 --- a/src/components/About/About.tsx +++ b/src/components/About/About.tsx @@ -1,5 +1,5 @@ import { Container } from "./styles"; -import VinayakSingh from "../../assets/VinayakSingh.png"; +import HamidHussain from "../../assets/HamidHussain.png"; import wordpress from "../../assets/wordpress.svg"; import shopify from "../../assets/shopify.svg"; import htmlIcon from "../../assets/html-icon.svg"; @@ -88,9 +88,9 @@ export function About() { -
- - Vinayak Singh +
+ + Hamid Hussain
diff --git a/src/components/About/styles.ts b/src/components/About/styles.ts index 105c8fc90..f91e22c59 100644 --- a/src/components/About/styles.ts +++ b/src/components/About/styles.ts @@ -46,9 +46,9 @@ export const Container = styled.section` .about-image{ - text-align: center; img{ - margin-top: 2rem; + border:2px solid blue; + // margin-top: 2rem; width: 75%; filter: grayscale(0); transition: filter 0.5s; diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index 7613ccfa6..8ff4521d3 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -16,8 +16,8 @@ export function Header() { - {" - {" Singh/>"} + {" + {" H/>"} @@ -16,13 +17,14 @@ export function Hero() {

Hello Hello, I'm

-

Vinayak Singh

-
- -

Full Stack Developer

+

Hamid_Hussain

+ + {/* +

React Native Developer

+
*/} -

4 Years of Experience

+

1 Years of Experience

diff --git a/src/components/Project/Project.tsx b/src/components/Project/Project.tsx index 8b8ab4ade..f41b18044 100644 --- a/src/components/Project/Project.tsx +++ b/src/components/Project/Project.tsx @@ -24,7 +24,7 @@ export function Project() {

Serverless Voting Application for Programming Languages

-

Developed a serverless voting app using React, AWS Lambda, API Gateway, and DynamoDB, enabling users to view programming languages, cast votes, and access details through an interactive UI, leveraging serverless architecture for scalability and cost-efficiency.

+

Developed a serverless voting app using React, AWS Lambda, API Gateway, and DynamoDB, enabling users to view programming languages, cast votes, and access details through an interactive UI, leveraging serverless architecture for scalability and cost-efficiency.

@@ -43,7 +43,7 @@ export function Project() {

GeniusBot: AI-Powered Assistance with PDF Insight

-

+

Developed an interactive chatbot application using Streamlit, OpenAI's GPT-3.5-turbo language model, and PyPDF2 for PDF text extraction, enabling users to ask context-based questions on uploaded PDFs and general queries.

@@ -75,7 +75,7 @@ export function Project() {

Credit Risk Analysis Project

-

+

Developed a highly accurate credit risk classification model using XGBoost, achieving 100% precision, recall, and F1-scores for predicting loan defaults.Implemented rigorous data preprocessing, feature engineering, and hyperparameter tuning on imbalanced credit risk data, employing ensemble methods, cross-validation, and model interpretation techniques.

@@ -104,7 +104,7 @@ export function Project() {

MediBook: Medical Appointment Scheduler with Health History

-

Developed a secure medical appointment management platform with CRUD functionality, utilizing role-based access control, encryption techniques, and a robust MySQL database with normalized schema design and stored procedures for efficient scheduling, data privacy, and reliable retrieval of patient records.

+

Developed a secure medical appointment management platform with CRUD functionality, utilizing role-based access control, encryption techniques, and a robust MySQL database with normalized schema design and stored procedures for efficient scheduling, data privacy, and reliable retrieval of patient records.