Skip to content

Commit

Permalink
Made some apt changes in text.
Browse files Browse the repository at this point in the history
  • Loading branch information
UDogg committed Apr 10, 2024
1 parent 1be7fb0 commit 20f04d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/a.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Utkarsh | Penn State</title>
<title>Utkarsh | Developer</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
<div className="flex flex-col items-center">
<p className="text-center text-white">
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.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Navbar = () => {
<img src={logo} alt='logo' className='w-9 h-9 object-contain' />
<p className='text-white text-[18px] font-bold cursor-pointer flex'>
Utkarsh &nbsp;
<span className='sm:block hidden'> | Penn State</span>
<span className='sm:block hidden'> | Developer</span>
</p>
</Link>

Expand Down
2 changes: 1 addition & 1 deletion src/components/TypingEffect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f04d3

Please sign in to comment.