diff --git a/index.html b/index.html index cacfe1c..347b8d2 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Utkarsh | Penn State + Utkarsh | Developer
diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 56845f8..7c03b24 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -10,7 +10,7 @@ const Footer = () => {

Welcome to my portfolio website! My name is Utkarsh (UC) Choudhary. - I am currently a junior in Penn State University, studying Computer Science. + I am currently a rising senior in Penn State University, studying Computer Science. My contacts are listed below.

diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index f96df11..8b7a8bf 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -54,7 +54,7 @@ const Navbar = () => { logo

Utkarsh   - | Penn State + | Developer

diff --git a/src/components/TypingEffect.jsx b/src/components/TypingEffect.jsx index 909985d..18c300c 100644 --- a/src/components/TypingEffect.jsx +++ b/src/components/TypingEffect.jsx @@ -4,7 +4,7 @@ import React, { useEffect, useState } from 'react'; const TypingEffect = () => { const phrases = [ - { text: 'student in Penn State University.', color: '#FFD700' }, // Gold + { text: 'student of Computer Science', color: '#FFD700' }, // Gold { text: 'full stack developer.', color: '#00BFFF' }, // DeepSkyBlue { text: 'Web3.0 enthusiast.', color: '#32CD32' }, // LimeGreen { text: 'systems designer.', color: '#FF4500' }, // OrangeRed