Skip to content

Commit

Permalink
💄 feat : improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-madhurendra committed Aug 6, 2024
1 parent 1bd33f7 commit 1e509e5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added frontend/public/png/profile-pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { typeAttributes } from '../../services/mocks/mocks';
import { HERO_SECTION_IMAGE, HIRE_ME_HREF, RESUME_LINK } from '../../utils/constants';
import { ButtonHomeDiv, CapsuleButton, GreetHomeDiv, HomeDiv, IntroDiv, LeftHomeDiv, RightHomeDiv, TypedHomeDiv } from '../../utils/styled';
import SocialMediaIcons from '../../components/molecules/SocialMediaIcons';
import HeroSectionImage from '../../../public/gif/Video-Call.gif'
import HeroSectionImage from '../../../public/png/profile-pic.png'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faDownload, faUser } from '@fortawesome/free-solid-svg-icons';
import AnimatedName from '../../components/molecules/AnimatedName';
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/services/mocks/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const socialMediaData = [
{ platform: 'twitter', icon: faXTwitter, color: '#000', link: 'https://twitter.com/devMadhurendra' },
{ platform: 'linkedin', icon: faLinkedinIn, color: '#0077b5', link: 'https://www.linkedin.com/in/dev-madhurendra' },
{ platform: 'quora', icon: faQuora, color: '#a82400', link: 'https://www.quora.com/profile/dev.madhurendra' },
{ platform: 'youtube', icon: faYoutube, color: '#ff0000', link: 'https://www.youtube.com/@dev.madhurendra' },
{ platform: 'youtube', icon: faYoutube, color: '#ff0000', link: 'https://www.youtube.com/@InterviewPrepWithMe' },
{ platform: 'discord', icon: faDiscord, color: '#7289da', link: 'https://discord.gg/dev-madhurendra' },
{ platform: 'codepen', icon: faCodepen, color: '#000000', link: 'https://codepen.io/devMadhurendra' },
{ platform: 'snapchat', icon: faSnapchat, color: '#fffc00', link: 'https://www.snapchat.com/add/dev-madhurendra' },
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/utils/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export const RightHomeDiv = styled('div')({
'& img': {
animation: `${floatAnimation} 3s ease-in-out infinite, ${slideInFromRight} 3s ease-in-out`,
width: "31.25rem",
height:"25rem"
height:"31.25rem"
},
'@media (max-width: 900px)': {
'& img': {
Expand Down

0 comments on commit 1e509e5

Please sign in to comment.