Skip to content
Open

Inro #16

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion components/Common/Intro/Download.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
import Link from 'next/link';

const Download = ({ icon }) => {
return (
<>
<Link href='/osamajavaid-resume.pdf' target='_blank' className='flex flex-row text-LightGray items-center gap-x-4 pb-14 pt-4'>
<Link
href='https://drive.google.com/file/d/1N2y-ITRCGs6hhkR8wvOoAVTCW2GeMy7W/view?usp=sharing'
target='_blank'
className='flex flex-row text-LightGray items-center gap-x-4 pb-14 pt-4'
>
<span className='text-Snow'>Download Resume</span>
<span>{icon}</span>
</Link>
Expand All @@ -11,3 +16,4 @@ const Download = ({ icon }) => {
};

export default Download;

6 changes: 3 additions & 3 deletions components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ const Footer = () => {
<div className="mr-1 text-base">
<AiFillCopyrightCircle />
</div>
<span>2023 All Rights Reserved.</span>
<span>2024 All Rights Reserved.</span>
</div>
<div className="flex items-center">
<a href='https://www.fiverr.com/codeworthy' target="_blank" rel="noreferrer">Made with ❤️ by <span className='font-bold'>Osama</span></a>
<a href='https://www.fiverr.com/codeworthy' target="_blank" rel="noreferrer">Made with ❤️ by <span className='font-bold'>Labib</span></a>
</div>
<div className="hidden md:flex items-center">
<div className="mr-1 text-base">
<MdMail />
</div>
<div>iosamajavaid@gmail.com</div>
<div>labibhasan819@gmail.com</div>
</div>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions constants/constants.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const NAME = 'Muhammad Osama Javaid';
export const NAME = 'Labib Hasan';

export const DESIGNATION = `MERN Stack Developer | Open Source Contributor | Tech Blogger`;

export const DETAILS = {
Residence: 'Pakistan',
City: 'Peshawar',
Age: '23',
Residence: 'Bangladesh',
City: 'Rangpur',
Age: '24',
};

export const SKILLS = [
Expand Down Expand Up @@ -56,12 +56,12 @@ export const TECH_STACK = [
];

export const CONTACTS = {
EMAIL: 'iosamajavaid@gmail.com',
PHONE: '+923159591822',
EMAIL: 'labibhasan819@gmail.com',
PHONE: '+60142202443',
};
export const SOCIAL_LINKS = {
GITHUB: 'https://github.com/osamajavaid',
LINKEDIN: 'https://www.linkedin.com/in/iosamajavaid/',
GITHUB: 'https://github.com/Labo95',
LINKEDIN: 'https://www.linkedin.com/in/labib-hasan/',
TWITTER: 'https://twitter.com/iosamajavaid',
FACEBOOK: 'https://www.facebook.com/iosamajavaid',
};
6 changes: 3 additions & 3 deletions pages/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const Contact = () => {
<div className="card_stylings w-full md:w-1/2 p-5 md:p-6 lg:p-8 flex flex-col gap-y-4">
<div className="flex justify-between items-center">
<span className='md:text-base'>Country:</span>
<span className='text-LightGray md:text-sm'>Pakistan</span>
<span className='text-LightGray md:text-sm'>Bangladesh</span>
</div>
<div className="flex justify-between items-center">
<span className='md:text-base'>City:</span>
<span className='text-LightGray md:text-sm'>Peshawar</span>
<span className='text-LightGray md:text-sm'>Rangpur</span>
</div>
<div className="flex justify-between items-center">
<span className='md:text-base'>Company:</span>
Expand All @@ -34,7 +34,7 @@ const Contact = () => {
<div className="card_stylings rounded-xl w-full md:w-1/2 p-5 md:p-6 lg:p-8 flex flex-col gap-y-4">
<div className="flex justify-between items-center">
<span className='md:text-base'>Email:</span>
<span className='text-LightGray text-sm'>iosamajavaid@gmail.com</span>
<span className='text-LightGray text-sm'>labibhasan819@gmail.com</span>
</div>
<div className="flex justify-between items-center">
<span className='md:text-base'>Linkedin:</span>
Expand Down
Binary file modified public/images/osama.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.