Skip to content

Commit 0e330b9

Browse files
committed
confirm
confirm
1 parent 4994be3 commit 0e330b9

20 files changed

+471
-140
lines changed

public/favicon.png

2.53 KB
Loading

public/favicons.png

1.42 KB
Loading

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>Stoman</title>
27+
<title>Rahees</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

src/__tests__/Banner.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function setupUserEvent(jsx) {
1616
test('it shows the title in the banner', () => {
1717
setup();
1818
// We expect that the title 'Hi, Iam Stoman' is in the banner component
19-
expect(screen.getByText(/Hi, Iam Stoman/i)).toBeInTheDocument();
19+
expect(screen.getByText(/Hi, Iam Rahees Mohammed/i)).toBeInTheDocument();
2020
});
2121

2222
test('can download cv when clicked on download cv button', async () => {

src/components/about/AboutMeBio.jsx

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ const AboutMeBio = () => {
77

88
return (
99
<div className="block sm:flex sm:gap-10 mt-10 sm:mt-20">
10-
<div className="w-full sm:w-1/4 mb-7 sm:mb-0">
11-
<img src={profileImage} className="rounded-lg w-96" alt="" />
12-
</div>
13-
1410
<div className="font-general-regular w-full sm:w-3/4 text-left">
1511
{aboutMe.map((bio) => (
16-
<p
12+
<div
1713
className="mb-4 text-ternary-dark dark:text-ternary-light text-lg"
1814
key={bio.id}
19-
>
20-
{bio.bio}
21-
</p>
15+
dangerouslySetInnerHTML={{ __html: bio.bio }}
16+
/>
2217
))}
2318
</div>
2419
</div>

src/components/contact/ContactDetails.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ import { FiPhone, FiMapPin, FiMail } from 'react-icons/fi';
33
const contacts = [
44
{
55
id: 1,
6-
name: 'Your Address, Your City, Your Country',
6+
name: 'Raihan Manzil, Kumarapuram P.O,Ernakulam,Kerala,India',
77
icon: <FiMapPin />,
88
},
99
{
1010
id: 2,
11-
name: 'email@domain.com',
11+
name: 'rahees.cwc2020@gmail.com',
1212
icon: <FiMail />,
1313
},
1414
{
1515
id: 3,
16-
name: '555 8888 888',
16+
name: '+91 8281428713',
1717
icon: <FiPhone />,
1818
},
1919
];

src/components/contact/ContactForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ContactForm = () => {
1212
className="max-w-xl m-4 p-6 sm:p-10 bg-secondary-light dark:bg-secondary-dark rounded-xl shadow-xl text-left"
1313
>
1414
<p className="font-general-medium text-primary-dark dark:text-primary-light text-2xl mb-8">
15-
Contact Form
15+
Enquiry Form
1616
</p>
1717
<FormInput
1818
inputLabel="Full Name"

src/components/shared/AppBanner.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const AppBanner = () => {
2525
}}
2626
className="font-general-semibold text-2xl lg:text-3xl xl:text-4xl text-center sm:text-left text-ternary-dark dark:text-primary-light uppercase"
2727
>
28-
Hi, Iam Stoman
28+
Hi, Iam Rahees Mohammed
2929
</motion.h1>
3030
<motion.p
3131
initial={{ opacity: 0 }}

src/components/shared/AppHeader.jsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ const AppHeader = () => {
162162
>
163163
Contact
164164
</Link>
165+
166+
165167
</div>
166168

167169
{/* Header right section buttons */}
@@ -172,7 +174,7 @@ const AppHeader = () => {
172174
className="text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5 duration-300"
173175
aria-label="Hire Me Button"
174176
>
175-
<Button title="Hire Me" />
177+
<Button title="Contact Me" />
176178
</span>
177179
</div>
178180

src/data/aboutMeData.js

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/clientsData.js

+8-35
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,21 @@ import NBImage from '../images/brands/nb_gray.png';
77
import SamsungImage from '../images/brands/samsung_gray.png';
88
import CanonImage from '../images/brands/canon_gray.png';
99
import PumaImage from '../images/brands/puma_gray.png';
10+
import Coir from '../images/brands/coirboard.png';
11+
import CWC from '../images/brands/cwc.png';
1012

1113
export const clientsHeading = 'Some of the brands that trust me';
1214

1315
export const clientsData = [
1416
{
1517
id: 1,
16-
title: 'Amazon',
17-
img: AmazonImage,
18+
title: 'Central Warehousing Corporation',
19+
img: CWC,
1820
},
1921
{
2022
id: 2,
21-
title: 'Sony',
22-
img: SonyImage,
23-
},
24-
{
25-
id: 3,
26-
title: 'Adidas',
27-
img: AdidasImage,
28-
},
29-
{
30-
id: 4,
31-
title: 'FILA',
32-
img: FilaImage,
33-
},
34-
{
35-
id: 5,
36-
title: 'NB',
37-
img: NBImage,
38-
},
39-
{
40-
id: 6,
41-
title: 'SAMSUNG',
42-
img: SamsungImage,
43-
},
44-
{
45-
id: 7,
46-
title: 'CANON',
47-
img: CanonImage,
48-
},
49-
{
50-
id: 8,
51-
title: 'PUMA',
52-
img: PumaImage,
53-
},
23+
title: 'Coir Board',
24+
img: Coir,
25+
}
26+
5427
];

src/data/projects.js

+14-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ import MobileImage1 from '../images/mobile-project-1.jpg';
55
import MobileImage2 from '../images/mobile-project-2.jpg';
66
import UIImage1 from '../images/ui-project-1.jpg';
77
import UIImage2 from '../images/ui-project-2.jpg';
8-
8+
import Litigation from '../images/eLitigationProject.jpg';
99
export const projectsData = [
10+
1011
{
1112
id: 1,
13+
title: 'e Litigation System',
14+
category: 'Web Portal',
15+
img: Litigation,
16+
},
17+
{
18+
id: 2,
1219
title: 'Google Health Platform',
1320
category: 'Web Application',
1421
img: WebImage2,
@@ -19,33 +26,33 @@ export const projectsData = [
1926
},
2027
},
2128
{
22-
id: 2,
29+
id: 3,
2330
title: 'Phoenix Digital Agency',
2431
category: 'Mobile Application',
2532
img: MobileImage2,
2633
},
2734
{
28-
id: 3,
35+
id: 4,
2936
title: 'Project Management UI',
3037
category: 'UI/UX Design',
3138
img: UIImage1,
3239
},
3340
{
34-
id: 4,
41+
id: 5,
3542
title: 'Cloud Storage Platform',
3643
category: 'UI/UX Design',
3744
img: UIImage2,
3845
},
3946
{
40-
id: 5,
47+
id: 6,
4148
title: 'React Social App',
4249
category: 'Mobile Application',
4350
img: MobileImage1,
4451
},
4552
{
46-
id: 6,
53+
id: 7,
4754
title: 'Apple Design System',
4855
category: 'Web Application',
4956
img: WebImage1,
50-
},
57+
}
5158
];

src/images/brands/coirboard.png

100 KB
Loading

src/images/brands/cwc.png

104 KB
Loading

src/images/eLitigationProject.jpg

47.4 KB
Loading

src/images/eLitigationProjects.jpg

122 KB
Loading

0 commit comments

Comments
 (0)